frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: A free Instagram email downloader

https://virev.ai/instagram-email-finder
1•krenerd•57s ago•0 comments

Opus 4.7 Became Better at Web Design

https://www.yashthapliyal.com/blog/opus-4-7-web-design
1•yash1hi•3m ago•0 comments

Write broken commits for better review

https://huonw.github.io/blog/2026/04/broken-commits/
1•dbaupp•3m ago•0 comments

Ask HN: How did you get your first users with zero audience?

1•arikusi•5m ago•0 comments

I built send/links to stop losing links across tabs, bookmarks, and chats

https://sendlinks.app
1•prashantchanne•6m ago•0 comments

Characterizing the Impact of Congestion in Modern HPC Interconnects

https://arxiv.org/abs/2604.11432
1•matt_d•7m ago•0 comments

Stop Using JWTs

https://gist.github.com/samsch/0d1f3d3b4745d778f78b230cf6061452
1•birdculture•7m ago•0 comments

Shipfast.py – SaaS Starter Kit for Python Devs (FastAPI and Supabase and Stripe)

https://www.shipfastpy.com/
1•brandocalricia•9m ago•1 comments

The Long Hunt for China's Vanishing Elephant Slides

https://www.sixthtone.com/news/1018428
1•sohkamyung•10m ago•0 comments

Aliens.gov Resolves – To a WordPress "Site Not Found" Error

4•ascarola•11m ago•2 comments

Mechanics' institute

https://en.wikipedia.org/wiki/Mechanics%27_institute
1•hhs•11m ago•0 comments

Accessing Hardware in Rust

https://ferrous-systems.com/blog/hardware-access-rust/
1•PaulHoule•12m ago•0 comments

Rewiring financial services to scale intelligence

https://www.valtech.com/blog/rewiring-financial-services-to-scale-intelligence/
1•mooreds•14m ago•0 comments

Anubis weighs the soul of incoming HTTP requests to stop AI crawlers

https://github.com/TecharoHQ/anubis
2•rzk•14m ago•0 comments

Show HN: Rebuilt SETI Home but for AI

https://github.com/Agent-FM/agentfm-core
3•s4saif•15m ago•3 comments

Tessera: Unlocking Heterogeneous GPUs Through Kernel-Granularity Disaggregation

https://arxiv.org/abs/2604.10180
1•matt_d•18m ago•0 comments

Natural Selection Shaped Humanity

https://www.economist.com/science-and-technology/2026/04/15/how-natural-selection-really-shaped-h...
2•andsoitis•19m ago•0 comments

Big Tech's $300M election war chest rattles Democrats

https://www.ft.com/content/7529e4cd-e336-4b75-917b-84f91bc48437
1•petethomas•21m ago•0 comments

I Invented Lattice and Isomorphic Computing

https://github.com/aevov/afolabi-unified-framework
1•wakanda-island•23m ago•1 comments

Show HN: NoFS – What if files are just projections, graph is the truth?

https://nofs.ai/
1•mmethodz•27m ago•0 comments

Casus Belli Engineering

https://marcosmagueta.com/blog/casus-belli-engineering/
1•schonfinkel•34m ago•0 comments

Closure of Radio 4 on Long Wave (LW)

https://www.bbc.co.uk/reception/work-warning/news/radio4lw
2•austinallegro•36m ago•1 comments

Grpo explained: group relative policy optimization for LLM finetuning

https://cgft.io/learn/grpo-intro/
1•kumama•36m ago•0 comments

U.S. to Create High-Tech Manufacturing Zone in Philippines

https://www.wsj.com/world/asia/u-s-to-create-high-tech-manufacturing-zone-in-philippines-017c1668
12•dcgudeman•38m ago•7 comments

15% of Reddit Posts are Likely AI-generated in 2025

https://originality.ai/blog/ai-reddit-posts-study
3•akyuu•38m ago•2 comments

Street Fighter 2026 Trailer

https://www.youtube.com/watch?v=gX0Btbbddxk
3•havblue•41m ago•1 comments

Reed Hastings is leaving Netflix after 29 years

https://www.engadget.com/entertainment/streaming/reed-hastings-is-leaving-netflix-after-29-years-...
2•andsoitis•42m ago•0 comments

Helpful translations from British English (2015)

https://www.independent.co.uk/news/uk/home-news/chart-shows-what-british-people-say-what-they-rea...
1•worik•42m ago•1 comments

Unicorn Market Cap 2026: SF Is the GenAI Super Cluster

https://blog.eladgil.com/p/unicorn-market-cap-2026-sf-is-the
1•gmays•44m ago•0 comments

Ollama v0.21.0-Rc0

https://github.com/ollama/ollama/releases/tag/v0.21.0-rc0
1•maxloh•45m 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?