2025-03-23 –
10 min read
#Kubernetes
#K3s
#TTRSS
#RSS
#Self-hosting
Tiny Tiny RSS (tt-rss) is an open-source RSS reader that can be run on your home server. It offers many excellent features including synchronization across multiple devices, a customizable interface, and extensibility through plugins.
I mainly use an RSS reader for two reasons:
Selective information …
Read more →
2025-03-22 –
9 min read
#Computer Architecture
Register windows are a mechanism designed to reduce the overhead of saving and restoring registers during function calls (procedure calls). They were adopted in some RISC architectures, including SPARC, i960, and AMD29k, and achieved a certain level of success, but are rarely used in major …
Read more →
2025-03-17 –
11 min read
#RISC-V
#Computer Architecture
The semiconductor industry is at a major turning point. As Moore’s Law approaches its limits, chip design philosophy is shifting from single high-performance cores to heterogeneous architectures that combine multiple different types of processors. Amid this change, RISC-V, an open-source ISA …
Read more →
2025-03-09 –
2 min read
#GCC
#C/C++
#Compiler
#Build
Here’s a comprehensive script for building the latest GCC compiler from source code. I’ll omit detailed explanations of options as they are available on the official documentation. Building GCC yourself instead of using system packages allows you to access the latest features and bug …
Read more →