frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Worrying is self-fulfilling; what to do instead

https://longform.asmartbear.com/worry/
1•herbertl•2m ago•0 comments

The 18-foot-high fence that turned Sonoma and Marin communities upside down

https://www.sfgate.com/sf-culture/article/bay-area-running-fence-22265175.php
1•Stratoscope•3m ago•0 comments

Private Passion Playground

http://layana.meet2live.online
1•misjackson•6m ago•0 comments

Bone Keeper AI Assisted Feature Film

https://sosuke.com/bone-keeper-ai-assisted-feature-film/
1•sosuke•7m ago•0 comments

Show HN: My homelab is outperforming the stock market

https://stocks.sjer.red
1•shepherdjerred•8m ago•0 comments

Parsing IPv6 Addresses Crazily Fast with AVX-512

https://lemire.me/blog/2026/05/23/parsing-ipv6-addresses-crazily-fast-with-avx-512/
2•mfiguiere•8m ago•0 comments

Ten Basic Clouds

https://www.noaa.gov/jetstream/clouds/ten-basic-clouds
2•nopg•9m ago•0 comments

Windows 11 LTSC update issue

2•nicp•9m ago•1 comments

ClaimTrace – open-source engine that traces public claims to preserved evidence

https://github.com/machinesoul11/ClaimTrace
1•machinesoul11•11m ago•0 comments

Hosomaki. A local tool for understanding Linux system output.contributors wanted

https://github.com/rivernova/hosomaki
2•rivernova•11m ago•1 comments

Nuance in all things. A dive into (Anti-) "AI" Myths (2025)

https://k4tana.github.io/blog/2025/06/04/AI-Nuanced-Take.html
2•rendx•11m ago•0 comments

Show HN: My tool found 1 DELETE TABLE log from 1M logs

https://rocketgraph.app/ml
2•kvaranasi_•16m ago•1 comments

Ask HN: Where to begin in removing "safety" features from new cars?

1•sky2224•16m ago•2 comments

Postings for software engineering jobs increasing

https://twitter.com/DavidSacks/status/2058606722110107970
1•JessieJanie•19m ago•0 comments

Bolt Challenges Nvidia with a Focus on Cutting-Edge Graphics

https://spectrum.ieee.org/bolt-graphics-zeus-gpu
2•mroche•19m ago•0 comments

Peer-to-peer collaborative code playground in a single 0.5 MB HTML file

https://github.com/micouy/koper
1•micouay•25m ago•0 comments

Vibe-learning: the answer to cognitive debt

https://blog.airistotle.org/vibe-learning
1•tigitouchdown•25m ago•0 comments

Wi-R: Using the human body as a "wire" for inter-device communication

https://www.ixana.ai/blog/wi-r-technology-white-paper
1•strongpigeon•27m ago•0 comments

Richard Feynman is Now A.I. Slop [video]

https://www.youtube.com/watch?v=A2_8199CL1I
1•dreamcompiler•29m ago•0 comments

Berkeley toddler who inspired 'Go the Fuck to Sleep' is now off to college

https://oaklandside.org/2026/05/22/go-the-fk-to-college-adam-mansbach-author-go-the-fk-to-sleep/
3•gnabgib•31m ago•0 comments

SpaceX is being killed to save Grok

https://peq42.com/blog/spacex-is-being-killed-to-save-grok/
1•peq42•31m ago•0 comments

Professional Cognitive Surrenderer

https://unlike.ly/professional-cognitive-surrenderer/
1•eviluncle•35m ago•0 comments

Delivery Is a Routing Problem, Not a Messaging Problem

https://blog.bridgexapi.io/delivery-is-a-routing-problem-not-a-messaging-problem
1•Bridgexapi•36m ago•0 comments

Is DDD Overkill for My CRUD Project?

https://docs.eventsourcingdb.io/blog/2026/05/25/is-ddd-overkill-for-my-crud-project/
1•goloroden•39m ago•0 comments

IBM Confidential: System/360 File Organization [video]

https://www.youtube.com/watch?v=zokKqP0plrM
1•DaiPlusPlus•40m ago•0 comments

Design Token Drift: Audited 375 Sites. Only 7.5% Got It Right

https://overlayqa.com/blog/design-token-drift-study/
1•emvied•40m ago•0 comments

Take the Plain Challange

https://plainnews.app
1•anjrued•41m ago•1 comments

Cryptic Studio's Jack Emmert on Creating Lasting MMOs

https://www.gamesindustry.biz/people-want-mmos-and-the-sales-of-new-world-proved-it-cryptic-studi...
1•1123581321•42m ago•0 comments

You probably don't need extra electrolytes

https://www.economist.com/science-and-technology/2026/05/22/you-probably-dont-need-extra-electrol...
1•austinallegro•43m ago•1 comments

Introducing HRM-Text

https://sapient.inc/introducing-hrm-text/
1•aziis98•46m ago•0 comments
Open in hackernews

Show HN: BugStalker - a modern Rust debugger

https://github.com/godzie44/BugStalker
115•godzie•1y ago

Comments

godzie•1y 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•1y 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•1y ago
Would something like this work for you? https://probe.rs/
otherayden•1y 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•1y ago
any Machine Interface planned (à la GDB/MI)?
godzie•1y ago
First priority is a DAP support. But after this - why not.
harpiaharpyja•1y ago
Would DAP support allow this to be used with OpenOCD?
giancarlostoro•1y ago
BugStomper would have also been a great name choice. ;)
rob74•1y 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•1y 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•1y 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•1y ago
Unfortunately no, but it's a good idea. I'll definitely look into this feature.
gitroom•1y 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•1y 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•1y ago
is this necessarily linux for dependency reasons, or could it be on OSX in the future?
godzie•1y 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•1y ago
What's the state of expression evaluation?