frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Stop Doing Easy Things

https://xendo.bearblog.dev/stop-doing-easy-things/
1•xendo•25s ago•0 comments

Platform Adoption: Tooling, Training, Buy-In

https://blog.bensoussan.de/post/2026-09-01-platform-adoption-tooling-training-buy-in/
1•davidbensoussan•1m ago•1 comments

Yale med school prof tells his postdocs: Work extra hours at my command

https://statmodeling.stat.columbia.edu/2026/09/02/yale-med-school-prof-tells-his-postdocs-work-ex...
1•Tomte•4m ago•0 comments

ChatGPT Subsidy Chart reveals $3k monthly spend nets $62k API-equivalent value

https://aicharts.io/gpt-subsidy
1•thoughtpeddler•4m ago•0 comments

Tradeviction – Long or short startup conviction

https://tradeviction.com/about
1•mantegna•5m ago•1 comments

A New Book Uncovers LA's Most Unique and Unexpected Museums (2024)

https://lamag.com/arts-and-entertainment/a-new-book-uncovers-l-a-s-most-unique-and-unexpected-mus...
1•spking•5m ago•0 comments

NATO's next nightmare: The French presidential election

https://www.politico.eu/article/nato-next-nightmare-the-french-presidential-election/
3•robtherobber•5m ago•0 comments

TruckSmarter shutting down: Dispatch app goes dark on Friday

https://www.freightwaves.com/news/trucksmarter-shutting-down
2•crescit_eundo•6m ago•0 comments

Category Name Needed for OpenClaw, Hermes, Grok Bot

https://claude.ai/share/35ec8519-06eb-4303-bf01-083bd2d4f8ac
1•VikRubenfeld•7m ago•1 comments

Claude Fable 5.1 watermark: It has a blind spot developers can't ignore

https://thenewstack.io/fable-5-1-watermark/
1•Brajeshwar•9m ago•0 comments

Software Factories in September 2026

https://igoro.com/archive/software-factories/
1•c0ff•10m ago•0 comments

Show HN: Blognami – a Markdown based blogging platform for node

https://blognami.com/docs
1•jodysalt•11m ago•0 comments

Show HN: Aura – a Rust agent that investigates and fixes production incidents

https://github.com/mezmo/aura
1•jvogt•11m ago•0 comments

You can be wrong, even on your birthday

https://www.rawsignal.ca/newsletter-archive/you-can-be-wrong-even-on-your-birthday/
1•mooreds•12m ago•0 comments

Linode's $48 Standard 4 Got Faster on Retest – But Storage Still Moved Around

https://webbynode.com/articles/linodes-48-standard-4-got-faster-on-retest
1•gsgreen•12m ago•0 comments

Show HN: Verity.md quality gates, memory and cost control for Claude Code

https://verity.md/
1•ARayOutOfBounds•12m ago•0 comments

AI Doomers Are Buying Potemkin Articles

https://twitter.com/brianchau57/status/2095128785955987698
2•MrBuddyCasino•12m ago•0 comments

Unplug America [Tod Maffin]

https://engageq.notion.site/unplug
1•JdeBP•12m ago•1 comments

Welcome to the Madhouse [audio]

https://softwaremadhouse.com/episodes/episode-1-welcome-to-the-madhouse/
1•mooreds•13m ago•0 comments

China's fiery incinerator boom [video]

https://www.youtube.com/watch?v=AuIEBSb2xiE
1•eamag•13m ago•0 comments

AI Killed My Blog Traffic

https://clintmcmahon.com/blog/ai-killed-my-blog-traffic
1•speckx•14m ago•0 comments

Uber is laying off 10% of its workforce

https://techcrunch.com/2026/09/02/uber-is-laying-off-10-of-staff-or-3300-people/
4•rglullis•15m ago•1 comments

Financial Accounting Concepts for Developers

https://docs.tigerbeetle.com/coding/financial-accounting/
1•bramadityaw•16m ago•0 comments

Microspeak: Funded / Unfunded

https://devblogs.microsoft.com/oldnewthing/20260901-00/?p=112662
1•ibobev•16m ago•0 comments

I made my package in Python called qyl

https://pypi.org/project/qyl/
1•iwannabefamous•16m ago•0 comments

CERN Transitioning to Debian After Being a Longtime RHEL Institution

https://www.phoronix.com/news/CERN-Goes-Debian-Leaving-RHEL
2•jbd•17m ago•1 comments

Climate crisis is creating hellish conditions for waste pickers at Nairobi dump

https://www.independent.co.uk/climate-change/kenya-aid-waste-nairobi-dump-b2838750.html
3•eamag•17m ago•0 comments

Gemini 3.8 Flash

https://twitter.com/googleai/status/2095175759606231439
1•zhiQ•17m ago•1 comments

AI Slop is saturating the internet and things are becoming dramatic quickly

https://sites.google.com/view/sources-aislop
4•embedding-shape•18m ago•2 comments

Share Foundation: Students and Opposition Politicians Targeted by Spyware

https://sharefoundation.info/en/share-foundation-students-and-opposition-politicians-targeted-by-...
1•Kostic•19m ago•0 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?