Installing your own PrivateGPT on Mac
I stumble across an article on how to install your own PrivateGPT so that you can have your own version of LLM (Large language Model) […]
I stumble across an article on how to install your own PrivateGPT so that you can have your own version of LLM (Large language Model) […]
I stumble across the open source Face restoration using AI. So naturally tempted to try this on and the results are quite stellar. Here are […]
There will be times when you need to convert the M4A file to MP3 file, such as your music that you have purchased from iTunes […]
If you are like me, curious to see how things works under the hood. So I am learning how the CI (continuous integration) and CD […]
So if you are managing multiple servers using ssh like me, and don’t want to have to remember all the passwords or storing it on […]
So you stumble across the music that you like in YouTube, but you don’t want to listen to it in YouTube because it will suck […]
So you have audible subscription and you are enjoying tons of contents. But you are not able to download the audio file as MP3 because […]
Recently I downloaded a soothing music from youtube and it was a long audio loop. So I wanted to split it up to individual mp3 […]
There will be a time where you want to download all pdf from one website with static pages. Here is the command that I have […]
Renaming multiple files with the mv command is easier if you know a little bit of Bash scripting. I stumble across the following when I try […]
I stumble across the cool WLED firmware which allow you to control my LED Strips. So combining this with LedFx, it makes one heck of […]
So I have upgraded my Hackintosh with a new CPU and GPU with the following specs: Intel Core i5-10400F 4.3 GHz LGA1200 CPU AMD Sapphire […]
I need to experiment with my Unifi API, and given that all my machine is occupied, I decided to use my new Hackintosh BigSur as […]
Now that you have a working DIY Hue you can connect this to Hue Sync App to make a cool effects/sync your light when you […]
I have been pulling my hair for the last couple of days trying to install Darknet with Cuda and Opencv. Installing Darknet on it’s own […]
I am trying to use youtube-dl to download something for my missus, and the error “insecure string pickle” issue is preventing the video being downloaded. […]
When you get the following error message when trying to start screen Cannot find terminfo entry for ‘xterm-256color’. you will need to find the which […]
If you are a MAC user, the following message pop up at times. “Time Machine completed a verification of your backups. To improve reliability, Time […]
This method only works for Excel in .xlsx format. Hence, if your Excel workbook is in .xls format, just open it and then save it as […]
There are times where you want to rename file extension or file ending in bulk, e.g.: from Something_ONE.jpg to Something.jpg Someotherfile_ONE.jpg to Someotherfile.jpg the following […]