I just arrived last night to Japan, and I honestly think Japan might be my favorite country. I’ve been to Japan many times (I’m half-Japanese so used to come every year as a kid), but every time I come back I’m still blown away. Don’t get me wrong I’m not necessarily saying I would live … Continue reading Japan Might Be My Favorite Country
|
|
My MacOS Element Matrix client (Electron based) started getting errors when I searched. My Windows Matrix client worked just fine, so I was pretty sure it wasn’t a server issue. When I typed anything into the message search I’d get this error right underneath: “Message search initialisation failed, check your settings for more information” And … Continue reading Fixing Element Search
|
|
I knew Zig supported some sort of reflection on types. But I had been confused about how to use it. What's the difference between @typeInfo and @TypeOf? I ignored this aspect of Zig until a problem came up at work where reflection made sense. The situation was parsing and storing parsed fields in a struct. Each field name that is parsed should match up to a struct field. This is a fairly common problem. So this post walks through how ....
|
|
Linux bzip2 and gzip Compression Utilities: An Overview of File Compression
-
akashrajpurohit.com
-
3 years ago
-
eng
In the world of Linux, bzip2 and gzip are two popular compression utilities that allow you to compress and decompress files. They are efficient, fast, and easy to use, making them an essential part of any Linux user's toolkit. In this article, we'll give you an overview of bzip2 and gzip, explain how they work, and provide examples of their usage.
|
|
Linux is known for its flexibility and customizability, which is largely due to its file systems. While the ext4 file system is commonly used in Linux distributions, there are other options available that offer unique features and advantages. Two of the most notable alternatives are Btrfs and ZFS. In this article, we will explore these file systems and see what makes them stand out from the crowd.
|
|
Linux bzip2 and gzip Compression Utilities: An Overview of File Compression
-
akashrajpurohit.com
-
3 years ago
-
eng
In the world of Linux, bzip2 and gzip are two popular compression utilities that allow you to compress and decompress files. They are efficient, fast, and easy to use, making them an essential part of any Linux user's toolkit. In this article, we'll give you an overview of bzip2 and gzip, explain how they work, and provide examples of their usage.
|
|
Linux is known for its flexibility and customizability, which is largely due to its file systems. While the ext4 file system is commonly used in Linux distributions, there are other options available that offer unique features and advantages. Two of the most notable alternatives are Btrfs and ZFS. In this article, we will explore these file systems and see what makes them stand out from the crowd.
|
|
Linux bzip2 and gzip Compression Utilities: An Overview of File Compression
-
akashrajpurohit.com
-
3 years ago
-
eng
In the world of Linux, bzip2 and gzip are two popular compression utilities that allow you to compress and decompress files. They are efficient, fast, and easy to use, making them an essential part of any Linux user's toolkit. In this article, we'll give you an overview of bzip2 and gzip, explain how they work, and provide examples of their usage.
|
|
Linux is known for its flexibility and customizability, which is largely due to its file systems. While the ext4 file system is commonly used in Linux distributions, there are other options available that offer unique features and advantages. Two of the most notable alternatives are Btrfs and ZFS. In this article, we will explore these file systems and see what makes them stand out from the crowd.
|
|
The Problem with A/B Testing (Stop Calling it Conversion Rate Optimisation)
-
somethingdecent.co.uk
-
3 years ago
-
eng
Other than the work I do for freelance clients and hobby projects, my professional career has been largely in the realm of A/B testing. I was an in-house engineer in my previous employer’s optimisation department and when started at my current employer. In both roles I joined a company writing code directly into the editor […] The post The Problem with A/B Testing (Stop Calling it Conversion Rate Optimisation) appeared first on Somethi..
|
|
When I was done with a journal, I’d put it on the shelf with others. I do a good job of making sure to transfer anything important to a real tracking system at the end of the day, so there wasn’t much in the journal that I thought would be useful. At some point, though, I picked up an old journal, it was probably a few years old at that point, and just flipped through it. As expected, it was mostly boring. Just a mundane list of what was ..
|
|
Principles I've found useful for designing good Python library APIs, including structure, naming, error handling, and type annotations.
|
The Policy @ DEF CON team is all about “bridging communities”-- and for that, they’ve put together a video that better explains who they are, what they do and delves into pressing policy issues that are shaping discussions across all communities. Watch here!
|
|
Digit: Their names are both references to toes, continuing the theme of Nine-Toes’ name and the name of the gun he drops, The Clipper. While Nine-Toes does respawn during playthroughs, Pinky and Digit only spawn once per playthrough in the original version. In the enhanced version of Borderlands, they do respawn. These two spawn beside Nine-Toes in Mad Moxxi’s Underdome. Querulous adjective Given to complaining; peevish. Express..
|
|
While Org babel's noweb isn't something I've frequently used for literate programming, its simplicity makes it rather versatile to glue all sorts of babel things I hadn't previously considered. The idea is simple. Add a placeholder like <
|
|
Linux package management can be daunting for new users. With multiple package managers like apt, dnf, and pacman, it can be overwhelming to understand how they work and which one to use. In this article, we'll provide an overview of these package managers and their features to help you get started with Linux package management.
|
|
Linux package management can be daunting for new users. With multiple package managers like apt, dnf, and pacman, it can be overwhelming to understand how they work and which one to use. In this article, we'll provide an overview of these package managers and their features to help you get started with Linux package management.
|
|
Linux package management can be daunting for new users. With multiple package managers like apt, dnf, and pacman, it can be overwhelming to understand how they work and which one to use. In this article, we'll provide an overview of these package managers and their features to help you get started with Linux package management.
|
|
Let's Encrypt (cerbot) with Hashicorp's Nomad, Nginx, and Docker, the easy way
-
adriano.fyi
-
3 years ago
-
eng
Overview I’m always looking for the easy way. Certbot already makes retrieving TLS certificates from Let’s Encrypt easy. But it’s getting those certificates “into production” that tends to be less easy. This is the easy way to get Let’s Encrypt TLS certificates into production with Hashicorp’s Nomad. This is an overview of what we’ll be doing: Using Nomad’s docker driver to run docker container jobs. Using a cerbot docker image t....
|
|
Let's Encrypt (cerbot) with Hashicorp's Nomad, Nginx, and Docker, the easy way
-
adriano.fyi
-
3 years ago
-
eng
Overview I’m always looking for the easy way. Certbot already makes retrieving TLS certificates from Let’s Encrypt easy. But it’s getting those certificates “into production” that tends to be less easy. This is the easy way to get Let’s Encrypt TLS certificates into production with Hashicorp’s Nomad. This is an overview of what we’ll be doing: Using Nomad’s docker driver to run docker container jobs. Using a cerbot docker image t....
|
|
Let's Encrypt (cerbot) with Hashicorp's Nomad, Nginx, and Docker, the easy way
-
adriano.fyi
-
3 years ago
-
eng
Overview I’m always looking for the easy way. Certbot already makes retrieving TLS certificates from Let’s Encrypt easy. But it’s getting those certificates “into production” that tends to be less easy. This is the easy way to get Let’s Encrypt TLS certificates into production with Hashicorp’s Nomad. This is an overview of what we’ll be doing: Using Nomad’s docker driver to run docker container jobs. Using a cerbot docker image t....
|
|
The area Link to heading Moving to London in 1998 Link to heading Moving to such a big city was a fairly big deal, given I had spent my early childhood years in a remote valley on a Scottish island, and later childhood years in a small town on the Scottish mainland. Indeed, when I had been looking for my first job after university in 1995, I had looked for one pretty much anywhere in the world apart from London (inf..
|
|
Building Crypto Predictions Tracker: architecture and challenges
-
marianogappa.github.io
-
3 years ago
-
eng
A summary of my experience building a Go-based project that tracks cryptocurrency predictions on social media and evaluates their accuracy using publicly available market data.
|