frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Adrianco's Retort: measure how reliable, fast and expensive your LLM is

https://adrianco.medium.com/how-reliable-fast-and-expensive-is-each-version-of-claude-code-sonnet...
1•hrpnk•28s ago•0 comments

The real-world cost of AI

https://www.rnz.co.nz/news/science-and-technology/597181/the-real-world-cost-of-ai
3•jethronethro•2m ago•0 comments

GitHubDesktopPlus: Fork of GitHub Desktop for alt. git hosts & better UX

https://github.com/pol-rivero/github-desktop-plus
1•xeonmc•4m ago•0 comments

Soaring stocks created 2M new millionaires around the world last year

https://www.cnbc.com/2026/06/04/stocks-new-millionaires.html
1•ajay-d•6m ago•0 comments

Show HN: FirstDraft – AI workers that claim Jira tickets and open PRs

https://firstdraft.run
1•gamerdrome•6m ago•0 comments

Exploring Ruby Algorithms for Fibonacci Numbers

https://www.rorvswild.com/blog/2025/fibonacci-ruby-algorithms
1•thunderbong•8m ago•0 comments

Tell HN: Our knowledge never was the limit

1•franze•8m ago•1 comments

SpaceX investor roadshow presentation [pdf]

https://content.spacex.com/cms-assets/assets/SpaceX%20IPO%20Roadshow.pdf
1•frasermarlow•10m ago•1 comments

Show HN: Revaiso – AI writing in Google Docs as native suggestions

https://chromewebstore.google.com/detail/revaiso/pgadnhlihdcmplleikbcmippnmfpfbin
1•roykishony•11m ago•0 comments

End of CHU: Canada's Official Shortwave Time Signal Goes Silent in 2026

https://radio-hobbyist.com/canada-chu-time-signal-shutdown-2026/
3•7402•13m ago•0 comments

Palantir to manage UK firearms, explosives, and poisons licensing

https://www.theregister.com/databases/2026/06/04/palantir-wins-9m-contract-to-run-uk-firearms-lic...
2•logickkk1•16m ago•0 comments

Porting Wasmer Django backend to Rust improved the infra usage by 90%

https://wasmer.io/posts/ported-wasmer-backend-django-to-rust
1•syrusakbary•16m ago•0 comments

Bel spec guide interleaved with its source code

https://github.com/pmc99/pmc99.github.io
1•pmc99•20m ago•0 comments

Why Gamers Are Drawn to High-Risk, High-Reward Mechanics

https://nichegamer.com/why-gamers-are-drawn-to-high-risk-high-reward-mechanics/
1•HelloUsername•20m ago•0 comments

Cloud-optimizing the GOES-16 satellite data archive without copying data

https://www.earthmover.io/blog/virtual-zarr/
7•tomnicholas1•21m ago•1 comments

The Effective Sample Size

https://alex.smola.org/posts/40-effective-sample-size/
1•jxmorris12•24m ago•0 comments

Can Postgres Queues Scale?

https://www.dbos.dev/blog/making-postgres-queues-scale
2•KraftyOne•24m ago•1 comments

Nintendo announces new Switch 2 model with removable battery In the EU

https://www.nintendo.com/en-gb/Corporate/Consumer-Information/Compliance-with-EU-Directives-and-R...
3•HelloUsername•24m ago•0 comments

See, Act, Correct: three levers for working with a code agent

https://blog.owulveryck.info/2026/06/04/see-act-correct-three-levers-for-working-with-a-code-agen...
1•owulveryck•25m ago•0 comments

Show HN: Vlags, small vector flags. Less than 900 bytes each

https://vlags.com/
1•ryancanzo•26m ago•0 comments

Opensessions – A beautiful TMUX sidebar, no nonsense

https://github.com/Ataraxy-Labs/opensessions
1•rohanucla•26m ago•0 comments

Show HN: Apple's Unreleased Persona Body Animation Solver, Running on a Mac

https://gitlab.com/niallhorn/persona-coreik-simulatordemo
1•iheartbiggpus•27m ago•1 comments

Hays Code

https://en.wikipedia.org/wiki/Hays_Code
2•fidotron•28m ago•0 comments

Information Overload

https://disconnect.blog/information-overload/
2•cdrnsf•28m ago•1 comments

Immigrant Rights Lawyers File Lawsuit over Palantir's Elite

https://www.404media.co/immigrant-rights-lawyers-file-lawsuit-over-palantirs-elite/
1•cdrnsf•29m ago•0 comments

Multigres v0.1 Alpha: an operating system for Postgres

https://supabase.com/blog/multigres-v0-1-alpha
5•alex-reyss•32m ago•0 comments

A Desperate Plea for a Free Software Alternative to Aspera (2018)

https://www.ccdatalab.org/blog/a-desperate-plea-for-a-free-software-alternative-to-aspera
2•downbad_•33m ago•0 comments

BrickThink Launches to the Masses

https://www.brickthink.io/
1•workpage•34m ago•0 comments

'Touchy-feely' dark matter is having a moment

https://www.scientificamerican.com/article/touchy-feely-dark-matter-is-having-a-moment/
1•speckx•35m ago•0 comments

Review HN

https://reviewreply.pages.dev
1•Contentbase•35m 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?