logira records exec, file, and network events at the OS level via eBPF, scoped per run. Events are saved locally in JSONL and SQLite. It ships with default detection rules for credential access, persistence changes, suspicious exec patterns, and more. Observe-only – it never blocks.
Hacker News
Latest
Claude hits #1 on the App Store as users rally behind Anthropic
2026-03-02 @ 02:23:50Points: 96Comments: 1
Show HN: Timber – Ollama for classical ML models, 336x faster than Python
2026-03-02 @ 00:57:40Points: 68Comments: 7
Show HN: Logira – eBPF runtime auditing for AI agent runs
2026-03-01 @ 23:25:01Points: 13Comments: 1
Right-sizes LLM models to your system's RAM, CPU, and GPU
2026-03-01 @ 23:15:16Points: 52Comments: 7
Allegations of insider trading over prediction-market bets tied to Iran conflict
2026-03-01 @ 22:39:27Points: 82Comments: 42
Little Free Library
2026-03-01 @ 22:18:10Points: 92Comments: 41
WebMCP is available for early preview
2026-03-01 @ 22:13:58Points: 215Comments: 129
South Korean Police Lose Seized Crypto by Posting Password Online
2026-03-01 @ 21:52:16Points: 71Comments: 18
Operational issue – Multiple services (UAE)
2026-03-01 @ 19:24:30Points: 179Comments: 81
When does MCP make sense vs CLI?
2026-03-01 @ 16:54:49Points: 324Comments: 208
Show HN: Audio Toolkit for Agents
2026-03-01 @ 15:52:02Points: 55Comments: 9
New iron nanomaterial wipes out cancer cells without harming healthy tissue
2026-03-01 @ 15:09:55Points: 270Comments: 96
Why XML tags are so fundamental to Claude
2026-03-01 @ 14:52:22Points: 179Comments: 125
Ghostty – Terminal Emulator
2026-03-01 @ 12:13:03Points: 670Comments: 296
I built a demo of what AI chat will look like when it's "free" and ad-supported
2026-03-01 @ 11:49:01Points: 506Comments: 277
Flightradar24 for Ships
2026-03-01 @ 11:01:17Points: 209Comments: 45
Microgpt explained interactively
2026-03-01 @ 09:43:43Points: 224Comments: 36
Decision trees – the unreasonable power of nested decision rules
2026-03-01 @ 08:55:52Points: 431Comments: 72
10-202: Introduction to Modern AI (CMU)
2026-03-01 @ 07:35:03Points: 238Comments: 54
Microgpt
2026-03-01 @ 01:39:26Points: 1744Comments: 299
Neural Guitar Pedal – Optimizing NAM for Daisy Seed Arm Cortex-M7
2026-02-27 @ 18:29:37Points: 21Comments: 3
Show HN: Vibe Code your 3D Models
2026-02-27 @ 17:27:34Points: 33Comments: 10
I’m the creator of SynapsCAD, an open-source desktop application I've been building that combines an OpenSCAD code editor, a real-time 3D viewport, and an AI assistant.
You can write OpenSCAD code, compile it directly to a 3D mesh, and use an LLM (OpenAI, Claude, Gemini, ...) to modify the code through natural language.
Demo video: https://www.youtube.com/watch?v=cN8a5UozS5Q
A bit about the architecture:
- It’s built entirely in Rust.
- The UI and 3D viewport are powered by Bevy 0.15 and egui.
- It uses a pure-Rust compilation pipeline (openscad-rs for parsing and csgrs for constructive solid geometry rendering) so there are no external tools or WASM required.
- Async AI network calls are handled by Tokio in the background to keep the Bevy render loop smooth.
Disclaimer: This is a very early prototype. The OpenSCAD parser/compiler doesn't support everything perfectly yet, so you will definitely hit some rough edges if you throw complex scripts at it.
I mostly just want to get this into the hands of people who tinker with CAD or Rust.
I'd be super happy for any feedback, architectural critiques, or bug reports—especially if you can drop specific OpenSCAD snippets that break the compiler in the GitHub issues!
GitHub (Downloads for Win/Mac/Linux): https://github.com/ierror/synaps-cad
Happy to answer any questions about the tech stack or the roadmap!