frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Putting a thrift store's inventory online with a $2 microcontroller

https://snapy.pro/blog/putting-a-thrift-stores-inventory-online
1•sej8•1m ago•0 comments

Show HN: Use After Effects with Claude Code, Cursor and Antigravity

https://github.com/Arman-Luthra/aftr
2•armanluthra_•4m ago•1 comments

Tinier – Image compress, convert and AI-upscale, 100% in the browser

https://tinier.app/
1•jonathanst•8m ago•0 comments

Temporarily removing the 5 hour usage limit restriction for all paid Codex plans

https://xcancel.com/thsottiaux/status/2076365965915467978#m
1•chiefstorm•14m ago•0 comments

Ask HN: Add flag for AI-generated articles

2•levkk•16m ago•0 comments

The Philosophical and Technical Legacy of Bernard Stiegler (2021)

https://dl.acm.org/doi/fullHtml/10.1145/3411763.3450385
1•nativeit•17m ago•0 comments

Show HN: Tactile, feel a trackpad tick over everything clickable on macOS

https://github.com/Mason363/Tactile
2•MasonChen•29m ago•1 comments

Hatching in 1PDG (2019)

https://www.patreon.com/watawatabou/posts/hatching-in-1pdg-31716880
1•andsoitis•30m ago•0 comments

Hyperblam – make music using Web Audio API only

https://hyperblam.how/
1•8bitsrule•30m ago•0 comments

Real Hack History Collection

https://archive.org/details/realhackinghistory
1•toomuchtodo•38m ago•1 comments

Want to own a real T. rex?

https://www.npr.org/2026/07/12/nx-s1-5890988/t-rex-gus-dinosaur-auction-sothebys-millions
1•defrost•38m ago•0 comments

Vibecoder Quin69 realizes programming is a real job [video]

https://old.reddit.com/r/LivestreamFail/comments/1uss5x8/vibecoder_quin69_realizes_programming_is...
2•ivewonyoung•40m ago•0 comments

Show HN: A 10-chapter synthesizer course in a single HTML file

https://grahampaasch.itch.io/oscillaedu
2•gpaasch•40m ago•0 comments

Show HN: Clark – AI assistant with own computer

https://www.clarkchat.com/
1•stan_kirdey•47m ago•0 comments

Show HN: Topsoil – a notch dashboard for coding agents, music, and files

https://topsoil-two.vercel.app/
1•davey2wavey•47m ago•0 comments

Found Better Pagerduty Alternative

https://github.com/FluidifyAI/Regen
2•furyman•50m ago•0 comments

I tracked down an animal abuser using OSINT [video]

https://www.youtube.com/watch?v=nzytWZPyuEw
3•Bender•53m ago•0 comments

Major forest fire only 50km from Paris

https://www.reddit.com/r/paris/s/8wXGehfCCY
1•Arodex•53m ago•0 comments

Separating Logic and Language

https://news.mit.edu/2026/separating-logic-and-language-0708
1•alexwwang•56m ago•0 comments

The Work of Helping A.I. Destroy Work

https://www.nytimes.com/2026/07/10/business/ai-white-collar-jobs.html
2•pseudolus•58m ago•1 comments

Closing a three-year-old issue using Rust arenas

https://giacomocavalieri.me/writing/gleam-rust-arenas
1•ryantsuji•1h ago•0 comments

The great (fire)wall: the technical details behind how China's internet works

https://kylejeong.com/blog/great-firewall
2•Kylejeong21•1h ago•0 comments

Embedcache – Cut embedding API costs by caching redundant requests

https://github.com/Ajay6601/embedcache
1•Ajay3043•1h ago•0 comments

Show HN: Whop Downloader – Bulk save videos from Whop in one click

https://chromewebstore.google.com/detail/whop-downloader/lfnmkoipepgcllbonheeogljjgcjhjaa
1•qwikhost•1h ago•0 comments

Llambda.lisp

http://funcall.blogspot.com/2026/07/llambdalisp.html
2•lemonberry•1h ago•0 comments

Gameboy is back ( no signup)

https://gb.omniiii.com/
7•djxjxjcjcjc•1h ago•0 comments

MacKenzie Scott's giving, in quality-adjusted life years

https://maxghenis.com/mackenzie-scott-qaly/
38•383toast•1h ago•11 comments

Performant C/CUDA inference engine for Qwen 3.6 35B on RTX 5090 / Blackwell

https://github.com/ambud/q36
2•ambuds•1h ago•0 comments

Claude Code Usage Global Leaderboard

https://www.claudeusage.com
2•bazarkua•1h ago•0 comments

Apple's "Thermonuclear" Response to OpenAI's Threat

https://www.wsj.com/tech/ai/apples-thermonuclear-response-to-the-openai-threat-8d51c814
6•mful•1h ago•1 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?