frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Agentic AI vs. AI Agents: The Governance Shift

https://rootcx.com/blog/agentic-ai-vs-ai-agents
1•seyz•41s ago•0 comments

Ask HN: What makes a good intern in 2026?

1•ThePhillipLin•1m ago•0 comments

Show HN: Agentic productivity platform for high perfomers

https://www.mainthread.app/
1•bolshchikov•1m ago•0 comments

German data protectionists push for final end to Chat Control

https://www.heise.de/en/news/German-data-protectionists-push-for-final-end-to-chat-control-112830...
1•theanonymousone•3m ago•0 comments

Nvidia embraces AI investor, topping $40B in equity bets 2026

https://www.cnbc.com/2026/05/09/nvidia-embraces-ai-investor-topping-40-billion-in-equity-bets-202...
2•gmays•3m ago•1 comments

Will AI Produce the Next Great Divergence?

https://www.lawfaremedia.org/article/will-ai-produce-the-next-great-divergence
1•speckx•5m ago•0 comments

Mac App Store Review Times Increasing

https://mjtsai.com/blog/2026/03/02/mac-app-store-review-times-increasing/
3•jhack•5m ago•0 comments

FormulaBase: A Markdown editor with LaTeX support

https://formulario-five.vercel.app/
1•developer_ai_•6m ago•0 comments

A modern desktop music player for people tired of streaming apps

https://github.com/heartached/Noctis
2•heartached•7m ago•1 comments

Myst's Game Design Proposal document (1991)

https://archive.org/details/myst_proposal
1•gaws•10m ago•0 comments

Expat 2.8.1 released, CVE-2026-45186 and CVSS unreliability

https://blog.hartwork.org/posts/expat-2-8-1-released/
1•spyc•12m ago•0 comments

Golden Testing a CAD Library

https://doscienceto.it/blog/posts/2026-04-27-golden-testing-cad.html
1•PaulHoule•13m ago•0 comments

I built a simpler, more powerful "Dropbox" for devs and creators

https://dropscodes.vercel.app/
1•ghassan_gaidi•13m ago•0 comments

MobyDB – The Geospatial-Native Database

https://mobydb.com/
1•petethomas•13m ago•0 comments

DepthWork – iOS app that scores focus quality with a neuroscience-based index

https://depthwork.io/
1•CubusWaw•15m ago•0 comments

Sunburn inspired a new way to store energy

https://www.bbc.com/news/articles/c62l9gnx775o
5•devonnull•16m ago•0 comments

Cloudflare "issue" blocking legitimate access from humans for days

https://www.cloudflarestatus.com/incidents/xlh20wf0hd70
3•BrunoBernardino•17m ago•0 comments

Privacy, ownership, and freedom are being taken away from you

https://spicygarbagesoup.bearblog.dev/privacy-ownership-and-freedom-are-being-taken-away/
2•y0eswddl•17m ago•0 comments

History of CRMs APL

https://www.computer.org/csdl/magazine/an/2026/01/11442828/2eXehpB3Ybe
1•tosh•17m ago•0 comments

Using LLM in the shebang line of a script

https://til.simonwillison.net/llms/llm-shebang
2•twapi•19m ago•0 comments

Landslide created a 500-meter-high tsunami in a major tourist area

https://arstechnica.com/science/2026/05/how-a-melting-glacier-led-to-a-500-meter-high-tsunami/
3•thm•20m ago•0 comments

The Last Company

https://catboosted.bearblog.dev/thelastcompany/
2•OxfordOutlander•20m ago•0 comments

The Biggest Conspiracy Theories in Open Source

https://nesbitt.io/2026/03/25/the-top-10-biggest-conspiracies-in-open-source.html
2•LouisLazaris•20m ago•1 comments

London's Smallest Public Sculptures

https://lookup.london/londons-smallest-public-sculptures/
1•susam•22m ago•0 comments

I rebuilt Voicy with agents instead of rewriting it myself

https://blog.borodutch.com/i-rebuilt-voicy-with-agents-instead-of-rewriting-it-myself/
1•martialg•23m ago•0 comments

Hermes Agent surpassed OpenClaw as top app on OpenRouter leaderboard

https://openrouter.ai/rankings
1•joeyhage•27m ago•0 comments

A new JavaScript test runner called Decaf

https://djalbat.com/
2•djalbat•27m ago•0 comments

Palantir to be granted "unlimited access" to UK NHS patient data

https://www.digitalhealth.net/2026/05/palantir-to-be-granted-unlimited-access-to-nhs-patient-data/
10•ck2•28m ago•0 comments

Accelerating Android Builds on AWS: From 3 Hours to Under 5 Mins with SourceFS

https://aws.amazon.com/blogs/industries/accelerating-android-builds-on-aws-from-3-hours-to-under-...
2•davidbrazdil•28m ago•0 comments

AI versus Microservices

https://www.michaelnygard.com/blog/2026/05/ai-versus-microservices/
1•matrix•28m 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?