frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A throbbing heart at the thought of AI

1•ish099•1m ago•0 comments

Claude Platform on AWS

https://aws.amazon.com/claude-platform/
1•matrixhelix•1m ago•0 comments

Claude Platform on AWS

https://claude.com/blog/claude-platform-on-aws
3•matrixhelix•2m ago•0 comments

Show HN: Compare Similar Audio Tracks

https://w.merkoba.com/trackcheck/
1•madprops•3m ago•0 comments

How Rockstar fit an entire city into PlayStation 2 memory [video]

https://www.youtube.com/watch?v=cIbCxbrBCys
1•CharlesW•7m ago•0 comments

Scientists Gave 'Aggressive' Fish Psychedelic Drugs. A Breakthrough Came Next

https://www.404media.co/fish-psilocybin-magic-mushrooms-study-psychedelics/
1•gmays•10m ago•0 comments

Darkest Dungeon devs will "never, ever" use GenAI to replace narrator Wayne June

https://www.rockpapershotgun.com/his-voice-and-delivery-was-human-darkest-dungeon-developers-will...
1•latexr•11m ago•0 comments

The Silence That Meets the Rape of Palestinians

https://www.nytimes.com/2026/05/11/opinion/israel-palestinians-sexual-violence.html
5•lorecore•13m ago•1 comments

The new Shai-Hulud worm threatens to wipe your machine if you revoke its token

https://cybersecurityreach.org/investigations/ifyourevokethistokenitwillwipethecomputeroftheowner...
1•Leonardm•15m ago•0 comments

Extraordinary Ordinals

https://text.marvinborner.de/2026-04-09-17.html
2•marvinborner•24m ago•0 comments

Db-fortress – Scanner for the 4 vibe-coded auth bugs Wiz documents

1•omji-krypto•26m ago•0 comments

Can you help reconcile my first/second-hand LLM Experience with HN's Experience?

2•didigamma•29m ago•2 comments

Show HN: A browser-friendly mirror of the war.gov UFO/UAP Release 01 files

https://0.2.fastfilelink.com/x5CbXd5k
2•bear330•35m ago•1 comments

Open Questions – AGI

https://handsdiff.substack.com/p/open-questions-agi
1•rajeevn•37m ago•0 comments

Christophe Pettus: PHP Goes BSD

https://thebuild.com/blog/2026/04/30/php-goes-bsd/
2•PaulHoule•38m ago•0 comments

Months long delays for Firefox extension submission reviews

https://old.reddit.com/r/uBlockOrigin/comments/1taigxt/ublock_origin_ubo_171_announcement_thread_...
1•kholdstayr•39m ago•1 comments

Moving from lsp-mode in GNU Emacs to Eglot

https://utcc.utoronto.ca/~cks/space/blog/programming/EmacsLspModeToEglot
1•susam•40m ago•0 comments

Wayland.fyi minimalist Wayland special interest group

https://wayland.fyi/
2•birdculture•40m ago•0 comments

GitLab Act 2

https://simonwillison.net/2026/May/11/gitlab-act-2/
3•digitallogic•41m ago•0 comments

Ask HN: How do you deal with AI fatigue?

1•carlos-menezes•42m ago•0 comments

Reuters: Sutskever says spent year proving sama dishonest

https://www.reuters.com/business/former-openai-executive-sutskever-discloses-nearly-7-billion-sta...
1•jjtheblunt•44m ago•1 comments

They Live (1988) inspired Adblocker

https://github.com/davmlaw/they_live_adblocker
2•tokenburner•49m ago•0 comments

Could This Fish Be a Notebook?

https://reasonstobecheerful.world/great-lakes-fish-interview/
1•cainxinth•50m ago•2 comments

Complaints About Iran War Leaks Prompt Aggressive DOJ Investigations

https://www.wsj.com/politics/national-security/trumps-complaints-about-iran-war-leaks-prompt-aggr...
2•petethomas•52m ago•0 comments

The Inference Shift – Stratechery

https://stratechery.com/2026/the-inference-shift/
1•chermanowicz•54m ago•0 comments

Motion Picture Editor's Guild Stress Survival Kit

https://www.editorsguild.com/Stress-Survival-Kit
1•gmays•54m ago•0 comments

Show HN: Safe-install – safer NPM installs with trusted build dependencies

https://www.npmjs.com/package/@gkiely/safe-install
2•gkiely•57m ago•0 comments

Ancient Secrets

https://www.nationalaffairs.com/blog/detail/findings-a-daily-roundup/ancient-secrets
2•paulpauper•59m ago•0 comments

The April every AI plan broke

https://thefinancialengineer.substack.com/p/the-april-every-ai-plan-broke
3•gmays•1h ago•0 comments

CRUD Is Broken

https://sawyer-p.me/crud-is-broken
4•bencornia•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?