frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Chips Act 2.0 and beyond: Indispensability, not self-sufficiency

https://www.bruegel.org/opinion-piece/chips-act-20-and-beyond-indispensability-not-self-sufficiency
1•jruohonen•33s ago•0 comments

The tension between local and cloud agents

https://vivekhaldar.com/articles/local-vs-cloud-agents/
1•gandalfgeek•1m ago•0 comments

My thoughts on the future of Go in the AI era

https://www.youtube.com/watch?v=TjlRD_VE12Y
1•der_gopher•2m ago•0 comments

Edgar Morin

https://en.wikipedia.org/wiki/Edgar_Morin
1•simonebrunozzi•4m ago•0 comments

Fluid Simulation for Dummies

https://www.mikeash.com/pyblog/fluid-simulation-for-dummies.html
2•sebg•5m ago•0 comments

Nightmarish Heron-Like Dinosaur Unearthed in Patagonia

https://nautil.us/nightmarish-heron-like-dinosaur-unearthed-in-patagonia-1281530
1•Brajeshwar•7m ago•0 comments

Abcdfhijkmnpqrstuvwxyz.com – can you spot what's missing and why it matters?

https://medium.com/@gui__/abcdfhijkmnpqrstuvwxyz-com-lipogram-or-signature-648bbcc7bd04
1•gillesr•9m ago•1 comments

I missed Network integrated tools on Windows so I built a Linux equivalent

https://github.com/thongor77/nmlinux
1•magetriste•11m ago•1 comments

Toranj: Our Adventure Left Mid-Way inside a loud and grieving Iran

https://medium.com/@alirezamd/toranj-an-adventure-left-mid-way-2da199493720
2•alir8zana•13m ago•0 comments

Beginner's Guide to Python

https://wiki.python.org/moin/BeginnersGuide
1•ankitg12•13m ago•0 comments

Show HN: Ping Pals – Simple social tracker iOS app without coding

https://apps.apple.com/tr/app/ping-pals/id6770330997
1•seugur•13m ago•0 comments

A Trademark Dispute over MeshCore

https://lwn.net/SubscriberLink/1070218/e95f4f2e2c9fe208/
2•6581•14m ago•0 comments

Leaked Files from Putin's Troll Factory: How Russia Manipulated EU Elections

https://vsquare.org/leaked-files-putin-troll-factory-russia-european-elections-factory-of-fakes/
2•alephnerd•16m ago•0 comments

Teardown of Jio Set Top Box Remote

https://pallavaggarwal.in/2026/02/07/teardown-jio-set-top-box-remote-india/
2•ankitg12•16m ago•0 comments

Show HN: MigraDiff v1.3.0 – PostgreSQL schema diff with AI migration explanation

https://github.com/migradiff/migra/releases/tag/v1.3.0
1•lateos-ai•17m ago•0 comments

Show HN: HumanForScale – See how big things are

https://www.humanforscale.app/
1•anandbaburajan•20m ago•0 comments

Losing My Religion [Libertarianism]

https://worksinprogress.co/issue/losing-my-religion/
1•maxall4•20m ago•0 comments

Hacking my way around a fake STM32

https://hrideshmg.com/p/stm32-hack/
1•hrideshmg•20m ago•1 comments

Downdetector and Speedtest sold to Accenture for $1.2B

https://www.theverge.com/tech/889234/downdetector-ookla-speedtest-sold-accenture
3•Garbage•23m ago•0 comments

I Want to Use AI

https://blog.senko.net/how-i-want-to-use-ai
2•taubek•25m ago•0 comments

Terminal Features: How Escape Sequences Work

https://terminfo.dev/features
2•ankitg12•30m ago•1 comments

SIMDe

https://github.com/simd-everywhere/simde
1•tosh•30m ago•0 comments

Linux/Mac68k

http://www.mac.linux-m68k.org/
2•doener•32m ago•0 comments

Show HN: DropLock – E2EE secret sharing web app with no backend

https://droplock.apitman.com/
2•apitman•33m ago•0 comments

Lazydiff – Language aware Semantic PR review TUI, way faster than lsp indexing

https://github.com/Ataraxy-Labs/lazydiff
2•rohanucla•34m ago•0 comments

Company Blew $500M on Claude AI in One Month

https://www.gadgetreview.com/company-blew-500m-on-claude-ai-in-one-month
6•jonathanlydall•34m ago•3 comments

David Suzuki Calls Artimis II a Stunt for SpaceX IPO [video]

https://www.cbc.ca/player/play/video/9.7210795
1•laurex•35m ago•0 comments

I got arrested because of legos [video]

https://www.youtube.com/watch?v=cxZPfj8AlmY
4•Jn2G3Np8•37m ago•0 comments

NBER: Data Centers and Local Economies in the Age of AI

https://www.nber.org/papers/w35194
1•m-hodges•38m ago•0 comments

Werner Herzog in conversation with Paul Cronin (2014)

https://fsgworkinprogress.com/2014/09/26/insignificant-bullets-evil-poachers-and-l-a-culture/
2•Michelangelo11•38m 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?