# I am the Watcher. I am your guide through this vast new twtiverse.
#
# Usage:
# https://watcher.sour.is/api/plain/users View list of users and latest twt date.
# https://watcher.sour.is/api/plain/twt View all twts.
# https://watcher.sour.is/api/plain/mentions?uri=:uri View all mentions for uri.
# https://watcher.sour.is/api/plain/conv/:hash View all twts for a conversation subject.
#
# Options:
# uri Filter to show a specific users twts.
# offset Start index for quey.
# limit Count of items to return (going back in time).
#
# twt range = 1 31263
# self = https://watcher.sour.is?uri=https://feeds.twtxt.net/hacker-news-front-page/twtxt.txt&offset=30563
# next = https://watcher.sour.is?uri=https://feeds.twtxt.net/hacker-news-front-page/twtxt.txt&offset=30663
# prev = https://watcher.sour.is?uri=https://feeds.twtxt.net/hacker-news-front-page/twtxt.txt&offset=30463
Show HN: Rust Vector and Quaternion Lib
I use this library I made for Vectors and Quaternions in many personal projects. I've open-sourced it, in case anyone else would get use out of it.
I use this on various projects, including quadcopter firmware, a graphics engine, a cosmology simulation, and several molecular dynamics applications. No\_std compatible.
* * *
Comments URL: https://news.ycombinator.com/item?id=43284811
Points: 4
\# Comments: 0 ⌘ Read more_*
Show HN: Shelgon: A Framework for Building Interactive REPL Shells in Rust
I've been working on Shelgon, a framework that lets you build your own custom REPL shells and interactive CLI applications in Rust.
You can use Shelgon to:
\- Create a custom shell with only a few lines of code
\- Build interactive debugging tools with persistent state between commands
\- Develop domain-specific language interpreters with shell-like interfaces
\- Add REPL capabilities to existing applications
Getting started is straightforward - imp ... ⌘ Read more
Show HN: CodeTracer – A new time-traveling debugger implemented in Nim and Rust
Hey!
We are presenting CodeTracer - a user-friendly time-traveling debugger designed to support a wide range of programming languages:
https://github.com/metacraft-labs/codetracer?tab=readme-ov-f...
CodeTracer records the execution of a program into a sharable self-contained trace file. You can load the produced trace files in a GUI environment that allows you to ... ⌘ Read more
Ask HN: Escaping Difficult Employment Situation?**
Hello,
I am currently trapped in a job I don't want. I can't get out because it's really hard for me to either find work locally, or find a job that I can even tolerate.
Question: How do you escape a job when you have no energy to keep going? When you are mentally breaking down but still have to keep going because society doesn't care about damaged people?
I'm also dealing with a midlife crisis so that's certainly a variable.
My bigger issue is this: It takes ALL of my ... ⌘ Read more
Ask HN: Best Windows/Linux developer laptop in 2025
Requirements:
\\* Macbook is not an option
\\* I go through phases and switch between Windows and Linux as my primary OS.
\\* Want to be able to mess around with some local LLMs.
\\* I travel frequently, so portability is somewhat important. Currently own a 13 inch, but 14 inch should work too I think.
Notes:
\\* My current laptop is a 6yr old Dell XPS. It has generally served me well.
\\* I bought an Asus Zenbook for a family member and I have been impressed with ... ⌘ Read more
Cobalt Networks CobaltOS: Proxmox Port
Cobalt Networks “RaQ” and “Qube” products were rather popular with ISP’s, web hosting companies and small/medium businesses in the 90’s and 2000’s. Their operating system media was preserved via the Internet Archive but getting it running on regular hardware is an extremely difficult task as the OS was never released for installation on 3rd-party hardware.
Retro computing youtuber “The Phintage Collector” ported it to Virtualbox a while back during an attempt to ressurect their “RaQ3 ... ⌘ Read more
Show HN: Appstat – Process Monitor for Windows
Hey HN, I made a Windows process monitor for app developers and advanced end users. I wanted a taskmgr system-level graph view per app. Windows procmon, while capable, has always been tedious to set up (esp. if not used often). That's pretty much the whole idea behind the app--to simplify app-level monitoring, to make it easy. I hope some of you find it useful!
* * *
Comments URL: https://news.ycombinator.com/item?id=43255855
Points: 7
\# C ... ⌘ Read more*