frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

PWAs Without the Browser?

https://kver.ca/2026/03/strand-slipshod-vibe-coded-pwas-for-the-desktop/
1•MarcellusDrum•26s ago•0 comments

Ask HN: What signals do you look for when hiring?

1•kathir05•1m ago•0 comments

Overwhelmed as a PO? Build Systems

https://www.leadinginproduct.com/p/the-product-owner-bottleneck
1•benkan•2m ago•0 comments

AI CEOs are scaring America

https://www.axios.com/2026/03/16/ai-sam-altman-fear-mongering
2•1vuio0pswjnm7•3m ago•0 comments

Cheap drones are reshaping the war in the sky

https://www.reuters.com/graphics/IRAN-CRISIS/DRONES/dwpkyamxqpm/
2•giuliomagnifico•7m ago•0 comments

MCP Sux, Use CLIs

https://blog.ianchanning.com/2026/03/17/mcp-sux-use-clis/
1•icc97•8m ago•0 comments

How Elon Musk tried to gamify government

https://www.theguardian.com/news/ng-interactive/2026/mar/17/elon-musk-gamify-government
2•yzydserd•9m ago•0 comments

Ex-Meta exec says Insta exposed daughter to 'predators' in bombshell testimony

https://nypost.com/2026/02/11/business/ex-meta-exec-says-instagram-exposed-teen-daughter-to-preda...
2•1vuio0pswjnm7•11m ago•0 comments

NO BOX RESEARCH, an AI organisation that make various AI tools for DEVELOPMENT

https://rgroup.lovable.app/
1•theme-man•11m ago•0 comments

"Malus": Is Copyleft Dead?

https://heathermeeker.com/2026/03/16/malus-is-copyleft-dead/
1•Tomte•13m ago•0 comments

Hungarian Notation

https://en.wikipedia.org/wiki/Hungarian_notation
1•tosh•13m ago•0 comments

AI usage among doctors doubles as confidence in technology grows

https://www.ama-assn.org/press-center/ama-press-releases/ama-ai-usage-among-doctors-doubles-confi...
3•helsinkiandrew•17m ago•0 comments

Show HN: Android Native Reverse Tools

https://neocanable.github.io/2026/01/17/rosemary-development-status.html
1•neocanable•17m ago•0 comments

Flagged as Trojan by Play Protect

https://github.com/sunilpaulmathew/AppVaultX/issues/6
1•riedel•21m ago•1 comments

Codex

https://github.com/damiant3/NewRepository
1•damiant3•26m ago•0 comments

Why AI Agents Are Changing How We Build Software

https://brunelly.com/
1•rihabz•27m ago•0 comments

A few notes about the MacBook Neo

https://morrick.me/archives/10286
2•jandeboevrie•28m ago•0 comments

Real-Time AI Needs Rolling Aggregations

https://www.hopsworks.ai/post/rolling-aggregations-for-real-time-ai
1•jamesblonde•28m ago•0 comments

A Model Registry

https://github.com/imsingee/aidy-models
1•singee•37m ago•1 comments

Show HN: ModelSweep - Open-Source Benchmarking for Local LLMs

https://github.com/leonickson1/ModelSweep
1•leonickson•38m ago•0 comments

Ghosts of Softmax: Zeros of the partition function explain training instability

https://github.com/piyush314/ghosts-of-softmax
1•g4omingron•39m ago•0 comments

Reliance signs $3B deal with Samsung C&T for 15-year

https://www.threads.com/@optifin_advisors/post/DV-LzVqDNwh
1•optifinadvisors•43m ago•0 comments

Learn to build electronics with Oyvind's Circuit Tips

https://www.build-electronic-circuits.com/
1•teleforce•44m ago•0 comments

Is this "the Raku community" in 2026?

https://gist.github.com/2colours/5262cb60987a4a13760b04c1d7cd234b
1•2colours•47m ago•1 comments

Corporate but Winged: Cicikuş v3 Is Now Available

https://huggingface.co/pthinc/Cicikus-v3-1.4B-Opus4.6-Powered
1•pthuser•49m ago•1 comments

Pyodide and Paribury Exchange for in-browser data workflows

1•parburys•54m ago•0 comments

Why some metals turn transparent: A key mechanism for touchscreen conductors

https://phys.org/news/2026-03-metals-transparent-key-mechanism-touchscreen.html
3•westurner•58m ago•1 comments

The Repository of Ill-Advised Ventures

https://www.riav.org/
2•robbieo•1h ago•0 comments

Llmgate – call any LLM via YAML config, 2 dependencies

https://github.com/kesiee/llmgate
1•kesiees•1h ago•0 comments

Control a Waymo by Auto Rerouting

https://waymo.fraud.llc/
2•fearthetelomere•1h ago•0 comments
Open in hackernews

Show HN: BugStalker - a modern Rust debugger

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

Comments

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