frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

1•FriedPickles•12s ago

Skillz: Anthropic‑Style Skills for Any MCP Client

https://elite-ai-assisted-coding.dev/p/skillz
1•intellectronica•46s ago•0 comments

Learn Go the Hard Way

https://learncodethehardway.com/emails/21-learn-go-the-hard-way-draft-1-released/
1•ryandotsmith•3m ago•0 comments

TanStack DB: A reactive client store for building super fast apps

https://tanstack.com/db/latest
1•ko_pivot•5m ago•0 comments

Flowistry: An IDE plugin for Rust that focuses on relevant code

https://github.com/willcrichton/flowistry
1•Bogdanp•6m ago•0 comments

Gnome Has a New Security Threat Scanner Powered by VirusTotal

https://www.phoronix.com/news/GNOME-Lenspect-Threat-Scanner
1•rbanffy•8m ago•0 comments

Rare Earths Aren't Rare

https://marginalrevolution.com/marginalrevolution/2025/10/rare-earths-arent-rare.html
1•asplake•8m ago•0 comments

How to Get to Mars

https://sciencefictiontalk.substack.com/p/how-to-get-to-mars
1•HR01•10m ago•0 comments

Marine colonel quits after 24 years citing concern for future of US under Trump

https://www.theguardian.com/us-news/2025/oct/16/marine-resigns-trump-hegseth
2•hypeatei•10m ago•0 comments

Google's AI Cracks a New Cancer Code

https://decrypt.co/344454/google-ai-cracks-new-cancer-code
1•signa11•13m ago•0 comments

Winre Freezes After KB5066835

https://learn.microsoft.com/en-gb/answers/questions/5586986/win11-24h2-winre-freezes-after-kb5066...
1•acqq•15m ago•0 comments

Browsing behavior exposes identities on the Web

https://www.nature.com/articles/s41598-025-19950-3
1•XzetaU8•18m ago•0 comments

SHOW HN: I made a site for 100% location independent jobs too

https://job.careers/
1•lanmao_163•18m ago•0 comments

We are in the "gentleman scientist" era of AI research

https://www.seangoedecke.com/ai-and-informal-science/
1•edanm•20m ago•0 comments

Show HN: Silly Morse code chat app using WebSockets

https://noamtamir.github.io/morwse/
2•noamikotamir•21m ago•0 comments

The Best Way to Learn Might Be Starting at the End

https://interjectedfuture.com/the-best-way-to-learn-might-be-starting-at-the-end/
1•iamwil•23m ago•0 comments

The Future of Attention

https://micro.mu/blog/2025/10/18/the-future-of-attention.html
1•asim•28m ago•0 comments

AI-related data centres use vast amounts of water

https://www.cbc.ca/news/ai-data-centre-canada-water-use-9.6939684
1•cratermoon•30m ago•0 comments

A Random Walk in ℤ⁵

https://gist.github.com/olooney/d98f8e862a11974f36b3620f517df006
1•olooney•30m ago•0 comments

Show HN: Terminal Markdown notes using lockbook's CLI

https://www.youtube.com/watch?v=UwXiAAtgjb8
2•parthmehrotra•30m ago•0 comments

Generating Automatic Feedback on UI Mockups with Large Language Models

https://dl.acm.org/doi/full/10.1145/3613904.3642782
1•azhenley•31m ago•0 comments

Avoid Complexity

https://elijahpotter.dev/articles/avoid_complexity
1•chilipepperhott•33m ago•0 comments

When ideas have sex

https://www.ted.com/talks/matt_ridley_when_ideas_have_sex
1•andsoitis•34m ago•0 comments

Web3.Career Intelligence Report (2025)

https://web3.career/learn-web3/web3-intelligence-report
1•b16m•36m ago•0 comments

Apple Said to Cut iPhone Air Production Amid Underwhelming Sales

https://www.macrumors.com/2025/10/17/iphone-air-production-to-be-cut-amid-lower-sales/
4•nabla9•38m ago•2 comments

Tracking Value for Your Effort

https://savingspoons.substack.com/p/tracking-value-for-your-effort
1•ingve•46m ago•0 comments

The first animals on Earth may have been sea sponges, chemical fossils suggest

https://phys.org/news/2025-09-animals-earth-sea-sponges-chemical.html
1•PaulHoule•46m ago•0 comments

1,180 root system drawings

https://images.wur.nl/digital/collection/coll13/search
17•bookofjoe•47m ago•3 comments

Show HN: WealthAI – Privacy-First Personal Finance SaaS with AI Assistant

https://www.sideprojectors.com/project/67099/wealthai
1•WoWSaaS•47m ago•0 comments

The AI that we'll have after AI

https://pluralistic.net/2025/10/16/post-ai-ai/#productive-residue
2•layer8•48m ago•0 comments
Open in hackernews

Show HN: BugStalker - a modern Rust debugger

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

Comments

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