frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

FreeCAD in the Browser

https://magik.net/freecad/
2•cui•1m ago•0 comments

Choosing the Right AI Agent Memory Strategy: A Decision-Tree Approach

https://machinelearningmastery.com/choosing-the-right-ai-agent-memory-strategy-a-decision-tree-ap...
1•eigenBasis•2m ago•0 comments

UNIGRID's sodium-ion home battery debuts in Europe, US is next

https://electrek.co/2026/07/10/unigrid-sodium-ion-home-battery-debuts-in-europe-us/
2•Bender•2m ago•0 comments

Email Verification Protocol – Chrome for Developers

https://developer.chrome.com/blog/email-verification-protocol-origin-trial
2•dmmalam•3m ago•0 comments

Meta pulls new AI image feature after days of backlash

https://www.bbc.com/news/articles/c2dy6e8klw0o
2•cdrnsf•5m ago•0 comments

Porting Doom to the Casio Loopy [Throaty Mumbo] [video]

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

Hannah Montana Linux v26.0

https://gitlab.com/DecaCagle/hannahmontanalinux26
1•birdculture•6m ago•0 comments

The iconic blue IKEA FRAKTA bag comes with a free lifetime warranty

https://ikeamuseum.com/en/explore/the-story-of-ikea/beloved-bag/
2•teleforce•6m ago•0 comments

Frog bacterium wiped out cancer tumors in mice with a single dose

https://www.sciencedaily.com/releases/2026/07/260709160655.htm
3•dcyfr•14m ago•0 comments

Boeing's Graveyard. Investigation is not detergent

https://zboralski.substack.com/p/boeings-graveyard
2•kugutsumen•15m ago•0 comments

Show HN: We beat Cloudflare's bot detection (open-source stealth browser)

https://tilion.dev/blog/cloudflare-blocks-agents
3•armanluthra_•19m ago•0 comments

Guardrails Against Duplicated Code

https://www.technology.org/2026/07/03/dupehound-deterministic-guardrails-against-ai-code-duplicat...
1•rafaepta•21m ago•0 comments

Atlassian ordered to reinstate engineer sacked over Slack clash with leadership

https://www.hcamag.com/nz/news/general/atlassian-ordered-to-reinstate-engineer-sacked-over-slack-...
5•toomanyrichies•23m ago•0 comments

SF Farmers Market allows laundering food stamps for drug purchases

https://thevoicesf.org/snap-to-cash-how-food-assistance-vouchers-were-traded-for-cash-at-the-hear...
2•AcesoUnderGlass•24m ago•0 comments

Metamaterial Antennas Enhance MRI of the Eye and Occipital Brain

https://advanced.onlinelibrary.wiley.com/doi/10.1002/adma.202517760
2•bookofjoe•25m ago•0 comments

AI2Web: Open protocol to make any website work with every AI agent

https://ai2web.dev/
3•rolandfarkas•30m ago•0 comments

One Wikipedia page costs your AI agent 68,000 tokens

6•arhamislam5766•33m ago•1 comments

Baptism Saves You -This is the best explanation of why

https://silvestro2026.substack.com/p/baptism-saves-you
3•silvestromedia•33m ago•0 comments

Maura Gillison, who linked HPV to head and neck cancer, dies at 61

https://cancerletter.com/obituary/20260702_2/
3•tortilla•37m ago•0 comments

Math Visualizations of the AI Layoff Trap

https://mattlane.us/stories/dailemma
4•mmmaaatttttt•37m ago•0 comments

Ask HN: How has the internet devolved in recent years?

2•fridayblunt•41m ago•0 comments

Zero Sum Attribution Powered by AI

https://www.upside.tech/platform/pipedash/
2•mada299•42m ago•0 comments

Count Binface, Nigel Farage's space-warrior foe

https://www.economist.com/the-world-in-brief/2026/07/11/b240d63f-2768-43dd-89b6-2bdceb6df745
5•tagawa•42m ago•0 comments

Show HN: A pixel pet for your GitHub README that eats your commits

https://github.com/Nomlings/badge
2•franwbu•43m ago•0 comments

Show HN: Atuin AI Proxy bridges Hub AI to an OpenAI-compatible endpoint

https://github.com/Vlad1mir-D/atuin-ai-proxy
2•Am1G0•44m ago•0 comments

State Actors and AI Slop Are Amplifying the Homegrown Data Center Revolt

https://alethea.com/insights/how-state-actors-and-ai-slop-are-amplifying-data-center-revolt
3•m-hodges•44m ago•0 comments

Rise of the 'Slop Zombies'

https://www.machinesociety.ai/p/rise-of-the-slop-zombies
3•mikelgan•45m ago•1 comments

How to become a -10x Engineering Manager

https://medium.com/@jackiexu1228/how-to-be-a-10x-engineering-manager-a9fa8e3dd558
3•kokodoko•46m ago•0 comments

Which 'AI scientist' suits your lab? A guide for the perplexed

https://www.nature.com/articles/d41586-026-02091-6
1•gnabgib•47m ago•0 comments

I Like Using Scrollbars

https://www.arp242.net/scrollbar.html
1•ingve•49m 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?