frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

1•Mrakermo•19s ago

AI Assistance Reduces Persistence and Hurts Independent Performance

https://arxiv.org/abs/2604.04721
1•yagyu•2m ago•0 comments

Iron Galaxy Studios Lays Off Staff, Blames "Current Market Conditions"

https://www.techpowerup.com/348330/iron-galaxy-studios-lays-off-staff-blames-current-market-condi...
1•mikhael•5m ago•0 comments

Stop trying to engineer your way out of listening to people

https://ashley.rolfmore.com/stop-trying-to-engineer-your-way-out-of-listening-to-people/
1•walterbell•5m ago•0 comments

What Anthropic's Mythos and Project Glasswing Mean for Your Apple Devices

https://tidbits.com/2026/04/09/what-anthropics-mythos-and-project-glasswing-mean-for-your-apple-d...
1•JumpCrisscross•6m ago•0 comments

How the JVM Optimizes Generic Code – A Deep Dive [video]

https://www.youtube.com/watch?v=J4O5h3xpIY8
1•pron•8m ago•0 comments

A. J. Ayer – ‘What I Saw When I Was Dead’ (1988)

https://www.philosopher.eu/others-writings/a-j-ayer-what-i-saw-when-i-was-dead/
2•isomorphy•10m ago•0 comments

Show HN: Lmcli v0.5.0 – A useable tool for LLM minimalists

https://codeberg.org/mlow/lmcli
2•wolttam•16m ago•0 comments

A Long Elusive Lung Cancer Target May Be Yielding to New Drugs

https://www.wsj.com/health/pharma/a-long-elusive-lung-cancer-target-may-finally-be-yielding-to-ne...
1•marc__1•19m ago•0 comments

12 types of Submarines: A detailed guide to powerful underwater naval vessels

https://timesofindia.indiatimes.com/defence/news/12-types-of-submarines-a-detailed-guide-to-power...
1•rustoo•20m ago•0 comments

On the Cult of Meetings

https://yanmaani.net/on-the-cult-of-meetings/
1•yanmaani•23m ago•0 comments

What Claude Code Chooses

https://amplifying.ai/research/claude-code-picks/report
1•ville•29m ago•1 comments

Hand Paintings and Engravings in Rock Art

https://www.bradshawfoundation.com/hands/hand_paintings_world_rock_art/index.php
1•jruohonen•30m ago•0 comments

NSA using Anthropic's Mythos despite blacklist

https://www.axios.com/2026/04/19/nsa-anthropic-mythos-pentagon
3•jbegley•32m ago•1 comments

Show HN: NYC Guessr – GeoGuessr for NYC but with live video cam footage

https://nycguessr.vercel.app/
2•aldrinjenson•33m ago•0 comments

Blue Origin's rocket reuse achievement marred by upper stage failure

https://arstechnica.com/space/2026/04/errant-upper-stage-spoils-blue-origins-success-in-reusing-n...
4•rbanffy•33m ago•0 comments

Drawmode: MCP server for Excalidraw architecture diagrams with auto-layout

https://github.com/teamchong/drawmode
2•rahimnathwani•34m ago•0 comments

Should Your Patient Be on Statins? Maybe the Eyes Can Tell

https://www.medscape.com/viewarticle/should-your-patient-be-statins-maybe-eyes-can-tell-2026a1000avs
3•brandonb•34m ago•0 comments

Good APIs Age Slowly – Yusuf Aytas

https://yusufaytas.com/good-apis-age-slowly
15•kiyanwang•34m ago•0 comments

I saw MOVA's new 3D printer handle 36 colors without the waste

https://www.xda-developers.com/movas-3d-printer-handle-36-colors-without-waste-changes-everything/
1•rbanffy•36m ago•0 comments

Documentation Is a Leaking Pipe

https://medium.com/zenzic-engineering/your-documentation-is-a-leaking-pipe-7c1d6f4a84d0
2•PythonWoods•37m ago•1 comments

Hitachi Ltd, Part I – By Bradford Morgan White

https://www.abortretry.fail/p/hitachi-ltd-part-i
1•rbanffy•38m ago•0 comments

How Wales' most obese area is declaring war on junk food

https://www.bbc.co.uk/news/articles/c36r43zjzppo
1•mmarian•39m ago•0 comments

MAGA Is Winning Its War Against U.S. Science

https://paulkrugman.substack.com/p/maga-is-winning-its-war-against-us
42•devonnull•39m ago•10 comments

Open Standard for socketable CXL-based DDR

https://github.com/Luiguard/XMM-Standard
2•Luiguard•40m ago•1 comments

How Aesop and Jean de la Fontaine help us learn new languages

https://antipodeanodyssey.wordpress.com/
1•jruohonen•41m ago•0 comments

Light Phone III

https://www.thelightphone.com/lightiii
5•sssilver•42m ago•1 comments

The Economist who was terrified of AI just found a rare reason for hope

https://fortune.com/2026/04/19/alex-imas-human-jobs-ai-economy-chicago-economist-substack-doomsda...
1•Brajeshwar•44m ago•0 comments

Ancient-DNA Study Reveals Natural Selection Has Accelerated in Evolution

https://hms.harvard.edu/news/massive-ancient-dna-study-reveals-natural-selection-has-accelerated-...
3•consumer451•44m ago•0 comments

Show HN: EIDWTimes – Predicting airport wait times with ML for a school project

https://eidwtimes.xyz/
3•odig•45m 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?