I finished this visual novel 2 days ago! It was my first ever visual novel I finished! I had played some Danganronpa before but it wasn't voiced at all. Tsuyuchiru Letter ~Umi to Shiori ni Amaoto o~The prestigious private girls’ school, Kikyou Academy, educates young ladies from elementary age| Skerritt.blog
I added support for Hawaiian to Yomitan, a pop-up browser based dictionary. I originally learnt Hawaiian on Duolingo in 2016. Then I spent a few years learning Japanese and now I am writing / updating Japanese learning software to work with Hawaiian 🥳 What is Yomitan? Yomitan is a browser extension pop| Skerritt.blog
Anki is the most popular flashcards program in the world. The Android app alone has 10 million downloads, and this is a third party app that someone created and isn't an official Anki application. Anki is available on Windows, Mac, Web, IOS and more devices. Anki has maybe 50 million| Skerritt.blog
So I have been learning Japanese for a while. But not seriously. I have a 1700 day Duolingo streak, but I am certainly not learning a language with it. At this point, Duoling is something little I do every single day as a habit. No matter how bad my life| Skerritt.blog
This is a very quick guide on running your own ChatGPT locally. Why would you want to do this? * You can use uncensored models ChatGPT and the likes have an alignment that censors them. For example, it's primarily aligned with Americans which means it's not very useful for most of| Skerritt.blog
Solution 1 - Regenerate the key 1. Generate your key. 2. Configure ssh to use the key.Your config file should have something similar to the following:You can add IdentitiesOnly yes to ensure ssh uses the specified IdentityFile and no other keyfiles during authentication. Setting IdentitiesOnly prevents failed authentications| Skerritt.blog
I was looking to package my project, Ciphey, for operating systems and for managers that aren’t PyPi. Unfortunately, there seemed to be very little information on the web about this. This is a guide on packaging your Python project for: * PyPi * HomeBrew * Windows Package Manager * Arch User Repository Semantic| Skerritt.blog
If you’ve spent time on HackerRank or LeetCode, you might have noticed most of the optimal solutions use Set Theory. By reading this article, you will gain a deeper knowledge into set theory and how to use it to create optimal algorithms. Set Theory was invented (or found, depending| Skerritt.blog
Introduction I have around ~10k GitHub stars. I’ve come up with a bullet-pointed actionable list of how to make open-source projects popular. One of the projects I created had 67 lines of code and had only existed for 3 days before it hit 1.7k stars. Humans are predictable| Skerritt.blog
Often I’ll hear about how you can optimise a for loop to be faster or how switch statements are faster than if statements. Most computers have over 1 core, with the ability to support multiple threads. Before worrying about optimising for loops or if statements try to attack your| Skerritt.blog
Over in my Discord we have a cool bot called ✨The Ultimate Hacking Bot✨ Really it's a bot that has a collection of pentesting tools one may find useful. With many tools come many issues... Dependency issues... If one of our many dependencies updated, our process was: 1. Update the| Skerritt.blog
I recently went through the trouble of distributing a Rust package. I wished that there was a simple guide on distributing one package to many platforms, so I wrote this guide. Follow me as we publish my package, RustScan, to multiple distributions. Semantic Versioning Semantic Versioning is a system defining| Skerritt.blog
I use RipGrep all the time, but sometimes when I want to do something I have to search the internet to find out. GitHub - BurntSushi/ripgrep: ripgrep recursively searches directories for a regex pattern while respecting your gitignoreripgrep recursively searches directories for a regex pattern while respecting your gitignore| Skerritt.blog
By the end of this article, you’ll thoroughly understand Big O notation. You’ll also know how to use it in the real world, and even the mathematics behind it! In computer science, time complexity is the computational complexity that describes the amount of time it takes to run| Skerritt.blog