frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What Happens When Your RAG System Retrieves the Wrong Documents?

https://medium.com/@NikoZero11/your-rag-pipeline-doesnt-need-more-retrieval-it-needs-better-decis...
1•Savanjj•28s ago•0 comments

SwarmAuth – OAuth 2.1 for AI Agent Swarms

https://pypi.org/project/swarmauth/
1•waspdrey•2m ago•0 comments

VortexMQ – Fast message broker in pure Go with Redis protocol

1•ianshugarg•7m ago•0 comments

Haxophone – A hackable electronic saxophone with mechanical keys

https://www.crowdsupply.com/cardona-bits/haxophone
1•raffael_de•8m ago•0 comments

AI posters don't have to be horrible

https://john.hartnup.uk/2026/06/07/ai-event-posters.html
1•ereiamjh•10m ago•1 comments

Show HN: AgentMeasure – healthchecks and settlement statements for AI bills

https://github.com/roy-tong/AgentMeasure
1•tongroy•14m ago•0 comments

Stop adapting Jane Austen 5 other 18th‑century writers perfect for the screen

https://theconversation.com/stop-adapting-jane-austen-five-other-18th-century-writers-perfect-for...
3•zeristor•22m ago•0 comments

Ask HN: Losing motivation to work in the IT field, need advice

5•trowa159•23m ago•1 comments

Microsoft Patents "Ad-Credit" System to Serve In-Game Ads During Pause Windows

https://respawnfirst.com/microsoft-patents-ad-credit-system-for-pc-and-consoles-to-serve-in-game-...
1•haunter•24m ago•0 comments

Dear Customer, Fuck You

https://fuck-off.ai
3•gfody•32m ago•0 comments

Benchmarking Wild vs. Mold

https://davidlattimore.github.io/posts/2026/09/18/benchmarking-wild-vs-mold.html
1•vinhnx•38m ago•0 comments

Classifier.dev: outperforms Jev and is free

https://classifier.dev/
2•handfuloflight•39m ago•0 comments

CrypLLM: AI chat agent for CrypTool 2

https://github.com/CrypToolProject/CrypTool-2/tree/main/CrypLLM
1•modinfo•39m ago•0 comments

What Motivates Innovators?

https://bec-systems.com/blog/0356-what-motivates-innovators/
2•jyhrow•40m ago•1 comments

Chess Atlas

https://chess-timeline.vercel.app/gallery.html
2•msotomorras•42m ago•0 comments

ObjGit – object-storage backed Git

https://github.com/tigrisdata/objgit
1•dvrp•53m ago•0 comments

In conversation with Eric Ries [video]

https://www.mishcon.com/news/tv/in-conversation-with-eric-ries
2•JohnHammersley•1h ago•0 comments

Stripe Withholding Balance of $100000

2•zenkoakishaga•1h ago•3 comments

No First Use

https://nofirstuse.global/
3•Egg-Man•1h ago•0 comments

Starship – The Holy Grail of Rocketry [video]

https://www.youtube.com/watch?v=EthkNLasUa8
1•mpweiher•1h ago•1 comments

I who have never known trees.

https://www.nature.com/articles/d41586-026-02859-w
1•thinkingemote•1h ago•0 comments

I made a 3D portfolio engine

https://www.xrfolio.page/
1•CPeros•1h ago•1 comments

Write While Learning

https://purplesyringa.moe/blog/write-while-learning/
2•meetpateltech•1h ago•0 comments

Miniaturism: A Small Hobby Is Having a Big Moment

https://www.bloomberg.com/news/features/2026-09-18/tiktok-hobby-seekers-find-escapism-in-the-worl...
1•helsinkiandrew•1h ago•0 comments

Google says its Gemini AI model hacked three other companies

https://www.theguardian.com/technology/2026/sep/18/google-gemini-ai-hack
3•chrisjj•1h ago•1 comments

How universities are affected by AI moving knowledge outside their walls

https://www.brookings.edu/articles/how-universities-are-affected-by-ai-moving-knowledge-outside-t...
3•geox•1h ago•0 comments

Show HN: Mehfil – play any playlist start to finish, distraction-free

https://mehfilmusic.vercel.app
1•saiyam05•1h ago•0 comments

AI hallucination nearly triggers US Military operation

https://techcrunch.com/2026/09/18/ai-hallucination-nearly-triggers-us-military-operation/
6•sbulaev•1h ago•1 comments

Hill investigates after F-35 parts diverted to Hong Kong

https://www.politico.com/news/2026/09/18/congress-f-35-china-investigation-01083647
3•nxobject•1h ago•0 comments

A first-person 3D adaptation of Zork I by Ethan Mollick

https://github.com/emollick/zork-underground-empire
2•heironimus•1h 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?