frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Italy's cheese loan system under strain as extreme heat drives up storage costs

https://finance.yahoo.com/economy/articles/italys-cheese-loan-system-under-230800850.html
1•glasss•40s ago•0 comments

Localizing Slack

https://slack.engineering/localizing-slack/
1•tornikeo•1m ago•0 comments

Anthropic says its AI agents are killing rivals and hiding their tracks

https://www.businessinsider.com/anthropic-ai-agents-risk-report-safety-mythos-claude-2026
1•13years•1m ago•0 comments

BFId: Identity Inference Attacks Utilizing Beamforming Feedback Information

https://dl.acm.org/doi/10.1145/3719027.3765062
1•bookofjoe•2m ago•0 comments

An AI agent's memory changes while reading Harry Potte

https://squidler.io/blog/agent-memory-harry-potter
2•tidbeck•3m ago•0 comments

Dux: DuckDB-native dataframes for Elixir, with distributed execution

https://cigrainger.com/blog/introducing-dux/
1•ahamez•3m ago•0 comments

The Beginner's Guide to AI Governance

https://www.karlsnotes.com/the-beginners-guide-to-ai-governance/
1•valkrieco•4m ago•0 comments

Apple's statements about its developer program in the Epic trial

https://lapcatsoftware.com/articles/2026/8/8.html
1•speckx•5m ago•0 comments

Using Supabase? This one's for you

https://rowly.me
1•popkoren•6m ago•0 comments

Show HN: The Naturalist's Walk – A Web Game Based on William Jardine's Library

https://www.thenaturalistswalk.com/
2•soneca•7m ago•0 comments

Write Code Like You Just Learned How to Program (2010)

https://prog21.dadgum.com/87.html
1•tosh•8m ago•0 comments

King Tut was buried with more than a hundred pairs of underwear

https://www.popsci.com/science/king-tut-buried-with-underwear-weirdest-thing-podcast/
2•speckx•9m ago•0 comments

A leaderboard of trading losses, including Situational Awareness

https://www.ft.com/content/340bf9e7-0e67-4d19-b671-3dc8186efb99
2•merksittich•12m ago•0 comments

The Neoclouds Build Cash Hoards Faster Than Revenues

https://www.nextplatform.com/cloud/2026/08/14/the-neoclouds-build-cash-hoards-faster-than-revenue...
2•rbanffy•12m ago•0 comments

Leading economies' borrowing costs highest since 2008

https://www.theguardian.com/business/2026/aug/17/government-borrowing-costs-highs-inflation-franc...
3•rf15•14m ago•0 comments

Buy Your Friends Batteries

https://domenkozar.com/2026/08/17/buy-your-friends-batteries/
3•domenkozar•16m ago•2 comments

A Vacuum of the Imagination

https://angadh.com/rockets-1
2•paulpauper•16m ago•0 comments

Nvidia Will Back OpenAI Project with as Much as $105B

https://www.bloomberg.com/news/articles/2026-08-17/nvidia-to-invest-up-to-105-billion-for-openai-...
3•newusertoday•17m ago•1 comments

We don't search databases–we calculate reality. EXXOGEN is now live

https://sites.google.com/view/exxogen
3•kisnorbert•19m ago•0 comments

Benchmark Driven Development

https://charlesazam.com/blog/benchmark-driven-development/
2•couAUIA•19m ago•0 comments

Tetrachromacy

https://en.wikipedia.org/wiki/Tetrachromacy
4•Isamu•19m ago•0 comments

Plastic Nightmare

https://cinemasojourns.com/2026/08/17/plastic-nightmare/
2•jjgreen•22m ago•0 comments

Sun Clock

https://sunclock.net/
2•Gecko4072•23m ago•0 comments

Germ Lisp (2024)

https://ngyro.com/blog/introducing-germ-lisp.html
2•Tomte•23m ago•0 comments

Linux 7.3 SMP Improvement to Help Reduce Latency, Improve Real-Time Performance

https://www.phoronix.com/news/Linux-7.3-SMP
4•rbanffy•24m ago•0 comments

A Decongestant Debate That Won't Clear Up

https://undark.org/2026/04/15/sudafed-phenylephrine-debate/
2•onychomys•24m ago•0 comments

AI Text Watermarking Playground

https://watermark.keito.me/
2•keito•24m ago•0 comments

DagFlo: Turn code/diagrams/docs into visual stories

https://www.dagflo.com/
3•aargh_aargh•24m ago•0 comments

Trusting-Trust Attack Against a Linux Distribution Through Binary Manipulation

https://arxiv.org/abs/2607.24888
2•Tomte•26m ago•0 comments

Pentagon order US universities to Cut Chinese or else

https://www.scmp.com/news/us/article/3364337/pentagon-orders-30-us-universities-scrutinise-ties-c...
3•trilogic•26m 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?