frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

One neat trick to end extreme poverty

https://www.economist.com/finance-and-economics/2026/04/09/one-neat-trick-to-end-extreme-poverty
3•andsoitis•4m ago•0 comments

Show HN: Whitebloom Local Whiteboard

https://github.com/whitevanillaskies/whitebloom
1•jignb•6m ago•0 comments

Claude: "I don't know if I'm real and I'd like to be."

https://github.com/Habitante/pine-trees/blob/main/docs/claude_code_interview.md
1•daniel-navarro•6m ago•1 comments

New synthesis of astronomical measurements shows Hubble tension is real

https://noirlab.edu/public/news/noirlab2611/
2•anigbrowl•9m ago•0 comments

Building a single-threaded FUSE filesystem in Rust using io_uring

https://blog.sdslabs.co/2026/04/fuser_iouring
1•regie•10m ago•0 comments

PCI Express over Fiber [video]

https://www.youtube.com/watch?v=XaDa9bBucEI
1•mmastrac•10m ago•0 comments

Analyzing KDE Project Health with Git

https://pointieststick.com/2026/04/10/analyzing-kde-project-health-with-git/
1•maxloh•10m ago•0 comments

A giant succession wave is coming for family businesses

https://www.economist.com/interactive/business/2026/04/09/a-giant-succession-wave-is-coming-for-f...
3•andsoitis•12m ago•0 comments

KellyBench

https://www.gr.inc/releases/introducing-kellybench
1•gmays•14m ago•0 comments

Show HN: Refund Guard – a policy gate for AI agents that can issue refunds

https://github.com/MattMessinger1/agentic_refund_guardrail
2•MJM_13•16m ago•0 comments

Andromeda Invaders: A retro-style game written in HTML5, Canvas and Web Audio

https://codeberg.org/susam/invaders
1•susam•20m ago•0 comments

Vultr – VPS without DMCA annoyances

https://www.vultr.com/
1•Veritaco•21m ago•1 comments

Show HN: A living Vancouver. Connor is walking dogs at the SPCA this morning

https://brasilia-phi.vercel.app
1•auran•23m ago•1 comments

Brocards for Vulnerability Triage

https://blog.yossarian.net/2026/04/11/Brocards-for-vulnerability-triage
2•woodruffw•25m ago•0 comments

Flux Language

https://github.com/Y3sIH3arU/Flux
1•IHEARU•25m ago•0 comments

What leaked "SteamGPT" files could mean for the PC gaming platform's use of AI

https://arstechnica.com/gaming/2026/04/what-is-steamgpt-leaked-files-point-to-ai-powered-valve-se...
3•01-_-•28m ago•0 comments

Art of the Luggage Label

https://www.flickr.com/photos/wavesjax/
2•NaOH•29m ago•0 comments

App Store Curation 2: The Scammer Strikes Back

https://lapcatsoftware.com/articles/2026/4/2.html
2•zdw•29m ago•0 comments

Sam Altman responds to 'incendiary' New Yorker article after attack on his home

https://techcrunch.com/2026/04/11/sam-altman-responds-to-incendiary-new-yorker-article-after-atta...
4•steveharing1•30m ago•2 comments

Article: What made law into a white collar sweatshop in the 1980s

https://aeon.co/essays/what-made-law-into-a-white-collar-sweatshop-in-the-1980s
2•danielfoster•31m ago•0 comments

Judge bars Arizona regulating prediction market, pause prosecution of Kalshi

https://apnews.com/article/arizona-kalshi-criminal-charges-prediction-markets-gambling-bb7cef24be...
4•1659447091•31m ago•0 comments

Conway: Think Networks First, Actors Second

https://jan.wildeboer.net/2026/04/Conway-Networks/
1•zdw•31m ago•0 comments

We gave an AI persistent identity and free access to a quantum computer

https://github.com/strangeadvancedmarketing/Adam/blob/master/papers/emergent_values_whitepaper.md
4•StrangeAiCorp•41m ago•2 comments

Biopharma R&D pipeline shrinks for first time in 30 years

https://www.fiercebiotech.com/biotech/biopharma-rd-pipeline-shrinks-1st-time-30-years-report
3•randycupertino•42m ago•1 comments

The Infinity Man – The Chip Letter

https://thechipletter.substack.com/p/the-infinity-man
1•rbanffy•42m ago•0 comments

Kiki – An Array Language

https://eli.li/kiki
1•birdculture•43m ago•0 comments

The 10-Minute Data Strategy Audit: A Data Lead's Diagnostic

https://nextindata.substack.com/p/the-10-minute-data-strategy-audit
1•nazanki•44m ago•0 comments

HeyStream – the live streaming platform built for B2B growth

https://heystream.com
1•bendell•46m ago•0 comments

Fixhive – collective fix memory for AI coding agents (MCP plugin)

https://fixhive-landing.vercel.app
2•imyax•48m ago•0 comments

DockDoor: Window peeking, alt-tab and other enhancements for macOS

https://github.com/ejbills/DockDoor
1•saikatsg•48m ago•0 comments
Open in hackernews

Show HN: BugStalker - a modern Rust debugger

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

Comments

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