frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

AI Can Accelerate Developer Growth (If You Use It Right)

https://aroussi.com/post/from-junior-to-10x-dev
1•merusame•4m ago•0 comments

Tumour cells use a genetic trick to become drug-resistant

https://www.economist.com/science-and-technology/2026/04/16/tumour-cells-use-a-genetic-trick-to-b...
1•marojejian•6m ago•1 comments

Show HN: Immediate Mediation WebAuthn on Django

https://github.com/mkalioby/django-passkeys
1•mkalioby•7m ago•0 comments

Memory Scaling for AI Agents

https://www.databricks.com/blog/memory-scaling-ai-agents
1•eigenBasis•8m ago•0 comments

Who Would Believe NASA Used Whale Oil on Voyager and Hubble? (2014)

https://ksj.mit.edu/tracker-archive/who-would-believe-nasa-used-whale-oil-vo/
1•Amorymeltzer•10m ago•0 comments

US 'Golden Shield' Takes Form in First Exercise with Micro-Missile Interceptors

https://nextgendefense.com/us-golden-shield-exercise/
2•geox•13m ago•0 comments

Building a Claude Code Skill Plugin from Scratch

https://franchb.com/posts/building-claude-code-skill-plugins/
1•ironmagma•15m ago•0 comments

Show HN: MechCloud – We killed the Terraform state file

https://mechcloud.io
1•koyadume•16m ago•0 comments

Headless Everything for Personal AI

https://interconnected.org/home/2026/04/18/headless
3•markusw•21m ago•1 comments

Apple TV's Upcoming Cyberpunk Series Will Be the Matrix Meets Blade Runner

https://screenrant.com/neuromancer-apple-tv-matrix-meets-blade-runner/
3•mindcrime•23m ago•0 comments

Berlin offers free entry for litter picking to make tourists do their bit

https://www.euronews.com/my-europe/2026/04/16/berlin-offers-free-entry-for-litter-picking-to-make...
1•ohjeez•24m ago•0 comments

TSA Bans This Knife at Checkpoint – Then Airlines Hand It to You on Plane

https://viewfromthewing.com/tsa-bans-this-knife-at-the-checkpoint-then-airlines-hand-it-to-you-on...
3•bookofjoe•27m ago•0 comments

Ask HN: Does magic link authentication use HTML canvassing?

1•trinsic2•29m ago•1 comments

SF is obsessed with the safest drivers and ignoring the ones killing people

https://www.sfchronicle.com/opinion/openforum/article/pedestrian-death-driver-accident-22210904.php
2•aranchelk•31m ago•0 comments

Write Code Like You Just Learned How to Program

https://prog21.dadgum.com/87.html
4•tosh•32m ago•1 comments

Salesforce launches Headless 360 turn platform in infrastructure for AI agents

https://venturebeat.com/ai/salesforce-launches-headless-360-to-turn-its-entire-platform-into-infr...
3•ulrischa•34m ago•0 comments

Bluetooth tracker in a postcard and mailed to a warship exposed its location

https://www.tomshardware.com/tech-industry/cyber-security/bluetooth-tracker-hidden-in-a-postcard-...
5•tcp_handshaker•34m ago•0 comments

Trump, When Asked About White House Meeting with Anthropic's Dario Amodei: Who?

https://gizmodo.com/trump-when-asked-about-white-house-meeting-with-anthropics-dario-amodei-who-2...
4•ulrischa•36m ago•0 comments

Too many tools or tool overload

https://devcyc.life/too-many-tools-or-tool-overload/
3•lilerjee•37m ago•0 comments

IMF says America's $39T national debt is a global problem

https://finance.yahoo.com/economy/policy/articles/world-going-broke-imf-says-194850050.html
4•tcp_handshaker•38m ago•0 comments

Shared Dictionaries: compression that keeps up with the agentic web

https://blog.cloudflare.com/shared-dictionaries/
4•Brajeshwar•41m ago•0 comments

Show HN: DOMPrompter – click a DOM element, get a structured AI coding prompt

3•witnote•42m ago•0 comments

List of people imprisoned for editing Wikipedia

https://en.wikipedia.org/wiki/List_of_people_imprisoned_for_editing_Wikipedia
7•lr0•43m ago•0 comments

Phantom Camerawork: Star Wars: Episode I – The Phantom Menace (1999)

https://theasc.com/magazine/sept99/phantom/index.htm
2•exvi•44m ago•0 comments

SpaceX Files FCC Complaint over Ariane 64 Amazon Leo Launch

https://europeanspaceflight.com/spacex-files-fcc-complaint-over-ariane-64-amazon-leo-launch/
3•tcp_handshaker•46m ago•0 comments

The AI stack trap: the hidden cost of overbuilding with AI

https://www.forbes.com/sites/abdoriani/2026/01/24/the-ai-stack-trap-the-hidden-cost-of-overbuildi...
1•DrZootron•47m ago•0 comments

Welcome to the Machine: The Matrix (1999)

https://theasc.com/magazine/apr99/matrix/index.htm
3•exvi•47m ago•0 comments

4-bit floating point FP4

https://www.johndcook.com/blog/2026/04/17/fp4/
2•chmaynard•49m ago•1 comments

Comparing GPT-5.4, Opus 4.6, GLM-5.1, Kimi K2.5, MiMo V2 Pro and MiniMax M2.7

https://www.codejam.info/2026/04/comparing-gpt-5-4-opus-4-6-glm-5-1-kimi-k2-5-mimo-v2-pro-and-min...
1•funkyval•52m ago•0 comments

Two $20B: OpenAI and Nvidia in a 'Reasoning Battle'

https://jianshiapp.com/two-20-billion-openai-and-nvidia-in-a-reasoning-battle/
2•ninjahawk1•54m 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?