frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Command and Conquer (1995) on an Atari ST

https://indyjo.itch.io/commandconquer
1•indyjo•11s ago•0 comments

Watchdog to Congress: Don't Be Fooled by the Kids Act

https://www.protectingtaxpayers.org/press/watchdog-to-congress-dont-be-fooled-by-the-kids-act/
1•bilsbie•30s ago•0 comments

Reid Hoffman says SpaceX 'not an AI company', xAI 'complete train wreck'

https://fortune.com/2026/06/24/reid-hoffman-spacex-musk-openai-anthropic-gen-z-mistake/
1•1vuio0pswjnm7•3m ago•1 comments

I built a flat-rate DeepSeek API for Claude Code (with vision support)

https://cloudcode.one/
2•tatuhelander•4m ago•0 comments

Adopting AV1 for Real-Time Communication (RTC) at Scale

https://engineering.fb.com/2026/06/22/video-engineering/adopting-av1-for-real-time-communication-...
1•ledoge•5m ago•0 comments

Kebab Benchmark for LLMs

https://twitter.com/victormustar/status/2069688722409312332
1•jonbraun•7m ago•0 comments

Ask HN: DIstribution Problem and Solutions

1•Neobecomer•7m ago•0 comments

Show HN: Stupify – anti-slop code review for AI agents

https://github.com/Octember/stupify
2•octember•7m ago•1 comments

What's the worst thing your AI agent did in production without asking first?

1•rockingraj•7m ago•0 comments

What's the worst thing your AI agent did in production without asking first?

1•rockingraj•8m ago•0 comments

Covid vaccines cut risk of hospital care, heart complications, new data reveal

https://www.cidrap.umn.edu/covid-19/updated-covid-vaccines-cut-risk-hospital-care-heart-complicat...
3•throw0101d•8m ago•0 comments

Robert Heinlein and Arthur C. Clarke interview with Walter Cronkite – Apollo 11 [video]

https://www.youtube.com/watch?v=4PLTkYJ7C40
1•simonebrunozzi•10m ago•0 comments

Prevail – a model-agnostic AI harness for everyday life

https://prevail.sh/
1•mrlou•11m ago•0 comments

Memory Reconsolidation

https://nonlinearfunction.org/notes/memory-reconsolidation/
1•dmonay•12m ago•0 comments

Chip's Challenge

https://en.wikipedia.org/wiki/Chip%27s_Challenge
2•tosh•12m ago•0 comments

Let's Decode the Mystery Bytes [video]

https://www.youtube.com/watch?v=GZqB4D_Do38
1•surprisetalk•12m ago•0 comments

Agility, Maker of Humanlike Robots, to Go Public in $2.5B SPAC Deal

https://www.wsj.com/finance/agility-maker-of-humanlike-robots-to-go-public-in-2-5-billion-spac-de...
1•flurie•12m ago•0 comments

How to break your AI agent

https://thoughts.jock.pl/p/how-to-break-your-ai-agent-basics-2026
1•joozio•13m ago•0 comments

Show HN: Built a Git ext. in Rust that tracks which AI wrote each line of code

https://autter.dev/autter-cli
2•sagnikghosh•14m ago•0 comments

Fueler.io just crossed 95000 registered users

https://fueler.io
1•ritendn•14m ago•1 comments

Show HN: Make your game multiplayer in one prompt

https://antics.gg/
2•heyitssim•14m ago•0 comments

Everyone Is Wrong About AI Except Me

https://jasonpargin.substack.com/p/everyone-is-wrong-about-ai-except
1•teddyh•15m ago•1 comments

Managed to get a criminal investigation into adtech

https://www.thatprivacyguy.com/blog/criminal-investigation-adtech-surveillance/
4•AlexanderHanff•15m ago•2 comments

Ask HN: How is the personal assistant you're building different?

1•velyan•17m ago•0 comments

A friendly, non-technical introduction to differential privacy

https://desfontain.es/blog/friendly-intro-to-differential-privacy.html
1•simonebrunozzi•17m ago•0 comments

Show HN: Trial library based with OTP detected tempmail service

https://huskmail.xyz
1•draggodra•18m ago•0 comments

Today's Office: A Visual Log

https://www.ssp.sh/brain/todays-office/
1•zazuke•19m ago•0 comments

Selling Smart Link – Affiliate Tracking SaaS ($2k)

https://www.by-smartlink.com/
1•smartlink30•20m ago•0 comments

Europeans should learn to love the air-conditioner

https://www.economist.com/europe/2026/06/18/europeans-should-learn-to-love-the-air-conditioner
9•Kaibeezy•20m ago•6 comments

No Side to Take: Political Indifference Inside the 4vps.su Leak

https://disclosing.observer/2026/06/23/political-indifference-4vps-leak.html
3•0x5h4un1•21m 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?