frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Claude Code session URL is leaking into your Git history as of v2.1.179

https://twitter.com/samelldev/status/2070213157357072794
1•orangeisthe•1m ago•0 comments

Show HN: Vanta – Markdown notes for iPhone with on-device AI

https://vanta.shanev.ai
1•shanev•4m ago•0 comments

Show HN: Agent Sandbox Options

https://github.com/fishman/awesome-agent-sandbox
1•rjzzleep•4m ago•0 comments

What Makes a Vulnerability Report Excellent

https://blog.disclose.io/what-makes-a-vulnerability-report-excellent/
1•tsujamin•5m ago•0 comments

Do Excellent Vulnerability Reports

https://daniel.haxx.se/blog/2026/06/29/do-excellent-vulnerability-reports/
1•tsujamin•5m ago•0 comments

Meta's non-invasive BCI still isn't great

https://www.theregister.com/offbeat/2026/06/30/metas-non-surgical-mind-reading-machine-improves-o...
1•simojo•6m ago•0 comments

Can a $60 Plastic Cube Solve Our Screen-Time Crisis?

https://www.wsj.com/tech/personal-tech/brick-smartphone-screen-time-6dd4fe69
1•fortran77•6m ago•2 comments

LLMs as 5x Faster Sandboxes

https://github.com/experientiallabs/world-model-harness
1•SilenN•6m ago•1 comments

Show HN: Paneflow – cross-platform GPUI app for parallel coding agents

https://github.com/ArthurDEV44/paneflow
1•arthurjean•6m ago•0 comments

How Credit Cards Make Money

https://www.bitsaboutmoney.com/archive/how-credit-cards-make-money/
1•jimsojim•7m ago•0 comments

Anthropic has embedded hidden spyware-like code in Claude Code

https://twitter.com/IntCyberDigest/status/2071971609183678544
1•kyokoL•7m ago•1 comments

Reducing Feedback Latency with Local CI for Developers and AI Agents

https://www.moderntreasury.com/journal/reducing-feedback-latency-with-local-ci-for-developers-and...
3•mattmarcus•7m ago•0 comments

Tenor GIF API shuts down today

https://support.google.com/tenor/answer/10455265?hl=en
2•ChrisArchitect•7m ago•1 comments

Show HN: A statically typed, cross-platform, easily bootstrappable build system

https://github.com/rochus-keller/BUSY/
1•Rochus•7m ago•0 comments

Scientists estimate there could be 20M species, triple what was thought

https://english.elpais.com/science-tech/2026-06-30/earths-hidden-insects-scientists-estimate-ther...
1•geox•9m ago•0 comments

UC Berkeley quantum processor to be buried for US 250th

https://news.berkeley.edu/2026/06/30/uc-berkeley-quantum-computing-chip-to-be-buried-in-national-...
1•simojo•9m ago•0 comments

Group Note Draft: W3C Standards Vulnerability Disclosure and Handling Proces

https://www.w3.org/news/2026/group-note-draft-w3c-standards-vulnerability-disclosure-handling-pro...
1•jruohonen•9m ago•0 comments

Building a PS1 style retro 3D renderer (2021)

https://www.david-colson.com/2021/11/30/ps1-style-renderer.html
1•Tomte•10m ago•0 comments

OpenAI launched strongest new models

https://www.superhuman.ai/p/openai-launched-strongest-new-models
2•Cyrus2050•13m ago•0 comments

SpaceX may donate stock to Trump's savings accounts for kids

https://arstechnica.com/tech-policy/2026/06/spacex-may-donate-stock-to-trumps-savings-accounts-fo...
1•andsoitis•13m ago•1 comments

The AI boom is colliding with a new threat: weather

https://www.cnbc.com/2026/06/29/ai-data-centers-heatwave-climate-risk-weather.html
1•1vuio0pswjnm7•14m ago•0 comments

Agriculture is ready for AI, but its data isn't

https://www.technologyreview.com/2026/06/30/1139513/agriculture-is-ready-for-ai-but-its-data-isnt/
1•Brajeshwar•14m ago•0 comments

UATC – A Closed-Loop Controller to Prevent GPU OOM During LLM Training

https://github.com/sajjaddoda72-design/UATC
1•L_u_u_6•14m ago•0 comments

Wallabag.it will fund development work contributed back to wallabag

https://wallabag.it/en/blog/2026/06/30/wallabag-it-funds-open-source-development/
1•raybb•14m ago•0 comments

Run Any Dockerfile on Vercel

https://vercel.com/blog/dockerfile-on-vercel
1•thesurlydev•15m ago•0 comments

Walter Mosley: "A Novel is Not a Machine"

https://lithub.com/walter-mosley-a-novel-is-not-a-machine/
1•bookofjoe•15m ago•0 comments

Claude Code Anti-China tracker: verification report

https://gist.github.com/AdnaneKhan/0a0edb5620d5214282ef4027caad8950
1•king_zee•15m ago•0 comments

HTML is all you need

https://12gramsofcarbon.com/p/agentics-html-is-all-you-need-for
3•theahura•15m ago•0 comments

Etched has officially come out of stealth

https://www.bloomberg.com/news/articles/2026-06-30/ai-chip-startup-etched-says-jane-street-tsmc-l...
3•seventeen29•15m ago•1 comments

What is Blockchain: a Gentle Introduction [pdf]

https://www.researchgate.net/publication/311572122_What_is_Blockchain_a_Gentle_Introduction
1•thunderbong•16m 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?