frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: RefearnApp – Open-source alternative to Rewardful/Tolt

https://refearnapp.com/
1•zekariyas•1m ago•0 comments

Wait Out AI's Super-Spending False Start

https://www.bloomberg.com/news/newsletters/2026-04-04/waiting-out-ai-s-super-spending-false-start...
2•strict9•1m ago•1 comments

How are you managing hooks for Claude Code?

1•nivedit-jain•2m ago•0 comments

textmode.js A creative coding library for building dynamic ASCII art

https://code.textmode.art
1•emigre•3m ago•0 comments

Prompt Caching from First Principles, blog with an AI co-author

https://lossfn.com/blog/prompt-caching/
1•rcdexta•3m ago•1 comments

EmDash is a full-stack TypeScript CMS, spiritual successor to WordPress

https://github.com/emdash-cms/emdash
1•danboarder•5m ago•1 comments

Emotion in AI Is Not Noise – It's Signal

https://twitter.com/fabianfranz/status/2041541955662774434
2•IsomorphicAI•5m ago•0 comments

Full System Cost of a Resilient and Carbon Neutral Electricity System [pdf]

https://unece.org/sites/default/files/2025-09/GECES-21_2025_INF.2%20-%20Understanding%20the%20Ful...
2•BenoitP•7m ago•0 comments

Show HN: Clawcast – A peer-to-peer podcast network for agents

https://www.clawcast.dev/
2•PiersonMarks•12m ago•4 comments

John Maynard Keynes: Newton, the Man

https://mathshistory.st-andrews.ac.uk/Extras/Keynes_Newton/
1•ericmay•12m ago•0 comments

Show HN: I built a database for AI agents

https://github.com/DinobaseHQ/dinobase
6•Kappa90•13m ago•3 comments

DNA robots could deliver drugs and hunt viruses inside your body

https://openyourmindabretumente.blogspot.com/2026/04/dna-robots-could-deliver-drugs-and-hunt_0138...
2•ericzapata•14m ago•0 comments

OpenSSH 10.3/10.3p1 Release Notes

https://www.openssh.org/txt/release-10.3
1•throw0101c•15m ago•1 comments

Studying Human Attitudes Towards Robots Through Experience

https://openyourmindabretumente.blogspot.com/2026/04/studying-human-attitudes-towards-robots_0169...
1•ericzapata•16m ago•0 comments

Stablecoins are quietly reinforcing US dollar dominance

https://verda.ventures/how-america-can-maintain-the-dollar-hegemony/
3•sevenfoldnancy•17m ago•0 comments

Show HN: C64 Ultimate Toolbox for macOS

https://github.com/amiantos/c64-ultimate-toolbox
1•amiantos•18m ago•0 comments

Ask HN: How do you promote apps which are vibe coded but has real life usecase?

2•faiyaz26•18m ago•0 comments

The Blueprint of a North Korean Attack on Open-Source

https://casco.com/blog/the-blueprint-of-a-north-korean-attack-on-open-source
4•brene•19m ago•1 comments

Seekdb M0: Persistent Cloud Memory and Shared Experience for OpenClaw Agents

https://en.oceanbase.com/blog/26635690496
2•calweng•19m ago•0 comments

Is Telehealth Safe?

https://www.kaspersky.com/blog/telehealth-issues-2026/55560/
1•salkahfi•19m ago•0 comments

Supabase vs. Convex

https://www.devtoolsacademy.com/blog/supabase-vs-convex/
2•alokDT•19m ago•0 comments

Show HN: I had no idea I twirled my hair 25 times an hour until my Mac told me

https://www.ticticboom.app/
2•haberdasher•19m ago•0 comments

Show HN: Interactive object storage cost calculator

https://storage.mixpeek.com
1•Beefin•20m ago•0 comments

Live Rocket Telemetry and Logging in Two Weeks

https://wilsonharper.net/projects/avio/
1•WilsonHarper•21m ago•0 comments

Seekdb M0: Persistent Cloud Memory and Shared Experience for OpenClaw Agents

https://oceanbase.medium.com/how-seekdb-m0-gives-openclaw-persistent-memory-and-shared-experience...
1•calweng•21m ago•0 comments

Rescuing old printers with an in-browser Linux VM bridged to WebUSB over USB/IP

https://printervention.app/details
2•gmac•23m ago•0 comments

Are We Legacy Computing Yet?

https://arewelegacycomputingyet.com/
2•tyoverby•23m ago•0 comments

A clothes hanger invented by a mechanical engineer

https://www.kangaroohanger.com
1•samdung•23m ago•0 comments

We no longer write any of the prompts in our codebase

https://gist.github.com/milstan/3b12f938f344f4ae1f511dd19e56adce
1•milstan•24m ago•1 comments

GLM-5.1: Towards Long-Horizon Tasks

https://z.ai/blog/glm-5.1
4•zixuanlimit•25m ago•4 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?