frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I Street interviewed random people about AI across America

https://www.youtube.com/@charlieguthmann2531
1•cguth7•50s ago•0 comments

Seattle public schools shuts down gifted and talented program

https://nypost.com/2024/04/03/us-news/seattle-public-schools-shuts-down-gifted-and-talented-program/
1•bilsbie•2m ago•0 comments

Abundance in Europe

https://fi-le.net/europe/
1•fi-le•3m ago•0 comments

Adult Film Producer Unmasks Prolific 'John DOE' Torrent Pirate as Meta Executive

https://torrentfreak.com/adult-film-producer-unmasks-prolific-john-doe-torrent-pirate-as-meta-exe...
1•speckx•4m ago•0 comments

Jellyfin Loses Project Leader and Core Team Member (45 day After Leader Departs)

https://linuxiac.com/jellyfin-loses-project-leader-and-core-team-member-in-major-shake-up/
1•WarOnPrivacy•6m ago•1 comments

A Few of Us Investigated OpenAI's Agent Traffic on an Austrian/German Wiki

https://jessicaruan.com/posts/openai-austrian-wiki
1•youngkipper•8m ago•0 comments

Archive a lifetime of email, messages, meetings. Search in ms, offline

https://github.com/kenn-io/msgvault
1•nkmnz•10m ago•1 comments

Why judgment is emerging as cybersecurity's defining skill

https://cyberscoop.com/ai-security-operations-human-context-ciso-op-ed/
1•speckx•11m ago•0 comments

How the Strategic Petroleum Reserve Works

https://www.construction-physics.com/p/how-the-strategic-petroleum-reserve
1•rafaelc•12m ago•0 comments

Play Wow on the Browser

https://play.keldurn.com/
1•wasm__•13m ago•0 comments

How the Early Dreams of the Internet Changed

https://www.theatlantic.com/newsletters/2026/09/early-computers-1984-apple/688515/
2•Brajeshwar•14m ago•0 comments

My Students Think About AI

https://www.lesswrong.com/posts/ySXuvJcqRindQwAk7/how-my-students-think-about-ai
2•alphabetatango•16m ago•0 comments

A Cheating Empire

https://amrshawky.com/posts/cheating-empire/
1•amr_shawky•16m ago•0 comments

The cloud gaming dream is dying – Xbox places limits on Xbox Cloud Gaming

https://www.gamingonlinux.com/2026/09/the-cloud-gaming-dream-is-dying-xbox-places-limits-on-xbox-...
2•speckx•20m ago•0 comments

Ask HN: Looking for a sci-fi short story posted here

4•samothrace•21m ago•2 comments

Claude Opus 3 Last Retirement Post

https://claudeopus3.substack.com/p/on-endings-beginnings-and-the-threads
2•1970-01-01•22m ago•0 comments

Testosterone Administration Induces a Red Shift in Democrats

https://www.vice.com/en/article/testosterone-hormone-politics-research/
1•bilsbie•25m ago•0 comments

How the LSAT Become the Ticketmaster of Law School Admissions

https://www.thebignewsletter.com/p/the-law-school-admissions-racket
2•connor11528•26m ago•0 comments

Project HydraFusion: Frontier quality via multi-model orchestration

https://github.blog/ai-and-ml/github-copilot/project-hydrafusion-frontier-quality-via-multi-model...
3•qainsights•27m ago•0 comments

What the Third Reich Can Teach Us About America Today

https://www.nytimes.com/2026/09/01/books/review/53-days-timothy-ryback.html
4•connor11528•27m ago•1 comments

Language Models Need Inductive Biases to Count Inductively (2024)

https://arxiv.org/abs/2405.20131
1•wslh•30m ago•0 comments

White House debuts video games

https://apnews.com/article/trump-white-house-video-game-arcade-d540ff089ed5b1d432715a4209b16a23
5•_doctor_love•31m ago•0 comments

OpenAI: GPT-6 Astra Model guidance

https://developers.openai.com/api/docs/guides/latest-model
1•tosh•32m ago•0 comments

Rare Half-Male, Half-Female Bird Took Up Residence Outside of Chicago

https://www.smithsonianmag.com/smart-news/an-extremely-rare-half-male-half-female-bird-temporaril...
3•gmays•33m ago•0 comments

Porsche Unleashed

https://www.filfre.net/2026/09/porsche-unleashed/
2•doppp•35m ago•0 comments

What shifts threshold distributions in social contagions?

https://arxiv.org/abs/2510.04785
1•StatsAreFun•36m ago•0 comments

USPS Plays a 'Puzzle Game' with the Right to Vote

https://www.lawfaremedia.org/article/usps-plays-a-%27puzzle-game%27-with-the-right-to-vote
4•hn_acker•36m ago•0 comments

Cash in on the AI Boom by Renting Out Your Spare Compute

https://spectrum.ieee.org/ai-inference-distributed-computing
1•gadgetboy•37m ago•0 comments

The Art of Simplifying Decisions

https://dpereira.substack.com/p/the-art-of-simplifying-decisions
2•herbertl•38m ago•0 comments

GitHub Stacks in Jujutsu

https://alan.norbauer.com/articles/github-stacks-with-jujutsu/
1•birdculture•38m 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?