# wm (blogs) — RSS Amplifier

Recent posts from the 3 feeds in the RSS Amplifier directory that cover wm.

Page: <https://rssamplifier.com/topics/wm/blogs>  
Feed: <https://rssamplifier.com/topics/wm/blogs.md>

---

## [Bulletin Board 76](https://wmbrown.substack.com/p/bulletin-board-76)

_2026-08-16 · Matt Hranek · The Wm Brown Weekly_

Living your best summer and my latest Hemingsworth polo collaboration to wear while doing so...

## [Bulletin Board 75](https://wmbrown.substack.com/p/bulletin-board-75)

_2026-08-07 · The Wm Brown Weekly_

A better shave, soap on a rope and a Wm Brown insider’s style secrets.

## [The Case for Wearing White](https://wmbrown.substack.com/p/the-case-for-wearing-white)

_2026-07-31 · Matt Hranek · The Wm Brown Weekly_

From denim to double-breasted suits, why I love wearing white year-round—and how I keep it clean.

## [Query JSON, CSV, and TSV Files Using SQL in the Terminal](https://terminalroot.com/query-json-csv-and-tsv-files-using-sql-in-the-terminal/)

_2026-07-24 · Terminal Root_

qo is a command-line tool written in Go that allows you to run SQL queries on structured data. It features an interactive TUI (Terminal User Interface) where you write your query and see results in real time, and it also works seamlessly in Unix pipelines. Its main features include: Query JSON , CSV , and TSV files. Uses SQL syntax based on SQLite . Interactive interface for quickly testing…

## [Bulletin Board 74](https://wmbrown.substack.com/p/bulletin-board-74)

_2026-07-24 · Matt Hranek · The Wm Brown Weekly_

Silk dressing gowns, a podcast sneak-peek and an Aperol spritz alternative.

## [TUIOS: A Terminal Window Manager](https://terminalroot.com/tuios-a-terminal-window-manager/)

_2026-07-21 · Terminal Root_

TUIOS is a terminal multiplexer and window manager that allows you to create multiple terminals and organize them in side-by-side layouts (BSP tiling). Installation The project offers several installation methods: Homebrew brew install tuios Go go install github.com/Gaurav-Gosain/tuios/cmd/tuios@latest Installation script curl -fsSL…

## [SkiftOS: A Modern Operating System written in C++ from scratch](https://terminalroot.com/skiftos-a-modern-operating-system-written-in-cpp-from-scratch/)

_2026-07-20 · Terminal Root_

SkiftOS is an open source operating system developed practically from scratch, without relying on a Linux kernel or BSD . Warning: the developer himself states that the project is still in its early stages and should not be used as a primary operating system or in production . Developed primarily in C++20 , it aims to combine: simplicity; modularity; modern design; clean APIs; integrated graphical…

## [Meet this Open Source Launcher inspired by Raycast](https://terminalroot.com/meet-this-open-source-launcher-inspired-by-raycast/)

_2026-07-17 · Terminal Root_

If you enjoy the Raycast experience but use Linux, you’ve probably already looked for a truly fast, modern, and extensible alternative. Vicinae was created exactly with that goal in mind. Vicinae is a launcher written in C++ and Qt , offering native performance, low resource consumption, and compatibility with various extensions from the Raycast ecosystem available for GNU/Linux . Available…

## [My Summer 2026 Kit List](https://wmbrown.substack.com/p/my-summer-2026-kit-list)

_2026-07-17 · Matt Hranek · The Wm Brown Weekly_

More than 60 pieces of gear I swear by for this summer.

## [Bulletin Board 73](https://wmbrown.substack.com/p/bulletin-board-73)

_2026-07-10 · Matt Hranek · The Wm Brown Weekly_

A Corsican cocktail with limoncello, Bugatti wrist check and a Lake Como joy ride

## [A Friend Gave You $30 (Sponsored)](https://crawlproof.com/a/FBLZsD6RmKfN)

_2026-07-10 · **Sponsored**_

Sign up, deposit $5 within 30 days, and start investing with expert guidance.

## [Meet This SSH Multi-Server Manager](https://terminalroot.com/meet-this-ssh-multi-server-manager/)

_2026-07-07 · Terminal Root_

If you manage multiple servers via SSH, you should check out LazySSH . It’s a terminal -based ( TUI ) SSH manager, inspired by tools like lazydocker and k9s , that makes it easy to navigate and manage entries in your ~/.ssh/config file. Search by alias, IP, or tags Pin favorite servers Add, edit, and remove hosts directly from the interface Ping to check availability SSH connection with a single…

## [A Love Letter to the 4th of July](https://wmbrown.substack.com/p/a-love-letter-to-the-4th-of-july)

_2026-07-04 · Matt Hranek · The Wm Brown Weekly_

These are a few of my favorite things

## [Bulletin Board 72](https://wmbrown.substack.com/p/bulletin-board-72)

