frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Firmbyte Gap: Why the Most Valuable Connections Never Happen

https://bjro.dev/posts/the-firmbyte-gap/
1•rapnie•2m ago•0 comments

Why you're probably going to lose money on Polymarket

https://www.msn.com/en-us/money/investment/why-you-re-probably-going-to-lose-money-on-polymarket/...
1•Gaishan•5m ago•0 comments

Voting Before the Secret Ballot

https://www.historytoday.com/archive/feature/voting-secret-ballot
1•Petiver•7m ago•0 comments

Basic linear algebra algorithms (since C++26)

https://en.cppreference.com/cpp/numeric/linalg
1•tosh•8m ago•0 comments

ShinyHunters claims – 9k schools affected by Instructure Canvas data breach

https://edscoop.com/shinyhunters-claims-nearly-9000-schools-affected-by-canvas-data-breach/
1•Gaishan•8m ago•0 comments

Everyone gets faster writes: We turned off FPW's in Neon

https://neon.com/blog/turning-off-fpw-for-faster-writes
1•tosh•11m ago•0 comments

What Makes Axavive Different from Other Supplements?

1•DeclanGrimley•14m ago•0 comments

Does structured prompting change how LLMs reason, or just what they say?

https://doi.org/10.5281/zenodo.20116625
1•h_hasegawa•15m ago•0 comments

Democratizing AI Psychosis: Why Smart People Are Captured by AI Hype

https://perilous.tech/democratizing-ai-psychosis-why-smart-people-are-captured-by-ai-hype/
1•thoughtpeddler•18m ago•1 comments

Do you take after your dad's RNA?

https://knowablemagazine.org/content/article/living-world/2026/epigenetic-effects-of-sperm-on-off...
1•asplake•21m ago•0 comments

Typing Is Being Replaced by Whispering–and It's Way More Annoying

https://www.wsj.com/tech/typing-is-being-replaced-by-whisperingand-its-way-more-annoying-a804fee7
1•petethomas•23m ago•1 comments

Microsoft's African Data Center Falters on Payment Demands

https://www.bloomberg.com/news/articles/2026-05-10/microsoft-s-african-data-center-falters-on-pay...
1•1vuio0pswjnm7•23m ago•0 comments

Show HN: ChatbotX, an open-source alternative to ManyChat

https://github.com/ChatbotXIO/ChatbotX
1•hunterist•24m ago•0 comments

Study Finds iOS Users Have Shorter Relationships as Compared to Android Users

https://finance.yahoo.com/sectors/technology/articles/hanker-dating-study-finds-ios-185300885.html
3•iamkrazy•25m ago•1 comments

Chris Hohn's hedge fund slashes $8B Microsoft stake in warning over AI

https://www.ft.com/content/ac5d90a9-b010-4529-9616-706420920681
1•1vuio0pswjnm7•25m ago•0 comments

Clone Yourself into Agents

https://lorentz.app/blog-item.html?id=soulify-the-llm
1•baalimago•26m ago•0 comments

Miii – Claude Code-level terminal workflows offline, no API keys

https://www.npmjs.com/package/miii-cli
2•maruakshay•32m ago•0 comments

Social Cognition and Interpersonal Violence

https://www.pnas.org/doi/abs/10.1073/pnas.2519361123
1•neehao•34m ago•0 comments

Pi Slate – A Raspberry Pi5 handheld Linux cyberdeck with 5" 1920×720 touchscreen

https://www.cnx-software.com/2026/05/11/pi-slate-a-raspberry-pi-5-handheld-linux-cyberdeck-with-a...
1•anonymousiam•35m ago•1 comments

Microsoft's African data center falters on payment demands, Bloomberg reports

https://www.reuters.com/world/africa/microsofts-african-data-center-falters-payment-demands-bloom...
1•1vuio0pswjnm7•36m ago•0 comments

Why You Actually Want Machines Writing the Code for Your Next Flight

https://decodingvibes.com/blog/why-you-actually-want-machines-writing-the-code-for-your-next-flight/
1•altmanaltman•40m ago•0 comments

South Korea Exploring Using Hyundai Robots as Army Numbers Fall

https://www.bloomberg.com/news/articles/2026-05-11/south-korea-exploring-using-hyundai-robots-as-...
1•petethomas•44m ago•0 comments

Growling in a corner: Samuel Johnson's lost years

https://www.commonreader.co.uk/p/growling-in-a-corner-samuel-johnsons
1•pepys•46m ago•0 comments

Europe Is Losing Its Best Engineers – Not to Emigration, but to Management

https://andrulis.de/blog/20260429_management.html
1•taubek•48m ago•0 comments

Iran mulls taking control of all 7 cables passing through Strait of Hormuz

https://www.wionews.com/world/iran-to-take-full-control-of-all-7-undersea-internet-cables-passing...
5•jonah•51m ago•0 comments

The Trouble with Narrative History

https://thereader.mitpress.mit.edu/the-trouble-with-narrative-history/
2•Hooke•52m ago•0 comments

Geography Is Four-Dimensional

https://sive.rs/4d
1•Curiositry•52m ago•0 comments

Visual Generation Unlocks Human-Like Reasoning Through Multimodal World Models

https://arxiv.org/abs/2601.19834
2•felineflock•54m ago•0 comments

Blink – AI Assistant

https://blink-oi.vercel.app
1•Pascal1997•55m ago•0 comments

Neural Machine Perception

https://openstrate.com/
1•realitymatrixyz•56m 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?