frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

All you need is myformconnect

1•myformconnect•1m ago•0 comments

EU age verification app: "Worry-free package" with security vulnerabilities

https://www.heise.de/en/news/EU-age-verification-app-Worry-free-package-with-security-vulnerabili...
2•_tk_•3m ago•0 comments

Techie buys fake Ledger Nano S+ hardware wallet and almost falls for phishing

https://www.tomshardware.com/tech-industry/cyber-security/techie-buys-fake-ledger-nano-s-hardware...
2•NewCzech•5m ago•0 comments

Show HN: SharpSkill – I simplified the process of ITWs preparation

https://sharpskill.dev/en
1•Enjoyooor•13m ago•0 comments

Marvin Minsky – Steps Toward Artificial Intelligence (1961) [pdf]

https://courses.csail.mit.edu/6.803/pdf/steps.pdf
1•the-mitr•14m ago•0 comments

Show HN: Understand Anything – Graphs that teach > graphs that impress

https://github.com/Lum1104/Understand-Anything
1•lum1104•17m ago•0 comments

Show HN: Browser Sysinfo – See everything a webpage can learn about you

https://sysinfo.theden.sh/
2•theden•17m ago•0 comments

HN: UmaBot – a multi-agent AI assistant

https://github.com/shaktsin/umaBot
1•shaktdev•18m ago•0 comments

Modern Rendering Culling Techniques

https://krupitskas.com/posts/modern_culling_techniques/
3•krupitskas•21m ago•0 comments

How (and why) we rewrote our production C++ front end infrastructure in Rust

https://blog.nearlyfreespeech.net/2026/04/17/how-and-why-we-rewrote-our-production-c-frontend-inf...
3•NewCzech•25m ago•0 comments

The Hilbert-Pólya Operator

https://substack.com/@metamagic/note/c-239237060
1•r0ze-at-hn•25m ago•0 comments

Under the hood of MDN's new front end

https://developer.mozilla.org/en-US/blog/mdn-front-end-deep-dive/
1•kevsim•30m ago•0 comments

Mythos and Cybersecurity

https://www.schneier.com/blog/archives/2026/04/mythos-and-cybersecurity.html
3•omer_k•31m ago•0 comments

Robot sprints to victory in Beijing, beating the half-marathon world record

https://apnews.com/article/humanoid-robots-half-marathon-beijing-302d0c4781bab20100d6a0bb4e77b629
4•tromp•35m ago•0 comments

Did Second-Wave Feminists Really "Forget" Motherhood?

https://fairerdisputations.org/second-wave-motherhood/
3•istist•36m ago•0 comments

The seven programming ur-languages

https://madhadron.com/programming/seven_ur_languages.html
3•helloplanets•37m ago•0 comments

Tell HN: macOS 26.4.1 bricked my MBP

4•nipponese•37m ago•0 comments

Language models transmit behavioural traits through hidden signals in data

https://www.nature.com/articles/s41586-026-10319-8
3•geox•50m ago•0 comments

Night into Day

https://billmckibben.substack.com/p/night-into-day
1•hackandthink•53m ago•0 comments

The RAM shortage could last years

https://www.theverge.com/ai-artificial-intelligence/914672/the-ram-shortage-could-last-years
12•omer_k•56m ago•4 comments

Regolo – European AI Provider

https://regolo.ai/
1•Mossy9•58m ago•1 comments

Android 15's hidden Linux Terminal is a real Debian VM – and it runs Claude Code

https://github.com/JoJa84/Codefone
4•JoJ84•1h ago•2 comments

Bullshit About Bullshit Machines [pdf]

https://aphyr.com/data/posts/411/the-future-of-everything-is-lies.pdf
2•hedayet•1h ago•1 comments

Hyperframes – AI Video Creation for Agents

https://github.com/heygen-com/hyperframes
1•steveharman•1h ago•1 comments

How and Why $150 NJ Transit World Cup Train Tickets Became Reality

https://www.forbes.com/sites/ianquillen/2026/04/18/the-perfect-storm-that-led-to-150-nj-transit-w...
2•RestlessMind•1h ago•0 comments

Keep Pushing: We Get 10 More Days to Reform Section 702

https://www.eff.org/deeplinks/2026/04/keep-pushing-we-get-10-more-days-reform-section-702
24•nobody9999•1h ago•1 comments

Pie Day 2026

https://www.technologyreview.com/2026/04/17/1136121/pie-day-links/
1•joozio•1h ago•0 comments

New Qingzhou Cargo Spacecraft Testing Proceeding Well in Orbit

https://www.china-in-space.com/p/new-qingzhou-cargo-spacecraft-testing
1•JPLeRouzic•1h ago•0 comments

The Truth About AI Disruption

https://thebahnsengroup.com/dividend-cafe/the-truth-about-ai-disruption-april-17-2026/
1•ninjahawk1•1h ago•0 comments

Compound AI: The architecture for safe, scalable autonomy

https://engineering.gm.com/home.detail.html/Pages/news/us/en/engineering/2026/mar/0319-compound-a...
2•plun9•1h 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?