frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Screenz V3 Launch

https://www.screenz.ai/
2•griesmey•35s ago•0 comments

Show HN: Cognitox – open-source Amazon Cognito emulator written in Rust

https://github.com/unvalley/cognitox
1•unvalley•1m ago•0 comments

Greece to ban social media for under-15s from next year

https://www.bbc.com/news/articles/ckgx1x742x5o
1•thunderbong•1m ago•0 comments

Claude mythos is the first model Anthropic didn't release

https://blog.alcazarsec.com/tech/posts/claude-mythos-the-first-model-anthropic-didnt-really-release
1•alcazar•2m ago•0 comments

The Dark Factory Harness: From Autonomous Hill-Climbing to Autonomous Research

https://sotaverified.org/blog/improving-autoresearch-dark-factory-harness
1•uberdavid•2m ago•1 comments

iPad at 16 – Redundant or Post-PC?

https://asymco.com/2026/04/09/ipad-at-16/
2•ndr42•2m ago•0 comments

How HTTPS Works

https://howhttps.works/
1•sebg•3m ago•0 comments

Workingasync.io – A job board for asynchronous remote jobs

https://workingasync.io
1•Log007•3m ago•1 comments

An Agent Skill that implements Karpathy's LLM-wiki on personal GitHub Repo

https://github.com/rarce/git-wiki
1•rarce•3m ago•0 comments

NASA Built Artemis II's Fault-Tolerant Computer

https://cacm.acm.org/news/how-nasa-built-artemis-iis-fault-tolerant-computer/
1•speckx•4m ago•0 comments

LLM agents shouldn't execute blindly – this one plans first and stays editable

https://cuddlytoddly.com/
1•philiparxist•4m ago•0 comments

Masjesu botnet targets IoT devices while evading high-profile networks

https://securityaffairs.com/190548/malware/masjesu-botnet-targets-iot-devices-while-evading-high-...
1•lschueller•4m ago•0 comments

Sociotechnical Archaeology

https://jensrantil.github.io/posts/sociotechnical-archaeology/
1•JensRantil•6m ago•0 comments

The M×N problem of tool calling and open-source models

https://www.thetypicalset.com/blog/grammar-parser-maintenance-contract
1•remilouf•9m ago•0 comments

Show HN: AI agents are bad at API integrations – we fixed it

https://www.apimatic.io/product/context-plugins/showcase
3•sohaibtariq•9m ago•1 comments

A Server That Forgets: Exploring Stateless Relays

https://blog.torproject.org/exploring-stateless-relays/
1•ahlCVA•10m ago•0 comments

Study: Google's AI Overviews show wrong answers every hour

https://www.popsci.com/technology/ai-overview-inaccuracy-google/
1•Brajeshwar•10m ago•0 comments

'Snoopy', 'Adolf' and 'Password': The Hungarian Government Passwords Exposed

https://www.bellingcat.com/news/2026/04/09/the-hungarian-government-passwords-exposed-online/
3•lschueller•11m ago•2 comments

Pipeline Architecture System Design

https://dvcoolarun.com/2026/04/09/Pipeline-architecture-system-design.html
1•dvcoolarun•11m ago•0 comments

Need Advice. Should I Give Up My CS Degree in the Last Semester?

1•jornbess•11m ago•0 comments

AI Code Security Scanner – static analysis for 14 languages, OWASP Top

https://github.com/astro717/ai-code-security-scanner
1•astro717•11m ago•0 comments

Using AI in Blogging

https://cagrimmett.com/2026/02/16/on-using-ai-in-blogging/
1•speckx•12m ago•0 comments

Real Time Tide Data Novaa

https://tidesandcurrents.noaa.gov/map/
1•prakashqwerty•12m ago•0 comments

A complete GPT language model in ~600 lines of C#, zero dependencies

https://github.com/milanm/AutoGrad-Engine
1•evo_9•12m ago•0 comments

What to Do with Your Extra Tokens

https://www.johnbhiggins.com/writing/extra-tokens
1•jhiggins777•13m ago•1 comments

Adam Back: I'm not Satoshi

https://twitter.com/adam3us/status/2041811857732768148
2•wslh•14m ago•0 comments

Uncharted island will soon appear on nautical charts

https://phys.org/news/2026-04-uncharted-island-nautical.html
1•pseudolus•15m ago•0 comments

Legos vs. 3D Printers

https://koaning.io/posts/legos-vs-3d-printers/
1•sebg•16m ago•0 comments

Show HN: MCP Gateway – Zero-Trust Access to MCP Tool Servers

https://github.com/openziti/mcp-gateway
3•michaelquigley•16m ago•0 comments

The Model Says Walk: How Surface Heuristics Override LLM Reasoning Constraints

https://arxiv.org/abs/2603.29025
1•timssopomo•16m 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?