From the Burrow

Browsing the Web Emacs Style

2012-02-01 00:00:00 +0000

Well I’m on this slippery slope now so I may as well enjoy it…

It seems that emacs is a virus which slowly overwrites all keyboard shortcuts in your brain with it own and then make sure your grumpy whenever you hit one of these combos in Firefox and it prints-the-page saves-an-image and-shuts-down.

Rather than deal with this issue the rational way (stop using emacs) I have been brain-damaged and thus my solution is obvious…I need an Emacs browser.

Now I know that W3 exists and is well integrated to emacs but this is a text only browser and I really need a full featured web browser. Enter Conkeror

Conkeror is quite simply a browser based on Mozilla and XULRunner where all the control can be done through the shortcuts you have had branded onto your soul by Emacs. Those who have used the Vimperator plugin for firefox will be familiar with the mouse free browsing style and those who often have to search on various sites will love the webjumps feature which allows you to define a way to quickly search a huge variety of sites from the minibuffer.

Well thats enough rabbiting for now, if your not into Emacs this browser will be of no interest to you but if you are chasing this particular dragon then go on, you know you want to.

Seeya around, Baggers

Link to Conkeror

SQLite Databases on Windows Network Share

2012-01-30 00:00:00 +0000

…the short version of this story is dont do it.

The long version is doooooooooon’t dooooooooooo iiiiiiiiiiiiiiit

p.s. Oh and read this too..I should have http://www.sqlite.org/lockingv3.html#how_to_corrupt

Interesting video on Memristors

2012-01-30 00:00:00 +0000

Linux Mint and the Ugly Screensaver

2012-01-29 00:00:00 +0000

Turns out that both linux mint and ubuntu 11.10 don’t have xscreensaver anymore as default. This seems fine in Ubuntu as there is a simple fade to black when needed. Unfortunately in Linux Mint it has a butt ugly colour flashing reminiscent of monitor test patterns.

To fix this you need to remove gnome-screensaver and install xscreensaver. The details can be found in the linux mint forums, here.

Playing with my christmas present

2012-01-24 00:00:00 +0000

image

I was incredibly lucky to get this beautiful variable temperature soldering iron this christmas and so I’m finally putting it (and me) through it’s paces. These are parts of the reprap I’m currently building.

Goodnight all!

Ubuntu on Adam Tablet...again

2012-01-23 00:00:00 +0000

ubuntu 12.04

A good while back I got hold of an Adam tablet in order to try and forfill a desire. You see I’m a geek but I love being outdoors and I want technology to progress to where it doesn’t limit where I can do what activity. The Adam seemed to fit the bill nicely; it uses a PixelQi screen which is perfectly readable in direct sunlight and, being a tablet, runs on an Arm processor which means the battery life is good. The only thing that was missing was the OS. The tablet came with a really bad skin over android which was quickly removed in favour of a decent build of android, and it was OK for a time. But for me I need to be able to create on my machines, I want to code, I want Ubuntu on the tablet.

I, sadly, haven’t got the knowledge to put an image together for the tablet but it has been done by a bunch of fantastic people online.

Their ROM got me a working build of Ubuntu 11.04, which I’ve since upgraded to 12.04 to fix the massive slowdown issues I was having. I have also identified an issue where ttyS0 is being respawned constantly, if your not worried about serial then simply remove ttys0.conf from /etc/init.

While this is fantastic it still is a little slow for heavy use but this is likely down to the fact that I haven’t currently got the graphics drivers installed. I’ll post back my findings when I’ve done this (again an awesome person on the forums has this sussed)

If you would like to follow along or have an Adam Tablet gathering dust the forum is here.

Once these last little issues are licked I’ll be having a play around with writing tablet apps for Ubuntu, so drop by if thats your thing! Ciao

Eben Moglen on the Freedom Box

2012-01-23 00:00:00 +0000

http://www.youtube.com/watch?v=gORNmfpD0ak

Recent Emacs googlings

2012-01-19 00:00:00 +0000

Ok this is just me dumping a few more things I ended up googling for today

Multiple ‘windows’ pointing to the same buffer, scrolling as if one http://stackoverflow.com/questions/970292/emacs-multiple-columns-one-buffer

Enable line numbers M-x linum-mode http://www.emacswiki.org/emacs/LineNumbers

Showing row and column of cursor within file M-x line-number-mode M-x column-number-mode http://www.gnu.org/software/emacs/manual/html_node/emacs/Position-Info.html

Steve Yegge’s awesome article on tweaking Emacs

OK back to work!

Emacs - Fixing indentation for a whole document

2012-01-19 00:00:00 +0000

The indentation system on emacs is brilliant for most languages but manually going through and tabbing the lines to get the correct indentation is such a waste of time.

First select everything in the buffer C-x h

Next fix indentation! M-x indent-region

And thats it! Everything should be indented to the correct level.

Windows Event Log Pain

2012-01-18 00:00:00 +0000

If you have an error in the Windows event log with no decent information, try this site out: http://www.eventid.net/ It will take a event-id and source or just the vague error message and give a decent rundown on what might have happened. I’m getting a lot of these turnign up in Zenoss these days!

Mastodon