frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

America's obsession with whey protein has a delicious consequence: More cheese

https://www.nbcnews.com/business/consumer/americas-obsession-whey-protein-leading-cheese-rcna588939
2•bushwart•1m ago•0 comments

Disney Data Dump: What's the Best Day of the Week to Visit the Magic Kingdom?

https://touringplans.com/blog/disney-data-dump-whats-the-best-day-of-the-week-to-visit-the-magic-...
1•bariumbitmap•2m ago•0 comments

David Ellison: Here's Why You Can Trust Me with the News

https://www.nytimes.com/2026/08/04/opinion/david-ellison-paramount-warner-deal.html
1•aaronbrethorst•3m ago•0 comments

New museum find shows nature can't stop inventing seahorses

https://phys.org/news/2026-08-museum-nature-seahorses.html
1•MaxLeiter•4m ago•0 comments

The Investing Heavyweights That Backed Situational Awareness Before It Blew Up

https://www.wsj.com/finance/investing/the-investing-heavyweights-that-backed-situational-awarenes...
1•vdalal•8m ago•0 comments

Google AI Studio exposed. Drive Trash is fake

https://scored.co/c/News/p/1ATC9NarFD/google-drive-trash-is-just-a-vis/c
1•Bitu79•9m ago•1 comments

Dark Mode for Pinterest – Themes and Night Mode

https://www.sortpin.com/pinterest-dark-mode
1•trungpv1601•10m ago•0 comments

OpenAI's Unreleased Model Astra Solves Ten Major Open Mathematics Problems

https://thezvi.substack.com/p/openais-unreleased-model-astra-solves
1•paulpauper•10m ago•0 comments

Cyberpunk on 1GB of VRAM [video]

https://www.youtube.com/watch?v=H6uX-PI95ok
1•behnamoh•11m ago•0 comments

Roby Yonge

https://en.wikipedia.org/wiki/Roby_Yonge
1•petethomas•11m ago•1 comments

Hackerne.ws Cert Needs Updating

https://hackerne.ws
1•mproud•12m ago•2 comments

Ukrainian and Iran War Coalescence Discussion

https://open.spotify.com/episode/2Q6jmheUC8nTDDEH9xgL4h
1•silver92bullet•12m ago•0 comments

Designing a Query System

https://bal-e.org/speed/krabby/2026/query-system-design/
1•vinhnx•14m ago•0 comments

In-Terminal Jupyter Notebook for Agentic Data Science

https://www.reddit.com/r/ClaudeAI/comments/1vfv9a3/interminal_jupyter_notebook_for_agentic_data/
1•syumei•14m ago•0 comments

Cookies leaked to the wrong host: a URL parsing differential in tough-cookie

https://hackzero.ai/learn/tough-cookie-cookie-leak
1•cuaupadilla•16m ago•0 comments

Survey Statistics: structured MRP to smooth survey weights

https://statmodeling.stat.columbia.edu/2026/08/04/survey-statistics-structured-mrp-to-smooth-surv...
1•paulpauper•21m ago•0 comments

Economy in an automated post-scarcity society

https://qalamjadal.substack.com/p/economy-in-a-fully-automated-post
3•x0axz•21m ago•1 comments

Lunch With Freeman Dyson, in 196,883 Dimensions

https://mathshistory.st-andrews.ac.uk/Obituaries/Dyson_2_NY_Times/
1•paulpauper•22m ago•0 comments

The little-told story of the WWII pet cull (2013)

https://www.bbc.com/news/magazine-24478532
1•Teever•23m ago•0 comments

Cloudflare Wallet, developers who need it can reserve a name they like

https://cloudflare.pay/
1•BearBest•24m ago•0 comments

Show HN: Structured search for Who is hiring threads

https://gethnjobs.com/
1•hboon•25m ago•0 comments

All Knowledge Is Provisional (2024)

https://www.sebastianmellen.com/post/2024/all-knowledge-is-provisional/
2•andsoitis•27m ago•0 comments

Farewell Etaoin Shrdlu (1978) [video]

https://www.youtube.com/watch?v=1MGjFKs9bnU
2•mitthrowaway2•28m ago•0 comments

Seeing the World Through Your Field (2024)

https://www.sebastianmellen.com/post/2024/seeing-the-world-through-your-field/
1•andsoitis•30m ago•0 comments

BorrowSanitizer

https://borrowsanitizer.com/
1•vinhnx•30m ago•0 comments

Tests for a PDF

https://blog.lvmbdv.dev/posts/tests-for-a-pdf/
1•vinhnx•30m ago•0 comments

Show HN: Memcode launches a new terminal coding agent

https://www.memcode.ai/
1•timerwin•31m ago•0 comments

Telegram Briefly Removed from App Store

https://www.macrumors.com/2026/08/04/telegram-briefly-removed-from-app-store/
1•zdkaster•32m ago•0 comments

Show HN: MCP for building secured apps on SQL databases

https://www.dronahq.com/mcp-server/
1•kinj28•39m ago•0 comments

Who coined the term "spin doctor"?

https://www.theguardian.com/notesandqueries/query/0,5753,-1124,00.html
2•teleforce•45m 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?