frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Computer Science Achievement and Writing Skills Predict Vibe Coding Proficiency

https://dl.acm.org/doi/10.1145/3772318.3791666
1•thomasweiser•33s ago•0 comments

Last Universal Common Ancestor

https://en.wikipedia.org/wiki/Last_universal_common_ancestor
1•thunderbong•57s ago•0 comments

Show HN: Curated, non-slop articles on agentic coding

https://offautopilot.substack.com/about
1•sidkh•2m ago•0 comments

Do AI summaries hurt critical thinking?

https://medium.com/blueprint-for-disaster/ai-summaries-are-a-threat-to-our-cognitive-sovereignty-...
1•xngbuilds•3m ago•0 comments

Oh My OpenAgent

https://ohmyopenagent.com
1•this_was_posted•3m ago•0 comments

How a $1k AWS Bill Made Me Redesign My ECS Architecture

https://jch254.com/blog/lush-aural-treats-aws-cost-redesign/
2•slyall•5m ago•0 comments

Why Almost Everyone Loses–Except a Few Sharks–On Prediction Markets

https://www.wsj.com/finance/investing/polymarket-kalshi-betting-profits-prediction-markets-eb23ac11
2•JumpCrisscross•7m ago•0 comments

R – The Regenerative Dollar

https://paste.to/?cc6dbee108425678#68fgTvqyEAz94wuUX4jkuewbvJBJDf2n5j8T3JqJwpsq
2•ahgaghsbk•7m ago•0 comments

Vaccines were associated with an increased risk of dementia

https://pubmed.ncbi.nlm.nih.gov/36542511/
3•bilsbie•8m ago•0 comments

MatPlotLibNet – server-rendered charting for .NET, built for a trading system

https://github.com/xkqg/MatPlotLibNet
2•RikkieG•9m ago•0 comments

Esoteric Topics in Computer Programming (2002)

http://web.archive.org/web/20020609152409/www.catseye.mb.ca/esoteric/index.html
2•downbad_•10m ago•1 comments

The Quest for Equivalent Exchange – Supporting Exchange in Thunderbird

https://brendan.abolivier.bzh/exchange-pt-1/
2•babolivier•12m ago•0 comments

QuickHeap: A Fast Priority Queue

https://curiouscoding.nl/posts/quickheap/
2•fanf2•14m ago•0 comments

Show HN: Let THINK – Pure ideas from AI, no syco flattery

https://letthink.co
2•adamgonda•15m ago•0 comments

Talking to 35 Strangers at the Gym

https://thienantran.com/talking-to-35-strangers-at-the-gym/
4•thitran•15m ago•0 comments

Ask HN: Where are SWE's being replaced?

2•lionkor•16m ago•0 comments

Rebuilding a TLS-like protocol from scratch, step by step

https://www.dmytrohuz.com/p/rebuilding-tls-from-scratch-my-complete
2•dmyhuz•17m ago•0 comments

Ask HN: What's your favorite HN post?

3•chistev•18m ago•1 comments

Model multipliers for annual plans staying on request-based billing

https://docs.github.com/en/copilot/reference/copilot-billing/model-multipliers-for-annual-plans
2•derkoe•18m ago•1 comments

Amsterdam bans public adverts for meat and fossil fuels

https://www.bbc.com/news/articles/c9wejdekpwyo
4•vinni2•19m ago•0 comments

An Empire in Decline

https://www.nytimes.com/2026/05/03/opinion/iran-us-empire.html
2•Teever•20m ago•0 comments

I Majored in Philosophy Despite Everyone Telling Me Not to (2013)

https://www.mic.com/articles/55789/why-i-majored-in-philosophy-despite-everyone-telling-me-not-to
2•downbad_•21m ago•1 comments

In defense of GitHub's poor uptime

https://evanhahn.com/in-defense-of-githubs-poor-uptime/
1•jllyhill•21m ago•0 comments

GradIEEEnt half decent – The hidden power of imprecise lines(2023) [pdf]

https://tom7.org/grad/murphy2023grad.pdf
1•azalemeth•21m ago•0 comments

How to Write Better: Lessons from five years of shitposting

https://chillphysicsenjoyer.substack.com/p/how-to-write-better
1•crescit_eundo•23m ago•0 comments

My friend's nephew won't spend $200 on the tool dismantling his degree

https://pilgrima.ge/p/the-side-door
1•momentmaker•24m ago•1 comments

The 2026 World Cup scam economy is already running before the first whistle

https://www.malwarebytes.com/blog/threat-intel/2026/05/the-2026-world-cup-scam-economy-is-already...
1•ilreb•26m ago•0 comments

The IDE Is Dead

https://makersbreakers.substack.com/p/the-ide-is-dead
1•luka_leskovsek•27m ago•1 comments

Five Eyes spook shops warn rapid rollouts of agentic AI are too risky

https://www.theregister.com/2026/05/04/five_eyes_agentic_ai_recommendations/
2•Bender•27m ago•0 comments

Keep AI Out of Your (Obsidian) Vault

https://www.ssp.sh/brain/using-obsidian-with-ai/
3•alfonsodev•28m 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?