frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

From GAA to 3D Stacked FET: Expanding the Transistor into the Third Dimension

https://semiconductor.samsung.com/news-events/tech-blog/from-gaa-to-3d-stacked-fet-expanding-the-...
1•hasheddan•5m ago•0 comments

The Reversal Curse: LLMs trained on "A is B" fail to learn "B is A"

https://arxiv.org/abs/2309.12288
1•Anon84•7m ago•0 comments

Company-Wide Agents.md

https://alignbase.ai/
1•abewheeler•7m ago•0 comments

The Coming Loop

https://lucumr.pocoo.org/2026/6/23/the-coming-loop/
1•ingve•7m ago•0 comments

Elephant alert AI warning systems aim to avoid deadly clashes

https://www.technologyreview.com/2026/06/23/1138562/elephant-alert-ai-warning-systems-avoid-deadl...
1•joozio•11m ago•0 comments

Ratchets Run Faster with Resharp

https://danverbraganza.com/writings/ratchets-run-faster-with-resharp
1•nvader•12m ago•0 comments

My decade-old budget Android phone is faster than my 2024 flagship iPhone

https://jstpst.net/f/technology/15047/rant-it-s-crazy-how-much-faster-computers-were-10-years-ago
2•mimasama•12m ago•0 comments

Halvar's Guide to Entrepreneurship

https://thomasdullien.github.io/guides/entrepreneurship/
1•tdullien•13m ago•0 comments

Money Is Middleware

https://pilgrimsage.substack.com/p/the-middleman
1•momentmaker•15m ago•0 comments

Who Owns the Model of You?

https://0set0set.github.io/articles/alma-a-self-model-for-ai-agents/
2•0set0set•17m ago•0 comments

Apple Is Going to Raise Device Prices – But When?

https://daringfireball.net/linked/2026/06/22/apple-device-prices-when
2•tosh•19m ago•0 comments

EV demand powers Europe car market in May, Chinese rivals expand share

https://www.reuters.com/world/china/ev-demand-powers-europe-car-market-may-chinese-rivals-expand-...
1•JumpCrisscross•19m ago•0 comments

Object Oriented Semantic Layer

https://medium.com/@tkfbcny/object-oriented-semantic-layer-5e57ac66af53
1•kassette•19m ago•0 comments

Recommendations for Using LLM-Backed Generative AI in FOSS Contributions

https://sfconservancy.org/llm-gen-ai/llm-backed-generative-ai-recommendations.html
1•pella•20m ago•0 comments

Show HN: Aharness – Enforce coding-agent workflows as state machines on Codex

https://github.com/Alfredvc/aharness
1•alfredvc•21m ago•1 comments

MicroSphere – The indie web on your device

https://micro.mjanssen.nl/microsphere/
1•marc0janssen•21m ago•1 comments

It's Only When You Look Back

https://www.markround.com/blog/2026/06/17/25-its-only-when-you-look-back/
1•mark_round•21m ago•0 comments

Unlimited OCR Works

https://arxiv.org/abs/2606.23050
1•ilreb•22m ago•0 comments

What Are AI Agents? A 2026 Definition, Types, and Why 95% Never Reach Production

https://news.ycombinator.com/submit
1•Deepyanti•24m ago•0 comments

Chatting with an AI Won't Make You a Top Programmer

https://lemire.me/blog/2026/06/21/chatting-with-ai-wont-make-you-a-top-programmer/
2•ibobev•24m ago•0 comments

Ultra-Wide 0.5x Lenses Have Utility Beyond 'Photography'

https://daringfireball.net/linked/2026/06/22/ultra-wide-05x-lenses-have-utility-beyond-photography
1•tosh•24m ago•0 comments

A Python tool to scan browser extension packages for malware

https://github.com/ernos/browser-xpi-malware-scanner
1•pebnop•25m ago•1 comments

Anki – Powerful, Intelligent Flashcards

https://apps.ankiweb.net/
1•StefanBatory•25m ago•0 comments

Ask HN: How are pro-LLM projects doing compared to anti-LLM ones?

1•pullshark91•27m ago•2 comments

A Next.js SaaS Boilerplate - Ship your SaaS faster

https://yousship.com
11•ybenarab•30m ago•0 comments

The Way to Protect Your Digital Privacy

https://hister.org/posts/the-ultimate-way-to-protect-digital-privacy
4•mstef•30m ago•0 comments

p99 0ms* Autocomplete

https://ruurtjan.com/articles/p99-0ms-autocomplete-for-240-million-domain-names
1•pul•35m ago•0 comments

Meta to invest $900M in India's CRED, taps founder to lead WhatsApp

https://www.reuters.com/world/india/indian-fintech-firm-cred-raise-900-million-meta-45-billion-va...
1•rakkhi•35m ago•0 comments

Car Hacking with Claude Code

https://www.csselectronics.com/pages/can-bus-reverse-engineering-ai-llm-claude
1•martinfalch•36m ago•0 comments

Europol is going rogue – so Brussels is doubling its budget?

https://euobserver.com/222391/europol-is-going-rogue-so-brussels-is-doubling-its-budget/??
2•austinallegro•40m 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?