frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: I made a Raspberry with Qwen my local car AI

https://github.com/ThinkOffApp/CarWatch
20•petruspennanen•4h ago•1 comments

Show HN: LatticeDB – Like SQLite but for graph databases

https://github.com/jeffhajewski/latticedb
49•smiths1999•2h ago•15 comments

Show HN: Lightweight system monitor for Linux VPS written in Go

https://github.com/leodeim/vpsmon
23•ygagaga•2h ago•9 comments

Show HN: I wrote a BASIC interpreter that boots on UEFI machines

https://tarjan.itch.io/thoreaubasic
104•Gorsefound•2d ago•36 comments

Show HN: I missed the moving blocks, so I built a real Linux disk defragmenter

https://github.com/gbin/defragger
2•gbin•44m ago•0 comments

Show HN: Wireshark in a TUI

https://github.com/yeet-src/pktscope
2•ok_major_9889•1h ago•1 comments

Show HN: Dribbling the AI Watermark Directly In-Prompt

https://www.explore-exploit.com/p/dribbling-the-ai-watermark-directly
2•jejay•1h ago•0 comments

Show HN: I built a cybersecurity challenge for university students

https://vitb-polimi-cyber-v4.vercel.app/
2•adityainsights•2h ago•0 comments

Show HN: Typeclip – types your clipboard like a human, for screen recordings

https://github.com/cssllcio/typeclip
3•izenme•2h ago•0 comments

Show HN: Is this the limit of what a solo founder can build?

https://limitpixel.com/
2•truth_behold•2h ago•2 comments

Show HN: Offer discounts and get more visitors

https://outdiscount.lol/
2•devarifhossain•2h ago•0 comments

Show HN: Player vs. Computer – fight your computer in my web game

https://github.com/Rubinoslaw/Player-vs-Computer/
2•PolishDevelop22•3h ago•0 comments

Show HN: JeopardyGithub: GitHub Repo to Jeopardy Game

https://jeopardygithub.com
2•init0•3h ago•0 comments

Show HN: Canaster is a canvas based visual workspace

2•shardullavekar•3h ago•0 comments

Show HN: Searching for optimal strategies in a puzzle game with chance (Drop7)

https://drop7.dev
2•primitivesuave•3h ago•0 comments

Show HN: A portable evidence record for what an AI agent ran

https://trace.agentrust-io.com/
3•mosiddi•3h ago•1 comments

Show HN: A techno machine in one HTML file, with verifiable renders

https://ssx360.github.io/rack-02/?src=hn
224•ssx360•1d ago•43 comments

Show HN: Orbit - One agent across many repos: real worktrees, no index

https://github.com/orbcli/orbit
2•firespark•3h ago•0 comments

Show HN: PicoMQ – Durable Streams over HTTP, on object storage

https://picomq.com/
143•adesh_nalpet•1d ago•28 comments

Show HN: Rust Analyzer MCP Server Crate – std-thread bridge (no async)

https://crates.io/crates/r3bl-rust-analyzer-mcp-server
3•nazmulidris•4h ago•0 comments

Show HN: I built a SaaS without knowing how to code – am I an idiot?

https://www.learnfrom.co/
5•bel_hajo•4h ago•6 comments

Show HN: GlassBox – what the browser reveals, and how identifiable you are

https://glassbox.codecanary.org
124•tke248•1d ago•58 comments

Show HN: Make a Hug – digital care packages to someone you do care about

https://makeahug.com/
2•14mnobody•5h ago•0 comments

Show HN: A 34 MB search engine that can't make a network call

https://www.korvo.xyz/embed
4•akshay_bhardwaj•5h ago•0 comments

Show HN: Red-team LLM reasoning and agent actions (honest scoring, local-first)

https://github.com/rudrasatani13/cot-redteam-agent
4•rudrasatani•5h ago•0 comments

Show HN: A Modern GUI Library for Ada: CSS Styling, XML UI, SDL3

https://github.com/ovenpasta/adi2
57•ovenpasta•1d ago•22 comments

Show HN: Screen memory without screenshots, just text to Markdown

https://github.com/dragthelake/ambient-context
60•Dramatize•15h ago•24 comments

Show HN: Open-source AMDGCN kernels for optimizing LLM inference

https://github.com/NetraRuntime/netra-kernel
4•rbisri•5h ago•0 comments

Show HN: Flostep – Diagrams people can actually walk through

https://flostep.dev/
24•pandurang90•20h ago•9 comments

Show HN: GitHub Dashboard aka GitBiased

4•skyfantom•6h ago•4 comments
Open in hackernews

Show HN: Lightweight system monitor for Linux VPS written in Go

https://github.com/leodeim/vpsmon
23•ygagaga•2h ago

Comments

NSUserDefaults•1h ago
How is this better than Prometheus?
ygagaga•1h ago
Not better - different purpose. Its super lightweight, easy to install, simple for one server
freitzzz•1h ago
If I were to bet this is more a learning experience rather than trying to beat a product. Even better that this was done without AI (by the looks of it).

I’ve also done something similar in Go too, and several people used it, mostly because it’s easy to install/use and is lightweight.

https://github.com/joaomagfreitas/zero-monitor

ygagaga•1h ago
Cool project! I like design of the dashboards a lot. Will try it out
nimbius•1h ago
"curl -sL https://raw.githubusercontent.com/leodeim/vpsmon/main/instal... | sudo bash"

lol nope. i thought we all grew out of this crap?

ygagaga•1h ago
just check the code before running :)
dang•1h ago
"Please don't post shallow dismissals, especially of other people's work. A good critical comment teaches us something."

https://news.ycombinator.com/newsguidelines.html

nimbius•1h ago
https://tferdinand.net/en/why-curl-bash-is-a-dangerous-bad-h...

https://www.lesinskis.com/dont-pipe-curl-into-bash.html

https://www.cyberhub.blog/article/25147-why-curl-pipe-bash-i...

oh hey lets not forget this one too https://news.ycombinator.com/item?id=47860669

mosselman•9m ago
Cool. I went another way for monitoring my servers and built a local macOS app instead of installing the monitoring dashboard on the server itself.

https://kitaso.app/

It monitors any server you add to it and it can install a daemon that collects metrics for when you are offline. I keep it running to monitor our servers.