_2026-06-26 · Matt Hranek · The Wm Brown Weekly_

An elegant start to Pitti week, the best sartorial moments in Milan and the perfect summer tee.

## [Pitti Uomo 110: A Recap in 3 Looks](https://wmbrown.substack.com/p/pitti-uomo-110-a-recap-in-3-looks)

_2026-06-19 · Matt Hranek · The Wm Brown Weekly_

Beating the heat, tonal dressing, summer footwear and my new favorite linen deck pants.

## [Bulletin Board 71](https://wmbrown.substack.com/p/bulletin-board-71)

_2026-06-12 · Matt Hranek · The Wm Brown Weekly_

Under-the-radar Italian menswear and a chat with the winemakers of the Wm Brown rosé.

## [Easily Create Progress Bars in C](https://terminalroot.com/easily-create-progress-bars-in-c-language/)

_2026-05-09 · Terminal Root_

c\_progress\_bar is a library for C that helps you create: Colorful progress bar Estimated remaining time Elapsed time tracking Works with MSVC , Clang , and GCC Written in C99 with minimal dependencies Installation git clone https://github.com/c-modules/c\_progress\_bar cd c\_progress\_bar/ cmake . -B build cmake --build build/ sudo cmake install build Simple example #include \<stdint.h\> #include…

## [Quickshell: Build Your Own Desktop on Linux](https://terminalroot.com/quickshell-build-your-own-desktop-on-linux/)

_2026-05-06 · Terminal Root_

Quickshell is a modern toolkit built with C++ for creating desktop interface components — bars, widgets, lock screens, launchers, and even complete environments — using QtQuick + QML . It is not a “bar program”. It is also not a complete, ready-made desktop. It is a foundation for building a custom desktop , running alongside a compositor like Hyprland, Sway, or i3. In practice, it replaces…

## [Meet this modern docking framework for JavaFX](https://terminalroot.com/meet-this-modern-docking-framework-for-javafx/)

_2026-05-06 · Terminal Root_

SnapFX is a docking framework for JavaFX , focused on creating flexible interfaces in the style of: IntelliJ / VS Code IDEs in general tools with multiple panels Lightweight and modern, designed for dynamic and organized layouts, without you having to reinvent drag & drop for windows. Installation Via Gradle implementation ( "org.snapfx:snapfx-core:\<version\>" ) Build: git clone…

## [Some Thoughts about AI and Software Development](https://ntk148v.github.io/posts/ai-thoughts/)

_2026-04-21 · kiennt2609@gmail.com (Kien Nguyen-Tuan) · Welcome to My Digital Playground! 🎮 on kiennt26's home_

Two years ago I was hyped every time a new AI coding tool dropped. Cursor, Claude, agents, whatever — I’d dive in immediately, feeling like I suddenly had superpowers . Today I open Twitter, Reddit, or my feed and mostly feel drained . The speed, the noise, the endless updates… it’s overwhelming. AI’s impact on software development is insane — both incredibly good and quietly scary. After using…

## [Route application traffic via command line](https://terminalroot.com/route-application-traffic-via-command-line/)

_2026-04-15 · Terminal Root_

toricli.sh is a tool written in Go , focused on making it easy to route application traffic via the command line. The goal is to simplify the use of anonymization on Linux without relying on complex configurations. It falls into the same category as tools like torsocks , but with a more direct and automated approach. Installation For Windows , use WSL # systemd curl -fsSL…

## [Zero-Persistence E2EE (Sponsored)](https://crawlproof.com/a/3pKgcfRqY2k8)

_2026-04-15 · **Sponsored**_

End-to-end encryption with client-side WebCrypto and volatile memory.

## [Pyrite64, a Modern Engine for Nintendo 64](https://terminalroot.com/pyrite64-a-modern-engine-for-nintendo-64/)

_2026-04-12 · Terminal Root_

Pyrite64 is an open-source engine + visual editor for creating native 3D Nintendo 64 games — not “N64-style”, but games that actually run on original hardware or accurate emulators. For development (scripting) with C++ or C What’s the idea? Replace the old workflow (confusing SDKs + broken toolchains) Bring something closer to Unity/Godot, but focused on the N64 Generate real ROMs compatible with…

## [Bloom Filter in Go](https://ntk148v.github.io/posts/bloom-filter/)

_2026-02-21 · kiennt2609@gmail.com (Kien Nguyen-Tuan) · Welcome to My Digital Playground! 🎮 on kiennt26's home_

Source: https://en.wikipedia.org/wiki/Bloom\_filter https://redis.io/docs/latest/develop/data-types/probabilistic/bloom-filter/ https://clickhouse.com/docs/en/engines/table-engines/mergetree-family/mergetree#table\_engine-mergetree-data\_skipping-indexes What is Bloom filter? When building high-performance systems, minimizing expensive operations like disk reads or remote database queries is…

