frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Freedom Studio – local AI runner with Tor, E2E encryption, and zero telemetry

https://github.com/albertotijunelis/freedom-studio
1•Tijunelis•32s ago•0 comments

Exo: Claude Code for your Inbox

https://github.com/ankitvgupta/mail-app
1•jshchnz•2m ago•0 comments

d-HNSW: A High-Performance Vector Search Engine on Disaggregated Memory

https://arxiv.org/abs/2603.13591
1•tanelpoder•3m ago•0 comments

What's New in Flutter 3.41

https://blog.flutter.dev/whats-new-in-flutter-3-41-302ec140e632
1•doctaj•3m ago•0 comments

Add Spaces to the Dock on macOS

https://practicalbetterments.com/add-spaces-to-the-dock-on-mac-os/
1•DitheringIdiot•6m ago•1 comments

Show HN: An Interactive Text to SQL Agent Benchmark

https://sql-benchmark.nicklothian.com/
1•nl•8m ago•0 comments

A Nursing Home Owner Got a Pardon. The Families of His Patients Got Nothing

https://www.propublica.org/article/joseph-schwartz-trump-pardon-skyline-nursing-home-patients
1•Jimmc414•10m ago•0 comments

Ubuntu 26.04 Showing Nice Gains over Ubuntu 25.10 on AMD Ryzen 9000 Series

https://www.phoronix.com/review/ubuntu-2510-2604-zen5
1•teleforce•10m ago•0 comments

Pi: Another AI agent toolkit, but this one is interesting

https://github.com/badlogic/pi-mono
1•modinfo•10m ago•0 comments

There may be 10 times as many citizen scientists in Australia as we thought

https://theconversation.com/there-may-be-10-times-as-many-citizen-scientists-in-australia-as-we-t...
2•defrost•12m ago•0 comments

Polymarket

https://en.wikipedia.org/wiki/Polymarket
1•DyslexicAtheist•16m ago•0 comments

Ask HN: Does anyone else notice that gas runs out faster than usual

1•cat-turner•16m ago•0 comments

The Texas Lawyer and Part-Time Pastor Who Beat Meta and Google

https://www.wsj.com/us-news/law/the-texas-lawyer-and-part-time-pastor-who-beat-meta-and-google-82...
1•tolerance•22m ago•0 comments

ASML plans 1,700 job cuts as it restructures teams

https://www.techinasia.com/news/asml-plans-1700-job-cuts-as-it-restructures-teams
1•markus_zhang•23m ago•0 comments

The Blackwall Between Your AI Agent and Your Filesystem

https://www.wshoffner.dev/blog/greywall
2•ticktockbent•24m ago•0 comments

Boltcli – Bolt Food orders from the terminal (reverse-engineered API)

https://github.com/Lukynnnn/boltcli
1•Lukynnnn•27m ago•0 comments

PostMac – AI-native development, trunk-based Git, 12-factor philosophy

https://github.com/tdsanchez/PostMac
1•tdsanchez•28m ago•1 comments

Bob Dylan's AI "Lectures from the Grave" Review: An Accidental Warning

https://consequence.net/2026/03/bob-dylan-ai-lectures-from-the-grave-review/
1•coloneltcb•34m ago•0 comments

Error messages are an underrated part of agent experience

https://www.knut.fyi/blog/2026-03-30/agentic-developer-experience-starts-with-your-system
2•jeffinpdx•34m ago•1 comments

Ask HN: Anyone getting random quotes from U-Haul while their website is down?

1•phyzix5761•35m ago•0 comments

iOS 26.4 Autocorrect Updates

https://www.wsj.com/tech/apple-iphone-autocorrect-update-7659d618
2•daviesgeek•37m ago•0 comments

Show HN: HackerOne Silent-Patched My Critical BOLA and Banned Me

https://github.com/guardiankali/HackerOne-Silent-Patch-Exposed/blob/main/Critical.README.md
2•Salamalto•38m ago•0 comments

The Nginx default page hides 5 clues that lead to same 24-word BIP39 mnemonic

https://bip39-recast.pages.dev/wwwroot/
2•imcotton•40m ago•0 comments

Anarchist Calisthenics

https://harpers.org/archive/2012/12/anarchist-calisthenics/
2•theopsimist•41m ago•0 comments

They Believed They Found $500M in Civil War Gold. Then the FBI Swooped In(2025)

https://www.popularmechanics.com/adventure/a69762000/treasure-hunters-find-gold-fbi/
2•Jimmc414•43m ago•0 comments

Sedan (Nuclear Test)

https://en.wikipedia.org/wiki/Sedan_(nuclear_test)
2•JumpCrisscross•43m ago•0 comments

California Counties and Cities Comparison

https://trekhleb.dev/cali-vibe/
2•okso_app•45m ago•0 comments

Books and Screens

https://aeon.co/essays/what-we-think-is-a-decline-in-literacy-is-a-design-problem
3•bookofjoe•46m ago•0 comments

PocketMage PDA CrowdSupply

https://www.crowdsupply.com/talisman-design/pocketmage
2•caminanteblanco•46m ago•0 comments

StarRocks Is Not Enterprise Ready

https://dataengineeringguide.substack.com/p/starrocks-celerdata-not-enterprise-ready-2026
3•amandagerdes•48m ago•0 comments
Open in hackernews

Show HN: BugStalker - a modern Rust debugger

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

Comments

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