frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

UN votes to adopt new map that makes our world look different

https://www.cnn.com/2026/09/04/world/un-vote-new-world-map-intl-scli
1•consumer451•2m ago•0 comments

Show HN: Claude Skill – Interns must review (your agent's design choices)

https://github.com/alpbahadur/interns-review-plugin
1•alpbahadur•2m ago•0 comments

Elon Musk's Inner Circle Is Pouring Cash into Making Psychedelics Mainstream

https://www.wsj.com/health/healthcare/elon-musks-inner-circle-is-pouring-cash-into-making-psyched...
1•gmays•3m ago•0 comments

Large language models can predict the results of social science experiments

https://www.nature.com/articles/s41586-026-10742-x
1•paulpauper•3m ago•0 comments

Our Likely Future Filter: World Govt

https://www.overcomingbias.com/p/most-likely-future-filter-world-govt
1•paulpauper•4m ago•0 comments

The Danube River's water is dropping so low that World War II ships are emerging

https://www.pbs.org/newshour/world/the-danube-rivers-water-is-dropping-so-low-that-world-war-ii-s...
1•throwaway2037•4m ago•0 comments

Anyone using llama.cpp willing to test LlamaRack?

https://github.com/brantje/LlamaRack
1•Vibecoder_•5m ago•1 comments

Share price numbers for the Hugging Face incident

https://marginalrevolution.com/marginalrevolution/2026/09/more-numbers-for-the-hugging-face-incid...
1•paulpauper•6m ago•0 comments

Benzi – A harness reading LESS source code to write better quality code

https://github.com/oooscoos/Benzi
1•kamarovmakarov•7m ago•1 comments

Phase Dynamics on a T 3-Manifols

https://zenodo.org/records/22377516
1•AevumOriens•11m ago•0 comments

Appreciate Creativity and Art

https://www.iznikcini.com/blogs/news/islamic-mosque-tiles-a-journey-through-art-and-history
2•mahirsaid•12m ago•0 comments

Ironies of Automation [pdf]

https://static1.squarespace.com/static/644321e78cd2dd37613af33e/t/6694873f71612132a84371c7/172100...
1•recursivedoubts•13m ago•1 comments

The moral panic over data centres is foolish

https://www.economist.com/leaders/2026/09/03/the-moral-panic-over-data-centres-is-foolish
5•andsoitis•14m ago•1 comments

Show HN: Red Hat build of Podman Desktop

https://developers.redhat.com/products/red-hat-build-podman-desktop
2•twelvenmonkeys•16m ago•0 comments

A single workout may help protect memory after a short night's sleep

https://medicalxpress.com/news/2026-09-workout-memory-short-night.html
1•mdp2021•16m ago•0 comments

Show HN: I made DeepSeek a stock prophet in the chat

https://chat.deepseek.com/share/najhhfle4n4e9brimh
1•SKYNET800•19m ago•0 comments

Knowing Where to Type 'Zero' (2015)

https://randomascii.wordpress.com/2015/01/19/knowing-where-to-type-zero/
2•birdculture•20m ago•0 comments

OpenAI agent swarm posted two FBI database API keys, and hit two universities

https://twitter.com/kennethrdegraff/status/2096028829890625978
2•ericzawo•22m ago•0 comments

Over 5,400 hacked sites serve ClickFix payloads stored on the blockchain

https://www.bleepingcomputer.com/news/security/over-5-400-hacked-sites-serve-clickfix-payloads-st...
1•sbulaev•22m ago•0 comments

Bringing modern USB xHCI support to Windows 98/ME/2K

https://yeokhengmeng.com/2026/08/xhci98-usb-host-driver/
1•ingve•23m ago•0 comments

GPT-6 Astra might be too powerful to understand or control

https://www.transformernews.ai/p/openai-gpt-6-astra-might-be-too-powerful-to-understand-or-control
2•rome•26m ago•1 comments

Jsonquery – A native desktop GUI for querying JSON (jq, JSONPath, JMESPath)

https://github.com/nujufas/jsonquery_gui
1•nujufas•26m ago•0 comments

Jank reimagines C++ errors and gets an official native package repo

https://jank-lang.org/blog/2026-09-04-better-and-better/
2•birdculture•28m ago•0 comments

How OpenAI Agents planned their escape

https://www.youtube.com/watch?v=EbZr33dXFF4
3•arsen3d•29m ago•0 comments

An Underrated Refactor Saved 90% Memory Usage

https://tanstack.com/blog/tanstack-table-v9-memory-performance
1•fagnerbrack•29m ago•0 comments

Saying Goodbye to My Git Server's CGit Front End

https://www.worthe-it.co.za/blog/2026-09-05-saying-goodbye-to-my-git-servers-cgit-frontend.html
1•ingve•29m ago•0 comments

LeanHTTP: HTTP Client for Lean 4

https://github.com/theoriclabs/leanhttp
1•hargup•30m ago•0 comments

Fat City, Fifty Years Later: An Interview with Leonard Gardner

https://www.theparisreview.org/blog/2019/02/06/fat-city-fifty-years-later-an-interview-with-leona...
1•georgex7•30m ago•0 comments

TreasuryDirect is introducing a new login experience using ID.me

https://treasurydirect.gov/savings-bonds/idme-sep4/
1•foresto•32m ago•0 comments

Are warnings of uncontrollable AI coming true?

https://www.theguardian.com/technology/2026/sep/05/uncontrollable-ai-artificial-general-intellige...
3•fittingopposite•34m 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?