frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Trump restrictions on private AI models turns attention to open source

https://thehill.com/policy/technology/5952253-trump-administration-ai-restrictions-opens/
1•jamesgill•1m ago•0 comments

Reparaible and open source paper printer

https://www.opentools.studio/
1•bouh•5m ago•0 comments

Dungeon Proof Crawler: learn how to write proofs with RPG

https://dhilst.github.io/algae/game/index.html
2•SchwKatze•7m ago•1 comments

Why New Jersey's balcony solar bill is a huge deal for renters

https://www.cnn.com/climate/new-jersey-balcony-solar-renters
2•breve•9m ago•1 comments

Y Combinator.singles

https://www.ycombinator.singles/
1•nadermx•10m ago•0 comments

Ask HN: Are you guys happy with existing social networkin apps?

3•julienreszka•11m ago•2 comments

Pint in England

https://dispatch-media.com/the-best-pint-in-england/
2•gripfx•12m ago•0 comments

The new Teddy Roosevelt library is a gorgeous extension of the prairie

https://www.fastcompany.com/91568422/theodore-roosevelt-presidential-library
1•eatonphil•13m ago•0 comments

Hollywood's spent 25 years chasing the wrong lessons from The Lord of the Rings

https://www.polygon.com/lord-of-the-rings-25-years-fantasy/
3•HelloUsername•15m ago•0 comments

How to Dox Anyone

https://madattheinternet.substack.com/p/how-to-dox-anyone
3•majorchord•17m ago•1 comments

Show HN: clip.video - Turn podcasts and long videos into short vertical clips

https://clip.video/
1•nadermx•19m ago•0 comments

Organic Maps open source dispute

https://isitreallyfoss.com/projects/organic-maps/
2•maxloh•20m ago•0 comments

What Should We Optimize Away?

https://www.autodidacts.io/holistic-optimization/
1•Curiositry•22m ago•0 comments

Dependencies should be fetched directly from VCS

https://www.arp242.net/deps-vcs.html
2•mrngm•24m ago•0 comments

OpenAI is fast-tracking its own "AI Agent Phone" for 2027 to challenge iPhone

https://old.reddit.com/r/OpenAI/comments/1unbqyd/openai_is_fasttracking_its_own_ai_agent_phone_for/
3•rmason•26m ago•0 comments

Therac-25

https://en.wikipedia.org/wiki/Therac-25
2•thunderbong•27m ago•0 comments

Mercy Otis Warren

https://en.wikipedia.org/wiki/Mercy_Otis_Warren
1•vinnyglennon•28m ago•0 comments

Show HN: Sidenote – comment on your rendered blog, an LLM writes the Git diff

https://github.com/bharadwaj-pendyala/sidenote
1•bharadwajp•29m ago•0 comments

Surveillance Companionship Entertainment: Intelligent Machines Ancient History

https://thereader.mitpress.mit.edu/the-ancient-history-of-intelligent-machines/
2•andsoitis•29m ago•0 comments

Scaling Laws, Honestly

https://www.completeskeptic.com/p/scaling-laws-honestly
1•dreamingincode•35m ago•0 comments

Show HN: A bedside camera detects REM sleep and agrees with a clinical EEG

https://lucidcode.com/2026/06/20/inspec-with-cgx-patch-clinical-eeg-sleep-stage-classification/
2•MichaelCoder•41m ago•0 comments

Show HN: Osint tool that finds exposed files on domains

https://search.cerast-intelligence.com/
2•PatchRequest•43m ago•0 comments

Zero-copy in Go: sendfile, splice, and the cost of io.Copy

https://segflow.github.io/post/zero-copy-sendfile-splice/
1•mrngm•43m ago•0 comments

Show HN: Open-source guided code reviews

https://twitter.com/plannotator/status/2073845811847512372
2•ramoz•44m ago•0 comments

ARRR: Pirate MMO vibecoded by its players

https://www.arrr.fun
2•m0dE•45m ago•1 comments

RePost API Tester Extension

https://chromewebstore.google.com/detail/repost-api-tester/eipmeckflplenlbnlhbpmjojahephhkp
1•info-chirila•46m ago•0 comments

3D-print your own modular eyeglasses frames

https://eiga.works/design/hitomi-frames/
3•thinkalone•48m ago•0 comments

Fugu – A multi-agent LLM orchestrator delivered as a single API

https://github.com/SakanaAI/fugu
4•terminalchai•55m ago•0 comments

Vibe-coding platform Base44 launches own model as AI startups seek defensibility

https://techcrunch.com/2026/06/29/vibe-coding-platform-base44-launches-own-model-as-ai-startups-s...
3•gmays•55m ago•0 comments

Tripadvisor AI summaries give glowing reviews to dangerous hotels

https://www.euronews.com/travel/2026/07/03/tripadvisor-ai-summaries-give-glowing-reviews-to-dange...
10•jethronethro•58m ago•3 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?