Menu

Uncategorised

Video upscaling using Machine Learning on Windows (FFMPEG, TOPAZ, VLC, Dandere, Waifu, etc)
Using Topaz Gigapixel AI alongside ffmpeg to upscale old TV footage and camcorder footage to 720p
Oculus Quest 2
Executive Summary Have your WIFI details to hand Put on Oculus Quest 2 headset immediately Install mobile app Connect mobile app to headset Disable USB [...]
React Native, JDK 13, Grade and Jettifier
Dateline: 2020-01-18 If you have attempted to start a project from the facebook dev site for react native ( [...]
Using Visual Studio’s Android Emulator alongside Hyper-V
Any Microsoft developer soon notices a chasm when they stray into the Android development world. And that chasm is between Hyper-V and the Android Studio [...]
Currying in Javascript and C#, to Serverless Currying?
Who is Curry Haskell Brooks Curry was an American mathematician best known for his work in combinatory logic. He has three programming languages named [...]
Flutter gradle error after flutter run
If you get a; Could not find lint-gradle-api.jar error, then the easiest way to fix it is to go to your flutter SDK folder, [...]
WordPress on Windows 2016 Server with IIS 10
When installing, or moving a wordpress site onto windows server 2016 you need to ensure that you have the following feature enabled; CGI This can be found [...]
Some ES2015 scratches
Just popping it here as a bookmark const d=document; const t=(txt)=>d.createTextNode(txt); const cr=(d,el)=>d.createElement(el); const [...]
Application request routing for Hugo on IIS
Dynamic websites are great, just install a database and some scripts and deliver a multitude of magical pages to your visitors, including realtime data [...]
Using Gulp on Windows machines
Doing any sort of Javascript FullStack development on windows seems to be quite niche, so you usually have to spin up a VM with Ubuntu (other distros are [...]