frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tetracono

https://tetracono.net/
1•marukodo•57s ago•0 comments

Experiential Learning

https://en.wikipedia.org/wiki/Experiential_learning
1•lucidplot•1m ago•0 comments

I built an LLM pipeline to automate emotional prosody in long-form audio

https://castory.studio/
1•18272837023•2m ago•0 comments

Alita – Your Virtual Professional AI Assistant

https://alitagpt.com
1•Robelkidin•2m ago•0 comments

South Korea introduces universal basic mobile data access

https://www.theregister.com/2026/04/10/south_korea_data_access_universal/
1•rguiscard•6m ago•0 comments

Tell HN: Claude Code usage depletion makes it basically unusable now

1•prmph•10m ago•0 comments

The Myth That Only Brilliant People Are Good at Math (2018)

https://www.researchgate.net/publication/324951036_The_Myth_That_Only_Brilliant_People_Are_Good_a...
2•lucidplot•11m ago•0 comments

Web Research with Local LLM

https://github.com/AuthBits/webmcp
1•bluethunder•11m ago•2 comments

AI Is Stealing Your Voice

https://daniel.reguero.dev/blogs/ai-is-stealing-your-voice
1•dreguero•12m ago•0 comments

Spanish dollar

https://en.wikipedia.org/wiki/Spanish_dollar
2•fodmap•12m ago•0 comments

Soppo language: Go, with the features it's missing

https://soppolang.dev/
1•networked•14m ago•0 comments

Thought Virus: Subliminal Prompting in Multi-Agent Systems

https://arxiv.org/abs/2603.00131
1•danielmorozoff•14m ago•0 comments

AI Agent Sessions, 21 Human Interventions: Batch Orchestration Data

https://augmentedcode.dev/batch-orchestration-at-scale/
1•viktorianer•15m ago•0 comments

Scientists Are Finally Unlocking a Cancer Treatment's Full Potential

https://www.theatlantic.com/science/2026/04/car-t-cell-therapy-autoimmune-disease/686742/
1•JumpCrisscross•19m ago•0 comments

How Chinese state-media CGTN is shaping global narratives

https://rsf.org/en/65-language-megaphone-how-chinese-state-media-cgtn-shaping-global-narratives
1•fodmap•21m ago•1 comments

Show HN: PyClaw

https://github.com/venkatram-s/pyclaw/
1•venkatram-s•22m ago•0 comments

Have 2 accounts in Claude Code and it sucks switching between them?

https://github.com/Mamdouh66/claude-switch
2•mamdouh_ai•24m ago•0 comments

Purisaki Berberine Patches – Natural Herbal Patch for Healthy Living [pdf]

https://storage.prod.researchhub.com/uploads/papers/users/187827/42ae3503-fb78-4ce2-bfb4-a0a41d3a...
1•carlaglam•25m ago•0 comments

Jj v0.39.0 Released

https://github.com/jj-vcs/jj/releases/tag/v0.39.0
1•birdculture•25m ago•0 comments

Custom AI Solutions – AI Development Company – ViitorCloud

https://viitorcloud.com/capabilities/custom-ai-solutions/
1•Olivia_Watson•28m ago•0 comments

AI scans 400k Reddit posts to flag overlooked GLP-1 side effects

https://medicalxpress.com/news/2026-04-ai-scans-reddit-flag-overlooked.html
2•geox•31m ago•0 comments

I stopped looking for startup ideas. I started noticing something else

1•vibecoder21•33m ago•0 comments

5 Open-Source Projects Running Transformers on CPUs to GPUs in Pure-Modern Java

https://old.reddit.com/r/java/comments/1shho8f/the_purejava_llm_revolution_the_jvm_now_has_all/
3•mikepapadim•38m ago•2 comments

Amazon CEO Andy Jassy's 2025 Letter to Shareholders

https://www.aboutamazon.com/news/company-news/amazon-ceo-andy-jassy-2025-letter-to-shareholders
2•alex_suzuki•42m ago•0 comments

Show HN: Airwave synced music streaming from YouTube/Spotify links

https://github.com/76696265636f646572/Airwave
1•Vibecoder_•46m ago•0 comments

Warp Decode vs. vLLM's Triton kernel: where each wins (crossover analysis)

https://ai.rundatarun.io/AI%20Systems%20%26%20Architecture/reproducing-warp-decode-blackwell
2•RyeCatcher•46m ago•0 comments

Repository Pattern with Hygienic Macros in Scheme – Lisp

https://jointhefreeworld.org/blog/articles/lisps/functional-repository-pattern-in-scheme-with-mac...
2•jjba23•48m ago•0 comments

The Music of the Spheres: SMBC 5 part comic co-authored with Terry Tao

http://smbc-comics.com/comic/spheres-part-1
1•yeellow•51m ago•0 comments

Show HN: Go language extension with HTML templates

https://github.com/doors-dev/gox
2•derstruct•51m ago•0 comments

Show HN: The Stack, a Clay sculpture that writes poems through Wi-Fi [video]

https://vimeo.com/1181880000
1•G_S•52m ago•0 comments
Open in hackernews

Show HN: BugStalker - a modern Rust debugger

https://github.com/godzie44/BugStalker
115•godzie•11mo ago

Comments

godzie•11mo 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•11mo 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•11mo ago
Would something like this work for you? https://probe.rs/
otherayden•11mo 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•11mo ago
any Machine Interface planned (à la GDB/MI)?
godzie•11mo ago
First priority is a DAP support. But after this - why not.
harpiaharpyja•11mo ago
Would DAP support allow this to be used with OpenOCD?
giancarlostoro•11mo ago
BugStomper would have also been a great name choice. ;)
rob74•11mo 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•11mo 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•11mo 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•11mo ago
Unfortunately no, but it's a good idea. I'll definitely look into this feature.
gitroom•11mo 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•11mo 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•11mo ago
is this necessarily linux for dependency reasons, or could it be on OSX in the future?
godzie•11mo 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•11mo ago
What's the state of expression evaluation?