frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Six Years Perfecting Maps on WatchOS

https://www.david-smith.org/blog/2026/04/29/maps-on-watchos/
2•valzevul•5m ago•0 comments

Shigeru Miyamoto: Better Coder Than Most Without Ever Writing Code

https://indiepixel.de/blog/posts/shigeru-miyamoto-has-probably-never-compiled-a-line-of-code-in-h...
1•birdculture•6m ago•0 comments

CISA, NSA & Five Eyes publishes guide on how to safely deploy AI agents

https://cyberscoop.com/cisa-nsa-five-eyes-guidance-secure-deployment-ai-agents/
1•lschueller•9m ago•0 comments

/peek is a new slash command to use subagents to check out your other sessions

https://github.com/sachio222/cc-peek
1•sachio222•10m ago•0 comments

Show HN: Rotato – Node.js proxy that rotates LLM API keys on 429 errors

https://github.com/p32929/rotato
1•heliskyr2•11m ago•0 comments

Show HN: I Built a Museum Exhibit

https://knhash.in/built-an-exhibit/
1•kn81198•12m ago•0 comments

Testing Vue Components in the Browser

https://jvns.ca/blog/2026/05/02/testing-vue-components-in-the-browser/
1•chmaynard•12m ago•0 comments

Lessons from Debugging GLM-5 at Scale

https://z.ai/blog/scaling-pain
1•pbowyer•16m ago•0 comments

Farewell to a Giant of Botany

https://nautil.us/farewell-to-a-giant-of-botany-1280409
3•Brajeshwar•16m ago•0 comments

Apple raises Mac Mini starting price $599 to $799, 256GB storage discontinued

https://www.macrumors.com/2026/05/01/mac-mini-now-starts-at-799/
1•pak•19m ago•0 comments

A GitHub for Maintainers

https://nesbitt.io/2026/05/02/a-github-for-maintainers.html
1•jamietanna•19m ago•0 comments

Disagreeing with Google, Postgres, Future Problems – Mike Stonebraker [video]

https://www.youtube.com/watch?v=YPObBOwIrHk
1•da02•22m ago•0 comments

Debian adds an SPF record to debian.org

https://lists.debian.org/debian-devel-announce/2026/04/msg00010.html
2•susam•26m ago•0 comments

Show HN: A marketplace for LLM-powered webapps earning on token margins

https://codeplusequalsai.com/dashboard
1•cryptoz•26m ago•0 comments

Elephant/Goldfish for Claude Code

https://github.com/vshvedov/elephant-goldfish
1•vladcodes•28m ago•1 comments

History of QR Code

https://www.qrcode.com/en/history/
1•helloworld•29m ago•0 comments

Aurora Systems relaunches, building and investing in ideas for 10%

https://aurorasystems.co.zw/services.html#startup-advisory
1•zayne_komichi•30m ago•1 comments

Hyperscalers are 4500 years old

https://av.codes/blog/hyperscalers-are-4500-years-old/
1•everlier•32m ago•0 comments

States rethink data center incentives amid costs and environmental concerns

https://www.politico.com/news/2026/05/02/data-centers-states-tax-incentives-00891184
1•WaitWaitWha•32m ago•0 comments

Automate Anything with Python and AI

https://codeonix.app/
1•hassananayi•33m ago•0 comments

This Month in Ladybird - April 2026

https://ladybird.org/newsletter/2026-04-30/
4•richardboegli•33m ago•0 comments

Seodata.dev – free search volume data to see search demand for your projects

https://www.seodata.dev/
2•alentodorov•36m ago•0 comments

Executive Order pushes fixed-price contracting but implementation questions loom

https://www.washingtontechnology.com/contracts/2026/05/trump-executive-order-pushes-fixed-price-c...
1•WaitWaitWha•37m ago•0 comments

Neanderthals ran 'fat factories' 125,000 years ago

https://www.universiteitleiden.nl/en/news/2025/07/neanderthals-ran-fat-factories-125000-years-ago
3•andsoitis•38m ago•0 comments

Great Writers "Tell" All the Time

https://freddiedeboer.substack.com/p/great-writers-tell-all-the-time
1•paulpauper•39m ago•0 comments

House Bill Cuts Federal Funds for Online Censorship

https://reclaimthenet.org/house-bill-cuts-federal-funds-for-online-censorship
3•anonymousiam•40m ago•0 comments

When People Say They Want to Send Their Kid to a Good School

https://freddiedeboer.substack.com/p/when-people-say-they-want-good-schools
2•paulpauper•41m ago•0 comments

If Nobody Builds It, Everybody Dies [pdf]

https://github.com/INBED/pub/releases/download/v1.1/I.N.B.E.D.pdf
3•Anon84•44m ago•1 comments

Why won't SQLite give back my disk space?

https://www.valiantlynx.com/blogs/why-wont-sqlite-give-back-my-disk-space
1•madshalden•49m ago•1 comments

Show HN: Clipmon is a macOS clipboard manager on steroids

https://github.com/c9-labs/clipmon
3•vednig•51m 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?