frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

San Francisco's DNA is mischief

https://www.fieldnotes.nautilus.quest/p/san-franciscos-dna-is-mischief
1•zackoverflow•2m ago•0 comments

How the first electric grid was built

https://worksinprogress.co/issue/how-the-worlds-first-electric-grid-was-built/
1•deunamuno•2m ago•0 comments

Google announces Firebase Studio sunset and project migration

https://firebase.google.com/docs/studio/migrating-project
2•tmoertel•4m ago•0 comments

I Think a New Role Is Emerging in Tech

https://newsletter.thelongcommit.com/p/i-think-a-new-role-is-emerging-in
1•jcmartinezdev•4m ago•0 comments

Budgetbreeze – an AI centric personal finance tool

https://www.budgetbreeze.io/
1•boxstream•5m ago•1 comments

Imagined Unrealities

https://zuhayeer.com/writing/imagined-unrealities.html
1•zuhayeer•5m ago•0 comments

Why $4 gasoline is the tipping point for EVs

https://grist.org/energy/why-4-gasoline-is-the-tipping-point-for-evs/
1•speckx•5m ago•0 comments

Developer Spotlight: Somtochi Onyekwere from Fly.io

https://theconsensus.dev/p/2026/03/19/developer-spotlight-somtochi-onyekwere.html
1•eatonphil•6m ago•0 comments

Workflow Guardian – a GitHub Action that lints your CI/CD workflow files

https://github.com/marketplace/actions/workflow-guardian
1•hnollie89•6m ago•0 comments

New hard science fiction novel

2•dufbugderopa•8m ago•0 comments

Claude Code's System Prompt

https://www.claudecodecamp.com/p/inside-claude-code-s-system-prompt
2•aray07•12m ago•0 comments

Show HN: Local Document Parsing for Agents

https://www.llamaindex.ai/blog/liteparse-local-document-parsing-for-ai-agents
7•cheesyFish•12m ago•0 comments

Why aren't AI productivity gains higher?

https://newsletter.getdx.com/p/why-arent-ai-productivity-gains-higher
2•romanhn•15m ago•0 comments

The Long Farewell to Mark Zuckerberg's Metaverse

https://www.nytimes.com/2026/03/19/technology/mark-zuckerbergs-metaverse-vr-horizon-worlds.html
4•SLHamlet•15m ago•1 comments

Microsoft Seeks More Coherence in AI Efforts with Copilot Reorganization

https://www.wsj.com/tech/ai/microsoft-seeks-more-coherence-in-ai-efforts-with-copilot-reorganizat...
1•gmays•16m ago•0 comments

I built a direct-to-buyer store for industrial floor scrubbers and pallet jacks

https://sunmaxus.com/
1•Cleaninguy•17m ago•1 comments

Show HN: Oku – One tab to filter out noise from feeds and content sources

https://oku.io
2•oan•17m ago•0 comments

UK's Ofcom has today fined 4chan £450k for not having age checks in place

https://www.ofcom.org.uk/online-safety/illegal-and-harmful-content/4chan-fined-450000-for-not-pro...
6•longislandguido•17m ago•2 comments

Search for Golf Shots From The Masters 1968-2025

https://www.masters.com/en_US/vault/index.html
1•kyleblarson•17m ago•0 comments

An update on Steam / GOG changes for OpenTTD

https://www.openttd.org/news/2026/03/19/steam-changes-update
3•jandeboevrie•17m ago•0 comments

There Is No Firewall for English

https://openguard.sh/blog/english-firewall/
3•everlier•18m ago•0 comments

Three Thoughts on Dark Code

https://blog.waleson.com/2026/03/three-thoughts-on-dark-code.html
3•jtwaleson•20m ago•0 comments

I Can't Stop Running Claude Code Sessions

https://www.claudecodecamp.com/p/i-take-my-laptop-to-the-gym-so-claude-doesn-t-have-downtime
2•aray07•22m ago•0 comments

Composer 2 is now available in Cursor

https://twitter.com/cursor_ai/status/2034668943676244133
6•frankfrank13•23m ago•0 comments

Rowan County Chair Engages with Citizens Against AI DC Project

https://www.salisburypost.com/2026/03/19/rowan-county-chair-edds-engages-with-citizens-against-da...
1•gz5•24m ago•1 comments

Why I Used a Broken Laptop Instead of Buying a Mac Mini

https://medium.com/seeds-for-the-future/how-a-broken-laptop-saved-me-from-buying-a-mac-mini-fa169...
1•hungryclaw•26m ago•0 comments

How to Not Pay Your Taxes

https://taylor.town/succession-000
4•surprisetalk•28m ago•0 comments

Android: Balancing Openness and Choice with Safety

https://android-developers.googleblog.com/2026/03/android-developer-verification.html
6•0xedb•28m ago•1 comments

Offload: Speed up the agent loop by running tests remotely

https://imbue.com/product/offload/
7•nvader•29m ago•2 comments

Arizona charges Kalshi, alleging illegal gambling with election bets

https://www.theguardian.com/business/2026/mar/17/kalshi-arizona-gambling-election-bets
3•gmays•30m ago•0 comments
Open in hackernews

Show HN: BugStalker - a modern Rust debugger

https://github.com/godzie44/BugStalker
115•godzie•10mo ago

Comments

godzie•10mo 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•10mo 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•10mo ago
Would something like this work for you? https://probe.rs/
otherayden•10mo 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•10mo ago
any Machine Interface planned (à la GDB/MI)?
godzie•10mo ago
First priority is a DAP support. But after this - why not.
harpiaharpyja•10mo ago
Would DAP support allow this to be used with OpenOCD?
giancarlostoro•10mo ago
BugStomper would have also been a great name choice. ;)
rob74•10mo 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•10mo 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•10mo 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•10mo ago
Unfortunately no, but it's a good idea. I'll definitely look into this feature.
gitroom•10mo 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•10mo 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•10mo ago
is this necessarily linux for dependency reasons, or could it be on OSX in the future?
godzie•10mo 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•10mo ago
What's the state of expression evaluation?