frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A Choice of Deadly Drones Is Only a Few Clicks Away

https://www.nytimes.com/2026/03/23/world/europe/ukraine-drones-marketplace-military-russia.html
1•lxm•4m ago•0 comments

LLM autonomously runs physics research across 5 PDE systems

https://github.com/michK/Autoresearch-for-Research
1•mike_krugs•4m ago•1 comments

Researchers at CERN transport antiprotons by truck in world‑first experiment

https://physicsworld.com/a/researchers-at-cern-transport-antiprotons-by-truck-in-world-first-expe...
1•oopsiremembered•10m ago•0 comments

WildClawBench

https://github.com/InternLM/WildClawBench
1•yhzan•10m ago•0 comments

AcademySoftwareFoundation DNA

https://github.com/AcademySoftwareFoundation/dna
1•qainsights•11m ago•1 comments

Meta's May Day

https://om.co/2026/03/25/metas-may-day/
2•gz5•15m ago•0 comments

Scammers have virtual smartphones on speed dial for fraud

https://www.theregister.com/2026/03/25/virtual_smartphones_fraud/
1•Brajeshwar•15m ago•0 comments

Show HN: Nit – I rebuilt Git in Zig to save AI agents 71% on tokens

https://justfielding.com/blog/nit-replacing-git-with-zig
2•fielding•20m ago•0 comments

Let's Not Confuse Labor's Problems with White-Collar AI Doomerism

https://www.damagemag.com/p/lets-not-confuse-labors-problems
1•abetusk•22m ago•0 comments

The personal relation between Phil K. Dick and Robert Heinlein

https://scifi.stackexchange.com/questions/1555/on-the-personal-relation-between-phil-k-dick-and-r...
1•wslh•24m ago•0 comments

Toggle macOS battery icon with plug/unplug

https://github.com/dceddia/battery-icon-toggle
1•dceddia•27m ago•0 comments

Show HN: Ultrahuman Ring API Dashboard (E-Ink)

https://github.com/Jay9185/TRMNL-ULTRAHUMAN
1•jerr9185•29m ago•1 comments

Mojo's Not (Yet) Python

https://theconsensus.dev/p/2026/03/12/mojos-not-yet-python.html
1•tuananh•33m ago•0 comments

Show HN: LookGood Live – Chrome plugin enhances your appearance on camera video

https://webcameffects.app/en/extensions/looksgood-live/
1•mda_damico•39m ago•0 comments

Meta, Google lose US case over social media harm to kids

https://www.reuters.com/legal/litigation/jury-reaches-verdict-meta-google-trial-social-media-addi...
3•1vuio0pswjnm7•46m ago•1 comments

Six open table formats compared across 5 architectural forks

https://medium.com/@shaoting.huang/the-table-format-wars-4daa6ba3dd84
1•fujidanbao•46m ago•0 comments

Async, Sync, in Between

https://antfu.me/posts/async-sync-in-between
1•luispa•48m ago•0 comments

Comparison of embedding size reduction methods for vector search

https://corvi.careers/blog/vector-search-embedding-compression/
1•sp1982•49m ago•0 comments

Earliest iron blooms discovered off the Carmel coast

https://www.nature.com/articles/s40494-026-02409-7
1•wslh•49m ago•0 comments

Writing Changes Mathematical Thought

https://www.quantamagazine.org/how-writing-changes-mathematical-thought-20260325/
1•sonabinu•50m ago•0 comments

Chinese National and 2 US Citizens Charged W Conspiring to Smuggle AITech to CCP

https://www.justice.gov/opa/pr/chinese-national-and-two-us-citizens-charged-conspiring-smuggle-ar...
1•737min•50m ago•0 comments

Ask HN: Has Claude Code quality level degraded lately?

2•narmiouh•51m ago•0 comments

Weaponizing Extension Packs with PackRAT

https://blog.yeethsecurity.com/2026/03/13/PackRat.html
1•somerandom1337•55m ago•0 comments

LA Jurors Find Meta, YouTube Liable for Youth Mental Health Problems, Award $6M

https://www.law.com/2026/03/25/los-angeles-jurors-find-meta-and-youtube-liable-for-youths-mental-...
2•1vuio0pswjnm7•1h ago•1 comments

Verdicts against social media companies carry consequences. But questions linger

https://www.boston25news.com/news/business/verdicts-against/EZ3JDN546E7RHDQDVPTYYGCAGI/
1•1vuio0pswjnm7•1h ago•0 comments

VS Code plugin to annotate in Markdown previews for your AI

https://github.com/41fred/ai-markdown-feedback
1•41fred•1h ago•1 comments

Web and File Server Comparison (NT Server 4.0 versus RedHat 5.2 on Linux 2.2.2)

http://www.mindcraft.com/whitepapers/first-nts4rhlinux.html
2•markus_zhang•1h ago•0 comments

Isolated Web Apps

https://chromeos.dev/en/web/isolated-web-apps
1•h4ch1•1h ago•0 comments

Every Online Conversation about AI, Summarized

https://rushyendramaganty.com/ai
3•finolex1•1h ago•0 comments

KKR to acquire Nothing Bundt Cakes for over $2B

https://www.reuters.com/business/retail-consumer/kkr-acquire-nothing-bundt-cakes-over-2-billion-w...
7•mattas•1h ago•0 comments
Open in hackernews

Show HN: BugStalker - a modern Rust debugger

https://github.com/godzie44/BugStalker
115•godzie•11mo ago

Comments

godzie•11mo 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•11mo 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•11mo ago
Would something like this work for you? https://probe.rs/
otherayden•11mo 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•11mo ago
any Machine Interface planned (à la GDB/MI)?
godzie•11mo ago
First priority is a DAP support. But after this - why not.
harpiaharpyja•11mo ago
Would DAP support allow this to be used with OpenOCD?
giancarlostoro•11mo ago
BugStomper would have also been a great name choice. ;)
rob74•11mo 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•11mo 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•11mo 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•11mo ago
Unfortunately no, but it's a good idea. I'll definitely look into this feature.
gitroom•11mo 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•11mo 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•11mo ago
is this necessarily linux for dependency reasons, or could it be on OSX in the future?
godzie•11mo 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•11mo ago
What's the state of expression evaluation?