frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Chrome: Vertical tabs and immersive reading mode

https://blog.google/products-and-platforms/products/chrome/new-chrome-productivity-features/
1•tosh•1m ago•0 comments

Ask HN: Why people still use GCP and AWS?

1•wasimsk•7m ago•2 comments

Async logging doesn't remove cost – What limits?

https://medium.com/@emishkurov/async-logging-is-not-a-silver-bullet-what-actually-limits-performa...
1•efmsoft•7m ago•1 comments

Over 10B Views What Are 'Fuse Beads'

https://beadpattern.net/what-are-fuse-beads
1•wangneo276•8m ago•0 comments

C++: Freestanding Standard Library

https://www.sandordargo.com/blog/2026/04/08/cpp-freestanding
1•ingve•10m ago•0 comments

Visualizing Graph Structures Using Go and Graphviz

https://dominik.info/blog/visualizing-graphs
1•EspressoGPT•11m ago•0 comments

Mengenlehreuhr

https://en.wikipedia.org/wiki/Mengenlehreuhr
1•mxfh•14m ago•0 comments

Graphics Programming Weekly 435

https://www.jendrikillner.com/post/graphics-programming-weekly-issue-435/
1•mariuz•15m ago•0 comments

EU Migration to and from the UK (Since Brexit)

https://migrationobservatory.ox.ac.uk/resources/briefings/eu-migration-to-and-from-the-uk/
1•senorqa•16m ago•0 comments

Show HN: Sudoku Solver

https://sudokusolverx.com/
1•artiomyak•16m ago•0 comments

Enabling agent-first process redesign

https://www.technologyreview.com/2026/04/07/1134966/enabling-agent-first-process-redesign/
1•joozio•17m ago•0 comments

Nuclear brinkmanship usually works. It's also dangerous

https://www.natesilver.net/p/nuclear-brinkmanship-usually-works
3•rbanffy•18m ago•0 comments

Anthropic Mythos model can find and exploit 0-days

https://www.theregister.com/2026/04/07/anthropic_all_your_zerodays_are_belong_to_us/
1•beardyw•23m ago•0 comments

Mu – A Second Shot at the Same Problem

https://mu.xyz/blog/post?id=1775631008638052804
1•asim•29m ago•0 comments

Show HN: BriskTool 220+ free browser tools where files never leave your device

https://brisktool.com
1•briankaplan•29m ago•0 comments

AirReply

https://airreply.app/
1•jakubino•30m ago•0 comments

Enterprise-Managed Authorization for MCP

https://archestra.ai/blog/enterprise-managed-authorization-mcp
1•motakuk•31m ago•0 comments

Economic Civil War: States Push Laws to Shield Oil Companies from Accountability

https://www.propublica.org/article/climate-change-alec-leonard-leo-lawsuits-fossil-fuel-oil-gas-i...
3•petethomas•34m ago•0 comments

How Scammers Make Fake Calls? (Step-by-Step Explained)

https://www.securitynewspaper.com/2026/04/06/how-scammers-make-fake-calls-step-by-step-explained/
1•jimgill•35m ago•0 comments

Structural and semantic component for improving code reviews with local models

2•rs545837•36m ago•0 comments

Sonnet 4.6 Elevated Rate of Errors

https://status.claude.com/incidents/lhws0phdvzz3
34•kylestanfield•45m ago•19 comments

China's AI Ethics Governance

https://www.luizasnewsletter.com/p/chinas-ai-ethics-governance
1•hunglee2•46m ago•0 comments

Madman Theory

https://en.wikipedia.org/wiki/Madman_theory
2•selljamhere•47m ago•2 comments

He Learned the Gestures

https://sightlessscribbles.com/posts/he-learned-the-gestures/
1•robin_reala•48m ago•0 comments

As We May Think

https://dl.acm.org/doi/epdf/10.1145/227181.227186
1•chha•52m ago•1 comments

Why Multi-Agent Systems Need Memory Engineering

https://www.mongodb.com/company/blog/technical/why-multi-agent-systems-need-memory-engineering
2•eigenBasis•52m ago•0 comments

Google launched an AI dictation app that works offline

https://techcrunch.com/2026/04/07/google-quietly-releases-an-offline-first-ai-dictation-app-on-ios/
2•jnord•56m ago•0 comments

How to Use Python's Heapq for Kth Largest Problems

https://looppass.mindmeld360.com/blog/python-heapq-kth-largest/
1•tomerbd•57m ago•0 comments

Japan relaxes privacy laws to make itself the 'easiest country to develop AI'

https://www.theregister.com/2026/04/08/japan_privacy_law_changes_ai/
7•jeffbobries•57m ago•1 comments

Intel is going all-in on advanced chip packaging

https://www.wired.com/story/why-chip-packaging-could-decide-the-next-phase-of-the-ai-boom/
3•rbanffy•58m 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?