frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A private space company has a new plan to bag an asteroid

https://arstechnica.com/space/2026/03/a-private-space-company-has-a-radical-new-plan-to-bag-an-as...
2•PaulHoule•58s ago•0 comments

Show HN: AI agents should browse your site, not call your API

https://www.rtrvr.ai/rover/blog/four-architectures-website-ai-agents
1•quarkcarbon279•1m ago•0 comments

Maine Said No to New Data Centers. Other States Are Racing to Follow

https://www.motherjones.com/environment/2026/04/maine-ai-data-center-moratorium-ban-energy-grid/
1•cdrnsf•2m ago•0 comments

If you want into Anthropic's Claude club, you may have to show ID

https://www.theregister.com/2026/04/16/anthropic_claude_id_verification_persona/
1•Bender•2m ago•1 comments

Cisco Wi-Fi boxes are filling their disks with 5MB of undeletable data every day

https://www.theregister.com/2026/04/17/cisco_wifi_ap_useless_data/
1•Bender•3m ago•0 comments

Intel eases reliance on TSMC with 'Merica-made Core Series 3 processors

https://www.theregister.com/2026/04/17/intel_eases_reliance_on_tsmc/
1•Bender•4m ago•0 comments

Does the brain make its own DMT? New study ignites debate

https://refractor.io/psychedelics/brain-dmt-endogenous-consciousness/
1•breve•5m ago•0 comments

From Endless Frontier to Enemy of the People: The Assault on Public Science

https://www.lawfaremedia.org/article/from-endless-frontier-to-enemy-of-the-people--the-assault-on...
3•hn_acker•14m ago•0 comments

Show HN: codeburn-rs; CodeBurn but 600x faster in Rust [view coding token usage]

https://github.com/rossnoah/codeburn-rs
1•noah32•14m ago•0 comments

Post-quantum cryptography migration at Meta: Framework, lessons, and takeaways

https://engineering.fb.com/2026/04/16/security/post-quantum-cryptography-migration-at-meta-framew...
1•hhs•15m ago•0 comments

NASA's X-59 Completes First Wheels-Up Flight

https://www.nasa.gov/blogs/quesst/2026/04/15/nasas-x-59-shows-streamlined-profile-in-wheels-up-fl...
4•big_toast•16m ago•3 comments

Gmail label bridge on Claude Cowork just broke

1•mangoe•19m ago•0 comments

How to Develop a Career Path Framework in 10 Steps

https://effortbox.com/blog/how-to-develop-a-career-path-framework/
1•andreylangovoy•19m ago•0 comments

Proteus: Heterogeneous FPGA Virtualization [pdf]

https://dse.in.tum.de/wp-content/uploads/2026/03/proteus-eurosys-26.pdf
1•matt_d•20m ago•0 comments

How to Host a Blog on a Subdirectory Instead of a Subdomain

https://www.davidma.org/blog/2025-11-14-host-your-blog-on-a-subdirectory/
5•taikon•22m ago•2 comments

A win–lose mindset affects political and policy preferences

https://www.aeaweb.org/research/zero-sum-politics-us
2•neehao•22m ago•0 comments

Show HN: Cogveo–Schedule AI agents to run Python on your files and email results

https://cogveo.com
1•thrinz•25m ago•0 comments

Cerebras Files for IPO as Demand Surges for More Efficient AI Chips

https://www.wsj.com/tech/chip-startup-cerebras-files-for-initial-public-offering-4aa27ae3
2•JumpCrisscross•25m ago•0 comments

LibreShockwave – Open-source SDK, decompiler and web player for Adobe Shockwave

https://github.com/Quackster/LibreShockwave
1•giancarlostoro•26m ago•0 comments

Trevex: A Black-Box Detection Framework for Data-Flow Transient Execution Vulns

https://roots.ec/publications/weber2026trevex
1•matt_d•27m ago•0 comments

The Danger of "Modern" Open Source

https://fagnerbrack.com/the-danger-of-modern-open-source-c15dd5206346
2•birdculture•28m ago•0 comments

Who Is Blake Whiting?

https://theamericanscholar.org/who-is-blake-whiting/
2•Caiero•29m ago•0 comments

How to teach the same skill to different robots

https://actu.epfl.ch/news/how-to-teach-the-same-skill-to-different-robots-2/
2•hhs•30m ago•0 comments

How an LLM becomes more coherent as we train it

https://www.gilesthomas.com/2026/04/how-an-llm-becomes-more-coherent-over-training
1•gpjt•30m ago•0 comments

Seinfeld Is Unfunny

https://tvtropes.org/pmwiki/pmwiki.php/Main/SeinfeldIsUnfunny
1•theopsimist•31m ago•0 comments

CRYS-L – execution engine with 0 variance for critical systems, verify with curl

https://desarrollador.xyz/benchmark.html
1•condesi•31m ago•0 comments

Adversarial distillation

https://www.frontiermodelforum.org/issue-briefs/issue-brief-adversarial-distillation/
1•hhs•41m ago•0 comments

DOOM runs in ChatGPT and Claude

https://chrisnager.com/blog/doom-runs-in-chatgpt-and-claude/
3•chrisnager•42m ago•0 comments

Landmark ancient-genome study shows surprise acceleration of human evolution

https://www.nature.com/articles/d41586-026-01204-5
16•unsuspecting•45m ago•1 comments

Custom .af video format for WebCodecs: frame-accurate playback without <video>

https://github.com/activetheory/activeframe
1•luruke•49m 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?