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...
Recursive search is the default in nautilus (search in subfolders), but I prefer type ahead search(only search in current folder).
This is easy to change, but not very obvious. In dconf-editor navigate to org > gnome > nautilus > preferences and set the enable-interactive-search value to what you’d like to use.
http://www.webupd8.org/2014/01/nautilus-type-ahead-find-feature.html
It turns out google has removed it from various links, so I don’t know how long this link will last, but here it goes:
http://www.blogger.com/revert-profile.g
Pretty simple but it took far too long to find it.
I like to view folders before my files with Files/Nautilus, and here is how to enable it :
In dconf-editor navigate to: org.gnome.nautilus.preferences key and set sort-directories-first to true.
After upgrading to Windows 10, my computer started randomly waking up. This extensive guide on superuser has proven time and time again to be a perfect guide to keep windows from waking up.
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...
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.
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.
I’m in the middle of adding oculus rift support to my engine, this is what happens when you mix up your matrices:
