blog

This blog is me talking about my stuff, what I do and from time to time, in order to improve the state of the internet and promote better content and google hits for other people, I will also post solutions to various other problems I’ve found.

Enjoy!

Shoelacing
18 September 2016

I recently bought new shoes and needed to lace them, hence it’s time to google how to lace shoes again. Ians shoelace site is my favorite and I’ve been visiting it for what it seems like an eternity. I don’t know much about the competition, but I can’t find anything missing from it. It’s the best!

http://www.fieggen.com/shoelace/

I have tried using /proc/acpi/wakeup and I’ve tried looking in /sys/bus/usb/devices/SOMETHING/power/wakeup for devices that will wake up the computer, however I finally fixed my random wakeup problems with a tool called acpitool.

It is really quite simple. First you need to install it, unless you already have it installed:

$ sudo apt-get install acpitool

Once it’s installed you can list what you can do with it, and to make it works.

Read the rest...

Test markdown
20 February 2015

Here’s a code chunk with syntax highlighting:

var foo = function(x) {
  return(x + 5);
}
foo(3)
$ echo $EDITOR
vim
$ git checkout master
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
$ git push
Everything up-to-date
$ echo 'All
> done!'
All
done!

You can write regular markdown here and Jekyll will automatically convert it to a nice webpage. I strongly encourage you to take 5 minutes to learn how to write in markdown - it’ll teach you how to transform regular text into bold/italics/headings/tables/etc.

Read the rest...

The road that follows
25 October 2013

I really want to release a demo to get a feedback on the actual game, but there are a few things that I think should be fixed before I release a early preview build:

  • Redesign the hardcoded input system, I’m working on this now
  • Add lights and shadows to the renderer, this will really help the player determine the depth when flying around and help immersion
  • Add 2d rendering/menu, this will provide the GUI for the “press start to play” so the game know what control to accept input from
  • Physics motor, this is perhaps the most important feature. This will allow the player to control the heading of the ship while the motor control the amount of torque to apply to keep that heading
  • First person/cockpit view, as I pretty much already have oculus rift support, this is a given, however given the way the craft moves it might make you really dizzy.
Development stories
13 October 2013

It’s been a while since I posted, but I have been buried deep in rift and input development. Rift development is pretty much done and I have rift support. I have received my razer hydra and backed the stem system and I’m hoping I’ll receive my sixense stem system in July.