frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Duranium: A More Reliable PostmarketOS

https://postmarketos.org/blog/2026/03/17/introducing-duranium/
1•nikodunk•1m ago•0 comments

Trump Officials Weigh New $1B Deal to Stop Offshore Wind Farms

https://www.nytimes.com/2026/03/17/climate/offshore-wind-settlements-trump.html
1•chiffre01•3m ago•0 comments

Improving breast cancer screening workflows with machine learning

https://research.google/blog/improving-breast-cancer-screening-workflows-with-machine-learning/
1•brandonb•4m ago•0 comments

Krazam – Work Sext [video]

https://www.youtube.com/watch?v=nQKAfugfn7A
1•tart-lemonade•7m ago•0 comments

FAQs About the Public Debt

https://www.treasurydirect.gov/help-center/public-debt-faqs/
1•uticus•10m ago•0 comments

Software 2.0: Planning and Verifying a Greenfield Project

https://aaronstannard.com/software-2.0-case-study-textforge/
1•Aaronontheweb•10m ago•0 comments

Show HN: A local WebP/AVIF converter because I was tired of slow browser tools

https://ghostlyinc.com/en-us/tools/pixel-press/
1•ghostlyInc•14m ago•0 comments

Lobster Pitch: A YC Adventure

https://benmathes.github.io/lobster-pitch/index.html
1•simonpure•14m ago•0 comments

Show HN: A macOS job that resets your AI coding limits automatically

https://github.com/shnksi/optimize-ai-limits
1•shnksi•15m ago•0 comments

A digital resource for studying the graffiti of Herculaneum and Pompeii

https://ancientgraffiti.org/Graffiti/
1•thomassmith65•21m ago•0 comments

Maid in Canada: More Than You Wanted to Know

https://thesecondbestworld.substack.com/p/maid-in-canada-much-more-than-you
1•paulpauper•22m ago•1 comments

Firefox's cute and fierce new mascot wants to protect you from the internet

https://www.fastcompany.com/91509645/firefoxs-new-mascot-wants-to-protect-you-from-the-internet
1•stalfosknight•23m ago•0 comments

Self Hosted Website Analytics with SQLite

https://github.com/kaichaosun/swa
1•kaichao•25m ago•0 comments

Show HN: Sonder – self-hosted AI social simulation engine

https://github.com/RedsonNgwira/sonder
1•RedsonNgwira•27m ago•0 comments

Show HN: Talewright is a Given-When-Then syntax testing library for Playwright

https://www.npmjs.com/package/talewright
1•orizens•27m ago•0 comments

I analyzed 10 major OSS repos for development drift – every one had issues"

1•codequal•28m ago•0 comments

Giving AI agents an API for the "shadow org chart"

https://behaviorgraph.com/blog/posts/the-layer-every-enterprise-ai-platform-is-missing.html
2•yumiatlead•29m ago•1 comments

Hands-On Prescriptive Analytics

https://www.oreilly.com/library/view/hands-on-prescriptive-analytics/9781098153168/
1•teleforce•29m ago•0 comments

Show HN: My 11-year-old built a pixel shop game using OpenClaw in 2 days

https://shopst4r.com
1•jeyzolo•29m ago•0 comments

How Much Memory Do You Need to Run 1M Concurrent Tasks? (2023)

https://pkolaczk.github.io/memory-consumption-of-async/
2•eatonphil•31m ago•0 comments

Peter Thiel Fears the Antichrist Is Coming

https://www.nytimes.com/2026/03/17/world/europe/peter-thiel-rome-antichrist-catholics.html
3•anjel•32m ago•3 comments

Stressed about getting that first coding job in the era of AI?

https://docs.priset.ai/blog/junior-dev-is-dead-student-founder/
1•tk5•32m ago•1 comments

Amazon Dies: A Possible, Maybe Likely Future

https://markatwood.substack.com/p/how-amazon-dies-a-possible-maybe
3•skmurphy•33m ago•1 comments

Pakistan Airstrikes on Kabul Hit Drug Rehab Clinic, Killing Civilians

https://www.wsj.com/world/middle-east/pakistan-airstrikes-on-kabul-hit-drug-rehab-clinic-killing-...
2•nailer•35m ago•0 comments

Are AI courses mostly a waste of time?

1•lock-locku•39m ago•1 comments

EVs Avoided the Use of 2.3M Barrels of Oil per Day in 2025

https://www.bloomberg.com/news/articles/2026-03-18/electric-vehicles-avoided-use-of-2-3-million-b...
1•toomuchtodo•40m ago•0 comments

Team simulates a living cell that grows and divides

https://news.illinois.edu/team-simulates-a-living-cell-that-grows-and-divides/
1•geox•43m ago•0 comments

The internet has no attribution layer for viral content

1•Proofmeme•48m ago•0 comments

Astronomers discover long-period radio transient of unknown origin

https://phys.org/news/2026-03-astronomers-period-radio-transient-unknown.html
1•wglb•51m ago•1 comments

As of today, Brazil requires identity verification to use social media

https://twitter.com/ProtonVPN/status/2033990861843726682
4•absqueued•53m ago•0 comments
Open in hackernews

Show HN: BugStalker - a modern Rust debugger

https://github.com/godzie44/BugStalker
115•godzie•10mo ago

Comments

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