frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

We don't have food shortage issue, we have a Farmer shortage issue

1•QueenoftheNorth•3m ago•0 comments

The Math Behind SpaceX's AI1: Thermodynamics vs. a $1.77T IPO

https://mattrodak.medium.com/the-math-behind-spacexs-ai1-thermodynamics-vs-a-1-77t-ipo-d62e70a56522
1•mastemmah•5m ago•0 comments

Reinstituting SAT in UC admission process will not solve declining math readines

https://www.sfchronicle.com/opinion/openforum/article/sat-uc-university-california-22291626.php
1•donsupreme•7m ago•0 comments

StackTracker – internal portal to track engineering SaaS spend and renewals

1•Roshan_Mayeng•13m ago•0 comments

Tax, optimization math for equity comp your AI assistant can call (MCP, no auth)

https://github.com/AlvisoOculus/optionsahoy-mcp
1•alphalatitude•15m ago•0 comments

A Go Implementation of SCTP

https://github.com/pion/sctp
1•tosh•16m ago•0 comments

Microsoft doesn't know what to do about the memory pricing crisis theyre causing

https://www.pcgamer.com/software/platforms/microsoft-doesnt-know-what-to-do-about-the-memory-pric...
3•evo_9•21m ago•0 comments

China's Xiaomi MiMo Is Now 15X Faster Than ChatGPT and Claude

https://decrypt.co/370449/xiaomi-mimo-ultraspeed-ai-model-faster-chatgpt-claude
2•gmays•23m ago•0 comments

Show HN: Garden Letters – Floral Letter Design and Music

https://gardenletters.net
1•QingWu•28m ago•0 comments

Z-Library Lets People Run White-Label, Login-Only Pirate Mirrors

https://torrentfreak.com/z-library-lets-people-run-white-label-login-only-pirate-mirrors/
3•Cider9986•31m ago•0 comments

Anthropic Walks Back Policy That Could Have 'Sabotaged' Researchers Using Claude

https://www.wired.com/story/anthropic-responds-to-backlash-on-claudes-secret-sabotage-on-ai-resea...
10•ericflo•34m ago•2 comments

Tell HN: Anthropic's Fable model is too expensive

8•hyhmrright•36m ago•14 comments

What the Heck Happened to Mountain Bike YouTube? [video]

https://www.youtube.com/watch?v=_oQ4XY4P1n8
1•operatingthetan•36m ago•2 comments

Have a Thorny Medical Question? Your Doctor May Be Using A.I. For That

https://www.nytimes.com/2026/06/08/business/ai-medicine-doctors.html
2•lxm•38m ago•0 comments

Aram Harrow, quantum researcher: 'These computers won't take 10 years'

https://english.elpais.com/technology/2026-06-05/aram-harrow-quantum-researcher-these-computers-w...
3•olvy0•43m ago•0 comments

Canada introduces legislation to ban social media U16, regulate AI chatbots

https://finance.yahoo.com/news/canada-introduces-legislation-ban-social-205633582.html
1•1vuio0pswjnm7•44m ago•0 comments

Show HN: DocStreamAI – Automatic invoice/receipt collection for Quickbooks/Xero

https://docstreamai.com/
1•alexjimenez99•46m ago•0 comments

They Spent Years on a Math Problem. Then They Were Scooped by A.I

https://www.nytimes.com/2026/06/08/science/ai-scoop-young-mathematicians.html
1•lxm•47m ago•0 comments

The backlash against AI, in 4 charts

https://www.fastcompany.com/91553925/the-backlash-against-ai-in-4-charts
4•1vuio0pswjnm7•48m ago•0 comments

I made an agent skill for making HTML slides with consultant style

1•Hansun•49m ago•0 comments

200x kv Cache Compression

https://twitter.com/oneill_c/status/2064724063478767804
1•nico•51m ago•0 comments

Count Steps with 99.5% Accuracy

https://www.bambistep.com
1•stokaty•52m ago•0 comments

ComHub 64 USB Hub Review

https://lyonsden.net/comhub-review/
1•jandeboevrie•52m ago•0 comments

A Crime Doesn't Make a Child an Adult

https://www.theatlantic.com/ideas/2026/06/kids-adult-time-counterproductive/687449/
12•paulpauper•53m ago•4 comments

Gaslighting Openness

https://lucumr.pocoo.org/2026/6/10/gaslighting/
2•lumpa•53m ago•0 comments

Biotech Paper Game

https://www.overcomingbias.com/p/biotech-paper-game
2•paulpauper•53m ago•0 comments

If LLMs are all persona, whose persona are they?

https://persona.earthpilot.ai
2•paulpauper•56m ago•0 comments

Where in the world, and when, does this human artifact belong?

https://anthropeum.com/
1•js2•56m ago•0 comments

Show HN: I built a Red Flag Warning zone-check tool for the East Bay in 48h

https://redflag-check.info
3•vedant28t•1h ago•1 comments

SpaceX IPO demand is approaching four times oversubscribed, source says

https://www.reuters.com/world/spacex-ipo-demand-is-approaching-four-times-oversubscribed-source-s...
3•SilverElfin•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?