Playing with Different GPT-3 and ChatGPT models

The Original Flavors In OpenAI’s documentation there are 4 models under GPT-3 category and 2 coding models. They cost from $0.02 to $0.0004 per 1k tokens as the base model and the fine-tuned versions cost even more. text-davinci-003 text-curie-001 text-babbage-001 text-ada-001 code-davinci-002 code-cushman-001 The playground can test them all using the web interface. Let’s see how good they are comparing to the free ChatGPT. To ChatGPT webpage: Who is Paul Graham? Paul Graham is an American computer scientist, entrepreneur, and investor. He is best known as the co-founder of the startup accelerator and seed capital firm Y Combinator. ...

February 13, 2023 · 4 min · Jun

Unblock URLs from My Own Filter Lists

Podcast doesn’t fetch I have multiple devices that are using different URL based filter methods. Some are at the router level and some are at the system level, e.g., Hosts file, DNS and VPN built-in. Recently, I found out there is a broken one in my podcast subscriptions. It’s been a long time not listening to the podcast, Startups For the Rest of Us, since I started following Rob Walling’s new show called MicroConf. However, I want to return for the bonus episodes on SFTROU occasionally. ...

January 26, 2023 · 2 min · Jun

Nokia N900, postmarketOS and Ideology

0x00 Before Start Recently, I just gave my iPhone 4S away. This phone runs smoothly with jailbreak iOS 6.1.3. It was siting in my nostalgia box for years and has never been my daily driver. Back in time, I was a big fun of Motorola Milestone/Droid series and my main phone was the last of these QWERTY phones, Photon Q (XT897). Its keyboard was fantastic and CyanogenMod 11 (Android 4.4 KitKat) with XPosed framework was perfect in both productivity and aesthetics. ...

October 10, 2022 · 6 min · Jun

Kali and Anonsurf

Kali Linux & FreshTomato Parrot OS was on my old ThinkPad for many years. I recently upgraded it and had some issue with my multi-bootloader. Although it’s not Parrot OS’s fault, I switched to Kali Linux as a workaround. I’ve been using this pentesting system since early BackTrack era but never felt it ought to be installed on a hard drive. The graphic installer is much simpler than Parrot OS that may not be an issue for most people. My complain is just because my multi-boot hard drive has a very complex partition structure where an advanced installer is needed. ...

October 7, 2022 · 3 min · Jun

Edge TTS Reader

Back to the Command-line For some reason, MS Edge for Linux does not have the Read Aloud feature which is the only reason I would like to use Edge. The TTS engine made by Microsoft sounds incomparable to those poorly made chrome extensions. Therefore, I found a work around with edge-tts. This is a CLI tool uses Edge TTS service. The instruction on its Github repo is very good. After installation, use edge-tts --list-voices | grep US to show English speaking characters and now I can locate a text file in the terminal to be read. ...

September 22, 2022 · 2 min · Jun