frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Amiga and Atari ST: 16-Bits in the Browser

https://retrogamecoders.com/amiga-amos-atarist-stos/
1•ibobev•26s ago•0 comments

Ottasia – Where to watch any movie or show across 33 Asian countries

https://ottasia.com/
1•AnuraagTyagi•2m ago•0 comments

Make Your Coding Agent Opinionated

https://medium.com/@brookejamieson/make-your-coding-agent-opinionated-10ca175801a9
1•brookejamieson•2m ago•0 comments

Gram 2.0.0 Released

https://gram-editor.com/posts/release-2.0-0/
1•birdculture•2m ago•0 comments

Show HN: Telegram/Slack bridge for local Codex agents

https://github.com/kravchik/orc
1•mindwarp•2m ago•0 comments

Costco and Safeway are getting housing built where others fail

https://www.governance.fyi/p/costco-and-safeway-are-getting-housing
1•bigbobbeeper•4m ago•0 comments

Anti-Drone "Cope Cage" Appears on Russian Patrol Boat

https://www.twz.com/sea/anti-drone-cope-cage-appears-on-russian-patrol-boat
1•breve•4m ago•0 comments

Gershon Kingsley – Music to Moog By, full LP (1969) [video]

https://www.youtube.com/watch?v=CWbR4kweaFk
1•opengrass•5m ago•0 comments

AI and Injection Molding

https://www.mickmel.com/ai-and-injection-molding/
1•speckx•6m ago•0 comments

Speculative KV coding: ~4× losslessly compressed KV cache using a small model

https://fergusfinn.com/blog/kv-entropy-coder/
1•somnial•8m ago•0 comments

Unknowable Math Can Help Hide Secrets

https://www.quantamagazine.org/how-unknowable-math-can-help-hide-secrets-20260511/
1•nsoonhui•8m ago•0 comments

Today, 1941 first working programmable and automatic computer demonstrated

https://en.wikipedia.org/wiki/Z3_(computer)
1•m463•8m ago•1 comments

Fedora Hummingbird: Taking the Hummingbird model to the full operating system

https://fedoramagazine.org/fedora-hummingbird-linux-taking-the-hummingbird-model-to-the-full-os/
1•ibotty•9m ago•0 comments

The Apparatus, Not the Artifact

https://skiplabs.io/blog/notes_from_the_comments
1•venturin•10m ago•0 comments

Apple Notes Tips That Will Change How You Work – MeshWorld

https://meshworld.in/blog/hacks/apple-notes/
2•cooldashing24•10m ago•0 comments

Show HN: WikiMixer – Explore random Wikipedia and Wikivoyage in 50 languages

https://wikimixer.com
2•nihilpista•10m ago•0 comments

An Open Letter on Hardware Sovereignty and the Future of Mobile Security

https://pastebin.com/RzRbzhwn
2•Sub-Root•11m ago•0 comments

China knows that governing new tech can be harder than inventing it

https://www.economist.com/china/2026/05/11/china-knows-that-governing-new-tech-can-be-harder-than...
2•andsoitis•11m ago•0 comments

The Internet Is a UGC Reaction Video Now

https://www.joanwestenberg.com/the-entire-internet-is-a-ugc-reaction-video-now/
2•surprisetalk•11m ago•0 comments

China knows that governing new tech can be harder than inventing it

https://economist.com/china/2026/05/11/china-knows-that-governing-new-tech-can-be-harder-than-inv...
1•andsoitis•12m ago•0 comments

Oversight chair seeks info from OpenAI's Altman re potential financial conflicts

https://www.latimes.com/politics/story/2026-05-11/oversight-chair-seeks-information-from-openais-...
1•1vuio0pswjnm7•12m ago•0 comments

Principia Softwarica: Plan 9 Code Explained

https://www.youtube.com/watch?v=blVTDhr4QN8
1•dharmatech•12m ago•0 comments

Designing a Custom Query Language for Non-Technical Analysts

https://nchammas.com/writing/custom-query-language-design
1•nchammas•13m ago•0 comments

CME to Create Futures Market for Computing Power Backing AI

https://www.bloomberg.com/news/articles/2026-05-12/cme-to-create-futures-market-for-computing-pow...
1•mfiguiere•14m ago•0 comments

Evershop: TypeScript E-Commerce Platform

https://github.com/evershopcommerce/evershop
1•nateb2022•14m ago•0 comments

Meta Sued by California County over 'Scam' Advertisements

https://www.bloomberg.com/news/articles/2026-05-11/meta-sued-by-california-county-over-scam-adver...
3•1vuio0pswjnm7•14m ago•0 comments

Red Hat blasts RHEL 10.1 into orbit aboard Voyager's micro datacenter

https://www.theregister.com/off-prem/2026/05/12/red-hat-gives-rhel-101-the-boot-into-orbit/5238373
1•Bender•15m ago•0 comments

Milkdown: Plugin driven WYSIWYG Markdown editor framework

https://github.com/Milkdown/milkdown
1•nateb2022•15m ago•0 comments

Gyroflow: Video stabilization using gyroscope data

https://github.com/gyroflow/gyroflow
1•nateb2022•15m ago•0 comments

Fedora Hummingbird Introduces a Container-Native Rolling Linux Variant

https://linuxiac.com/fedora-hummingbird-introduces-a-container-native-rolling-linux-variant/
1•losgehts•15m 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?