frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Mythos/Fable-5 is a greedy Depth First Search system

https://ankitmaloo.com/fable/
1•ankit219•23s ago•0 comments

Show HN: DocShrink – An offline image and PDF optimizer in your Chrome sidebar

https://github.com/Aditya5556/Shrinkk
1•Aditya_5556•2m ago•0 comments

Shoehorning Flying Toasters into a ESP32-S3

https://taoofmac.com/space/blog/2026/06/14/1400
1•adunk•5m ago•0 comments

Show HN: Tracore – We turned our resume parser into a document-to-JSON API

https://tracore.io/en/
1•imalov•5m ago•0 comments

CATL: Solid-state batteries are in years away from mass market

https://carnewschina.com/2026/06/15/catl-boss-drops-solid-state-battery-reality-check-years-away-...
1•phront•6m ago•0 comments

Know When to Stop, Pivot, or Double Down

https://julienreszka.com/blog/know-when-to-stop-pivot-or-double-down/
1•julienreszka•7m ago•0 comments

Ask HN: Claude renamed my VM from the inside?

2•twooclock•18m ago•0 comments

How to bring down cheap, low-flying drones

https://www.economist.com/science-and-technology/2026/06/01/how-to-bring-down-cheap-low-flying-dr...
2•austinallegro•19m ago•1 comments

Colossal Squid Are Everywhere. We've Been Looking Wrong [video]

https://www.youtube.com/watch?v=-W1Mwd0BWT4
2•mpweiher•22m ago•0 comments

Show HN: Topaz – A small Unicode-first language that compiles to Rust

https://github.com/studiohaze/topaz
1•yo_tafo•22m ago•1 comments

Do call yourself a programmer, and other career advice (2013)

https://yosefk.com/blog/do-call-yourself-a-programmer-and-other-career-advice.html
1•downbad_•25m ago•0 comments

Show HN: Ensure actionable Google Forms responses using automatic feedback

https://workspace.google.com/marketplace/app/ai_response_feedback_for_forms/1081979139028
1•komlan•27m ago•0 comments

DeepSeek raises $7B at $50B valuation

https://digg.com/tech/lxwv71a1?rank=6
3•ilreb•28m ago•3 comments

Keep Alive, fire powered WiFi survival guide (2015)

https://arambartholl.com/keepalive/
1•thenthenthen•29m ago•1 comments

Horsewood Before and After: What Users Are Saying in 2026

https://finance.yahoo.com/sectors/healthcare/articles/horsewood-urgent-report-2026-horse-19110038...
1•rapijats•29m ago•1 comments

Specification Based Programming

https://shape-of-code.com/2026/06/14/specification-based-programming/
1•jruohonen•30m ago•1 comments

Don't write to two systems. Write to one [video]

https://www.youtube.com/watch?v=OfE_GlT-QKo
2•acairns•31m ago•0 comments

The mathematical secrets hidden at the heart of Barcelona's Sagrada Família

https://theconversation.com/the-mathematical-secrets-hidden-at-the-heart-of-barcelonas-sagrada-fa...
4•jruohonen•36m ago•0 comments

Munim free offline expense tracker for Indian households with recurring expenses

https://play.google.com/store/apps/details?id=com.arbharat.munim&hl=en_US
2•rajukumargupta•37m ago•0 comments

Worse Is Better

https://en.wikipedia.org/wiki/Worse_is_better
2•salviati•43m ago•0 comments

Microsoft turns to Amazon for help with GitHub's AI-driven capacity issues

https://www.businessinsider.com/microsoft-github-amazon-ai-cloud-capacity-2026-6
2•TMWNN•43m ago•0 comments

Amazon CEO's Talks with U.S. Officials Triggered Crackdown on Anthropic Models

https://www.wsj.com/tech/ai/amazon-ceos-talks-with-u-s-officials-triggered-crackdown-on-anthropic...
3•Khaine•45m ago•0 comments

67% Cost Savings with PD Disaggregation Using Ray and vLLM on AMD MI325X

https://www.anyscale.com/blog/ray-vllm-prefill-decode-disaggregation-amd-mi325x-67-percent-savings
2•robertnishihara•45m ago•0 comments

Java's Project Valhalla lands a preview in JDK 28

https://www.theregister.com/devops/2026/06/15/javas-project-valhalla-finally-lands-a-preview-in-j...
2•pjmlp•47m ago•0 comments

SAMF- Deterministic Moscow guardrails for LLM multi-agent loops

https://github.com/NanoPrompt/samf-framework
1•nanoprompter•52m ago•0 comments

Show HN: SharePad – share a USB iPad as a clean window in any call

https://sharepad.co/
2•jonyardley•55m ago•0 comments

Vellum Studio – Word to PDF Offline Android App

https://play.google.com/store/apps/details?id=com.vertexapp.vellumpdfstudio.app&hl=en_US
1•vertexapps•58m ago•1 comments

The Return of Rigorous Full-System Timing Simulation

https://www.sigarch.org/the-return-of-rigorous-full-system-timing-simulation/
3•matt_d•1h ago•0 comments

AI Agents Enable Adaptive Computer Worms

https://cleverhans.io/worm.html
2•xyzal•1h ago•0 comments

Can open-source beat OpenAI?

https://restofworld.org/2026/tiezhen-wang-china-us-open-source-ai/
5•devonnull•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?