frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Opus 5.0 drives incoherence into the stratosphere

https://github.com/anthropics/claude-code/issues/77136
1•Bluestein•38s ago•0 comments

People Are Cutting Down Flock Cameras En Masse

https://margaretkilljoy.substack.com/p/people-really-are-cutting-down-flock
2•cdrnsf•2m ago•0 comments

Stripe Agrees to Acquire OpenRouter

https://stripe.com/en-at/newsroom/news/stripe-agrees-to-acquire-openrouter
1•tosh•2m ago•0 comments

New zero-knowledge cryptography SaaS coming soon

https://www.patreon.com/cw/evalocker
1•chipergdc•3m ago•0 comments

Meta ran ads for an app promising to nudify female politicians

https://arstechnica.com/ai/2026/08/meta-ran-ads-for-an-app-promising-to-nudify-female-politicians/
1•madihaa•4m ago•0 comments

Show HN: HRAG – Hybrid RAG on €116/month of Hetzner, officially benchmarked

https://hrag.app/
1•victor_edka•4m ago•0 comments

Show HN: Wholly.to helps you send people money with no/low fees

https://wholly.to/
1•8by3•4m ago•0 comments

The 6-Stage AI Infra Journey: Navigating the Three FinOps and Hardware Crises

https://acefleet.dev/blog/the-6-stage-ai-infrastructure-journey
1•flyingfishisme•5m ago•0 comments

Moderna shares surge as melanoma vaccine with Merck succeeds in large trial

https://www.cnn.com/2026/08/19/health/moderna-merck-mrna-melanoma-vaccine
1•jamarna•5m ago•0 comments

Data breach at shipping giant Ceva Logistics

https://techcrunch.com/2026/08/10/a-data-breach-at-shipping-giant-ceva-logistics-is-rippling-acro...
1•awalGarg•7m ago•1 comments

How Claude's Watermark Works

https://instavm.io/blog/how-claudes-watermark-works
1•mkagenius•7m ago•0 comments

OpenRouter Is Joining Stripe

https://openrouter.ai/blog/announcements/openrouter-is-joining-stripe/
2•rvz•8m ago•0 comments

$Tripe, the Singualrity Has Begun

https://www.axios.com/2026/08/19/stripe-payments-openrouter-singularity
1•Taikhoom10•9m ago•0 comments

Mana Hempcrete Walls

https://tasteofselfsufficiency.co.uk/2026/08/17/mana-hempcrete-walls/
1•speckx•12m ago•0 comments

Expired credit cards revived by researchers to make unauthorized payments

https://www.theregister.com/security/2026/08/18/expired-credit-cards-revived-by-researchers-to-ma...
2•joebuckwilliams•12m ago•0 comments

Show HN: Virtual Panoramas of the Cambrian

https://flyingspringrol.github.io/BloomEducation/palezoic/
1•aronowb14•13m ago•0 comments

The Intrinsic Valuation of Biodiversity Loss [pdf]

https://static1.squarespace.com/static/5b4b997eda02bc592b5131cd/t/6a6d97b71fab6c1175baf018/178556...
1•marojejian•14m ago•1 comments

Stripe Agrees to Acquire OpenRouter

https://stripe.com/newsroom/news/stripe-agrees-to-acquire-openrouter
4•mmcclure•14m ago•1 comments

The Open Source Maintenance Fee for Polly

https://thepollyproject.org/2026/07/14/polly-osmf-announcement.html
2•ngetchell•14m ago•0 comments

Show HN: Headless Terminal: skill for agents to use interactive TUI/CLI programs

https://www.skills.sh/montanaflynn/headless-terminal/headless-terminal
2•anonfunction•16m ago•0 comments

MX Records: The Untold Story of Email

https://blog.lacnic.net/en/story-of-email/
2•alvis•17m ago•0 comments

Analysis of 3,602 ChatGPT ads: advertisers appeared in answers 8% of the time

https://nile.app/blog/chatgpt-ads-paid-vs-recommended/
1•zhaoAI•19m ago•0 comments

The Archive in Between: Dreamer's Dale [video]

https://www.youtube.com/shorts/6ZeHnAbFdcs
2•akkartik•20m ago•0 comments

Maths Puzzle Endurance World Record [video]

https://www.youtube.com/watch?v=1L3JTmWRvsk
2•marvinborner•20m ago•0 comments

Show HN: Flocker.md – Portable identity and shared state for agents

https://flocker.md/
3•hcjmartin•21m ago•0 comments

Stealing Reasoning Traces from Proprietary LLM APIs

https://arxiv.org/abs/2608.09867
2•amai•21m ago•1 comments

Best Buy 'Repaired' a 64GB Laptop by Making It 32GB

https://www.extremetech.com/computing/best-buy-repaired-a-64gb-laptop-by-making-it-32gb
2•speckx•23m ago•0 comments

S1-mini, Superwhisper's first open-weights language model

https://huggingface.co/superwhisper/s1-mini
4•Softmaximalist•23m ago•0 comments

What Is Reasoning

https://lucumr.pocoo.org/2026/8/19/what-is-reasoning/
2•tosh•23m ago•0 comments

"Why should you ever log into Salesforce again?"

https://www.fuse.is/blog/never-log-into-salesforce-again
3•rkovashikawa•24m 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?