frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

I Shipped a macOS App Built by Claude Code

https://www.indragie.com/blog/i-shipped-a-macos-app-built-entirely-by-claude-code
1•discordance•2m ago•0 comments

Show HN: I Asked ChatGPT to Rebuild My Canvas Radial Menu in SVG

https://github.com/victorqribeiro/radialMenuSVG
1•atum47•6m ago•0 comments

Show HN: Quotatious – A Wordle and hangman inspired game

https://www.quotatious.com/
1•jcusch•6m ago•0 comments

Microsoft Music Producer

https://www.youtube.com/watch?v=EdL6b8ZZRLc
2•natebc•11m ago•0 comments

School Discipline Makes a Comeback

https://www.wsj.com/opinion/school-discipline-states-texas-arkansas-washington-covid-trump-obama-eeceba4c
2•sandwichsphinx•20m ago•0 comments

Building Multi-Agent Systems (Part 2)

https://blog.sshh.io/p/building-multi-agent-systems-part
1•sshh12•25m ago•0 comments

Solving Wordle with uv's dependency resolver

https://mildbyte.xyz/blog/solving-wordle-with-uv-dependency-resolver/
1•mildbyte•27m ago•0 comments

How the Biosphere 2 experiment changed our understanding of the Earth

https://www.bbc.com/future/article/20250703-how-the-biosphere-2-experiment-changed-our-understanding-of-the-earth
2•breve•28m ago•0 comments

Think slow, think fast (2016)

http://datagenetics.com/blog/december32016/index.html
1•josephcsible•31m ago•0 comments

Wikipedia Sandbox

https://en.wikipedia.org/wiki/Wikipedia:Sandbox
2•esadek•35m ago•0 comments

The Dalai Lama says he hopes to live more than 130 years

https://apnews.com/article/india-dalai-lama-buddhism-birthday-130-98ea3c4c4db8454ea56a7a123ac425ec
1•geox•35m ago•1 comments

Show HN: From Photos to Positions: Prototyping VLM-Based Indoor Maps

https://arjo129.github.io/blog/5-7-2025-From-Photos-To-Positions-Prototyping.html
2•accurrent•36m ago•0 comments

Elon Musk launches new America Party

https://www.dw.com/en/elon-musk-launches-new-america-party/a-73171209
9•layer8•39m ago•2 comments

Elon Musk's Favorite Drug Explained

https://www.vox.com/health/415600/elon-musk-ketamine-therapy-depression-risks
2•wslh•39m ago•1 comments

Under the Hood of Claude Code

https://pierce.dev/notes/under-the-hood-of-claude-code/
1•icyfox•41m ago•0 comments

Stop Hiding My Controls: Hidden Interface Controls Are Affecting Usability

https://interactions.acm.org/archive/view/july-august-2025/stop-hiding-my-controls-hidden-interface-controls-are-affecting-usability
11•cxr•45m ago•0 comments

Can you see circles or rectangles? Does the answer depend on where you grew up?

https://www.theguardian.com/commentisfree/2025/jul/05/optical-illusions-see-world-perception
1•etiam•46m ago•0 comments

JSON Parser in 111 lines of Haskell (2019) [video]

https://www.youtube.com/watch?v=N9RUqGYuGfw
1•battle-racket•46m ago•0 comments

From a recent presentation of the brand new restoration of TRON [video]

https://www.youtube.com/shorts/yHqP6XgHSl8
2•CharlesW•49m ago•0 comments

I'm trying to cool the planet using bacteria – here's the idea

https://osf.io/pmbnk/
1•icevector•54m ago•1 comments

WeSellRemotely – The Daddy of All Remote Sales Job Boards

https://wesellremotely.com/
2•figoshi•58m ago•1 comments

RFK's proposal to let bird flu spread through poultry

https://www.livescience.com/health/flu/rfks-proposal-to-let-bird-flu-spread-through-poultry-could-set-us-up-for-a-pandemic-experts-warn
11•anjel•59m ago•8 comments

Day 47 of using Claude Code

https://solmaz.io/log/2025/07/05/day-47-of-claude-code/
1•hosolmaz•1h ago•1 comments

Operators, Not Users and Programmers

https://jyn.dev/operators-not-users-and-programmers/
16•todsacerdoti•1h ago•2 comments

See how your AI chatbot works on Slack or Mircosoft teams

https://www.signalzen.com/
1•kristis•1h ago•0 comments

7-Zip 25.00

https://github.com/ip7z/7zip/releases/tag/25.00
8•pentagrama•1h ago•0 comments

Show HN: SimTool – Terminal UI for iOS Simulator Management

https://github.com/azizuysal/simtool
1•azizuysal•1h ago•0 comments

What a Hacker Stole from Me

https://mynoise.net/blog.php
4•wonger_•1h ago•1 comments

The Right Way to Embed an LLM in a Group Chat

https://blog.tripjam.app/the-right-way-to-embed-an-llm-in-a-group-chat/
3•kenforthewin•1h ago•6 comments

Programming Meets Poetry: Crawling Ganjoor to Visualize Hafez's Words

https://medium.com/@sirwanamini/programming-meets-poetry-crawling-ganjoor-to-visualize-hafezs-words-0a3226a884c7
3•yubblegum•1h ago•0 comments
Open in hackernews

Show HN: BugStalker - a modern Rust debugger

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

Comments

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