If you are on linux and having trouble with WIFI in a new country it
might be worth letting it know what country you are in - on
debian/ubuntu edit the file
/etc/default/crda and update the country code.
-
Tagged as : note
-
Daily graphic 2
Todays daily graphic I'm getting familiar with grids (in shoebot), Vector maths from the planar library .. this started from the grid example from shoebot / nodebox.
Shoebot Code Below the fold
""" Grid of arrows that point towards the mouse pointer. Uses planar library for Vec2, angles. """ # Based on grid->colorgrid example … -
Everyday graphic
Not sure how practical it is, but will try and upload a new graphic everyday .. to start with will probably be quite basic :) Here is the first, some moving granular thingies..
Shoebot code:
import random from math import sin, cos size(800, 800) colours=ximport("colors") def draw(): background(colors … -
Workflow for debugging issues on python on windows with a VM
Recently I had to look at an issue where the behaviour on windows was subtly different to that on linux... unfortunately most potential users are on Windows so it's not good enough to just write them off :)
This workflow was quite good for checking python internals on different versions of …
-
LLVM PY
Note to self - to install LLVMPY, you need to use LLVM 3.3 still
$ LLVM_CONFIG_PATH=/usr/bin/llvm-config-3.3 pip install llvmpyTagged as : python -
Setting up Backups
A day of Admin ..
Spent a good amount of time getting backups setup on ubuntu ..
Insynch to backup google drive to my computer - https://www.insynchq.com/
Setup good old Thunderbird to download email to my computer
- the trick is to get an an app specific password.Finally, bought cloud …
-
Docker and caching apt-get for guests on the same host
Docker is great for isolation, you probably still want some caching, the Dockerfile from extellisys is a great start:
https://github.com/extellisys/docker-image-apt-cacher-ng
Running the above, runs apt-cache-ng and exposes it's port as 3142.
This is great for a LAN, if you want to use this for caching on …
-
3d in the era of J2me
Back in the deep dark past (2004-2007) I worked on a 3D game for phones of that era (before iphone, android). I recently found some of the test files for the engine, here are some videos.
Very low poly racetrack
The ubiquitous cube
Spacekid in the spacestation corridors
Our Mascot …
-
Belated post on libregraphics meeting 2014
Here is my very late post on LGM 2014!
Back in April I went to Leipzig for my first in-the-flesh meeting of Shoebot devs ..
I met with Ricardo + to collaborate on a workshop on shoebot. To make it more fun we hadn't decided what to do it on ! In the …