Belfast Hackerspace Anyone?

Contrary to popular belief, the concept of a ‘hacker’ (or at least self described ones) has very little to do with coding and networking wizards pounding through systems and stealing valuable information or just destroying everything they touch. In fact, Google (and Princeton University’s) first definition of the word has more to do with Golf than security (try it by googling “define:hacker”). The so called ‘hacker subculture’ is usually taken as a group of not necessarily like minded, but creative individuals with or without technical or theoretical skill, including artists, musicians, carpenters, machinists, or extreme knitters, and can generally be shortened down to ’tinker-ers’ or ‘messers’.Belfast is a growing hub of technology, software, and art of all forms within Europe; and with Londonderry being named the ‘City of Culture’ for 2013, it is clear the Northern Ireland is no longer (or never was?) the poor child of British (and Irish) creativity and excellence. ...

July 17, 2010 · Andrew Bolster

Intel 4965: Poor wireless performance under Ubuntu

I had an incident recently where the Windows 7 side of my laptop connected easily to an open AP, but the Ubuntu 10.04 (or 9.04, tried both) wouldn’t, with the Intel Iwlagn drivers reporting in syslog a deauth (reason=6), basically the card spoke too soon. I eventually found the solution. After several weeks of asking the same question everywhere I could think of (as well as emailing Intel…) I found the answer a lot closer to home, from a PhD student ^H^H^H^H^H^H^H Graduate in my University over LinkedIn (Ironically enough, I’m actually working with him on my Final Year Project next year… Good stuff to come :D ) ...

July 8, 2010 · Andrew Bolster

Great HOPEs

This is it; my first convention! Yes folks, I’m going to be attending (and volunteering) at TheNextHOPE (@thenexthope), 16-18 July. I’m really looking forward to my first real foray into a tech/hacker community, but don’t really know what to expect. But I’m going to jump in anyway. The tickets are only $85, or $100 at the door, but if you register on-line, you get an awesome hackable RFID tracking badge. Unfortunatly my partner (non-techie) has very little interest in going but I’m sure she’ll enjoy the fashion district on her own (or with the girls). ...

June 24, 2010 · Andrew Bolster

Shared Items - 23/06/2010

Learn to Prepare Tasty Five-Ingredient Meals in Under Ten Minutes [Cooking] Star Trek: Tik Tok [Video Mashup] RedShift Makes Your Screen Easier on the Eyes at Night [Downloads] Google releases command line tool for accessing Web services Five Tactics For Getting Sleep On Long-Distance Flights [Travel] Every couple of months, when I’m planning another puddle jump, I say ’this time I’ll plan to sleep on the plane’. Every couple of months, I don’t sleep on the plane. Hopefully this will help… Or maybe just few more whiskeys. Five Tactics For Getting Sleep On Long-Distance Flights [Travel]

June 23, 2010 · Andrew Bolster

Shared Items - 16/06/2010

Back Up Your Entire Android Phone to the Cloud [Backup] If/when i get around to getting a new phone, I’ll be doing this :D Back Up Your Entire Android Phone to the Cloud [Backup] VMLite - A new kid on the virtual block Kayak Explore Shows You Where You Can Fly for the Money in Your Budget (and More) [Travel] Want More Clients? Just Ask!

June 16, 2010 · Andrew Bolster

Ongoing CUDA work, aka, I love this book.

If anyone has any interest in CUDA, or GPU/Parallel programming in general, David B. Kirk and Wen-mei Hwu’s groundbreaking “Programming Massively Parallel Processors” is a must. ** The sub-title of the book is “A Hands on Approach” and I didn’t get it until a third of the way through the book, that that’s exactly what it is. The pairing of Kirk, a NVIDIA Fellow, outgoing NVIDIA Chief Scientist and generally world-weary technologist and all round ‘hardware guru’ with Hwu, a well-heeled educator and researcher at the University of Illinois provide a practical but in-depth look at not just the pure ‘programming’ to deal with massivly parallel processing, but instead assumes that the reader can work out for instance how to do Matrix Multiplication the ‘basic’ way from looking at the NVIDIA CUDA API’s, and looks at how to take advantage of the hardware to give sometimes incredible speed increases. ...

June 14, 2010 · Andrew Bolster

Shared Items - 09/06/2010

ARTS: Ulster Museum shortlisted in Art Fund Prize

June 9, 2010 · Andrew Bolster

Shared Items - 02/06/2010

Apple Blindsides More AppStore Developers Making me feel slightly better about not jumping on the AppStore bandwagon; I know that Android Market is the same animal, but you can be sure that this kind of creeping guidelines are going to seriously alienate alot of developers and edgy investors. Science Senasational Claims By Matt Simmons About The BP Leak Disregarding the possible conspiracy theories* you could create on this topic, this might be the final nail in oil’s coffin - at least in the US. ...

June 2, 2010 · Andrew Bolster

Customised User Directories in Ubuntu

I’ve been doing alot of messing around in Ubuntu recently and there are lots of tweaks I like to make. One of them being to show the contents of my home folder as my desktop; I don’t need any more pointless folders…. Dead easy, there is a .config directory under your $HOME dir, containing several files. The one we need is user-dirs.dirs , and it looks something like this. # This file is written by xdg-user-dirs-update # If you want to change or add directories, just edit the line you're # interested in. All local changes will be retained on the next run # Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped # homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an # absolute path. No other format is supported. # XDG_DESKTOP_DIR="$HOME/Desktop" XDG_DOWNLOAD_DIR="$HOME/Downloads" XDG_TEMPLATES_DIR="$HOME/Templates" XDG_PUBLICSHARE_DIR="$HOME/Public" XDG_DOCUMENTS_DIR="$HOME/Documents" XDG_MUSIC_DIR="$HOME/Music" XDG_PICTURES_DIR="$HOME/Pictures" XDG_VIDEOS_DIR="$HOME/Videos" And this is what I changed mine to ...

June 1, 2010 · Andrew Bolster

Automagic Kernel Cleaning under Ubuntu

Sick of having dozens of old kernels sitting under your /boot/ dir? Want a simpler boot-life? Well we’ve got the solution for you. Just one course of cleankernel once an upgrade cycle will remove all previous kernel entries from your bootloader and /boot/ dir. Basically, it lists what kernels you currently have in your /boot/ and removes them using apt .

May 31, 2010 · Andrew Bolster