frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Can Programming Be Liberated from the von Neumann Style? (1977) [pdf]

http://worrydream.com/refs/Backus-CanProgrammingBeLiberated.pdf.pdf
1•downbad_•27s ago•0 comments

The Rapid Evolution of Giant Daisies

https://nautil.us/the-rapid-evolution-of-giant-daisies-1280384
1•Brajeshwar•53s ago•0 comments

Doom port for the GL-iNet GL-BE10000 Slate 7 Pro travel router

https://github.com/atc1441/Slate7_pro_Doom
1•speckx•2m ago•0 comments

GDC Vibe Check – I Asked Nine Game Developers the Same Four Questions [video]

https://www.youtube.com/watch?v=BbiPKtIIJIA
1•swivelmaster•3m ago•0 comments

Show HN: An Agent First Slack CLI

https://github.com/tilework-tech/nori-slack-cli
1•theahura•3m ago•0 comments

AI predictions in the movie Electric Dreams (1984)

https://medium.com/@tk512/the-ai-predictions-in-the-movie-electric-dreams-1984-0c6a47a6326e
2•sgt•4m ago•0 comments

The College-Admissions Chess Game Is More Complicated

https://www.wsj.com/us-news/education/college-admissions-yield-rate-2fb30f42
2•apparent•5m ago•0 comments

Article explains a method to estimate parameter count of closed sourcemodels

https://www.lesswrong.com/posts/veFMEzDDyWaer2Sms/sanity-checking-incompressible-knowledge-probes
2•theanonymousone•7m ago•1 comments

Why Nihilism Is Great for Values

https://ajkprojects.com/why-nihilism-is-great-for-values.html
2•ashleynewman•8m ago•0 comments

A desktop that bends to me

https://isene.org/2026/05/Agency.html
2•speckx•9m ago•0 comments

Numbers and the launch algorithm of an indie game that was featured on itch.io

https://blog.luden.io/how-we-stayed-on-the-front-page-of-itch-io-for-over-a-month-8e0d0cf1cc17
3•gamescodedogs•10m ago•2 comments

DeepSeek v4, and the end of the OpenAI/Microsoft AGI clause

https://simonw.substack.com/p/deepseek-v4-and-the-end-of-the-openaimicrosoft
2•JumpCrisscross•14m ago•0 comments

Show HN: BeautyShot – easy macOS promo screenshots

https://bendansby.com/apps/beautyshot.html
2•webwielder2•16m ago•0 comments

Anti-DDoS Firm Heaped Attacks on Brazilian ISPs

https://krebsonsecurity.com/2026/04/anti-ddos-firm-heaped-attacks-on-brazilian-isps/
1•Bender•18m ago•0 comments

Strong types are a non-negotiable for LLMs

https://hireup.team/articles/strong-types-for-llms
1•rdaviz•19m ago•0 comments

Bsky.land – a photo stream from the Bluesky firehose

https://bsky.land/
2•bcks•19m ago•0 comments

I built GeoGuesser for guns, and its making money (no technical experince)

https://gunguesser.com
1•salad_vr•22m ago•3 comments

How can perplexity.com persist on the browser without extension

2•roscas•22m ago•1 comments

Agent Personality Score

https://agentpersonalityscore.com/
1•forthwall•22m ago•0 comments

OpenAI's advanced security: passkeys replace passwords/SMS and disable training

https://infosec.exchange/@tychotithonus/116500494420882843
1•speckx•24m ago•0 comments

The Resonance of Berkshire Hathaway

https://tinkelenberg.com/posts/the-resonance-of-berkshire-hathaway/
1•tinkelenberg•24m ago•0 comments

CachyOS Linux Performance Leading over Ubuntu 26.04 LTS, Fedora Workstation 44

https://www.phoronix.com/review/cachyos-ubuntu-2604-fedora-44
2•Bender•26m ago•0 comments

Linux Support Coming for the Asus ROG Raikiri II

https://www.phoronix.com/news/ASUS-ROG-RAIKIRI-II-Linux
1•Bender•26m ago•0 comments

IBM Granite 4.1 family of models

https://research.ibm.com/blog/granite-4-1-ai-foundation-models
2•srameshc•27m ago•0 comments

SRE at 53 watching my role get automated – how do I build something of my own?

1•TheFounderFile•29m ago•1 comments

A statement about why RightsCon 2026 will not take place in Zambia

https://www.rightscon.org/rc26-statement/
37•benbreen•30m ago•3 comments

Inspect and filter every HTTP request leaving your microVM

https://slicervm.com/blog/programmable-microvm-egress/
2•alexellisuk•30m ago•0 comments

City Learns Flock Accessed Cameras in Children's Gymnastics Room as a Sales Demo

https://www.404media.co/city-learns-flock-accessed-cameras-in-childrens-gymnastics-room-as-a-sale...
21•joshcsimmons•31m ago•1 comments

Why Your Pbxproj Is Bloated (and How to Fix It)

https://codingwithvera.com/why-your-pbxproj-is-bloated-and-how-to-fix-it/
2•tfe•31m ago•0 comments

I wrote a beginner friendly guide to integrating AI into projects

https://www.amazon.co.uk/Building-AI-Developers-Guide-Integrating-ebook/dp/B0GX3B3MV1
2•ungureanustefan•32m ago•1 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?