frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Poor's Man Opaque Types

https://lungarellaraffaele.dev/writings/brand-types/
1•lung42•45s ago•0 comments

C as an Intermediate Language (2012)

https://yosefk.com/blog/c-as-an-intermediate-language.html
1•downbad_•53s ago•0 comments

Childhood and Education #19: Letting Kids Be Kids #2

https://thezvi.substack.com/p/childhood-and-education-19-letting
1•paulpauper•2m ago•0 comments

Stable Code from Stable Problems

https://ieeexplore.ieee.org/document/11527162
1•gfairbanks•2m ago•1 comments

'The vibes are young male vibes': Why prediction markets attract a certain type

https://www.bbc.com/news/articles/c93xv27kpwxo
1•paulpauper•6m ago•0 comments

From Open Source Software to Open Source Strategy

https://p3institute.substack.com/p/from-open-source-software-to-open
1•momentmaker•7m ago•0 comments

Google Is Paving a New Information Superhighway

https://warnercrocker.com/2026/05/23/google-is-paving-a-new-information-superhighway/
1•cdrnsf•8m ago•0 comments

Monthly News – May 2026

https://blog.linuxmint.com/?p=5025
1•paulnpace•9m ago•0 comments

Why are Flathub downloads so slow sometimes?

https://barthalion.blog/flathub-internals-cdn-and-deltas/
1•speckx•9m ago•0 comments

Soupault: A static website management tool

https://soupault.net/
1•Tomte•9m ago•0 comments

Google is pitching an AI agent ecosystem to consumers who may not buy it

https://techcrunch.com/2026/05/21/google-is-pitching-an-ai-agent-ecosystem-to-consumers-who-may-n...
1•cdrnsf•11m ago•0 comments

HTML-XML-Utils

https://www.w3.org/Tools/HTML-XML-utils/README
1•Tomte•15m ago•0 comments

An automated A.I. WWE news channel on YouTube tries to pronounce "WWE"

https://twitter.com/LarryBundyJr/status/2058140468219707566
1•YeGoblynQueenne•16m ago•0 comments

Claude Code MIT Dashboard

https://github.com/BEKO2210/My_Dash
1•Beko2210•18m ago•1 comments

Google's AI Search Is So Broken It Can 'Disregard' What You're Looking For

https://www.theverge.com/tech/936176/google-ai-overviews-search-disregard
1•Brajeshwar•21m ago•0 comments

Picovoice Discointinues Free Tier

https://console.picovoice.ai/
1•vghaisas•21m ago•2 comments

LogiWebConnect – Working on Linux

https://github.com/shneeba/logiwebconnect-mirror
1•properbrew•22m ago•1 comments

Reverse engineering circuitry in a Spacelab computer from 1980

https://www.righto.com/2026/05/reverse-engineering-spacelab-computer.html
8•elpocko•23m ago•1 comments

Data centers could be good for your hometown

https://www.vox.com/politics/488754/data-centers-ban-electric-bill-water
2•dabinat•26m ago•2 comments

'A Total Nightmare': Voices from a Moscow Hit by Ukrainian Drones

https://www.nytimes.com/2026/05/23/world/europe/moscow-drone-attacks-ukraine.html
4•JumpCrisscross•26m ago•1 comments

What Lamarck's Giraffe Got Right

https://nautil.us/what-lamarcks-giraffe-got-right-1280790
1•bookofjoe•27m ago•0 comments

Polish Nobel literature laureate admits to using AI

https://notesfrompoland.com/2026/05/21/polish-nobel-literature-laureate-tokarczuk-sparks-controve...
2•amarant•28m ago•1 comments

Ask HN: Does anyone what a "RiotCache.dat" file was doing in my EFI partition?

2•kromerless•29m ago•1 comments

The AI Slot Machine Is Draining My Creativity

https://daviesgeek.com/The-AI-Slot-Machine-is-Draining-My-Creativity
1•daviesgeek•31m ago•0 comments

Jack Parsons

https://en.wikipedia.org/wiki/Jack_Parsons
2•helterskelter•31m ago•0 comments

Evaluating Spec CPU2026

https://chipsandcheese.com/p/evaluating-spec-cpu2026
1•zdw•34m ago•0 comments

Surface laptop ships with 8GB RAM for $1299 despite pushing 16GB for Copilot PCs

https://www.windowslatest.com/2026/05/21/microsoft-pushed-16gb-ram-as-must-have-for-windows-11-fo...
5•MoltenMonster•37m ago•0 comments

Mace targets Squad Dem with constitutional ban on foreign-born lawmakers

https://www.foxnews.com/politics/mace-targets-squad-dem-proposed-constitutional-ban-foreign-born-...
1•SilverElfin•38m ago•0 comments

Security nightmare vibe-coder berates security conscious low budget OSS devs

https://twitter.com/steipete/status/2058101804202602949
2•rjzzleep•40m ago•0 comments

Show HN: Invoker, an IDE for orchestrating massively parallel agents

https://invoker.build
1•brhsagain•41m 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?