frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A Man Who Almost Never Succeeded (2012)

https://www.lensrentals.com/blog/2012/10/the-man-who-almost-never-succeeded/
1•downbad_•1m ago•0 comments

Help Needed Seeking Contributors for a Pure C Compiler and Runtime

https://github.com/heikowagner/nela-lang/issues/1
1•heikowag•1m ago•0 comments

Simplifying camera trap image analysis with AI

https://addaxdatascience.com/addaxai/
1•bryanrasmussen•3m ago•1 comments

Yesterday I had some news that has left me feeling

https://mylightstillshines.wordpress.com/2026/05/09/yesterday-i-had-some-news-that-has-left-me-fe...
1•jaygirl•5m ago•0 comments

Show HN: I Built a Retro Survival RPG in Vanilla JavaScript

1•jasonkester•7m ago•0 comments

Astroberry – OS for controlling astronomy equipment

https://astroberry.io/
1•NKosmatos•10m ago•0 comments

Show HN: Digits – Encrypted calls from gutted vintage desk phones

https://digits.family
1•justinlindh•16m ago•1 comments

IPO: Lime (SEC S-1 Form, Neutron Holdings)

https://www.sec.gov/Archives/edgar/data/1699963/000162828026032523/neutronholdingsinc-sx1.htm
2•wuschel•21m ago•0 comments

Hondurasgate: US, Israeli Plot to Destabilize Mexico, Latin America

https://english.elpais.com/international/2026-05-07/hondurasgate-the-alleged-us-and-israeli-inter...
3•vrganj•24m ago•0 comments

Everything you need to know about recently released UFO files by Dow

https://sourceryintel.com/reports/dow-ufo-files-may-2026
1•freakynit•29m ago•0 comments

Is Opus 4.7 a Downgrade?

https://www.vincentschmalbach.com/is-opus-4-7-a-downgrade/
3•vincent_s•29m ago•1 comments

Instagram DMs Lose End-to-End Encryption Starting Today

https://www.macrumors.com/2026/05/08/instagram-end-to-end-encryption/
2•7777777phil•33m ago•0 comments

A JSON parser in 2k standard cells: a Tiny Tapeout design walkthrough

https://www.plawanrath.com/articles/grammartile-tinytapeout-walkthrough/
2•plawanrath•33m ago•0 comments

ABA Games (1D Pac-Man, etc) Agentic Gamedev Skills

https://github.com/abagames/agentic-gamedev-skills
2•helloplanets•38m ago•0 comments

An experimental Rust-to-CUDA compiler from Nvidia

https://nvlabs.github.io/cuda-oxide/index.html
1•chenzhekl•38m ago•0 comments

La Suite Docs v5.0.0 released

https://github.com/suitenumerique/docs/releases/v5.0.0
1•PhilippGille•41m ago•0 comments

Dirty Frag: Ongoing Linux Kernel Privilege Escalation Vulnerability Since 2017

https://www.wiz.io/blog/dirty-frag-linux-kernel-local-privilege-escalation-via-esp-and-rxrpc
2•birdculture•42m ago•0 comments

Caligra c100 Developer Terminal – Industrial design of computer hardware

https://www.pentagram.com/work/caligra-c100-developer-terminal
1•kaizenb•45m ago•0 comments

NREL best research cell (photovoltaic) efficiency chart [pdf]

https://nrel.gov/media/docs/libraries/pv/cell-pv-eff.pdf
3•walrus01•48m ago•1 comments

Lunar Impact Flashes NASA Artemis

https://nbsla.ca/lunar-impact-flashes-nasa-artemis/
1•01-_-•49m ago•0 comments

Intel shares soar on Apple chip deal report

https://www.cnbc.com/2026/05/08/intel-stock-apple-chip-deal.html
4•01-_-•50m ago•0 comments

Rakudo – Raku on MoarVM, JVM, and JavaScript

https://github.com/rakudo/rakudo
2•tosh•59m ago•0 comments

All my clients wanted a carousel, now it's an AI chatbot

https://adele.pages.casa/md/blog/all-my-clients-wanted-a-carousel-now-it-s-an-ai-chatbot.md
38•edent•1h ago•6 comments

What Color Is a Tennis Ball?

https://www.theatlantic.com/science/archive/2018/02/what-color-tennis-ball-green-yellow/523521/
2•thunderbong•1h ago•1 comments

Databricks Apps Tutorial: Scalable Streamlit Modular Template for Production

https://medium.com/towards-data-engineering/databricks-apps-tutorial-scalable-streamlit-modular-t...
1•protmaks•1h ago•0 comments

Chaos erupts as cyberattack disrupts learning platform Canvas amid finals

https://arstechnica.com/security/2026/05/chaos-erupts-as-cyberattack-disrupts-learning-platform-c...
3•joozio•1h ago•0 comments

Hobonichi Digital Planner

https://techoapp.1101.com/
1•skogstokig•1h ago•0 comments

Seedream AI image studio for global creators

https://www.doubao.photos
2•yibaoshan•1h ago•0 comments

Claude's signup workflow is terrible

2•b112•1h ago•0 comments

Sociotechnical Architecture Reviews: Understanding Teams, Not Just Artefacts

https://www.youtube.com/watch?v=Nb3xsZVqxpY
1•RebootStr•1h ago•1 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?