frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A complex structure on S^6 [pdf]

https://alpo.ge/s6.pdf
1•robinhouston•2m ago•0 comments

Implementation of GPT-2 in pure CMake

https://github.com/AlpinDale/gpt2.cmake
1•porridgeraisin•8m ago•0 comments

Ask HN: How to Onboard to New Domains

1•kwojcicki•9m ago•0 comments

AI robotics companies love San Francisco. They're just too big to stay

https://sfstandard.com/2026/08/23/ai-robotics-san-francisco-bright-machines/
1•newsomix9xl•13m ago•0 comments

Inkwell: Software Factory and rebootable sandbox on a throwaway VM

https://github.com/disler/inkwell-agent-sandboxes-and-software-factory
1•mooreds•14m ago•0 comments

It's OK to not be passionate about your job

https://text.npr.org/1076978534
2•mooreds•15m ago•0 comments

Seven nobles' 1688 letter inviting William of Orange to take the English throne

https://www.nationalarchives.gov.uk/education/resources/glorious-revolution/glorious-revolution-s...
3•mooreds•15m ago•0 comments

AI reshapes India's IT services sector contracts as clients demand more for less

https://www.reuters.com/world/india/ai-reshapes-indias-it-services-sector-contracts-clients-deman...
1•prabal97•15m ago•0 comments

Everything is Nix if you squint hard enough

https://jrdsgl.com/everything-is-nix-if-you-squint-hard-enough/
1•hnaccount93•16m ago•0 comments

Digital Public Library of America

https://dp.la/
1•hakkikonu•17m ago•0 comments

Push Go for Pushbullet

https://chromewebstore.google.com/detail/push-go-for-pushbullet/dghndapbehjdbhiffbckojkhoennbofg
1•yablak•19m ago•1 comments

The Data Center Backlash Bursts into the Midterms

https://www.nytimes.com/2026/08/23/us/politics/data-centers-midterm-elections.html
5•newsomix9xl•23m ago•0 comments

Across Nashville, Parked Waymos Are Recording Your Neighborhood

https://www.gadgetreview.com/across-nashville-parked-waymos-are-recording-your-neighborhood
3•HotGarbage•24m ago•0 comments

An elliptic curve of rank 31

https://twitter.com/mathandcobb/status/2091618274320552349
3•vicgalle_•28m ago•1 comments

Good and Bad Reasons to Become an Entrepreneur

https://medium.com/i-m-h-o/good-and-bad-reasons-to-become-an-entrepreneur-decf0766de8d
1•BASSAMej•31m ago•0 comments

Show HN: Photo Gallery Without JavaScript

https://ricobeck.de/photostream.html
2•ricobecks•33m ago•0 comments

The VLA and High-Frequency SETI: Expanding the Search for Life

https://arxiv.org/abs/2608.18275
2•root-parent•39m ago•0 comments

Show HN:Tool that checks if your AI-generated content are marked AI Act Art. 50

https://aiactverify.edenlabs.eu
1•lucapersichini•40m ago•0 comments

Cursor beat Git's scalability shortcomings

https://www.theregister.com/devops/2026/08/23/how-cursor-beat-gits-scalability-shortcomings/5291421
2•sbulaev•42m ago•0 comments

Optimizing memory use in a Markdown parser

https://blog.kowalczyk.info/a-n8wf/optimizing-memory-use-in-markdown-parser.html
2•blueshoess•47m ago•0 comments

Wallpaper Engine On Linux (native translation layer library)

https://github.com/shdwmtr/wallpiper
1•shadowmonster•50m ago•0 comments

Leyline: KV Cache Directives for Agentic Inference

https://arxiv.org/abs/2606.01065
3•Bluestein•53m ago•0 comments

Cicada.os – Graphene.os for Your Laptop

https://kpres12.github.io/Cicada.OS/
2•kpres62•53m ago•1 comments

Show HN: A way to let agents reliably pay for things

https://shopstack.ai/
1•windyVector•57m ago•0 comments

IXUI: A Proxmox/ESXi-Style Web UI for Incus

https://github.com/xlmnxp/ixui
2•xlmnxp•59m ago•1 comments

Residential proxies scraping your site? Drain their bandwidth

https://layer3intel.com/blog/residential-proxy-bandwidth-drain
4•Rasbora•59m ago•0 comments

The Summer of Open Weights

https://martinalderson.com/posts/the-summer-of-open-weights/
3•garo-pro•1h ago•1 comments

Declarative WebGPU with S-Expressions

https://hugodaniel.com/posts/declarative-webgpu-with-s-expressions/
2•hugodan•1h ago•0 comments

Bolt Graphics' Advanced GPU to Take on Nvidia – Architosh

https://architosh.com/2026/07/bolt-graphics-advanced-gpu-to-take-on-nvidia/
2•rbanffy•1h ago•0 comments

Ask (Your Terminal)

https://github.com/benja/ask
1•handfuloflight•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?