frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Neverclick: Desktop application for performing mouse actions with your keyboard

https://github.com/LazoVelko/neverclick
1•thunderbong•3m ago•0 comments

The logic behind Kirkland x Palantir

https://lexifina.com/blog/kirkland-palantir-partnership
1•alansaber•5m ago•0 comments

America Changed Me and Europe Was Wrong [video]

https://www.youtube.com/watch?v=fUd6QHUnLMk
1•keepamovin•6m ago•0 comments

I find AI roleplay therapeutic

https://chatbrat.ai/bratlog/ultimate-ai-roleplay-setup-guide-memory-lorebooks
1•henrypissler•13m ago•0 comments

Show HN: Levee – a self-tuning circuit breaker and concurrency limiter for Go

https://github.com/codemartial/levee
1•code_martial•14m ago•0 comments

RTX 5070 Ti throttles at 107C; Blackwell hotspot sensor readable via MODS tool

https://www.tomshardware.com/pc-components/gpus/hotspot-temperature-sensor-on-nvidias-blackwell-g...
2•sbulaev•14m ago•0 comments

Rep. Ro Khanna was detained by Israeli settlers in occupied West Bank

https://www.theguardian.com/world/2026/jul/11/ro-khanna-congressman-detained-israel-settlers-west...
4•0x54MUR41•16m ago•2 comments

Flock Camera Conspiracy, Prepare for Whats Coming [video]

https://www.youtube.com/watch?v=ZFim3j9s6ic
1•Bender•22m ago•0 comments

Frequently Asked Questions on Expertise

https://jtpeterson.substack.com/p/faq-on-expertise
2•jger15•24m ago•0 comments

What xAI's Grok Build CLI Actually Sends to xAI

https://gist.github.com/cereblab/dc9a40bc26120f4540e4e09b75ffb547
1•jhoho•26m ago•0 comments

Like a cheat code for your car: We investigate ECU tuning

https://arstechnica.com/cars/2026/07/like-a-cheat-code-for-your-car-we-investigate-ecu-tuning/
1•martincmartin•30m ago•0 comments

Apple Hide My Email bug, possibly related to disclosure vulnerability

https://lapcatsoftware.com/articles/2026/7/2.html
1•zdw•30m ago•0 comments

Firefox 12.58% for Desktop Browser Market Share in North America June 2026

https://gs.statcounter.com/browser-market-share/desktop/north-america
31•speckx•31m ago•9 comments

A Erlang style pure Scheme Webserver and further

https://igropyr.com
2•guenchi•33m ago•1 comments

Dismissive Dan's Review of the Overplane AI Coding Harness

https://www.overplane.dev/overview/dan/
3•mayank•34m ago•0 comments

Learning-to-Optimize via Deep Unfolded Flows

https://mit-realm.github.io/flowopt/
2•E-Reverance•36m ago•0 comments

Hitting $125k MRR as a solo founder by doubling down on the right segment

https://www.indiehackers.com/post/tech/hitting-125k-mrr-as-a-solo-founder-by-doubling-down-on-the...
1•jason_zig•36m ago•0 comments

A pure scheme web programming tool

https://goeteia.dev
2•guenchi•39m ago•1 comments

A dock that wakes up reliably

https://fabiensanglard.net/tb4/index.html
11•ingve•48m ago•7 comments

WLV-01, a monochrome digital photography camera built from scratch

https://camerahacksbymalcolmjay.com/
1•car•48m ago•0 comments

The biggest steam locomotive is whistle-stopping across the U.S.

https://www.npr.org/2026/07/11/nx-s1-5872656/big-boy-locomotive-steam
5•ghtbircshotbe•56m ago•0 comments

"How 500 HN users crashed my 2GB server in 60 seconds – postmortem

https://dev.to/peakd/i-built-a-community-ranking-platform-alone-tonight-it-nearly-crashed-under-5...
1•GroguMaster•57m ago•0 comments

Autopsy Study Finds Replicating SARS-CoV-2 in the Hearts of Long Covid

https://my.uscap.org/uscap/program/S0tc675/index.cfm?pgid=5167&sid=14770&abid=51228
2•thenerdhead•58m ago•0 comments

I made a horror game that's IMPOSSIBLE to SCREENSHOT [video]

https://www.youtube.com/watch?v=RNhiT-SmR1Q
1•goodmythical•59m ago•2 comments

Social.Wiki is a wiki for editing social web pages

https://social.wiki/
1•raybb•1h ago•0 comments

Long Covid May Physically Damage the Nerves That Control the Stomach

https://www.ijidonline.com/article/S1201-9712(26)00608-9/fulltext
13•thenerdhead•1h ago•0 comments

Search for isRecord on any open source codebase

https://old.reddit.com/r/PrincipalAi/comments/1utzh5w/added_the_ability_to_search_for_isrecord_in...
1•fernando-ram•1h ago•0 comments

Martha Lillard, last US polio patient using iron lung, dies at 78 in Oklahoma

https://abcnews.com/US/wireStory/martha-lillard-us-polio-patient-iron-lung-dies-134668491
6•daniel_iversen•1h ago•0 comments

We built a free CVE and threat-Intel command center – no login, no paywall

https://community.resilientx.com/
1•R3dxpl0it•1h ago•0 comments

What happens between entering the prompt and seeing the first word appear

https://shbhmrzd.github.io/ai/ml-foundations/llm-training/2026/07/11/using-the-trained-model.html
2•shbhmrzd•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?