frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Threejs Browser World of Tanks

https://cot.kevinliu.studio/
1•kl01•58s ago•0 comments

Nintendo fan loses nearly complete NES collection in 'heartbreaking' theft

https://www.polygon.com/nintendo-game-collection-stolen-from-washington-home/
1•croes•4m ago•0 comments

Cookie started its life as a plastic bottle

https://www.acs.org/pressroom/presspacs/2026/august/this-cookie-started-its-life-as-a-plastic-bot...
1•red369•6m ago•0 comments

What the Vancouver Stock Exchange Can Teach Us About Rounding Numbers in VBA

https://nolongerset.com/vse-rounding-in-vba/
1•kristianp•10m ago•0 comments

Latent space exploration and sperm whale language

https://royalsocietypublishing.org/rsos/article/13/8/250829/483032/Approaching-an-unknown-communi...
1•HR01•20m ago•0 comments

They Looked Like They Were Getting Rich on Polymarket–But None of It Was Real

https://www.wsj.com/business/media/polymarket-social-media-bets-prediction-market-441cdeb5
2•bushwart•21m ago•2 comments

Read your writes: WAIT FOR in PostgreSQL 19

https://clickhouse.com/blog/postgresql-19-wait-for-read-your-writes
1•thunderbong•21m ago•0 comments

How I Automated CodeWarrior with Claude, AppleScript, and SSH

https://www.patreon.com/MacSurf/posts/how-i-automated-167688725
2•mplsllc•28m ago•0 comments

The 'Do or Die' Days

https://shagbark.substack.com/p/the-do-or-die-days
1•herbertl•28m ago•0 comments

MouseHunt – cat-vs-mouse RTS that runs in the browser

https://ghassen1302.itch.io/mousehunt
3•ghassen13021302•33m ago•0 comments

The brain may be about to have its Ozempic moment

https://www.economist.com/science-and-technology/2026/08/11/the-brain-may-be-about-to-have-its-oz...
5•Anon84•35m ago•3 comments

Powerful US utilities fund 'grassroots' groups to sway cities away from

https://www.theguardian.com/business/2026/may/07/us-utilities-fund-groups-against-public-power-lobby
3•newsomix9xl•36m ago•1 comments

Show HN: A batch settlement layer for tokenized NYSE stocks

https://github.com/niumeta/niumeta
1•niumeta_TZ•38m ago•0 comments

Utilities Break California Lobbying Record Under Newsom While Former Aides Lead

https://consumerwatchdog.org/energy/utilities-break-california-lobbying-record-under-newsom-while...
1•newsomix9xl•40m ago•1 comments

Microsoft's Maia 200 AI Accelerator at Hot Chips 2026

https://www.servethehome.com/microsofts-maia-200-accelerator-at-hot-chips-2026/
1•pella•42m ago•0 comments

Life may have inherited metabolism from geochemistry

https://www.science.org/doi/epdf/10.1126/sciadv.aef3128
1•jumploops•48m ago•0 comments

Japan to undertake its biggest arms buildup since World War II

https://www.reuters.com/world/japan-rushes-rearm-with-eye-2027-chinas-taiwan-ambitions-2022-10-18/
3•cwwc•52m ago•1 comments

Queryable Executables

https://fzakaria.com/2026/08/24/actually-queryable-executables
3•rguiscard•54m ago•0 comments

As-Album – A Web Component Because Sometimes You Just Want to Post Pictures

https://sheep.horse/2026/8/as-album_-_a_web_component_because_sometimes_you_j.html
1•leephillips•59m ago•0 comments

Lego Skylines [video]

https://www.youtube.com/watch?v=mfBg8TQQrCQ
2•duck•1h ago•0 comments

A scorer that finds "alive but invisible" GitHub repos, not by stars

https://capuz.github.io/silentstars/
2•fcapuz2•1h ago•0 comments

Hacker News now has an active (official) X account

https://twitter.com/hackernews/status/2092359322433191997
11•n2d4•1h ago•10 comments

America's Desert Metropolis Is on the Short List to Lose Water

https://www.nytimes.com/2026/08/23/us/arizona-canals-colorado-river.html
1•littlexsparkee•1h ago•1 comments

AI Realist Radar:GPT‑5.6 Sol Pricing, Stripe's OpenRouter Deal

https://msukhareva.substack.com/p/ai-realist-radar-gpt56-sol-pricing
1•Airealist•1h ago•0 comments

Show HN: Hacker News keeps flagging my startup – A multi-Platform search engine

https://www.bluhe.ai/search?q=YC%20startups
1•dhavd•1h ago•0 comments

Smart Toilets – Any serious opinions?

https://www.consumerreports.org/home-garden/toilets/best-smart-toilets-a5030436405/
1•josefritzishere•1h ago•1 comments

Let Me Click

https://ilyabirman.net/meanwhile/all/let-me-click/
3•herbertl•1h ago•1 comments

Nine life lessons from the happiest man in the world

https://www.theguardian.com/lifeandstyle/ng-interactive/2026/aug/14/life-lessons-from-happiest-ma...
1•herbertl•1h ago•1 comments

The Open Health Foundation

https://theopenhealth.foundation
2•xtracto•1h ago•0 comments

Short Squeeze in US Swaps, Options Shows 'Bessent Put' at Work

https://www.bloomberg.com/news/articles/2026-08-25/short-squeeze-in-us-swaps-options-shows-bessen...
3•petethomas•1h ago•1 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?