frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Have You Ever Seen the Rain?

https://christopherren.substack.com/p/have-you-ever-seen-the-rain
1•lookatdata•6m ago•1 comments

Open-source 3D anatomy explorer: 2,234 selectable BodyParts3D meshes

https://github.com/ashemag/human-atlas
1•metrofun•6m ago•0 comments

Do you ever struggle to find another programmer to work on a project/pair with?

1•rizsyed1•8m ago•0 comments

2025 Dodge Charger EV: Regular Car Reviews [video]

https://www.youtube.com/watch?v=0jZVP_ZA3ZY
1•fortran77•8m ago•0 comments

TALA Is Open-Source

https://d2lang.com/blog/tala-is-open-source/
1•alixanderwang•9m ago•0 comments

Show HN: Explore the fun side of the personal web

https://straw.page/explore
2•chickenman•12m ago•0 comments

Show HN: Archprint, infer architecture lint rules from your repo's import graph

https://github.com/Tommkruix/archprint
1•Tommkruix123•13m ago•0 comments

Unauthenticated RCE in Telerik UI

https://tantosec.com/blog/2026/09/telerik-padding-oracle-to-shell/
1•dwbzn•14m ago•0 comments

Show HN: Browse 27 years of movie ticket stubs in ThreeJS

1•zebomon•14m ago•0 comments

I kept working on Windows Notepad for Mac

https://github.com/Arijit-gotsomecodes/NotePadMac
1•fxxai•16m ago•1 comments

The Impacts of Guaranteed Basic Income on Crime Perpetration and Victimization

https://www.nber.org/papers/w34547
1•stinkbeetle•17m ago•0 comments

Show HN: WordFLIP, a Wordle with a secret win condition

https://meghanto.me/wordflip/
1•meghanto•17m ago•0 comments

ASCII smuggling crosses over from AI prompt injection to phishing evasion

https://www.microsoft.com/en-us/security/blog/2026/09/03/ascii-smuggling-crosses-over-from-ai-pro...
1•fourfire•19m ago•0 comments

Hermes Kanban – Multi-Agent Profile Collaboration

https://hermes-agent.nousresearch.com/docs/user-guide/features/kanban
1•fallinditch•23m ago•1 comments

Show HN: HP Jornada 545 Emulator

https://lapocket.neocities.org/
1•eafer•25m ago•0 comments

Show HN: Raven – encrypted messages hidden inside ordinary text

https://sendraven.ink
1•OAraLabs•26m ago•0 comments

Meta's AI Crawler Crashing My DB, and What I Did About It

https://usero.io/blog/meta-ai-crawler-crashing-my-db
1•willsmith72•26m ago•0 comments

CERN's migration path from CentOS Linux to Debian

https://lwn.net/SubscriberLink/1092512/45bba78661c89e5a/
3•chmaynard•28m ago•0 comments

July in Servo

https://servo.org/blog/2026/08/31/july-in-servo/
3•caminanteblanco•35m ago•0 comments

Talentblender.com – The Future's Marketplace

https://talentblender.com/register
1•seraph2000•37m ago•0 comments

1% increase in immigration leads to a 1.78%-2.97% increase in Far-Right voting (2024)

https://www.sciencedirect.com/science/article/abs/pii/S1062976924001315
8•cwwc•38m ago•7 comments

Debian code search: fast TurboPFor with Go SIMD

https://michael.stapelberg.ch/posts/2026-09-06-dcs-fast-turbopfor-go-simd/
1•valyala•39m ago•0 comments

National security risk: Berlin data leak causes major repercussions

https://www.heise.de/en/news/National-security-risk-Berlin-data-leak-causes-major-repercussions-1...
2•doener•41m ago•0 comments

But what about video games?

https://blog.glyph.im/2026/09/but-what-about-video-games.html
2•lumpa•42m ago•0 comments

The Operational Limits of Agent Security (Dec 2025)

https://cupcake.eqtylab.io/security-disclaimer/
2•ramoz•44m ago•0 comments

