Paraggupta
Sunday, February 15, 2026
Show HN: Please hack my C webserver (it's a collaborative whiteboard) https://ift.tt/yX7DKEw
Show HN: Please hack my C webserver (it's a collaborative whiteboard) Source code: https://ift.tt/CXb0PsN https://ced.quest/draw/ February 16, 2026 at 12:27AM
Show HN: An open-source extension to chat with your bookmarks using local LLMs https://ift.tt/1JYlF6L
Show HN: An open-source extension to chat with your bookmarks using local LLMs I read a lot online and constantly bookmark articles, docs, and resources… then forget why I saved them. Also was very bored on Valentines, so I built a browser extension that lets you chat with your bookmarks directly, using local-first AI (WebLLM running entirely in the browser). The extension downloads and indexes your bookmarked pages, stores them locally, and lets you ask questions. No server, no cloud processing, everything stays on your machine. Very early but it works and planning to add a bunch of stuff. Did I mentioned is open-source, MIT licensed? https://ift.tt/PCiXImn February 15, 2026 at 10:31PM
Saturday, February 14, 2026
Show HN: Open Notes – Community Notes-style context for Discord https://ift.tt/krA6GC0
Show HN: Open Notes – Community Notes-style context for Discord https://ift.tt/NAb9v8C February 14, 2026 at 04:51AM
Show HN: Azazel – Lightweight eBPF-based malware analysis sandbox using Docker https://ift.tt/i7Mr2C9
Show HN: Azazel – Lightweight eBPF-based malware analysis sandbox using Docker Hey HN, I got frustrated with heavy proprietary sandboxes for malware analysis, so I built my own. Azazel is a single static Go binary that attaches 19 eBPF hook points to an isolated Docker container and captures everything a sample does — syscalls, file I/O, network connections, DNS, process trees — as NDJSON. It uses cgroup-based filtering so it only traces the target container, and CO-RE (BTF) so it works across kernel versions without recompilation. It also has built-in heuristics that flag common malware behaviors: exec from /tmp, sensitive file access, ptrace, W+X mmap, kernel module loading, etc. Stack: Go + cilium/ebpf + Docker Compose. Requires Linux 5.8+ with BTF. This is the first release — it's CLI-only for now. A proper dashboard is planned. Contributions welcome, especially around new detection heuristics and additional syscall hooks. https://ift.tt/7QzRrax February 15, 2026 at 12:37AM
Friday, February 13, 2026
Show HN: Data Engineering Book – An open source, community-driven guide https://ift.tt/8zTtPZk
Show HN: Data Engineering Book – An open source, community-driven guide https://ift.tt/c6WqpDt February 14, 2026 at 03:05AM
Show HN: Moltis – AI assistant with memory, tools, and self-extending skills https://ift.tt/kf8hHbx
Show HN: Moltis – AI assistant with memory, tools, and self-extending skills Hey HN. I'm Fabien, principal engineer, 25 years shipping production systems (Ruby, Swift, now Rust). I built Moltis because I wanted an AI assistant I could run myself, trust end to end, and make extensible in the Rust way using traits and the type system. It shares some ideas with OpenClaw (same memory approach, Pi-inspired self-extension) but is Rust-native from the ground up. The agent can create its own skills at runtime. Moltis is one Rust binary, 150k lines, ~60MB, web UI included. No Node, no Python, no runtime deps. Multi-provider LLM routing (OpenAI, local GGUF/MLX, Hugging Face), sandboxed execution (Docker/Podman/Apple Containers), hybrid vector + full-text memory, MCP tool servers with auto-restart, and multi-channel (web, Telegram, API) with shared context. MIT licensed. No telemetry phoning home, but full observability built in (OpenTelemetry, Prometheus). I've included 1-click deploys on DigitalOcean and Fly.io, but since a Docker image is provided you can easily run it on your own servers as well. I've written before about owning your content ( https://ift.tt/LNSptj6 ) and owning your email ( https://ift.tt/izv3Msd ). Same logic here: if something touches your files, credentials, and daily workflow, you should be able to inspect it, audit it, and fork it if the project changes direction. It's alpha. I use it daily and I'm shipping because it's useful, not because it's done. Longer architecture deep-dive: https://ift.tt/ZtKheTI... Happy to discuss the Rust architecture, security model, or local LLM setup. Would love feedback. https://www.moltis.org February 13, 2026 at 12:45AM
Thursday, February 12, 2026
Show HN: rari, the rust-powered react framework https://ift.tt/End8JZf
Show HN: rari, the rust-powered react framework https://rari.build/ February 13, 2026 at 12:45AM
Subscribe to:
Comments (Atom)
Show HN: Please hack my C webserver (it's a collaborative whiteboard) https://ift.tt/yX7DKEw
Show HN: Please hack my C webserver (it's a collaborative whiteboard) Source code: https://ift.tt/CXb0PsN https://ced.quest/draw/ Februa...
-
Show HN: Stickerbox, a kid-safe, AI-powered voice to sticker printer Bob and Arun here, creators of Stickerbox. If AI were built for kids, w...
-
Show HN: Music player for big local collections with mpd support mpz is a C++/Qt music player focused on UX, with derectory tree and playlis...
-
Show HN: An AI logo generator that can also generate SVG logos Hey everyone, I've spent the past 2 weeks building an AI logo generator, ...