frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Am I right or am I right? Phrase

https://en.wiktionary.org/wiki/am_I_right_or_am_I_right
1•marysminefnuf•2m ago•0 comments

Ask HN: Is documentation a solved problem or are we all just pretending?

1•hariprasadr•4m ago•0 comments

Ask HN: What breaks first when your team grows from 10 to 50 people?

1•hariprasadr•6m ago•0 comments

Show HN: An OpenClaw skill to access Grok without an API Key

https://github.com/aquarius-wing/grok-scraper
1•lwy8wing•13m ago•1 comments

IBM, sonic delay lines, and the history of the 80×24 display

https://www.righto.com/2019/11/ibm-sonic-delay-lines-and-history-of.html
2•rbanffy•16m ago•0 comments

Ask HN: What are the hardest parts of working with the Web Audio API?

1•alexgriss•16m ago•0 comments

Ask HN: Why do the majority of vibecoded projects fail?

3•keepamovin•16m ago•0 comments

Those who 'circle back' and 'synergize' also tend to be crap at their jobs

https://www.theregister.com/2026/03/15/corporate_jargon_research/
1•beardyw•17m ago•0 comments

PHP-community: a faster-moving, community-driven PHP

https://blog.daniil.it/2026/03/15/php-community-a-faster-moving-community-driven-php/
2•danogentili•20m ago•0 comments

From Demo JWT to Production JWT: Adding Proper Audience Validation in .NET

https://www.aaronpina.com/from-demo-jwt-to-production-jwt-adding-proper-audience-validation/
1•aaronpina•22m ago•0 comments

A Terminal UI (TUI) Alternative to GHelper for Asus ROG / TUF Laptops on Linux

https://github.com/Ichihiroy/ghelper-for-linux
1•ichihiroy•24m ago•1 comments

Microslop

https://www.s-config.com/microslop/
2•ColinWright•27m ago•0 comments

Show HN: Realtime Chat with Curl Command

https://chat.est.im/hackernews
1•est•29m ago•0 comments

Manufacturing IoT Hardening browser sessions for factory kiosks and Smart TVs

https://andonalert.net/dev-blog/hardening-long-lived-browser-sessions-for-factory-iot
2•SolarpunkRachel•33m ago•1 comments

A Visual Introduction to Machine Learning

https://r2d3.us/visual-intro-to-machine-learning-part-1/
19•vismit2000•35m ago•1 comments

Show HN: Buxo.ai – Calendly alternative where LLM decides which slots to show

https://buxo.ai
3•paragarora•35m ago•0 comments

Show HN: React Native formatting in Node, powered by real Clang-format binaries

https://github.com/lumirlumir/npm-clang-format-node
1•beenzinozino•40m ago•0 comments

How to use storytelling to fit inline assembly into Rust

https://www.ralfj.de/blog/2026/03/13/inline-asm.html
1•birdculture•41m ago•0 comments

Never Go Full Kelly

https://www.lesswrong.com/posts/TNWnK9g2EeRnQA8Dg/never-go-full-kelly
1•pinkmuffinere•41m ago•0 comments

In the AI age, nothing is forgotten

https://yadin.com/notes/unforgettable/
1•dryadin•41m ago•0 comments

How to Explore London's Museums and Galleries

https://londonist.com/london/museums-and-galleries/how-to-explore-london-s-museums-and-galleries
1•zeristor•42m ago•0 comments

Having fun with the Go source code

https://jespino.github.io/having-fun-with-the-go-source-code-workshop/
2•valyala•43m ago•0 comments

AI Sovereignty Is a Myth

https://foreignpolicy.com/2026/03/09/artificial-intelligence-ai-sovereignty-taiwan-semiconductor-...
1•helsinkiandrew•43m ago•0 comments

Show HN: Show HN: GitHub Pages for Agents with GitHub Agentic Workflows (Gh-Aw)

https://github.com/idorozin/AgentPages
1•idorozin•49m ago•1 comments

Show HN: 1,011 AI crawler requests. Google Analytics saw zero

https://www.adwait.me/writings/tracking-ai-crawlers-server-side
1•adwait12345•49m ago•0 comments

Stay safe online: pull, don't get pushed

https://world.hey.com/ricardo.tavares/stay-safe-online-pull-don-t-get-pushed-bf7a90e1
1•rickdg•51m ago•0 comments

Software Bonkers

https://craigmod.com/essays/software_bonkers/
1•EmilStenstrom•53m ago•1 comments

Estranged and Alone? How to Find Community After Going 'No Contact' with Family

https://www.teenvogue.com/story/estranged-how-to-find-community-after-going-no-contact-with-family
1•Tomte•55m ago•0 comments

Roast your startup and send it to 1999

https://shipordie.club/roast/1999mystartup
2•ghoshbishakh•56m ago•0 comments

Are Prediction Markets Good for Journalism?

https://www.cjr.org/the-interview/are-prediction-markets-actually-good-for-journalism-kalshi-poly...
2•Tomte•56m 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?