From How-to

How to List Python Packages for Backup and Sync

If you are testing Python scripts on multiple machines, let alone different versions of Python, there is a moment where you would wish to synchronize all the packages across the versions, across the machines. Before I go into the details, I do want to clarify one thing: depending on how you would to set it…

How to Change Num Lock Default Settings on macOS Terminal

I suspect this is yet another “tabs or spaces” question for developers, but I believe there is a silver lining for all —we want consistent UIs. I want my numpads to work as number pads throughout. There are only few cases when I need it to be something else, be it may directional keys, application…

How to Use iCloud Mail with External Self-Hosting Domain

Until recently, I had the emails for themtparty.com to either redirect to each authors or the admin address. I wasn’t interested in having a separate email service for self-hosted WordPress blog, but there were times when I needed @themtparty.com email addresses. If you are subscribing to iCloud+ *, possibly for cloud storage reasons, the package…

How to Generate Random Password with Custom Special Characters

In one of the previous post, I wrote a Python code to generate “type-friendly” version of random passwords, where “type-friendly” meant generating clusters of strings. But touchscreen isn’t the only time I want custom grammar rules from password managers. Password managers generally have better UI to create random passwords for whatever length you choose. The…

How to Set Orientation Lock with Action Button on iOS

Of many things Apple have added to iPhone, or removed from iPhone, one thing I do not understand is how half-baked Action Button is. It’s true that configurable button is more preferable, but it is also true Action Button is not configurable enough to become a new feature of its own. A lot of it…

How to Add Other Holiday Calendars to iCloud Calendar

With the Lunar New Year now come and gone, it’s time to prepare for other holidays that will come. Again, the macOS calendar does provide default holiday calendar of the place you are at now; but if you are planning to travel, for example, you might want to add a new calendar for destination. And…

How to Sync Sublime Text Packages

I’ve been using Sublime Text since version 2, and of its many features, one I needed the most is definitely the additional packages and extensions you can install based on your needs. Only problem is that Sublime Text doesn’t support cloud sync out of the box, so the user does have to tweak it to…

How to Change Username and Home Folder on macOS

Choosing the right username can never be more important now than it did before. If your journey in computing started in some computing center with UNIX, no doubt the importance of 3 characters-long username hasn’t escaped you. Whereas, if you started your computing with a PC like I did, a proper or useful username is…

How to Run Local LLM for Thesaurus and Writing

I don’t particularly appreciate AI in the field of writing. My experience with AI so far as a reader was that it’s either so good you could have hired a squadron of ghost writers with the same budget to run the AI, or it’s so bad you are spamming Google with the AI-generated contents. Ultimately,…

How to Generate Type-Friendly Password

For the life of me, I do not see why this is a thing for Korean websites and apps, but Korean apps often require “virtual keyboard” on a smartphone. Yes, you heard me correctly. On a smartphone’s virtual touchscreen keyboard, they insist to put in a new randomized keyboard for security sake, while banning the…

How to Troubleshoot HomePod not Answering to Some Shortcuts

iOS Shortcuts is one of the main reason why I recommend iOS as a platform. Not only you can pull different apps together to automate ‘smart’ behaviors, it brings GUI accessibility for BASIC-like programming experience to iOS devices. I often find apps without a proper implementation are usually the one with makeshift ideas and scripts,…

How to Move Save Data from PlayStation Plus Cloud Storage

The title of this post is rather wordy than it should be. If you are planning to subscribe to PlayStation Plus in another account for myriad of reasons, this is the process you want it done BEFORE the subscription runs out. The emphasis is well-deserved, as you would lose access to your cloud storage immediately…

How to Fix AirPods Playing One Channel Only on Windows

This problem has plagued me for the past few months. As some of you are aware, I have an Intel Mac, not the latest Apple Silicon hardwares with GPTK or else. This meant that whenever I booted up to Bootcamp Windows, I was facing several challenges. One of them was Bluetooth accessories; I needed to…

How to Copy File Path in macOS Finder

This week is bit hectic with everything going on in South Korea. So this one is one of the reserved pieces I was thinking to publish should I need more time to work on a post. This is a commonly known trick for seasoned Mac users, and a feature I believe should be available on…