frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Tell HN: Updating to iOS 27 automatically enables Siri?

1•vaishnavsm•2m ago•0 comments

Pivotick v2.0.0 released – graphing library

https://github.com/Pivotick/Pivotick/releases/tag/v2.0.0
1•adulau•2m ago•0 comments

Cryptid Tourism: The Best Museums, Destinations and Festivals Across America

https://www.atlasobscura.com/articles/cryptid-tourism-across-america
1•rdmuser•5m ago•0 comments

JDK 27

https://openjdk.org/projects/jdk/27/
1•fourfire•5m ago•0 comments

Show HN: Chronocity – Watch your Git repo's history grow into a 3D city

https://dat999zx.github.io/chronocity/
1•dat999zx•7m ago•0 comments

Writing a book about software engineering, what do you want in it?

https://docs.google.com/forms/d/e/1FAIpQLSfPFxrCgOrq80huInb1PdY_BvFUOBqTqnxRVUVA-XijlGiyIg/viewfo...
1•drekipus•8m ago•0 comments

Planting trees in the wrong places is not a climate solution

https://theconversation.com/planting-trees-in-the-wrong-places-is-not-a-climate-solution-290796
1•rdmuser•9m ago•0 comments

ClickHouse as a Streaming HTTP API

https://clickhouse.com/blog/clickhouse-streaming-http-api
1•SriniK•24m ago•1 comments

Show HN: Chronicle – Local-first, open-source authoring software for writers

https://pazvanti.github.io/Chronicle/
2•pazvanti•25m ago•2 comments

The Writings of Leslie Lamport (2026)

https://lamport.azurewebsites.net/pubs/pubs.html
2•locknitpicker•27m ago•0 comments

The Analytic Art – Di François Viète

https://books.google.com/books/about/The_Analytic_Art.html
1•vismit2000•28m ago•0 comments

Attenuation, Not Acceptance

https://cacm.acm.org/blogcacm/attenuation-not-approval/
1•visha1v•30m ago•0 comments

For the first time, the US military confirms it has deployed weapons in orbit

https://arstechnica.com/space/2026/09/for-the-first-time-the-us-military-confirms-it-has-deployed...
2•jnord•30m ago•0 comments

The Productivity Illusion of Enterprise AI Coding

https://cacm.acm.org/blogcacm/the-productivity-illusion-at-the-heart-of-enterprise-ai-coding/
1•visha1v•31m ago•0 comments

Augmented Reality, Everywhere. All the Time

https://cacm.acm.org/opinion/everything-everywhere-all-pervasive-augmented-reality/
1•visha1v•31m ago•0 comments

Show HN: White-label AI voice and chat agent platform for resellers

https://www.famulor.io/whitelabel
1•imankoma•34m ago•0 comments

The real AI economy is being built by ordinary people

https://restofworld.org/2026/global-workers-using-ai-at-work/
1•thm•35m ago•0 comments

Investors nervous about AI spending slowdown after industry warnings

https://www.reuters.com/legal/transactional/investors-nervous-about-ai-spending-slowdown-after-in...
4•1vuio0pswjnm7•38m ago•0 comments

Dialup.rip – a 1996 Mac dial-up simulator

https://www.dialup.rip/
1•henrychannel•42m ago•0 comments

Nike's End of Men (2021)

https://www.houseofstrauss.com/p/nikes-end-of-men
1•vismit2000•49m ago•0 comments

My Wife Died of an Asthma Attack. If She'd Known About 'Peak Week' (2019)

https://www.wbur.org/cognoscenti/2019/09/18/asthma-peak-week-laura-levis-peter-demarco
1•Synthetic7346•50m ago•0 comments

Ledgerly a live budget chart that runs in the browser (free, no signup)

https://6b929b8f01f0260a705fb34bdac44ec3.ctonew.app
1•nharvey•53m ago•0 comments

Manticore Search 29.9.0: Chunked auto-embeddings and MMAP columnar access

https://medium.com/@s_nikolaev/manticore-search-29-9-0-chunked-auto-embeddings-and-mmap-columnar-...
1•snikolaev•55m ago•0 comments

Neurogrid the Community Cloud for LLMs

https://neurogrid.cc
1•cheyodev•56m ago•1 comments

Mourning the Loss of AI Companions

https://www.nature.com/articles/s41562-026-02569-3
2•geox•56m ago•0 comments

Sidero Labs Joins Yardi

https://www.siderolabs.com/blog/sidero-labs-joins-yardi
1•robinhoodexe•57m ago•0 comments

A Blender BPY skill that helps smaller LLMs build better 3D models

https://github.com/capybala18/capybala-bpy-skill
1•capy00129•57m ago•1 comments

He Accused His Brother of Sexual Abuse. Then He Took on His Family

https://www.nytimes.com/2026/09/15/world/asia/thai-singha-beer-family-abuse-accusations.html
1•JumpCrisscross•1h ago•0 comments

Show HN: The web is dead. Keep this app alive

https://longlivethis.site
4•armstrongb•1h ago•3 comments

Agents Have Favorite Tools

https://ianbarber.blog/2026/09/14/agents-have-favorite-tools/
1•matt_d•1h 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?