frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Sloptastic

https://successfulsoftware.net/2026/08/10/sloptastic/
1•hermitcrab•57s ago•1 comments

Gemini is Cooked but GCP is Cooking

https://newsletter.semianalysis.com/p/gemini-is-cooked-but-gcp-is-cooking
1•bhouston•1m ago•0 comments

Agents Remind Me of Sculpting

https://dmytrokrasun.com/posts/agents-remind-me-of-sculpting/
2•krasun•2m ago•0 comments

Intel plans $15B stock offering as AI demand accelerates

https://www.cnbc.com/2026/08/10/intel-intc-stock-offering-ai.html
2•cramer4next•2m ago•0 comments

Mental health startup graveyard v1.2: 542 dead companies, seven patterns

https://mentalium.me/en/research/mental-health-startup-graveyard-v1-2/
1•trubetskov•2m ago•0 comments

Claude breached 3 firms. Phinq holds the tool call that would've stopped it

https://www.phinq.co/
1•Hythamh12•3m ago•0 comments

Asynchronous I/O in DuckDB: Work, Thread, Work

https://duckdb.org/2026/07/31/asynchronous-io
1•pdet•3m ago•0 comments

The Malleable HTML File Specification

https://malleablehtmlfile.com/
1•akagusu•4m ago•0 comments

When Agentic Glue Melts: Exploiting Cloudflare Code Mode and Workers

https://research.checkpoint.com/2026/when-agentic-glue-melts/
1•shahartal•5m ago•0 comments

50k Boat Names

https://www.beautifulpublicdata.com/boat-names/
3•jonathanmkeegan•6m ago•0 comments

Signal is working on a paid option to create an account without a phone number

https://aboutsignal.com/news/signal-login-registration-without-a-phone-number/
2•Cider9986•7m ago•0 comments

We 10×Ed Our AWS Bill by Checking Our AWS Bill

https://ultrathink.art/blog/the-cost-dashboard-that-couldnt-see-itself
2•justinpaulson•7m ago•0 comments

If you don't hear sirens, police are sure you'll feel Rumbler's acoustic assault

https://www.latimes.com/california/story/2026-08-10/lapd-rolls-out-rumbler-siren-some-fear-acoust...
2•ck2•7m ago•1 comments

Bring Back the Blue-Book Exam

https://www.theatlantic.com/magazine/2026/09/higher-education-in-person-written-exams/687954/
1•mooreds•10m ago•0 comments

Using Claude Code to reclaim mobile app privacy

https://www.thatprivacyguy.com/blog/using-claude-to-reclaim-privacy/
1•AlexanderHanff•10m ago•1 comments

Video: Elephant's leg gets trapped in an EV charger cable, mom takes out charger

https://evwire.com/p/elephant-attacks-ev-charger-china-puer-yunnan
1•juurikas•11m ago•0 comments

Apple Briefly Posts China Guide for Connecting Siri to Qwen AI

https://www.macrumors.com/2026/08/10/apple-posts-guide-for-connecting-siri-to-qwen-ai/
3•tosh•13m ago•0 comments

Category Theory Illustrated: From Sets to Categories

https://abuseofnotation.github.io/category-theory-illustrated/02_category/
2•frenchie_sans•13m ago•0 comments

The agent principal-agent problem

https://crawshaw.io/blog/agent-principal-agent
1•mooreds•13m ago•0 comments

Banking AI XSS: The exploit is in the payment reference

https://positive.security/blog/banking-ai-xss
3•breakingsystems•13m ago•0 comments

The Problem with Vibe-Coded Flattery

https://tedium.co/2026/08/09/vibe-coding-insincerity/
1•speckx•14m ago•0 comments

Turn your AI chat into a document generation engine

https://docuqueue.com/mcp
1•dvcoolarun•15m ago•0 comments

Training was just a side effect

https://fffej.substack.com/p/training-was-just-a-side-effect
1•mooreds•16m ago•0 comments

A Promising Heart Drug Fails, Challenging a Long-Held Theory of Disease

https://www.nytimes.com/2026/08/06/science/heart-disease-drug-fails-novo-nordisk.html
1•bhouston•17m ago•1 comments

Show HN: Online Speedometer

https://kmspeedometer.com/
1•artiomyak•18m ago•0 comments

I explored Tokyo and found peace there

https://www.kulman.sk/en/how-i-explored-tokyo-and-found-peace/
2•ig0r0•20m ago•0 comments

Deslopifying

https://martinsos.com/posts/deslopifying
1•matijash•21m ago•0 comments

Wellington second-hand bookstore's mysterious orders

https://www.rnz.co.nz/life/books/wellington-second-hand-book-store-s-mysterious-orders
2•lostlogin•21m ago•0 comments

Gigantic DapuStor R6060 512TB E2 NVMe SSD Shown at FMS 2026 – ServeTheHome

https://www.servethehome.com/gigantic-dapustor-r6060-512tb-e2-nvme-ssd-shown-at-fms-2026/
3•rbanffy•22m ago•0 comments

Joint Letter of AFC, Concacaf and UEFA

https://www.uefa.com/news-media/news/02a8-21501c254976-ca8bc2039a0f-1000--open-letter-to-the-foot...
3•tcp_handshaker•23m 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?