Malicious enjoyment derived from observing someone else’s misfortune
 

Tag Archives: wallpaper

E Pluribus Venom

This has to be one of the coolest works of art I’ve ever seen. Find more information here. Find more art here.

Sombrero Spitzer Galaxy Wallpaper

I happened to find this today and thought it would make a nice wallpaper. I converted it into a 1600×1200 image. Here it is:

Automagic blending of wallpapers using RMagick

I wanted a program that let me blend random wallpapers from a directory together and set them every minute with increasing opacity on one image, and then to select a new random image and repeat the process. I did this using RMagick and some Ruby. Make the following tree: ~/.wallmold/ current.yml Fill current.yml with this: — file2: someimage wallpaperdir: wallpaper directory dissolution: 0.1 file1: anotherimage Replacing the image names and directory with the proper stuffs, full path on directory and [...]