frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

ASML currently sells no chipmaking machines in Europe, executive says

https://nltimes.nl/2026/09/22/asml-currently-sells-chipmaking-machines-europe-executive-says
2•doener•2m ago•0 comments

AI leaders warn UN of security risks as systems grow more powerful

https://www.reuters.com/business/ai-leaders-brief-un-amid-warnings-technology-could-slip-beyond-h...
1•layer8•3m ago•0 comments

In-Process MCP for MySQL

https://villagesql.com/blog/mcp/
1•deesix•3m ago•1 comments

Researcher Found 76 Vulnerabilities in Managed PostgreSQL Security Extensions

https://mehmetince.net/part-2-6-breaking-the-superuser-guardrails-attacking-security-hardening-ex...
1•ozirus•3m ago•0 comments

Linux support is coming to Snapdragon X2 Series

https://www.qualcomm.com/news/onq/2026/09/snapdragon-summit-agentic-ai-pcs-linux
1•aaronday•6m ago•0 comments

Toyota is finally taking its best-seller electric

https://electrek.co/2026/09/23/toyota-best-selling-corolla-electric/
2•cisc•7m ago•0 comments

Getting the most out of Opus 5.5 in Claude and Claude Code / claude.dev

https://claude.dev/blog/getting-the-most-out-of-opus-5-5/
1•thisisfatih•11m ago•0 comments

A new world airport and its baggage

https://computer.rip/2026-09-20-denver-baggage.html
1•firloop•13m ago•0 comments

Wasmer Swift SDK: Run Node.js, Python and FFmpeg Sandboxes on iOS

https://wasmer.io/posts/wasmer-sdk-swift-ios-macos
1•syrusakbary•16m ago•0 comments

Open Source Opinions

https://stanceoftheday.com/
1•ydusf•17m ago•0 comments

FBI Hack Exposed FBI's Own Hacking Unit

https://www.404media.co/fbi-hack-exposed-fbis-own-hacking-unit-remote-operations-shinyhunters/
3•mikelgan•17m ago•0 comments

Google's Summer of Love

https://www.demandsphere.com/blog/googles-summer-of-love/
1•rgrieselhuber•17m ago•0 comments

Latent-GRPO and Continuous Reasoning Deep Dive

https://www.g-ftech.com/blog/latent-grpo-deep-dive
1•gfactor_ai•17m ago•0 comments

CB Rank (Person) 1000 Recommendation Your Startup on LinkedIn

https://startup-signal-oleh.restylefutu.chatgpt.site
1•Kizert•23m ago•0 comments

Open Analytics

https://getopen.so
1•handfuloflight•23m ago•0 comments

Show HN: Fjordfall – Take the long way down

https://fjordfall.fly.dev/
1•maddmann•25m ago•0 comments

Mercury 2.5 LLM hits 770 tokens per second

https://artificialanalysis.ai/models/mercury-2-5
2•Retro_Dev•28m ago•1 comments

Jevgpt – reinventing the wheel with another wheel

1•kunggaochicken•29m ago•0 comments

North Korea uses remote IT worker to clandestinely earn NZ currency

https://www.rnz.co.nz/news/world/1549255/north-korea-uses-remote-it-worker-to-clandestinely-earn-...
2•keithnz•31m ago•0 comments

The AI Hype Index: AI Loves Cheating

https://www.technologyreview.com/2026/09/23/1144940/ai-hype-index-ai-loves-cheating/
1•sbulaev•37m ago•0 comments

Show HN: The Mirror Act – a magic show that performs cognitive biases on you

https://themirroract.avestura.dev
1•avestura•38m ago•0 comments

Cortical thinning and hippocampal expansion linked to ADHD symptom trajectories

https://www.repository.cam.ac.uk/items/f7f1efa9-3b29-49e2-b765-60fe44526de6
1•wslh•39m ago•0 comments

I stress-tested LLM quantization by deliberately breaking models

https://github.com/gracejackson-sudo/quant-delta-predictor
1•GraceJackson07•39m ago•0 comments

We just shipped support for the ugliest part of HTTP: Vary – Cloudflare Blog

https://blog.cloudflare.com/vary-support/
2•thisisfatih•41m ago•0 comments

Opus 5.5 Scores 75.6% on Part Catalog Bench

https://partcatalogbench.adamjohnson.site
1•thomas_ma•47m ago•0 comments

Neuromancer in 3 Axioms

https://2600hz.substack.com/p/neuromancer-in-3-axioms
1•josh2600•47m ago•1 comments

Manage Firezone as code with Terraform

https://www.firezone.dev/blog/terraform-provider
1•jamilbk•48m ago•0 comments

The Bayeux Tapestry: Woven by the Victors

https://www.historytoday.com/archive/out-margins/bayeux-tapestry-woven-victors
2•prismatic•50m ago•0 comments

Where's the Beef?: The lab-grown-meat revolution that wasn't

https://harpers.org/archive/2026/09/wheres-the-beef-lab-grown-meat-erin-somers/
2•Hooke•50m ago•0 comments

Simple Git Management Tool

https://github.com/sascha10000/gitman
2•sascha10000•52m 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?