frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: LLM Token Cost Calculator

1•freakynit•1m ago•0 comments

Have mental health labels like ADHD and autism gone too far?

https://www.telegraph.co.uk/health-fitness/wellbeing/mental-health/autism-adhd-rates-mental-healt...
1•sbuttgereit•1m ago•0 comments

My Janky Little Git Scripts That Keep Me Sane

https://blog.herlein.com/post/git-scripts/
1•speckx•1m ago•0 comments

PGO to Post-Link Optimization: Exploring and Benchmarking Clang (Part 1)

https://www.sidchintamaneni.com/pages/blog?id=pgo-lto-plto&type=blogs
1•blockholder•1m ago•0 comments

The 1SubML Programming Language

https://github.com/Storyyeller/1subml
1•fanf2•1m ago•0 comments

Faster Mission Control Animations for macOS

https://github.com/tomeraviv/FastMissionControl
1•mrclears•1m ago•0 comments

Embarrassingly Simple Self-Distillation Improves Code Generation

https://arxiv.org/abs/2604.01193
1•jryio•4m ago•0 comments

Britain's Free Speech Crisis and the Bill That Would Fix It

https://reclaimthenet.org/britains-free-speech-crisis-and-the-bill-that-would-fix-it
1•uyzstvqs•4m ago•0 comments

Tech Companies Are Trying to Neuter Colorado's Landmark Right-to-Repair Law

https://www.wired.com/story/tech-companies-are-trying-to-neuter-colorados-landmark-right-to-repai...
1•liz_ifixit•7m ago•0 comments

Don't want to pay for YouTube Premium? Morphe picks up where Revanced left off

https://www.androidauthority.com/morphe-youtube-revanced-3629859/
1•Markoff•8m ago•0 comments

Reddit is moving on from R/all

https://www.theverge.com/tech/906314/reddit-r-all-deprecating
2•efraim•8m ago•0 comments

Iran: Recruitment of child soldiers as young as 12 amounts to a war crime

https://www.amnesty.org/en/latest/news/2026/04/iran-recruitment-of-child-soldiers-as-young-as-12-...
1•mhb•8m ago•0 comments

Manuscript: A writing workspace where AI reads but never writes

https://app.manuscript.no/try
1•issaafk•9m ago•0 comments

Revive Prompt: What if the people you lose could still be known and remembered?

https://github.com/Jamessfks/revive-prompt
1•Jamessfks123•9m ago•0 comments

Five Survivors of Spectacular Falls

https://www.bbc.com/news/magazine-22934269
1•thunderbong•9m ago•0 comments

Genesis – Desktop AI with persistent memory, 11 agents. Buy once, own forever

https://genesis.bmbnexus.ai
1•bahabashatwah•11m ago•0 comments

Solana Drift Protocol drained of $285M via fake token and governance hijack

https://anonhaven.com/en/news/drift-protocol-hack-285-million-solana/
3•anonhaven•14m ago•0 comments

A case study in testing with 100 of Claude agents in parallel

https://imbue.com/product/mngr_part_2/
3•thejash•16m ago•0 comments

GitMindPro – Scan any GitHub repo for AI-injected security risks

https://gitmindpro.com
1•DevToday•16m ago•0 comments

Raytheon generalized modular toolchains for Hidden Communication Systems

https://github.com/raytheonbbn/maude-hcs
2•uticus•17m ago•1 comments

Gstack pull request – "no seriously, accept it. it fixes everything"

https://github.com/garrytan/gstack/pull/681
2•Topfi•17m ago•0 comments

Linkhut: A Social Bookmarking Site

https://ln.ht
1•Imustaskforhelp•18m ago•0 comments

Ghostty, but with Vertical tabs, lightweight and native

https://github.com/muxy-app/muxy
1•543310•20m ago•1 comments

iNaturalist

https://www.inaturalist.org/
13•bookofjoe•21m ago•1 comments

AI Governance

https://medium.com/@paul.bernard_80815/the-ai-highground-8a438dfd18c5
1•paulbernard•22m ago•0 comments

Revision Demoscene Festival 3-6 April

https://2026.revision-party.net/
2•thinkingemote•23m ago•0 comments

Half of NASA's pool of active astronauts served in the Middle East

https://www.stripes.com/theaters/us/2026-04-01/artemis-2-military-involvement-iraq-veterans-21250...
1•ThrowawayGuy1•23m ago•0 comments

Artemis II Looking Back at Earth

https://images.nasa.gov/details/art002e000191
1•DarmokJalad1701•24m ago•0 comments

Getting Claude to QA its own work

https://www.skyvern.com/blog/getting-claude-to-qa-its-own-work/
4•suchintan•25m ago•0 comments

Are web apps really slower than native?

https://atfzl.com/are-web-apps-really-slower-than-native/
2•atfzl•27m 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?