frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Magnets Are Bad for Hardware Again

https://hackaday.com/2026/05/21/magnets-are-bad-for-hardware-again/
1•speckx•35s ago•0 comments

Notes from the Mistral AI Now Summit in Paris

https://koenvangilst.nl/lab/mistral-ai-now-summit
1•vnglst•40s ago•0 comments

Liquid AI reveals 8B-A1B MoE trained on 38T

https://www.liquid.ai/blog/lfm2-5-8b-a1b
1•simjnd•2m ago•0 comments

Strace-UI, Bonsai_term, and the TUI Renaissance

https://blog.janestreet.com/strace-ui-bonsai-term-and-the-tui-renaissance/
1•hardwaregeek•2m ago•0 comments

Same Driver, new vehicle: Welcoming our first riders trips in the Ojai

https://waymo.com/blog/2026/05/welcoming-riders-in-the-ojai/
1•xnx•3m ago•0 comments

Which LLM is the best at finding real vulnerabilities?

https://medium.com/@lp1/which-llm-is-the-best-at-finding-real-vulnerabilities-part-1-2c51802cd55b
1•leakr•3m ago•0 comments

Lipstick on a Pig

https://blog.fredrb.com/2026/05/29/lipstick-on-a-pig/
1•fredrb•4m ago•0 comments

95% of Canceled Annual App Subscribers Never Come Back

https://9to5mac.com/2026/05/27/new-report-shows-annual-app-subscribers-rarely-return-after-they-c...
1•karakoram•5m ago•0 comments

Ask HN: Is anybody providing deterministic LLMs?

1•julienreszka•5m ago•1 comments

The Unsustainable AI Subsidy

https://tomtunguz.com/ai-model-inflation/
1•djha-skin•5m ago•0 comments

Slang.net added a new AI word: Braging

https://slang.net/meaning/braging
2•jamestarr474•6m ago•1 comments

Online (One-Pass) Algorithms

https://www.johndcook.com/blog/2026/05/29/online-one-pass-algorithms/
1•ibobev•7m ago•0 comments

Embodied Cognition and Agentic AI

https://lemire.me/blog/2026/05/28/embodied-cognition-and-agentic-ai/
1•ibobev•7m ago•0 comments

Ask HN: Any advice on how to learn good software architecture practices?

3•jimsojim•8m ago•0 comments

Pill That Regrows And Repairs Teeth

https://www.futura-sciences.com/en/say-goodbye-to-dental-implants-the-pill-that-regrows-and-repai...
1•karakoram•9m ago•0 comments

Changing a Title Can Make an Epoch-Making Article Invisible

1•kokhanserhii•10m ago•0 comments

Satradar – Track 10k+ Satellites up to 120 FPS

https://satradar.com/
2•davidwhodge•10m ago•0 comments

An attempt to calculate how far behind each AI lab is from the frontier

https://labgaps.com
1•cusos•11m ago•0 comments

Gen Z Men Want Babies. Gen Z Women Don't

https://www.vox.com/podcasts/480877/gen-z-men-wanna-be-dads
3•karakoram•11m ago•1 comments

Ask HN: How would you benchmark your engineering team's AI adoption?

1•cby•11m ago•1 comments

Predicting AI Job Exposure

https://www.ben-evans.com/benedictevans/2026/5/24/ai-job-exposure
1•iamskeole•11m ago•0 comments

Flathub disallows AI-assisted code and documentation

https://social.treehouse.systems/@barthalion/116657011366876079
2•jarek-foksa•12m ago•0 comments

Study finds AI chose nuclear signalling in 95% of simulated crises

https://www.kcl.ac.uk/news/artificial-intelligence-under-nuclear-pressure-first-large-scale-kings...
2•pseudolus•14m ago•2 comments

Use all AI futer for free& unlimited. try now

https://sites.google.com/view/rrrpromex/home
1•rrrpro123•15m ago•0 comments

Show HN: Oort – A prompt library where every listing has a shipped project

https://oortstack.com
1•Wesearchpress•15m ago•0 comments

Show HN: Promptloop – create, run, and improve prompt evals from the terminal

https://github.com/Bella3202019/promptloop
1•velapod•15m ago•0 comments

Master Your Online Meetings Workflow with CallBro: The Intro

https://medium.com/@MSalnikov/master-your-workflow-with-callbro-the-intro-ad6d7fae4104
2•zlat1997•16m ago•0 comments

Why the failure of Blue Origin's New Glenn rocket is so catastrophic

https://arstechnica.com/space/2026/05/heres-why-the-failure-of-blue-origins-new-glenn-rocket-is-s...
2•Brajeshwar•16m ago•0 comments

AI can chart a course to disaster faster than humans can notice

https://thebulletin.org/2026/05/ai-can-chart-a-course-to-disaster-faster-than-humans-can-notice/
1•pseudolus•16m ago•0 comments

Pioneering the Agentic Shift Within Salesforce Engineering

https://www.salesforce.com/news/stories/how-engineering-became-agentic/?bc=HL
2•shenli3514•17m 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?