About:

Student interested in software development, computer networking, managing infrastructure at scale, cybersecurity, and DevOps

Website:

Specializations:

Incoming Links:

Outgoing Links:

Manu
Subscribe to RSS:
The Recurse Center (RC) is a community for programmers of all levels, offering a self-directed retreat in NYC where participants work on personal projects, learn, and collaborate. The author shares their positive experience at RC,...
The author shares their experience setting up an embedded Rust development environment for the RISC-V ESP32 using Nix flakes. They detail the challenges faced during the setup process and provide a list of online resources consult...
The text discusses a script that enables a visual bell in tmux, making it more aesthetically pleasing. It also provides instructions on how to use the script and configure tmux to enable the visual bell.
The text discusses the potential security issues with Obsidian Publish, particularly the ability for malicious users to enumerate all available pages and perform full-text search on the vault, even if the user has 'show navigation...
The text reflects on the balance between individual privacy and societal good, discussing government surveillance, data breaches, and the potential misuse of collected data. It highlights the importance of privacy as a fundamental...
The author shares about building an invite-only, shared, distributed NixOS system called wolfgirl.systems. Users have access to the nix daemon to install anything they want, request an ASN from ARIN, allocate IPv6 space, and host ...
The author discusses the use of a hypervisor with cockpit-machine for deploying virtual machines on a server, utilizing QEMU backend with libvirt and zfs for ZRAID array setup. The post also covers bridged networking and package i...
The blog post discusses the process of adding SWAP to a Debian machine, comparing swapfile and swap partition options, and providing step-by-step instructions. It also mentions the benefits of using a swap partition and the import...
The author discusses the reasons for developing a Proxmox replacement called Eve and Auto, highlighting issues with Proxmox such as custom kernel, firewalling, clustering, user management, and lack of centralized management. Eve i...
The author encountered a strange bug related to crypto capabilities while installing Debian on a UTM virtualization software on an M2 Mac machine. The issue was traced back to the CPU settings, and switching to a different CPU res...

0Bad Apple (Inc.)

2023-11-04

The author recounts their experience of their Apple App Store account being deactivated after getting a new iPhone, leading to a frustrating process of trying to get it reactivated with no success until Apple responded to a BBB co...

0Hello NixOS!

2023-10-29

The author decided to give Nix a try for simple deployments, saving time by defining the entire server in just a few files. They shared their Nix config and mentioned deploying thelounge via podman. The author plans to nix-ify the...
The author discusses VNC proxying for cloud deployments using eve, a management toolkit for libvirt-based virtualization servers. The process involves middleware authentication, reverse proxying, and websocket connections between ...
The author discusses network latency issues after tunneling traffic through a wireguard tunnel to Vultr for BGP due to upstream router downtime. Despite low CPU load, latency was high, leading to a switch to a CPU optimized comput...
The blog post discusses how to install Debian from any Linux distro when a Debian iso is not available. The author outlines the process, including formatting disks, mounting them, running the distro's bootstrap script, installing ...
The author describes the process of upgrading their server infrastructure, encountering issues with Linux kernels, libcrypt.so.1, and iDRAC, leading to a longer maintenance window than expected.

0Hello IndieWeb!

2023-07-31

The author updates their website to support IndieWeb protocols such as h-card, h-entry, RelMeAuth, and webmention. They also mention implementing a GoLang API for webmentions and receiving one webmention. The author invites reader...

0I'll Read It

2023-07-30

The author encourages people to start a blog and promises to read it, regardless of the topic. They emphasize the importance of connecting with others and sharing thoughts and ideas.
The author explains why they still use Github despite concerns about privacy and Co-Pilot training. They highlight the ease of use, visibility for recruiters, and integration with CI/CD pipelines as key reasons. However, they also...

0Website Updates

2023-07-27

The author discusses updates made to their website inspired by the indieweb scene and feedback from another blogger. Changes include a 'now' page, tag support for projects, improved accessibility, and future plans for dynamic cont...

0A Rant on Safari

2023-07-27

The author shares a frustrating experience with Safari where they accidentally closed all their tabs and were unable to recover them. They learned the importance of using tab groups to prevent this from happening in the future.
The blog post provides an overview of how the internet works and how to set up a virtual BGP network on a Linux machine. It covers topics such as internet connections, IP addresses, BGP, IPv4 vs. IPv6, and building your own ISP. T...
The author successfully completed their first year of computer science degree using only an iPad with various tools like SSH, tmux, and neovim. They run an infrastructure and networking project called EzriCloud and utilize Termius...
The author explains how their website is overengineered, using Rust for dynamic elements, markdown for content, and async runtime with tokio. They discuss dynamic CSS fetching, infrastructure management, deployment with docker con...