frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Peter Sarnak on "The AlphaZero Test" for Mathematics

https://www.ams.org/journals/notices/202607/noti3373/noti3373.html
1•adharmad•1m ago•0 comments

How to ship a database every day

https://turbopuffer.com/blog/control-plane
1•cbrewster•1m ago•0 comments

WakeAI – an AI assistant that tells you when to leave so you're never late

https://apps.apple.com/us/app/wakeai/id6755909459
1•Abzino•1m ago•0 comments

Show HN: Karma in Menu Bar

https://github.com/rorz/karma-bar
1•sarreph•2m ago•0 comments

The restaurant menu that never goes out of date

https://menu.qrcard.in/
1•nookeshkarri7•3m ago•0 comments

Tesla defeats Sweden's IF Metall union after 1,021-day strike

https://electrek.co/2026/08/13/tesla-defeats-sweden-if-metall-union-strike/
2•robtherobber•4m ago•0 comments

The Neurosurgery Resident Who Proved Crouzeix's Conjecture [pdf]

https://alextownsend.net/essays/SIAMNews_CrouzeixConjecture.pdf
2•ilamont•4m ago•0 comments

Taxpayers Funded a $533M Artillery Plant That Made Nothing

https://www.propublica.org/article/general-dynamics-artillery-factory-failed
5•Jimmc414•8m ago•0 comments

Software Factory with AI

https://twitter.com/i/status/2088296448563503269
2•flashbrew•11m ago•0 comments

Maximizing the value of your Claude Code sessions

https://claude.com/blog/maximizing-the-value-of-your-claude-code-sessions
2•twapi•14m ago•0 comments

Show HN: DST this DST that, test your containers

https://github.com/bxrne/dstest
2•bxrne•15m ago•0 comments

Show HN: Hexis, open-source Claude Skills management

https://github.com/Bevel-Software/Hexis
2•empire23•15m ago•0 comments

Guilt-Driven Development

https://markuseliasson.se/article/guilt-driven-development
3•speckx•15m ago•0 comments

RustDesk now supports true unattended remote access on Wayland

https://rustdesk.com/blog/unattended-remote-access-wayland/
4•rustdesk•16m ago•0 comments

Enabling the next iteration of the borrow checker on nightly

https://blog.rust-lang.org/2026/08/04/enabling-polonius-alpha-on-nightly/
2•ksec•17m ago•0 comments

Live Experiment of the Veblen Effect

2•henryfudgeoffic•19m ago•0 comments

In Stunning Color, a Celestial "Treasure Chest" Full of Stars

https://nautil.us/in-stunning-color-a-celestial-treasure-chest-full-of-stars-1283773
2•Brajeshwar•19m ago•0 comments

NIST Seeks Blueprint for AI-Era Overhaul of National Vulnerability Database

https://securityboulevard.com/2026/08/nist-seeks-blueprint-for-ai-era-overhaul-of-national-vulner...
2•CrankyBear•22m ago•0 comments

France blocks social media ban because it would require adults to prove age

https://www.reuters.com/world/frances-top-court-rules-social-media-ban-curtails-freedom-expressio...
22•BlueBerry2001•22m ago•5 comments

One Task at a Time

https://www.shirahaddad.com/writing/uno-alla-volta
1•mooreds•25m ago•0 comments

RayforceDB – a pure C analytics database with a Lisp-like syntax

https://rayforcedb.com/
3•sourdecor•27m ago•0 comments

Show HN: Self-bench – build SWE-bench style evals from private repos

https://github.com/mupt-ai/self-bench
3•byhong03•27m ago•0 comments

AI: The Devil on My Shoulder

https://myrkvi.no/ai-the-devil-on-my-shoulder/
2•speckx•28m ago•0 comments

Deferred Token Response

https://datatracker.ietf.org/doc/draft-gerber-oauth-deferred-token-response/
2•mooreds•28m ago•0 comments

Hours of Jingling Keys [video]

https://www.youtube.com/watch?v=sJNK4VKeoBM
2•mooreds•28m ago•0 comments

Show HN: Interactive Product Demos made easy

https://www.rendemo.com
2•jakegargaro17•30m ago•0 comments

AI by Hand

https://www.byhand.ai/
2•sans_souse•30m ago•0 comments

LLM Inference Benchmarking

https://www.digitalocean.com/blog/llm-inference-benchmarking
1•ankitg12•30m ago•0 comments

V-RAE: Rethinking Video Latent Spaces for Generation

https://arxiv.org/abs/2608.13556
3•selimonder•32m ago•0 comments

Why Claude's Watermarking Won't Fix Anything

https://www.plagiarismtoday.com/2026/08/13/why-claudes-watermarking-wont-fix-anything/
3•speckx•33m 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?