yequari.com

yequari.com

yequari

Welcome to my homepage! I program and tinker with computers. This site is a collection of notes, ramblings, things I like, and more. My hobbies include video games, TTRPGs, and collecting Transformers figures.

Latest Posts

The results of last night’s election are disappointing, angering, and horrifying. But they are not shocking. I’ve seen lots of talk about how stupid and racist and sexist the general American populace is to be able to vote the way the...
As I mentioned in my previous post, I’ve been using LibreWolf as my daily driver browser. It’s been about two weeks since then, and I had some thoughts. I originally tried to compile LibreWolf myself, which is how I found out 16GB of RAM...
Mozilla is seemingly allergic to making good decisions, as shown by two recent (anti-)features it has brought to Firefox. First, is an AccuWeather widget on the new tab screen, enabled by default. On the surface, this seems mundane, but...
I’ve been using Arch Linux (btw) since the beginning of this year. It is a barebones distro, meaning you have to install every package you are going to use yourself. While not the most fun exercise in the world, it made me think about...
Transformers 00s Store Exclusives This page was created as an entry into the 32-Bit Cafe’s Codejam #5. While not necessarily a “complicated topic”, it is a topic I can ramble on about for hours. The early- to mid-2000s period of the...
Let’s say you’re running a web service where users can add other users as friends. How do you store each user’s friends list in the database? The simplest solution would be to use one large table called “friends” with each row being an...
I’ve been using vim (specifically neovim) for over a year, I really enjoy how customizable it is, though up until today, I’ve only customized it through plugins made by other people. Today I wrote two Lua functions to streamline my...
When I first created my website just over two years ago, I spent a lot of time fretting over what exactly to put on it. The common answer of “anything you want!” wasn’t helpful because I didn’t actually know what I wanted. Spending time...
I needed to enable Secure Boot so that I could play League of Legends with Riot’s Vanguard Anti Cheat. It seemed complex at first but was actually easier than I expected. The Arch Wiki is both helpful and confusing here, it provides a...
Example [Desktop Entry] # The type as listed above Type=Application # The version of the desktop entry specification to which this file complies Version=1.0 # The name of the application Name=jMemorize # A comment which can/will be used...
System units go in /etc/systemd/system User units go in $HOME/.config/systemd/user [Unit] Description=Webring test service After=network.target StartLimitIntervalSec=0 [Service] Type=simple Restart=always RestartSec=1...
status.cafe provides you with a JavaScript snippet to include your status on your site. I don’t update my status super often, so I don’t need to be hitting m15o’s servers on every page load. To get around this, I wanted to see if I could...
General Tips vim -p file1 file2 to open multiple files as tabs :qa to quit out of all open buffers :Ex to return to netrw (file explorer) Terminals :term to open a terminal in current window Use i to enter insert mode and type into the...
Though I didn’t have any big plans this weekend, I kept myself busy around the house. I mailed some packages, did the grocery shopping, prepared some meals for the week, rearranged my kitchen, cleared out some expired food, and cleaned...
I’ve been keeping up with X-Men 97 weekly, it’s such a good show. I love that it has a pretty serious plot but also keeps some of that Saturday morning cartoon charm. The weekly release schedule is so nice, I love spending the week...
Search Random