This is a WIP. Last update 2024-09-21. I wrote a fairly bland history of is.xivup.com , but I wanted to dive into some of the technical aspects of the site that are interesting (aka: this post). The code is not open-source right now due to “reasons”, so you get this blog post instead. Where it is now Running scc on the codebase yields the following:…
This is a brief history of the creation and maintenance of is.xivup.com. I have been running a server status website for FFXIV (Final Fantasy XIV, an MMO) since 2017 at is.xivup.com . The primary purpose of it is to have an auto-refreshing site that can tell people if the FFXIV servers are up. Because I suck at coming up with new ideas, this 2017 site was already a “v2”, as my original…
Note: this post is effectively just a journal entry for myself. Don’t expect much of interest here. 2022 was a turbulent year for my family. Early in the year my dog had major emergency surgery on the same day my father-in-law had open-heart surgery. That was a stressful, wondering if we would lose either or both of them on that day (spoiler, all went well for both! And the father-in-law is…
Intro Firewalls are great, until they get in your way. I run a simple website that occasionally gets really large traffic spikes, so I like to load test it to know its limits. I’ve been migrating it from GCP to Linode, and during the migration testing I ran into some performance bottlenecks. This has led me on a really long journey of writing my own nftable firewall rules. If you want to…
I wrote about Picking Ghost a year ago, but I’m now going back to a static site generator. For personal writing, I previously published a few posts on another domain back in 2013. I used Hugo back then, but much of it was poorly done (and I wasn’t able to regenerate that site since ~2015, so it just languished). Last year I tried Wordpress and Ghost, but went with Ghost. And now in…
Opinions are my own and not those of my employer. While it’s been 6 years since I left Cisco to join Google, it’s interesting to realize that even back then, the 2 companies approached network security in very different ways. Snort and Enterprise Network Security I previously worked at SourceFire (which was acquired by Cisco) on their network security equipment. Their core software,…
Ghost subtly told me I am holding it wrong . As I’ve been writing posts with Ghost, I have seen that it will do odd things with paragraph layout if I put two spaces after a period. This aligns with Microsoft Word and most of the publishing industry, which says you should only have one space after a period. Per Wikipedia : The desired or correct sentence spacing is often debated but some…
One of the eternal questions for someone starting a blog is what platform to use. Let’s go through that thought process. Self Hosted or Not Hosting on a third-party platform would get me up and writing faster, but as someone who has previously run my own Wordpress instance, I like self hosting. My 3 main reasons: I enjoy the tinkering. Playing with Linux systems to get them working…
This post was partially inspired by a FFXIV post from Reddit: How to check your NA server ping . My post below gives players real FFXIV servers to ping test against. With Final Fantasy XIV: A Realm Reborn releasing in two months, and with the beta servers now online with regional servers, I figured it was time to take a peek at where the servers were located. There was some guessing in the…
Preamble When I first started looking at the Simcity 2013 traffic, I had hoped I could peak at all of the server communication they do. Sadly (for me), the team at Maxis was fairly smart when it came to securing their encrypted traffic and they were able to thwart my initial attempts to man-in-the-middle ( MITM ) the connection between the Simcity client and their servers. I plan on attempt that…
Like many other who have tried playing Simcity since it’s launch, I’ve had time wasted fighting with their servers trying to get online. This motivated me to start looking at the game’s network traffic to see what I could find. When you initially start up the game, the launcher connects to a number of different servers; this includes the advertisement area (the newsletter in the…