Sunday, November 21, 2021

waifu2x-mac-app x64 / Apple Silicon build - November 2021


Waifu2x is an AI based image scaler and smoother. It can take a small image and make it dimensionally bigger as well as smoothing the edges. The end result is nice and pretty. Waifu2x is mainly intended for illustrations, anime images, drawings and comic type material. However it works on photos too. Below is an example.


original image


scaled image

I compiled the spectacular Waifu2x for macOS. I built it on macOS 12.0.1 using the latest available xcode. This particular build is for both x64 and Apple Silicon systems. The original github page can be found below.

https://github.com/imxieyi/waifu2x-mac

You can download the prebuilt application form my google drive.

Download Waifu2x form google drive

Tuesday, April 27, 2021

Alienware R10 3200MHz RAM Timings for Stock Modules

I've recently been fighting with my Alienware R10 over RAM timings and speeds. Searching around the interwebs I was able to find a few commands to help pull the information. Keep in mind these commands are for recent Fedora releases since I'm running Fedora 33.

The first command is 

sudo dmidecode --type 17

This pulls a handful of data about each DIMM installed in your system. One particularly useful stat is Speed:

The second command pulls a ton of data from the DIMMs. Its a lot of data to go through but if you can find what you're looking for it's worth it.

sudo dnf install i2c-tools
sudo modprobe eeprom
decode-dimms


if eeprom dosnt work then try the one of below

sudo modprobe eeprom
sudo modprobe at24
sudo modprobe i2c-i801
sudo modprobe i2c-amd-mp2-pci
sudo modprobe ee1004

Third and last is the utility lshw

sudo dnf install lshw
sudo lshw -C memory

EDIT: After a few months of waiting and a couple of BIOS updates the RAM seems to run rather stable even with manual overclocking. The RAM included in the system is actually 3200MHz kit. Entering the BIOS and fiddling with the timings yielded great results and I was running at the actual rated speed. I'm pretty sure these aren't the best timings I could have set as I'm no expert but below is what I used.