frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Slate Auto switches CEOs ahead of launch later this year

https://sherwood.news/tech/tesla-killer-slate-auto-switches-ceos-ahead-of-launch-later-this-year/
1•avonmach•54s ago•0 comments

New ways to learn math and science in ChatGPT

https://openai.com/index/new-ways-to-learn-math-and-science-in-chatgpt
1•meetpateltech•2m ago•0 comments

Show HN: Emotive Engine – I wrote 8 elemental shaders to prove one pattern works

https://github.com/joshtol/emotive-engine
1•emotiveengine•2m ago•0 comments

Turbopuffer: Object Storage-native Database for Search [video]

https://www.youtube.com/watch?v=pqoRNwNaxfs
1•gmcabrita•5m ago•0 comments

Who's a Better Writer: A.I. Or Humans? Take Our Quiz

https://www.nytimes.com/interactive/2026/03/09/business/ai-writing-quiz.html
2•tiahura•5m ago•0 comments

Tommy DeCarlo, Boston Fan Who Became Their Lead Singer, Dead at 60

https://www.rollingstone.com/music/music-news/tommy-decarlo-boston-singer-dead-obituary-1235527355/
1•bookofjoe•6m ago•1 comments

The Bay Area Considers the Unthinkable: Life Without BART

https://www.nytimes.com/2026/03/10/us/bart-bay-area-san-francisco-transit.html
2•mitchbob•7m ago•0 comments

A Methodological Critique of "First Proof" (Abouzaid et al., 2026)

1•Beo_VN•7m ago•0 comments

Umbra Open Data Tracker

https://github.com/bellingcat/umbra-open-data-tracker
1•marklit•8m ago•0 comments

Show HN: A tool for arranging photos for home-printing without wasting paper

https://dj-louw.github.io/photo-collage-printer/
1•beAbU•8m ago•0 comments

I've never parented a 6-year-old child. But I've dealt with macOS system updates

https://ihnatko.com/ive-never-had-the-experience-of-parenting-a-6-year-old-child-but-ive-dealt-wi...
2•brie22•9m ago•0 comments

Rising Air-Conditioning Use Intensifies Global Warming

https://www.nature.com/articles/s41467-026-69393-1
2•PaulHoule•10m ago•0 comments

Exigy Shareware Construction Kit

https://exigy.org/about
1•rainingmonkey•10m ago•0 comments

Every paper published in the Bridges Conference on art and mathematics

https://archive.bridgesmathart.org/#gsc.tab=0
1•futurecat•10m ago•0 comments

I built a RabbtiMQ UI alternative because its not 2005 anymore

https://github.com/AgdirAS/rask.agdir.farm
1•xnf•10m ago•1 comments

How God Got So Great

https://www.newyorker.com/magazine/2026/03/09/how-god-got-so-great
3•bookofjoe•12m ago•1 comments

Texas women used crow drones to fly drugs into Louisiana prison

https://www.fox4news.com/news/texas-women-use-crow-drones-fly-drugs-louisiana-prison-authorities-say
1•randycupertino•13m ago•0 comments

Local-First CI/CD with Makefiles

https://shipyard.build/blog/local-first-cicd-with-makefiles/
1•alwillis•13m ago•0 comments

I'm 21 and My Startup Scalify.ai Is Going Viral

https://www.scalify.ai
2•josh-ternyak•13m ago•0 comments

Show HN: RunAnwhere – Faster AI Inference on Apple Silicon

https://github.com/RunanywhereAI/rcli
9•sanchitmonga22•14m ago•0 comments

"This guy's arrogance takes your breath away" (2016)

https://medium.com/@acidflask/this-guys-arrogance-takes-your-breath-away-5b903624ca5f
1•tosh•15m ago•0 comments

The evolution of Mac app window corners

https://lapcatsoftware.com/articles/2026/3/4.html
2•zdw•16m ago•0 comments

Gateproof: Build Software in Reverse

https://gateproof.dev/
1•handfuloflight•17m ago•0 comments

Philippines shifts to four-day work week as Iran war pushes oil prices up

https://www.channelnewsasia.com/asia/philippines-four-day-work-week-iran-us-war-oil-fuel-prices-f...
4•vishalontheline•17m ago•2 comments

Kung Fu: The Way of Violence Has No Mind [video]

https://www.youtube.com/watch?v=D6nvqmsz9do
2•jamesgill•18m 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/
2•gmays•19m ago•0 comments

Isotopic Evidence for a Cold and Distant Origin of Interstellar Object 3I/Atlas

https://arxiv.org/abs/2603.06911
5•bikenaga•20m ago•0 comments

Defeat as Method

https://www.cabinetmagazine.org/issues/71/khosravi.php
3•akbarnama•21m ago•0 comments

Ad-tech is fascist tech

https://pluralistic.net/2026/03/10/ice-tech/
8•whyleyc•21m ago•2 comments

Berth – One-command deploys for AI-generated code (no Docker, no YAML)

https://getberth.dev
2•carlosinfantes•23m ago•1 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?