frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Fitting a Query Engine in Three Cache Lines

https://vertexclique.com/blog/fitting-a-query-engine-in-three-cache-lines/
1•brkydnc•11s ago•0 comments

Free, private social media with Obsidian and Dropbox

https://clairefro.dev/blog/p/free-private-social-media-with-obsidian-and-dropbox
1•marjipan200•24s ago•0 comments

An interactive presentation about the Grammar of Graphic

https://timeplus-io.github.io/gg-vistral-introduction/
1•gangtao•41s ago•0 comments

MkLinux

https://en.wikipedia.org/wiki/MkLinux
1•tosh•1m ago•0 comments

Counting tokens to measure AI ROI is like judging a salesperson by emails sent

https://www.revenium.ai/post/stop-measuring-ai-in-tokens
1•nathanowahl•3m ago•0 comments

Given AI, should I still consider becoming a computer programmer? – Yes, and

https://htmx.org/essays/yes-and/
1•spiffyk•5m ago•0 comments

Hacker broke into FBI and compromised Epstein files

https://techcrunch.com/2026/03/11/hacker-broke-into-fbi-and-compromised-epstein-files-report-says/
6•SilverElfin•5m ago•0 comments

Processed 4M threads, got 200k user pain, comment ur idea, I will validate free

1•losalah•6m ago•0 comments

Crash Course in Deep Learning (For Computer Graphics)

https://gpuopen.com/learn/deep_learning_crash_course/
1•ppew•7m ago•0 comments

Help Vampires: A Spotter's Guide

https://slash7.com/2006/12/22/vampires/
2•Cider9986•9m ago•0 comments

Sidekiq in the Terminal

https://www.mikeperham.com/2026/03/10/sidekiq-in-the-terminal/
1•thunderbong•9m ago•0 comments

The Wiki

http://zqktlwiuavvvqqt4ybvgvi7tyo4hjl5xgfuvpdf6otjiycgwqbym2qad.onion/
2•davidian112•10m ago•2 comments

NASA's Dart Mission Changed Orbit of Asteroid Didymos Around Sun

https://www.nasa.gov/missions/dart/nasas-dart-mission-changed-orbit-of-asteroid-didymos-around-sun/
2•mpweiher•10m ago•0 comments

Everything Was Rational and Nothing Vibed

https://kevinmunger.substack.com/p/everything-was-rational-and-nothing-67d
1•jllyhill•10m ago•0 comments

XR Fragments

https://xrfragment.org/doc/RFC_XR_Fragments.html
1•andybak•10m ago•0 comments

Uggly Belgian Houses

https://www.tumblr.com/uglybelgianhouses/48112450208/dude-your-house-is-melting
1•tcumulus•13m ago•1 comments

Show HN: Making Debates Great Again

https://www.superdebate.org/
1•TheAntiEgo•16m ago•0 comments

TweetyBERT parses canary songs to better understand how brains learn language

https://techxplore.com/news/2026-03-tweetybert-parses-canary-songs-brains.html
1•PaulHoule•17m ago•0 comments

Antidote

https://newsletter.vickiboykis.com/archive/antidote/
1•exolymph•17m ago•0 comments

FBI warns Iran aspired to attack California with drones in retaliation for war

https://abcnews.com/US/fbi-warns-iran-aspired-attack-california-drones-retaliation/story?id=13097...
1•jaredwiener•18m ago•0 comments

IEA to carry out largest ever oil stock release amid market disruptions

https://www.iea.org/news/iea-member-countries-to-carry-out-largest-ever-oil-stock-release-amid-ma...
1•geox•19m ago•0 comments

Marine Hose Cartel (2014)

https://en.wikipedia.org/wiki/Parker_ITR_Srl_v_Commission
1•rglover•20m ago•0 comments

Repotype – Linting for your repository and to clean your Agent's rooms'

https://supernalintelligence.github.io/repotype/
1•supernalai•20m ago•1 comments

LaneConductor – Gemini conductor and Claude Code superpowers meets on Kanban

https://github.com/meller/laneconductor
1•meller_a•20m ago•1 comments

Re: Is Lutris Slop Now

https://github.com/lutris/lutris/issues/6529
2•yamabiko•21m ago•1 comments

Output-Maximizing Long-Context Programming: 14k lines of code for $0.58

https://zenodo.org/records/18963411
1•JasonViviers•22m ago•1 comments

Douglas Adams would love NIS2

https://www.heise.de/en/news/Douglas-Adams-would-love-NIS2-11204397.html
1•doener•23m ago•0 comments

The Evolution of Access: Smarter Profiles, Stronger Security

https://www.cyberark.com/resources/blog/identity-governance-gaps-how-ai-profiles-move-security-be...
2•alokDT•23m ago•1 comments

Nvidia is reportedly planning its own open source OpenClaw competitor

https://arstechnica.com/ai/2026/03/nvidia-is-reportedly-planning-its-own-open-source-openclaw-com...
3•mikece•24m ago•0 comments

AI Caller Exposed When Asked for Cupcake Recipe

https://twitter.com/MyLordBebo/status/2031721081657037290
2•hackerbeat•27m 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?