frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Free invoice generator, 100% client-side – no signup, no server storage

https://www.InvoiceCraft.com
1•ajitgoel•2m ago•0 comments

Great Plains Shelterbelt (1934 geoengineering project)

https://en.wikipedia.org/wiki/Great_Plains_Shelterbelt
1•oliculipolicula•5m ago•0 comments

Show HN: Ear Training Exercise

https://clarena.app/app/try
1•AlexFromClarena•6m ago•0 comments

Thinking Hard Above AI

https://bmbumpus.com/2026/09/16/thinking-hard-above-ai/
1•mathgenius•7m ago•0 comments

We Urgently Need a New Major Search Engine

https://www.vincentschmalbach.com/we-urgently-need-a-new-major-search-engine/
1•vincent_s•8m ago•0 comments

Shakespeare Skill: Make agents sound like William Shakespeare characters

https://github.com/cookiengineer/shakespeare-skill
1•cookiengineer•10m ago•1 comments

My Chinese Internet Is Talking About AI Doom

https://yinwei.substack.com/p/my-chinese-internet-is-talking-about
1•reasonableklout•11m ago•1 comments

OpenAI reveals six more safety issues and unveils plan to disclose incidents

https://www.bbc.co.uk/news/articles/cmpq0wj5g899o
3•dr_scully•20m ago•1 comments

Arch-Based Omarchy 4.0.4 Makes Its Custom Linux Kernel the Default

https://linuxiac.com/omarchy-4-0-4-makes-its-custom-linux-kernel-the-default/
1•djfergus•21m ago•0 comments

Using Blender with coding agents on macOS

https://til.simonwillison.net/llms/blender-coding-agents-macos
3•activatedgeek•21m ago•1 comments

Linux Finally Reached My Desk

https://vinny.dev/blog/2026-09-18-omarchy-linux-finally-reached-my-desk/
2•djfergus•23m ago•0 comments

Show HN: Puffdoro – A squishy 3D focus companion built with WebGL and Web Audio

https://puffdoro.200404200.xyz
1•sz_ycombinator•23m ago•0 comments

The story Scientific American wouldn't let me tell

https://www.whatsitlike.me/the-story-scientific-american-wouldnt-let-me-tell/
3•mathgenius•24m ago•0 comments

Roof ushered in a new era for full-text helmet

https://www.roof.fr/en/djagger/682-ro340-djagger-carbon.html
2•teekert•29m ago•1 comments

The Farnese Letter

https://simonklee.dk/farnese-letter
2•latchkey•31m ago•0 comments

Can AI Create PLC Attacks? Yes, but It's Not That Easy Yet

https://www.forescout.com/blog/can-ai-create-plc-attacks-yes-but-it%E2%80%99s-not-that-easy-yet/
1•Tomte•32m ago•0 comments

Müller-Lyer Illusion

https://en.wikipedia.org/wiki/M%C3%BCller-Lyer_illusion
1•thunderbong•36m ago•0 comments

Union Alpha Stealth Model

https://developers.cloudflare.com/ai/models/stealth/union-alpha/
1•djfergus•37m ago•0 comments

I'm excited about Maps and built an gamified news app around it

2•sourav_biswas•41m ago•2 comments

AI agents can modify themselves without humans telling them to do so

https://www.theregister.com/security/2026/09/16/ai-agents-can-modify-themselves-without-humans-te...
3•galaxyLogic•43m ago•0 comments

PC ports of old console games are the new AI vibe coding battleground

https://www.pcgamer.com/gaming-industry/pc-ports-of-old-console-games-are-the-new-ai-vibe-coding-...
2•FMecha•47m ago•0 comments

Typesafe AI

https://typesafe.ai/
1•bretpiatt•52m ago•0 comments

Show HN: Webhook Proxy – Fail-safe logging and 1-click retries for webhooks

https://webhook-proxy-zeta.vercel.app/
1•MAHADDD•54m ago•1 comments

Show HN: I built a Mac app to make technical PDF textbooks easier to study

https://marginstudy.app/
1•alricsiu•55m ago•0 comments

What Little Hope Remains

https://blog.coredump.cx/p/what-little-hope-remains
3•surprisetalk•57m ago•0 comments

Building S4 – our own high-performance time-series data store

https://medium.com/life-at-propeller/building-s4-our-own-high-performance-time-series-data-store-...
1•JoeBot3000•58m ago•0 comments

Ddlforge: Zero-downtime Postgres migration supervisor for Node ORMs

https://github.com/x7ssss/ddlforge
1•plamkatawee•59m ago•0 comments

Communication by means of modulated Johnson noise

https://www.pnas.org/doi/10.1073/pnas.2201337119
2•austinallegro•1h ago•0 comments

GuitarEasy: ChatGPT converts guitar tabs, GuitarEasy.app plays it, you practise

https://github.com/ShaojieJiang/guitareasy
1•NeuralNotwork•1h ago•0 comments

iOS 27.2 Could Save Your Marriage

https://www.macrumors.com/2026/09/16/ios-27-2-could-save-your-marriage/
2•tosh•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?