frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The data does not show mass unemployment

https://lemire.me/blog/2026/09/21/nomassunemployment/
1•4lx87•4m ago•0 comments

OpenBSD's hypervisor now supports guest SMP

https://github.com/openbsd/src/commit/d74b165ebc85c9aaf5150f25e6088f52d9fc0f04
1•rockhardandrew•5m ago•0 comments

Vibecoding isn't a crime How Distribute Your App on Linux after Flathub refusal

https://grigio.org/vibecoding-isnt-a-crime-how-to-deal-with-flatpak-flathub-refusals-and-actually...
1•grigio•5m ago•0 comments

If You Want to Learn Algebra, You Need to Have Automaticity on Basic Arithmetic

https://www.justinmath.com/if-you-want-to-learn-algebra-you-need-to-have-automaticity-on-basic-ar...
2•gmays•5m ago•0 comments

A Game Boy Advance emulator in Rust that renders Pokémon FireRed in 3D

https://github.com/x0cero/gba
1•0ARCH•6m ago•0 comments

Webinar: From Data Sheet to Design, Building with AMD Spartan UltraScale+ FPGAs

https://us02web.zoom.us/webinar/register/WN_ICecaVKkQ4G4C0JE7bUoiw#/registration
1•signalhound•8m ago•0 comments

US data centres 'are short six NYCs of electricity'

https://www.ft.com/content/f29de45a-3d32-4d9f-90cd-615f7466c1de
2•frereubu•8m ago•0 comments

GitHub has taken down Bend's repository

https://twitter.com/VictorTaelin/status/2102118439892762936
3•marvinborner•9m ago•0 comments

The Epidemiology of a Cognitive Virus

https://data4sci.substack.com/p/the-epidemiology-of-a-cognitive-virus
1•Anon84•9m ago•0 comments

Show HN: Blackgit – use Git to only download those cared files

https://github.com/zhuzhonghua/blackgit
2•zhonghua•13m ago•0 comments

Xiaomi MiMo v2.6

https://mimo.xiaomi.com/mimo-v2-6
26•volf_•14m ago•2 comments

What if we regulated AI like cars?

https://rkp.science/regulating_ai_like_cars.html
1•rkp8000•15m ago•0 comments

Current landscape of innovative drug development and regulatory support in China

https://www.nature.com/articles/s41392-025-02267-y
1•wslh•17m ago•0 comments

94% on AIME with 1B Params

https://paradigma.inc/blog/limite-1b-violetto/
1•E-Reverance•18m ago•0 comments

Why are all these longevity bros such total snowflakes?

https://www.thenewworld.co.uk/holly-thomas-why-are-all-these-longevity-bros-such-total-snowflakes/
2•simonebrunozzi•19m ago•2 comments

The Forgotten Battle of East Lansing

https://eastlansinginfo.news/the-forgotten-battle-of-east-lansing/
1•rmason•19m ago•0 comments

Ask HN: Do you love your job?

1•good-idea•20m ago•3 comments

Your computer is more powerful than you think

https://www.fsf.org/bulletin/2026/summer/your-computer-is-more-powerful-than-you-think
2•smartmic•21m ago•1 comments

White by Default: Bias in Criminal Racial Assignment

https://uncorrelated.xyz/posts/white-by-default-systematic-bias-in-us-criminal-racial-assignment/
2•like_any_other•23m ago•0 comments

"80% of AI projects fail" traces to a footnote one line long

https://jamiewatters.work/journey/80-percent-ai-projects-fail
2•TheWayWithin•23m ago•0 comments

The Dark Side of Efficiency

https://aslihan.live/posts/darkside-of-efficiency/
1•aslihana•24m ago•0 comments

US 'super-emitters' of planet heating methane identified by satellite analysis

https://www.theguardian.com/environment/2026/sep/14/us-companies-methane-pollution-rankings
3•johnny313•25m ago•0 comments

A thing we may be able to learn from AI

https://wilsoniumite.com/2026/09/21/a-thing-we-may-be-able-to-learn-from-ai/
1•Wilsoniumite•26m ago•0 comments

Live – The first interactive map with all world-wide substations

https://scienceshot.com/energy-map
1•major_stef•27m ago•1 comments

Fastlogging-Rs: High-Performance Logging for Rust, Python, C, C++, Java, Go, C#

https://github.com/brmmm3/fastlogging-rs
2•brmmm3•28m ago•0 comments

A graded registry of GPU cloud prices and fabric disclosure

https://computeassay.com/
1•RentAnAgent•28m ago•0 comments

OpenAI doesn't cryptographically sign its API responses

https://community.openai.com/t/feature-request-a-way-to-publicly-verify-responses-api-outputs/138...
1•teodoro127•28m ago•1 comments

Refineries Not Factories

https://twitter.com/kcurtin/status/2102123027886665861
2•kcurtin•29m ago•0 comments

"Convenience" by W.S. Merwin

https://merwinconservancy.org/poems/convenience-by-w-s-merwin/
1•smartmic•30m ago•0 comments

Typio v1.3: Make Your Terminal Type Like a Human

https://github.com/sepandhaghighi/typio/releases/tag/v1.3
1•rankorn•33m 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?