Infinite Digest: Illustrated Companion to David Foster Wallace's Infinite Jest

https://samizdat.co/digest/
1•CharlesW•48m ago•0 comments

Show HN: Inbundly – Google Inbox-style bundles for Gmail (open-source)

https://benoror.bearblog.dev/bringing-google-inboxs-bundles-back-to-gmail/
1•benoror•48m ago•0 comments

Cloudflare hid my site from AI. I sell AI visibility

https://foundash-ai.github.io/
1•boiled_potato•49m ago•0 comments

Fortune Telling Fraud

https://en.wikipedia.org/wiki/Fortune_telling_fraud
3•stephenlf•49m ago•1 comments

Why are drug overdose deaths declining?

https://www.statnews.com/2026/09/03/drug-overdose-deaths-down-sharply-commonwealth-fund-study/
2•EA-3167•1h ago•1 comments
Open in hackernews

Show HN: BugStalker - a modern Rust debugger

https://github.com/godzie44/BugStalker
115•godzie•1y ago

Comments

godzie•1y ago
BS is a modern debugger for Linux x86-64. Written in Rust for Rust programs.

Async Rust support – debug async code with new commands: - async backtrace – inspect async task backtraces - async task – view task details - async stepover / async stepout – better control over async execution

Enhanced variable inspection: - argd / vard – print variables and arguments using Debug trait

Other: - new `call` Command – execute functions directly in the debugged program - `trigger` Command – fine-grained control over breakpoints - new project Website – better docs and resources

…and much more!

Full Changelog: https://github.com/godzie44/BugStalker/releases/tag/v0.3.0

Documentation & Demos: https://godzie44.github.io/BugStalker/

bfrog•1y ago
Been hoping someone would make this, looks great!

I guess I’m next hoping someone gets it working using jtag/swd debug probes for embedded targets :)

goku12•1y ago
Would something like this work for you? https://probe.rs/
otherayden•1y ago
Best of luck with this project. I'm not even a rust dev but I came to say that I love this name
sixthDot•1y ago
any Machine Interface planned (à la GDB/MI)?
godzie•1y ago
First priority is a DAP support. But after this - why not.
harpiaharpyja•1y ago
Would DAP support allow this to be used with OpenOCD?
giancarlostoro•1y ago
BugStomper would have also been a great name choice. ;)
rob74•1y ago
Better than the current one - first, stalking is not really a verb that comes to mind when I think about bugs, and second, it has pretty negative connotations...
meisel•1y ago
I’m surprised this isn’t getting more love. My experience with other debuggers with Rust was quite poor, I hope this one can fare much better. For example, I couldn’t call functions with previous debuggers
bobajeff•1y ago
Does this have a machine interface mode like gdb/lldb? Asking because I like my debuggers to be integrated with my code editor of choice which is usually done via such an interface.
godzie•1y ago
Unfortunately no, but it's a good idea. I'll definitely look into this feature.
gitroom•1y ago
Honestly this wouldve helped me a ton when I got stuck with async errors before, Rust debugging always felt tougher than it should be.
dathinab•1y ago
yeah I mean you are basically stuck with a few options

- use C/C++ focused debugers with a rust plugin or similar (okay, not not compared to idk. debugging python in PyStorm)

- rely on tracing/logging and errors reported (which might sound dump as it's basically "not" debugging, but with how the rust type system plays out and enforcement of reasonable decent code style/structure etc. this is quite often good enough)

- write/extend tests (again a form of "not" debugging, but where while a "must have" even if you pinned down the bug using a debugger)

- sprinkle in dbg! statements (basically print line debugging)

The fact that it took like 10? yearts for anyone to write more then just tweeks to C/C++ debuggers even through rust has a lot of enthusiasts is I think telling ;)

Still it looks like a real nice tool to have in your toolbox.

thurn•1y ago
is this necessarily linux for dependency reasons, or could it be on OSX in the future?
godzie•1y ago
Yes, I think it's possible to support macOS. However, the main challenge isn't the operating system itself but rather the architecture.
lostmsu•1y ago
What's the state of expression evaluation?