frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Review a pull request by booting it

https://fzakaria.com/2026/09/09/review-a-pull-request-by-booting-it
1•domenkozar•48s ago•0 comments

Show HN: Rayrun – one MCP gateway for the whole company

https://ray.run/
1•lucgagan•1m ago•0 comments

Microsoft Surface Duo

https://news.microsoft.com/surfaceduo/
1•fortran77•3m ago•0 comments

PEG: Postgres and Elm and Go

https://github.com/ramblingenzyme/peg/tree/main
1•ramblingenzyme•4m ago•0 comments

Navier–Stokes, AI and the future of research in mathematics [pdf]

https://bms.ulb.ac.be/data/uploads/untitled.pdf
1•fghorow•5m ago•1 comments

Anthropic discloses fourth AI hacking incident missed in earlier review

https://www.reuters.com/legal/litigation/anthropic-reports-fourth-cybersecurity-incident-with-ear...
2•accountinhn•7m ago•0 comments

Trezor's Email provider has been breached

https://twitter.com/CR1337/status/2097841222954184954
2•CR1337•8m ago•0 comments

Max Dama on Automated Trading (2011) [pdf]

http://isomorphisms.sdf.org/maxdama.pdf
1•TheAlchemist•11m ago•0 comments

Van Halen Test

https://en.wikipedia.org/wiki/Van_Halen_test
1•evo_9•14m ago•0 comments

Getting 50 GB/S Back from the Apple Neural Engine

https://eiln.github.io/posts/ane-dma.html
1•eiln•16m ago•1 comments

Tor VPN Beta: What we've learned building our own VPN for Android from scratch

https://blog.torproject.org/tor-vpn-beta/
1•woofcat•16m ago•0 comments

Where Stability Becomes the Constraint

https://medium.com/@gurvinder372/article-14-where-stability-becomes-the-constraint-c262b07f617c
1•gps372•19m ago•0 comments

Coinbase Design Systems Are Powering the AI Prototyping Era

https://www.coinbase.com/blog/how-coinbase-design-systems-are-powering-the-ai-prototyping-era
2•dukebartnik•19m ago•0 comments

Weighing matrix W(35,25) found

https://github.com/Jepfore-Games-Ltd/W-35-25
1•jepforegames•22m ago•0 comments

More Impossible-to-Ignore Vaccine Effects

https://www.science.org/content/blog-post/more-impossible-ignore-vaccine-effects
3•EA-3167•25m ago•0 comments

USN-8717-1: Apache Tika vulnerability – Ubuntu security notices

https://ubuntu.com/security/notices/USN-8717-1
2•kyisaiah47•28m ago•0 comments

Muse, the band, lost its social media handles to Muse, Meta's new AI agent

https://www.engadget.com/2254419/muse-the-band-lost-its-social-media-handles-to-muse-meta-s-new-a...
18•_djo_•35m ago•2 comments

Show HN: Herdr Agents Fleet on your phone with TermRover

https://termrover.sh/blog/herdr-agent-fleet-mobile/
1•ptgamr•35m ago•0 comments

Show HN: Botbin – Pastebin for AI agent artifacts

https://botbin.io/
1•obilgic•35m ago•0 comments

Show HN: Text-to-SQL picks tables before RLS runs – demo in the browser

https://ashishsinha1602.github.io/schemagate/
1•asinha0216•39m ago•0 comments

Automattic's board forces CEO Matt Mullenweg into leave of absence

https://techcrunch.com/2026/09/09/automattics-board-forces-ceo-matt-mullenweg-into-leave-of-absence/
9•LeoPanthera•43m ago•0 comments

AI May Become the Third Superpower

https://www.wsj.com/opinion/ai-may-become-the-third-superpower-1f7700dc
1•gmays•43m ago•0 comments

Show HN: ORC8R, one-click compute for devs, no ops required, demo available

https://orc8r.com/docs/quickstart
2•ORC8R•47m ago•2 comments

Ask HN: What's your AI coding set up?

4•asxndu•47m ago•1 comments

Hybrid approach to creating low poly game-ready 3D assets using AI models

https://playwarpact.com/blog/lowpoly-hybrid/
3•kodefreeze•48m ago•1 comments

Show HN: Ambient Context v1.0.0 (Missing context for AI assistants)

https://github.com/dragthelake/ambient-context/releases
2•Dramatize•52m ago•0 comments

I Let an AI Agent Hack All My Gadgets–and I'd Do It Again

https://www.wired.com/story/i-used-ai-to-hack-my-home-network/
3•thomadev0•52m ago•0 comments

Things that testers wished they'd learned earlier

https://www.functionize.com/blog/16-things-that-testers-wished-theyd-learned-earlier
2•ohjeez•55m ago•0 comments

Show HN: EmbedFlow –> Upgrade embedding models without re-embedding your corpus

https://github.com/arnsri33/embedflow
5•coolArnav•58m ago•1 comments

Astrophysical Journal adopts new guidelines on AI use

https://journals.aas.org/news/new-guidelines-on-ai-use-in-aas-journals/
1•tomr_stargazer•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?