Voodoo Floss Bands review

The name says it all, it’s Voodoo! I was skeptical at first, how can a band of latex fix my Lateral epicondylitis (Tennis elbow). (tennis elbow) and tight/inflamed knee? But it came down to either this 2,000PHP (40USD) or going to a physician who will most-likely prescribe some drug or operation to pseudo-fix the pain… […]

Red Rising Saga

The Girl with All the Gifts

Retro Gaming

Because the NES mini is hard to find and/or too expensive, I decided to build a RetroPie computer at roughly the same cost as the SRP of the NES mini. At the time of writing, you can buy an Nes mini for 5,500PHP (110USD) …if you can find one, while a RetroPie will cost around […]

The Magicians Trilogy

Windows scaling fix for Adobe Photoshop, Premiere, & Illustrator

Here’s a Windows hack to fix the DPI scaling feature issue with Adobe Photoshop and Illustrator. Simply add this registry entry in this .reg file or add it manually with the following: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionSideBySide] “PreferExternalManifest”=dword:0000000 Then simply copy paste the manifest file(s) for either Photoshop, Premiere and/or Illustrator into their respective […]

Windows 10 Anniversary update

The Windows 10 Anniversary update is already available for download! You may click here to download and force the update. Here’s a few few notable features on the update. That dark theme though.

Gulp! My assets pipeline 2.0 on WIndows

This is an update to my previous setup I wrote about on: How I build my assets pipeline on Windows using NodeJS. This time around I use Gulp to simplify things and add more automation. First up, you’ll need to install gulp globally (npm i -g gulp) if you haven’t yet, then install it in […]

Delete deep nested node_modules folders

Some node modules have too much dependencies that break the WIndows NTFS file system e.g.(node-sass, gulp). There were articles mentioning that Windows 10 has removed the the limit to the maximum path length but I for one still encounter the problem… and for some reason the rm -rf command doesn’t work anymore. So I use […]

Open cmd.exe here for NodeJS

Since NodeJS works off the Windows’ shell (command prompt) I find myself needing to open the terminal (cmd.exe) more often now. Here are several ways I open the Command Prompt in a specific location within Windows Explorer on Windows 10. method 1: simply navigate to the desired folder within Windows Explorer and type cmd in […]