frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The New Way of Growing a Social Following in 2026

https://socialplod.com/blog/the-new-way-of-growing-a-social-following-in-2026
1•dexterwura•55s ago•0 comments

Loop Engineering: When Generation Gets Cheap, Judgment Gets Expensive

https://sderosiaux.substack.com/p/loop-engineering-cheap-generation
1•chtefi•1m ago•0 comments

Shipping AI-Generated Code Safely with Static Sites

https://barrasso.me/posts/2026-06-23-shipping-ai-generated-code-safely-with-static-sites/
1•podlp•4m ago•0 comments

You didn't vibe code it, you stole it from open source&enterprise-licensed code

https://twitter.com/mfts0/status/2070080422482977095
4•mmunj•4m ago•0 comments

If Software Gets 90 Percent Cheaper, Who Captures the Savings?

https://www.vincentschmalbach.com/if-software-gets-90-percent-cheaper-who-captures-the-savings/
1•vincent_s•5m ago•0 comments

Man becomes first in Louisiana functionally cured of sickle cell disease

https://www.fox8live.com/2026/06/23/new-orleans-man-becomes-first-louisiana-functionally-cured-si...
1•speckx•5m ago•0 comments

Show HN: PostgreSQL backup tool Databasus moved to PG 17 native physical backups

https://github.com/databasus/databasus
1•rostislav_dugin•5m ago•0 comments

Views of America

https://statedept.substack.com/p/views-of-america
1•FergusArgyll•6m ago•1 comments

I'm 15, Here's the AI workspace I've been building for the past year

https://tryhello.app
1•hayden_k•6m ago•1 comments

A new report on the dangers of politicizing humanities in academia

https://whyevolutionistrue.com/2026/06/08/a-new-report-on-the-dangers-of-politicizing-humanities-...
2•olalonde•8m ago•0 comments

France experiences its hottest day since measurements began in 1947

https://www.france24.com/en/france-experiences-its-hottest-day-since-measurements-began-in-1947
1•root-parent•8m ago•0 comments

Show HN: Portal – Taking Online Connections Back to Their Roots

https://www.portal-beta.com/
1•mobear•9m ago•0 comments

Show HN: Brieform, build and read form responses inside your AI chat (MCP)

https://brieform.app
1•MajorBaguette•9m ago•0 comments

James Meredith

https://en.wikipedia.org/wiki/James_Meredith
1•petethomas•9m ago•0 comments

Are $100/mo AI subscriptions about to become standard browser features?

https://geekyants.com/blog/your-100-monthly-ai-subscriptions-are-about-to-become-browser-features
1•geekkamal•10m ago•0 comments

Anything LLMs Can Do, I Can Do Better

https://newsletter.danhon.com/archive/s21e07-anything-llms-can-do-i-can-do-better/
2•speckx•11m ago•1 comments

AI singing coach, 7 months in: the beginners improved the most

https://blog.singingcarrots.com/ai-singing-coach-7-months-who-improves-most/
2•kyunez•12m ago•0 comments

5k Restaurant Menus, Years 1880-1920

https://pudding.cool/2026/06/menu-collection/
2•surprisetalk•12m ago•0 comments

Show HN: Mago: autonomous agent team that ships PRs on your GitHub repos (BYOK)

https://mago.intrane.fr
1•jarancibia•13m ago•0 comments

I prompt AI to write at a 7th-grade level

https://anatoliybabushka.com/blog/ela7-writing-rule.html
1•bbsnly•13m ago•0 comments

Regular expressions that work "everywhere"

https://www.johndcook.com/blog/2026/06/23/regex-everywhere/
1•ColinWright•14m ago•1 comments

How I set up my own email domain without paying for Google Workspace

https://emot.substack.com/p/how-i-use-my-own-email-domain-with
1•emot•15m ago•0 comments

SHOW HN: New Book Launch: 1000 Roles Unseen

https://1000rolesunseen.carrd.co
1•stepheninc•15m ago•0 comments

From App Factories to a Reasoning Compiler

https://bes-dev.com/posts/reasoning-compiler/
2•bes-dev•16m ago•1 comments

Droughts are transforming the Turkish landscape with sinkholes

https://www.bbc.com/future/article/20260624-droughts-are-transforming-the-turkish-landscape-with-...
2•geox•19m ago•0 comments

Show HN: Mapping the Human Hippocampus, Sort Of

https://github.com/AImageLab-zip/CALHippo-Framework
1•ettore_c•20m ago•0 comments

Beyond Fable: Can a Local LLM Replace Cloud AI for Security Code Reviews

https://srlabs.de/blog/beyond-fable
1•dubbel•22m ago•0 comments

Mid-tier knives: worth the cost?

https://www.paragon-knives.com/
1•bgzlsxaz•25m ago•0 comments

OpenStreetMap running on an ESP32 with TypeScript and Canvas [video]

https://www.youtube.com/watch?v=-ktOCcfCIqA
2•arbayi•25m ago•0 comments

Cory's Cookies and The 92% Tax Rate (2018)

https://wrestlinggnon.com//essay/2018/09/02/corys-cookies-and-the-92p-tax-rate.html
1•surprisetalk•27m 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?