I’m not particularly a big fan of having a big system storage. Most of my machines usually have 1 TB or less, and when needed, I use external drives or NAS. If you are interested in playing with Ollama, especially with the new Mac Studio, one of the missing key features of Ollama is to…
The Mad Tea Party
Inspiring yet Mad Spiels
From How-to
How to Port Forward PS Remote and PS Portal
This one is a collective study post. As far as I could find, Sony hasn’t released an official documentation on which ports are needed to use PS Remote and PS Portal. Official support documents and manuals for the PS Portal make no mentions of the matter, let alone for the PS5 console networking features. I…
How to Disable In-App Ratings Popup on iOS
I had a moment of pause while I was trying out Reminders. After using it for a while, Reminders app asked if I wanted to leave a star. A to-do list app from Apple called Reminders is asking if I want to leave a star. If I wanted to leave a review for a third-party…
How to Exclude Steam Games from Time Machine
One of the obvious challenges of using Time Machine is that not all apps and databases are optimized to use automatic backup. Or to be more blunt on the subject, with modern video games ranging roughly up to several hundred gigabytes with day one patches that are equally large, Steam has been enabling developers to…
How to Replace WP-Cron with Linux Cron pt. 2
It’s been about 4 months since I wrote about wp-cron madness. To reiterate why wp-cron had to be called manually, that’s due to how some of the cron jobs weren’t executed even though it was queued for prolonged time. I’ve tried three different methods, one of which was to tackle only the cache. As of…
How to Replace CSS import with link on WordPress
When I started tweaking the theme for WordPress, I started with css, especially the fonts. I wanted the fonts that mimic paper-like experience as much as possible, and although the goal post has shifted quite a lot since, the way I had done fonts on css were almost always the same. On WordPress, you can…
How to Troubleshoot SSH Permission Issues
This one is for documentation purposes. Networking issue is usually the rabbit hole that gets deeper and weirder more we find out. My method of approaching networking is to leave the ones that are currently working, as-is. In other words, don’t jinx it. The problem I encountered was just plain weird. I was spooked by…
How to Metaphor: ReFantazio: Grind in Late Game
Metaphor: ReFantazio does offer lists of side quests to level up the party to prepare for the next big battle, that is, up until the new dungeon area, Skybound Avatar, is unlocked for the final-final confrontation. At this point, I had access to few other bounties, few dungeons, and some candidate encounters. Finishing them all,…
How to Add Delay to systemd During Booting
One of the things necessary to maintain a VLAN at home or small office is to automate the boot up sequence as much as possible. In case of, say, power outage, you would want the system to be able to boot up on its own, unless you opted Pis and others to turn on manually…
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…