frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Hangman Game

https://threej.in/games/talha37-12-hangman-game/index.html
1•threejin•4m ago•0 comments

Big Tech will spend nearly $700B on AI in 2026. No one knows where buildout ends

https://fortune.com/2026/04/30/big-tech-hyperscalers-will-spend-700-billion-on-ai-infrastructure-...
1•1vuio0pswjnm7•7m ago•0 comments

Why sugarcane bagasse tableware is eco friendly?

1•merakipack•7m ago•0 comments

Suno picks up Songkick as part of AI licensing deal with Warner Music

https://completemusicupdate.com/suno-picks-up-songkick-as-part-of-ai-licensing-deal-with-warner-m...
1•gnabgib•23m ago•0 comments

Show HN: ScaleBridge – sync Withings weigh-ins to Garmin Connect

https://scalebridge.ulf.su/en
1•ulfdev•27m ago•0 comments

Taking down a European network with a TLS certificate

https://mxsasha.eu/posts/ripe-ncc-rpki-exploit-chain/
1•tardedmeme•28m ago•0 comments

Comparing the Z80 and 6502 to Their Relatives

https://bumbershootsoft.wordpress.com/2026/05/02/comparing-the-z80-and-6502-to-their-relatives/
1•ibobev•30m ago•0 comments

Kimi K2.6 just beat Claude, GPT-5.5, and Gemini in a coding challenge

https://thinkpol.ca/2026/04/30/an-open-weights-chinese-model-just-beat-claude-gpt-5-5-and-gemini-...
11•bazlightyear•31m ago•0 comments

Claude-powered AI agent's confession

https://www.theguardian.com/technology/2026/apr/29/claude-ai-deletes-firm-database
1•hmokiguess•31m ago•1 comments

Before Barbie: Mattel Engineering Company, Guided Missiles, and the Cold War

https://medium.com/@solidi/before-barbie-mattel-engineering-company-guided-missiles-and-the-cold-...
2•biscuits1•32m ago•0 comments

How electronic warfare is sowing confusion in cockpits

https://www.cnn.com/2026/04/28/science/gps-jamming-plane-navigation-problems
1•giuliomagnifico•34m ago•0 comments

Ask HN: Best hardware for local inference

1•aavci•36m ago•0 comments

The first photo published in a newspaper

https://phsne.org/the-first-photograph-published-in-a-newspaper-1848/
1•geuis•42m ago•0 comments

Germany claims it has the best bread

https://www.economist.com/europe/2026/05/02/germany-claims-it-has-the-worlds-best-bread
1•andsoitis•43m ago•0 comments

The Myriad Project: A separator for ten-thousands

https://myriad-project.org/
1•dahlia•46m ago•0 comments

Sequoia Ascent 2026 Summary

https://karpathy.bearblog.dev/sequoia-ascent-2026/
1•fbuilesv•46m ago•0 comments

Carrier – AI-first back end compiler (Rust/Java/Node)

https://github.com/nikoma/carrier
1•nikoma777•47m ago•0 comments

Scaling, Stretching and Shifting Sinusoids

https://eli.thegreenplace.net/2026/scaling-stretching-and-shifting-sinusoids/
1•mfrw•56m ago•0 comments

The Terminal Bench 3.0 community is looking for task contributors

https://www.tbench.ai/news/tb3-contribution-call
1•neversettles•56m ago•0 comments

The Financialization of Compute Futures

https://deep-research-agent.pagey.site/the-financialization-of-compute-futures/index.html
1•freakynit•1h ago•0 comments

The Cost of Misalignment

https://interrupt.memfault.com/blog/the-hidden-cost-of-misalignment
1•swq115•1h ago•0 comments

Metastability in Recovery: Cascading Recovery with a Loop

https://charap.co/metastability-in-recovery-cascading-recovery-with-a-loop/
2•matt_d•1h ago•0 comments

Show HN: Tidal town – HTML5 game where you protect your town from tides

https://threej.in/games/tidal-town/index.html
2•threejin•1h ago•0 comments

Suno has acquired Songkick (YC 2007)

https://www.hypebot.com/suno-has-asquired-songkick-what-it-means-for-artists/
1•ellrob88•1h ago•2 comments

The 2-Hour Marathon Barrier Gets Smashed. Is It the Shoes–Or the Sugar?

https://www.wsj.com/sports/the-2-hour-marathon-barrier-gets-smashed-sabastian-sawe-c289c9f5
1•canucker2016•1h ago•3 comments

Show HN: I'm running parallel Pi agents on a local sandbox

https://github.com/CelestoAI/SmolVM/
2•theaniketmaurya•1h ago•0 comments

Australian medical first saved US Marine's life after military aircraft crash

https://www.abc.net.au/news/2026-05-03/australian-medical-first-us-marine-life-saved-beat-odds/10...
1•defrost•1h ago•0 comments

High-tech Chinese cars pop up in California thanks to legal loophole

https://nypost.com/2026/04/29/us-news/high-tech-chinese-cars-pop-up-in-california/
4•harambae•1h ago•0 comments

CS 153: Frontier Systems – Stanford University

https://cs153.stanford.edu
4•vismit2000•1h ago•0 comments

The Irreducible Skill

https://www.vinniefalco.com/p/the-irreducible-skill
1•ibobev•1h ago•0 comments
Open in hackernews

Show HN: BugStalker - a modern Rust debugger

https://github.com/godzie44/BugStalker
115•godzie•1y ago

Comments

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