frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

RelayFreeLLM: Recent Updates

https://github.com/msmarkgu/RelayFreeLLM
1•markfront•2m ago•0 comments

Code Democracy the Big Lie

https://medium.com/@aatel.license/ai-has-democratized-coding-just-not-for-everyone-555d2767fce8
2•aatel-license•2m ago•0 comments

Show HN: Provepy – A Python decorator that proves your code using Lean and LLMs

1•spaccy05•2m ago•0 comments

Crawl Code – because prompting was a text adventure

https://github.com/machinarii/crawl-code/
2•datalater•5m ago•0 comments

Even Hungary's skewed elections might not save Viktor Orban

https://economist.com/graphic-detail/2026/04/09/even-hungarys-skewed-elections-might-not-save-vik...
1•andsoitis•7m ago•0 comments

Tesla's supervised self-driving software gets Dutch okay, first in Europe

https://www.reuters.com/business/teslas-self-driving-software-gets-dutch-go-ahead-boost-eu-ambiti...
8•nsoonhui•13m ago•0 comments

Show HN: Pardonned.com – A searchable database of US Pardons

1•vidluther•16m ago•0 comments

Hindsight – A design spec for self-improving LLM agents

https://github.com/anitiue/Hindsight
2•anitial•25m ago•0 comments

The Relationship Between Two People Is Not Located in Either Person

https://substack.com/home/post/p-193689282
3•problemist•28m ago•0 comments

Show HN: Dux, a TUI Agent Multiplexer

https://github.com/patrickdappollonio/dux
2•pdappollonio•30m ago•0 comments

Google "6-7"

https://www.google.com/search?hl=en&q=6%207
2•afshinmeh•34m ago•1 comments

go-libghostty: Go bindings for libghostty-vt

https://github.com/mitchellh/go-libghostty
1•doppp•42m ago•0 comments

Phaser 4

https://www.youtube.com/watch?v=XLhi9IW0rxg
1•doppp•43m ago•0 comments

The Language After Its Collapse

https://medium.com/luminasticity/the-language-after-its-collapse-119eb8a7b7fc
2•bryanrasmussen•46m ago•0 comments

Selecting a Date Range in CSS

https://css-tricks.com/selecting-a-date-range-in-css/
2•ms7892•46m ago•0 comments

Government seeks X Community Notes oversight with IT Rules tweaks

https://www.hindustantimes.com/india-news/government-seeks-x-community-notes-oversight-with-it-ru...
2•c420•50m ago•0 comments

Brief: Bitcoin Core Governance Analysis

https://github.com/bitcoin/bitcoin/issues/35055
2•vinniefalco•1h ago•0 comments

20 Years on AWS and Never Not My Job

https://www.daemonology.net/blog/2026-04-11-20-years-on-AWS-and-never-not-my-job.html
61•cperciva•1h ago•4 comments

Vinyl (nee Varnish) Cache – 20 years old and it is time to get serious(er)

https://vinyl-cache.org/organization/20-years.html
1•gurjeet•1h ago•0 comments

Productive Procrastination

https://www.maxvanijsselmuiden.nl/blog/productive-procrastination/
4•maxvij•1h ago•0 comments

Is algorithm still relevant in 2026

2•JasonHEIN•1h ago•0 comments

Splitting the Web (2023)

https://ploum.net/2023-08-01-splitting-the-web.html
1•0928374082•1h ago•0 comments

Cmdgraph – Document any structural CLI for humans and agents

https://github.com/haoliangyu/cmdgraph
3•haoliangyu•1h ago•0 comments

Great at gaming? US air traffic control wants you to apply

https://www.bbc.com/news/articles/ce84rvx0e6do
5•1659447091•1h ago•2 comments

Austin's drop in rents explains housing in America

https://www.vox.com/future-perfect/485295/austin-national-rents-declining-yimby
2•rawgabbit•1h ago•5 comments

Optimization of 32-bit Unsigned Division by Constants on 64-bit Targets

https://arxiv.org/abs/2604.07902
3•matt_d•1h ago•0 comments

Unionized ProPublica staff are on strike over AI, layoffs, and wages

https://www.theverge.com/news/908401/propublica-union-strike-negotiations-ai-layoffs
2•pabs3•1h ago•0 comments

A 1KB zero-dependency relative time formatter for UI systems

https://github.com/taman-islam/human-time
1•hedayet•1h ago•0 comments

Your next 10 hires won't be human

https://github.com/multica-ai/multica
3•mercat•2h ago•1 comments

Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline

https://socket.dev/blog/axios-supply-chain-attack-reaches-openai-macos-signing-pipeline-forces-ce...
3•salkahfi•2h ago•1 comments
Open in hackernews

Show HN: BugStalker - a modern Rust debugger

https://github.com/godzie44/BugStalker
115•godzie•11mo ago

Comments

godzie•11mo 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•11mo 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•11mo ago
Would something like this work for you? https://probe.rs/
otherayden•11mo 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•11mo ago
any Machine Interface planned (à la GDB/MI)?
godzie•11mo ago
First priority is a DAP support. But after this - why not.
harpiaharpyja•11mo ago
Would DAP support allow this to be used with OpenOCD?
giancarlostoro•11mo ago
BugStomper would have also been a great name choice. ;)
rob74•11mo 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•11mo 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•11mo 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•11mo ago
Unfortunately no, but it's a good idea. I'll definitely look into this feature.
gitroom•11mo 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•11mo 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•11mo ago
is this necessarily linux for dependency reasons, or could it be on OSX in the future?
godzie•11mo 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•11mo ago
What's the state of expression evaluation?