frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Cannot see all pull requests [still true after a month]

https://github.com/orgs/community/discussions/193463
1•carreau•2m ago•1 comments

Show HN: Asciidia – LLM-Powered Game

https://asciidia.com
1•levmiseri•4m ago•0 comments

Claude Mythos Audited Symfony and Found 19 Vulnerabilities

https://symfony.com/blog/claude-mythos-audited-symfony-and-found-19-vulnerabilities
1•javiereguiluz•5m ago•0 comments

Remove Srsltid from URLs

https://addons.mozilla.org/de/firefox/addon/remove-srsltid-from-urls/
1•3xa•5m ago•1 comments

Show HN: Handsets – A high-performance Android control CLI, built for agents

https://github.com/elliotgao2/handsets
2•gaojiuli•8m ago•0 comments

Systematic Reward Hacking and Prime Sprints

https://www.primeintellect.ai/blog/reward-hacking
2•thomasm6m6•11m ago•0 comments

Artificial egg hatched 26 healthy chickens

https://colossal.com/colossal-biosciences-artificial-egg-dodo-moa/
2•BaudouinVH•11m ago•0 comments

Hexed.it

https://hexed.it/
4•joooscha•19m ago•1 comments

NASA veterans raise safety concerns as agency ousts former astronaut, advisers

https://elpasomatters.org/2026/05/20/el-paso-astronaut-nasa-advisory-council-artemis-missions/
2•rbanffy•20m ago•0 comments

Show HN: A SQLite graph that captures why AI-generated code exists

https://github.com/enzoferraripapa-arch/ai-vprocess-ops
2•enzo_ferrari•20m ago•0 comments

LLM: Documentation driven exploration for big codebase

https://github.com/Anhydrite/doc-torn
2•anhydrite•21m ago•1 comments

Producthunt Is Swamped Now

https://www.mahl.me/blog/product-hunt-is-swamped-now/
1•gorgmah•21m ago•0 comments

China has named, defined and started governing agentic AI

https://thewire.in/tech/chinas-landmark-framework-for-agentic-ai-and-why-it-matters
1•BaudouinVH•21m ago•0 comments

3D Printed Train Whistles [video]

https://www.youtube.com/watch?v=dCrrUUhSmH0
1•_Microft•24m ago•0 comments

WebMCP: I Made My Website AI Agent Ready

https://suganthan.com/blog/webmcp-implementation-guide/
2•aashu_bel•27m ago•0 comments

Vivaldi 8.0: our biggest design overhaul

https://vivaldi.com/blog/vivaldi-on-desktop-8-0/
19•OuterVale•29m ago•1 comments

Bezos defends billionaires, hypes AI, talks taxes, praises DJT in CNBC interview

https://www.cnbc.com/2026/05/20/jeff-bezos-taxes-ai-corporations-trump.html
2•jacquesm•29m ago•0 comments

Growing an AI orchestration platform to $3k MRR in 4 weeks

https://www.indiehackers.com/post/tech/growing-an-ai-orchestration-platform-to-3k-mrr-in-4-weeks-...
2•Thenoahai•29m ago•0 comments

Show HN: Dokkaebi – Run your WASM backend directly on the client side

1•dokkebi•32m ago•0 comments

Google Search Is Dead. Time to Switch to a European Privacy-First Alternative

https://www.xprivo.com/blog/en/google-search-dead-european-alternative/
1•muzzy19•36m ago•1 comments

Comparing Objective Caml and Standard ML

https://adam.chlipala.net/mlcomp/
1•lambertsimnel•43m ago•0 comments

The Download: artificial chicken eggs and why Musk lost

https://www.technologyreview.com/2026/05/20/1137579/the-download-colossal-biosciences-egg-musk-al...
2•joozio•43m ago•1 comments

Visualizing the 15 patterns behind most LeetCode problems

https://algo-rhythm.dev/en/
2•bytegogo•44m ago•0 comments

Do you enjoy reading any type of AI written text?

2•reed1234•47m ago•4 comments

Nginx-Poolslip

https://twitter.com/nebusecurity/status/2057071579876753643
2•fuomag9•48m ago•0 comments

When volcanic ash stopped a Jumbo at 37,000ft (2010)

http://news.bbc.co.uk/2/hi/uk_news/magazine/8622099.stm
2•downbad_•49m ago•0 comments

Humanities vs. Stem: Problems vs. Exploration

https://user8.bearblog.dev/humanities-vs-stem-problems-vs-exploration/
2•James72689•51m ago•1 comments

Code sandbox with hot reload for ESP32 devices

https://resident.inanimate.tech/
1•steveruizok•52m ago•0 comments

The Universal Money Address (UMA) Standard (2023)

https://www.lightspark.com/news/uma/announcing-the-universal-money-address-uma-standard
1•janandonly•58m ago•0 comments

Dust raises $40M Series B to scale multiplayer AI for human-agent collaboration

https://dust.tt/blog/series-b-multiplayer-ai
1•doppp•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?