frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Poetry Lovers' Page

https://www.poetryloverspage.com/
1•pablode•1m ago•0 comments

Paperless Cloud Backups

https://samsm.ch/paperless-cloud-backups/
1•speckx•1m ago•0 comments

Apple's Camera-Equipped AirPods See Them in Action

https://www.macrumors.com/2026/08/17/camera-equipped-airpods-macos-26-7/
1•_djo_•1m ago•0 comments

How did Openrouter appreciate from –$1.3B to $7B+ in just 82 days?

https://www.axios.com/2026/08/17/stripe-openrouter-paypal
1•gulmothrowaway•2m ago•1 comments

If You Have Users, You Have to Market Your Programming Language

https://c3-lang.org/blog/you_have_to_market_your_programming_language/
1•kugurerdem•3m ago•0 comments

The origin story of Infinite Campus

https://www.infinitecampus.com/about/our-story
1•mooreds•4m ago•0 comments

Columbia House Is Shutting Down

https://pitchfork.com/story/columbia-house-is-shutting-down/
2•jaredwiener•6m ago•0 comments

Relative income and global inequality: Evidence from the United Kingdom

https://www.sciencedirect.com/science/article/pii/S0014292126001911#b6
1•alphabetatango•6m ago•0 comments

Court Says Blocking, But Not Recommending, Speech Is Protected by 1st Amendment

https://www.techdirt.com/2026/08/17/federal-court-rules-that-blocking-speech-is-protected-by-the-...
1•hn_acker•7m ago•1 comments

Make US INDs Great Again

https://lifescivc.com/2026/08/make-us-inds-great-again/
1•geneticdrifts•7m ago•0 comments

Claude Code weekly limits reduce by a third tomorrow

https://support.claude.com/en/articles/15910845-claude-code-may-august-2026-weekly-limits-promotion
1•tyre•7m ago•0 comments

The Download: how people use AI, and Flock's design choices

https://www.technologyreview.com/2026/08/18/1142229/the-download-how-people-use-ai-flock-cameras-...
1•joozio•7m ago•0 comments

GOG Preservation Program Adds Prince of Persia: The Sands of Time

https://www.gamingonlinux.com/2026/08/gog-preservation-program-adds-prince-of-persia-the-sands-of...
1•speckx•11m ago•0 comments

The Sweeter Lesson

https://cacm.acm.org/opinion/the-sweeter-lesson/
1•visha1v•14m ago•0 comments

Why your Amazon order confirmation emails have become so unhelpful

https://www.theverge.com/ai-artificial-intelligence/977733/amazon-order-emails-google-gmail-ai-ag...
2•Macha•15m ago•0 comments

Intercity Bus Atlas

https://maps.dot.gov/BTS/IntercityBusAtlas/
1•jaredwiener•15m ago•0 comments

Ask HN: Why are we still building web UI's just for human consumption?

1•ud0•16m ago•0 comments

If LLMs can't write, I doubt it can lead us to AGI

https://www.thetrueengineer.com/p/i-tested-every-ai-model-the-same
2•adletbalzhanov•16m ago•0 comments

I used Claude to make an NES game that runs in an emulator

https://www.youtube.com/watch?v=RIEoIEcUosE
1•rib3ye•16m ago•0 comments

US Government is pushing to gain unprecedented access to your medical records

https://theconversation.com/us-government-is-pushing-to-gain-unprecedented-access-to-your-medical...
3•speckx•16m ago•0 comments

Show HN: See what an LLM learned, organised as a browsable tree

https://github.com/vishal-dehurdle/hypersae
1•visha1v•16m ago•0 comments

Retro phone trend reveals growing desire to disconnect, research finds

https://www.ecu.edu.au/newsroom/articles/research/retro-phone-trend-reveals-growing-desire-to-dis...
1•DeepLogin•17m ago•0 comments

Character and consequences in the age of intelligent machines

https://ctsmyth.substack.com/p/all-you-need-is-character
1•K0balt•18m ago•0 comments

Trump 2.0 has deleted or altered nearly 400 US datasets

https://www.theguardian.com/us-news/ng-interactive/2026/aug/18/trump-federal-data-deleted-altered
5•_djo_•18m ago•0 comments

China Removes Microsoft Windows at State Users Ahead of Plan

https://www.bloomberg.com/news/articles/2026-08-18/china-axing-microsoft-windows-from-state-agenc...
3•toomuchtodo•19m ago•1 comments

$1M hacker challenge for Vercel Sandbox

https://vercel.com/blog/one-million-dollar-hacker-challenge-for-vercel-sandbox
1•cletusigwe•21m ago•0 comments

Treasury Seeks Public Comment on Genius Act Proposed Rulemaking

https://home.treasury.gov/news/press-releases/sb0605
2•petethomas•21m ago•0 comments

PageSpeed Insights replays cached results, so I built an MCP that detects it

https://github.com/ConsidusOld/pagespeed-insights-mcp
1•Considus•24m ago•0 comments

Operationalizing agentic AI: The Day 0-2 blueprint for enterprise infrastructure

https://www.redhat.com/en/blog/operationalizing-agentic-ai-day-0-2-blueprint-enterprise-infrastru...
1•mooreds•26m ago•0 comments

30-year Treasury yield tops 5.33%, new 19-year high: inflation, spending worries

https://www.cnbc.com/2026/08/18/treasury-yields-.html
3•MilnerRoute•27m 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?