frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The War on Self-Driving Cars Will Kill People

https://reason.com/2026/07/01/the-war-on-self-driving-cars-will-kill-people/
1•standardUser•27s ago•0 comments

Different Types of Tubes for River Tubing (2023)

https://www.riverbendfloats.com/types-of-river-tubes
1•mooreds•2m ago•0 comments

Meta Is Charging a Subscription for Smart Glasses Features

https://www.wired.com/story/why-meta-is-charging-a-subscription-for-on-device-smart-glasses-featu...
1•1vuio0pswjnm7•4m ago•0 comments

These are real people [video][22 mins]

https://www.youtube.com/watch?v=VFLSNxCLwCw
1•Bender•4m ago•0 comments

The Growing Compute Shortage [pdf]

https://www.apollo.com/content/dam/apolloaem/documents/insights/the-growing-compute-shortage.pdf
1•akyuu•7m ago•1 comments

Platform Engineering 2.0: Manage AI Costs and Risks Without Rebuilding

https://platformengineering.com/features/platform-engineering-2-0-manage-ai-costs-and-risks-witho...
2•CrankyBear•8m ago•0 comments

Show HN: MotionLoom – An open-source video-as-code language for video creation

https://lovelyzombieyho.github.io/anica-landing-page/motionloom/
1•LOVELYZOMBIEYHO•8m ago•0 comments

Screen Time for Under-2s Poses Long-Term Health Risks

https://www.verity.news/story/2026/screen-time-under-age-poses-longterm-health-risks
1•theanonymousone•8m ago•0 comments

At Dog School, children gain a sense of achievement

https://www.csmonitor.com/Perspectives/Making-a-difference/2026/0630/dog-school-south-africa-fund...
1•Tomte•9m ago•0 comments

Newsletters in 2026: $10 per month is default price

https://pressgazette.co.uk/newsletters/newsletters-2026-prices-retention-churn/
1•Tomte•9m ago•0 comments

Fixing "Tool Amnesia" in Model Context Protocol Ecosystems

https://pub.towardsai.net/fixing-tool-amnesia-in-model-context-protocol-ecosystems-c3fa03c90704
1•prachipanditrao•12m ago•0 comments

A Tale of Two Modems

https://daringfireball.net/2026/07/a_tale_of_two_modems
1•dabinat•13m ago•0 comments

Ask HN: Living alone to become illegal as intelligent robots could be required?

1•amichail•14m ago•0 comments

Symbolics.com – Oldest.com Domain

https://www.symbolics.com/
1•caminanteblanco•14m ago•0 comments

After almost a decade,Tesla Roadstar does not have a release date, all fraud?

https://www.tesla.com/roadster
1•kingleopold•14m ago•1 comments

Capture One adds support for Hasselblad cameras

https://www.captureone.com/en/hasselblad
1•emanuelez•15m ago•0 comments

Scientists propose launching giant 'airbag' into space to protect Earth

https://www.dailymail.com/sciencetech/article-15947451/giant-airbag-space-Earth-solar-superstorms...
1•Bender•17m ago•0 comments

The door out of Tapeout Hell

https://essenceia.github.io/projects/tapeout_tradition/
1•random__duck•18m ago•1 comments

Show HN: Claude skills to make anti-AI slop UI

https://github.com/Vinayak-Shukla-03/anti-ai-slop
3•vinayak-shukla•19m ago•2 comments

Box3D on Web

https://box3d-7rh.pages.dev/
1•mehmetoguzderin•20m ago•3 comments

Proving the fundamental theorem of arithmetic in Agda

https://byorgey.github.io/blog/posts/2026/06/26/FTA.lagda.html
1•fanf2•20m ago•0 comments

Show HN: Spotilyrics – See synchronized Spotify lyrics inside your editor

https://open-vsx.org/extension/therepanic/spotilyrics
1•therepanic•22m ago•0 comments

The Guide to the Best FDM 3D Printers of 2026

https://bambu3design.com/the-ultimate-guide-to-the-best-3d-printers-of-2026/
1•ehsanamel•22m ago•0 comments

New humanoid robots from China look like creepy pop star action figures

https://www.theregister.com/ai-and-ml/2026/07/02/new-humanoid-robots-from-china-look-like-creepy-...
2•Bender•22m ago•0 comments

Any guesses about BS short name after FAANG, ZIRP and MAG7?

1•kingleopold•23m ago•1 comments

FAA proposal: Supersonic airliners can fly over US cities if they're quiet

https://arstechnica.com/gadgets/2026/07/faa-proposal-supersonic-airliners-can-fly-over-us-cities-...
1•Bender•23m ago•0 comments

Ovaries Might Take on an Immune Function After Menopause

https://nautil.us/ovaries-might-take-on-an-immune-function-after-menopause-1282410
1•Brajeshwar•25m ago•0 comments

Japan APPI AI Training Exception Clears Lower House

https://techjacksolutions.com/ai-brief/japan-appi-ai-training-exception-clears-lower-house-what-com/
1•totetsu•25m ago•0 comments

Show HN: Muxer – open-source model multiplexer for Claude Code

https://github.com/DangerousYams/muxer
2•DangerousYams•25m ago•0 comments

How to play Doom online in Proton Drive

https://proton.me/support/play-doom-online
1•akyuu•27m 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?