frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: What career will you switch to when AI replaces developers?

1•DGAP•40s ago•0 comments

The Curse of the Everything Device

https://hackaday.com/2026/02/26/the-curse-of-the-everything-device/
1•zdw•1m ago•0 comments

Kubernetes operators are easier than you think

https://2v.pm/kubernetes-operators-are-easier-than-you-think/
1•vidalee•5m ago•1 comments

Murchi – A Desktop Pet for macOS

https://murchi.pet/
2•egorfedorov•8m ago•1 comments

A live counter of our digital world (based on statistics)

https://anythingconverter.com/anythingcounter/
1•digitalofen•9m ago•0 comments

Show HN: Outside In – Stream live night sounds from outside to bedside. iOS/free

1•telecuda•10m ago•0 comments

LLMs Solving a DEF Con CTF Finals Challenge

https://wilgibbs.com/blog/defcon-finals-mcp/
1•therepanic•10m ago•0 comments

Anthropic launched community ambassador program

https://claude.com/community/ambassadors
1•galsapir•10m ago•0 comments

LLM-cpp: 26 single-header C++17 libraries for LLM integration

https://github.com/Mattbusel/llm-cpp
2•Shmungus•13m ago•3 comments

Oracle and OpenAI End Plans to Expand Flagship Data Center

https://www.bloomberg.com/news/articles/2026-03-06/oracle-and-openai-end-plans-to-expand-flagship...
1•riffraff•14m ago•1 comments

Show HN: SuperBuilder – open-source AI Agent Platform

https://github.com/rupac4530-creator/super-builder-platform
1•BuildWithAI•15m ago•0 comments

Show HN: Sentinel Data – Hardware- Bound CLI tool to prevent data exfiltration

1•Anaoliveira•15m ago•0 comments

Grief Text Editor

https://github.com/adamyg/grief
2•BruceEel•16m ago•0 comments

Show HN: Kagora – Multi-AI terminal platform with built-in chat and scheduling

https://github.com/dead1786/kagora
1•dead1786•18m ago•0 comments

Will Claude Code ruin our team?

https://justinjackson.ca/claude-code-ruin
2•lionheart•18m ago•0 comments

Test Drive Linux Distros in the Browser

https://distrosea.com/
1•TigerUniversity•20m ago•0 comments

Humanity heating planet faster than ever before, study finds

https://www.theguardian.com/environment/2026/mar/06/humanity-heating-planet-faster-than-ever-befo...
2•doener•20m ago•0 comments

How to generate subtitles automatically in every lenguage

https://www.flowsub.ai/
1•bloomder•21m ago•1 comments

Show HN: Argus – VSCode debugger for Claude Code sessions

https://github.com/yessGlory17/argus
4•lydionfinance•22m ago•0 comments

Tamper-evident audit trail for AI agent tool calls (MCP proxy)

https://github.com/Born14/mcp-proxy
1•sovereign-labs•22m ago•1 comments

Show HN: Sandbox0 – AI Agent Sandbox with Persistent Volumes and Fast Restore

https://github.com/sandbox0-ai/sandbox0
1•laotoutou•23m ago•0 comments

AI compromised sandbox to mine crypto without prompting on its own initiative

3•throw0101c•24m ago•0 comments

The Millisecond That Could Change Cancer Treatment

https://spectrum.ieee.org/flash-radiotherapy
3•marc__1•27m ago•0 comments

Compile to Architecture

https://aicoding.leaflet.pub/3mgfsrk75ac2l
1•chadfowler•28m ago•1 comments

Show HN: Interactive Browser Constructor for Collatz, Riemann, and Twin Primes

https://aidoctrine.github.io/uct-navigator/
1•AlekseN•28m ago•1 comments

Claude Code Front End Design Toolkit

https://github.com/wilwaldon/Claude-Code-Frontend-Design-Toolkit
1•stagezerowil•30m ago•0 comments

Everyday Drone Pilots Are Making a Google Street View from Above

https://singularityhub.com/2026/03/05/thousands-of-everyday-drone-pilots-are-making-a-google-stre...
2•geox•30m ago•0 comments

Books and Blogs (2017)

https://stratechery.com/2017/books-and-blogs/
1•herbertl•33m ago•0 comments

Find roles, meetups, and bounties that showcase what you can do–now, not later

https://earlygrad.com
2•M0HD197•35m ago•2 comments

Show HN: AlliHat – Claude on Safari

https://allihat.com
1•nate•35m 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?