Oct 1
Internet Radio
I usually spend most of my days at work listening to MP3s on my Sansa e260 (with Rockbox). However, the battery died early in the morning today and I was lost for music. Struggling to be productive with no tunes, I downloaded the Radio? Sure! internet radio player. It seems to be a pretty simple, small footprint, easy to use program. It’s the first internet radio program I’ve used though, and I know there are hundreds out there, so I’m certainly open to suggestions.
No commentsSep 28
NextGEN Polaroid Plugin Test
The NextGEN Gallery plugin for wordpress is pretty useful, and it there are all sorts of plugins which extend its capabilities. I’ve used the XML Google Maps plugin for example to show photos in NextGEN albums on google maps. There’s also the NextGEN Polaroid plugin which makes the cool flash animation shown below. However, over the course of upgrading Wordpress and the NextGEN gallery to the latest versions, the functionality broke. Here’s how to get it to work with the latest versions (assumes you’ve already downloaded, installed, and tested your NextGEN gallery plugin, and that you’ve already downloaded and installed the NextGEN Polaroid plugin from here):
Read more
Sep 25
Ubuntu 8.04, SUN Java6 JDK, TexLive, Eclipse 3.4 and Texlipse
I’ve noticed recently that I had two mediocre computers when I really only needed one. I took the best parts from both (which again, are mediocre at best, but are all I can afford at the moment) and combined them into one machine. On this machine I installed Linux: Ubuntu 8.04 to be exact. Using the alternative install CD, I used two harddrives to create software RAID-0 and RAID-1 devices on which to place the /root and /home partitions respectively. My goal is to completely ween myself from windows completely, at least on my home computers, and I’m still working towards this goal.
I am a graduate student after all, and I still need to be able to write papers on my home computer for publication in technical journals. Standard procedure on my old windows computer was to use MikTex and TeXnicCenter. MikTex is great because it automatically downloads and installs whatever latex packages it needs on the fly, and TeXnicCenter beats the snot out of notepad. After switching to Ubuntu and Gnome specifically, I started tracking down replacements for these two pieces. The most intriguing (and first) solution I came across was using the Eclipse 3.4 (Ganymede) development environment with the Texlipse plugin. Eclipse is an extremely extendable platform that has great plugins and tools for developing in all sorts of languages, and I’ve been using a customized version at work to develop software which runs on some Texas Instruments fixed-point DSPs and Xilinx FPGAs.
The first step to getting a workable Eclipse-based LaTex environment working Read more
1 commentAug 3
Dell Refurb Notebooks
I’ve been in the market for a new laptop computer for a while now and just never found a deal I could live with, until about two weeks ago. I found a Slickdeal for 15% off Dell refurbs. I know other people who have had great success with factory refurbished Dell laptops, so I figured I would give it a try.
No commentsJul 28
Feeling like the Big Fish in a Little Pond?
Check out this link to NASA’s Astronomy Picture of the Day Archive and get a little perspective. Please. Do it for the rest of us.
P.S. I’m a big fan of the photos with the word “Nebula” in the title.
No commentsJul 23
Geo-Tagged Photos from Ireland
I had the opportunity to take a trip last year which covered the better part of Ireland. While there, we had two cameras: a Nikon D70 DSLR and a Sony DSC-N2. More importantly though, I had a Sony GPS-CS1 geologger. This little device locks onto GPS signals and records your location every 15 seconds in standard NMEA format to internal flash memory. If you take the time to synchronize the internal clocks in your camera to GPS before you go shooting, afterwards you can correlate the time stamps in your photos with the position recorded by the device. I use software by RoboGeo to do this, although Sony includes some basic software with the device.
No commentsJul 22
2008 Dayton Air Show
This past weekend, I took a trip to Dayton, Ohio for the annual airshow held at Wright Patterson Air Force Base. The main draw this year was the demonstration of the F-22 Raptor. The speed and agility displayed by this plane was really special even though the pilot wasn’t allowed to show its full capabilities. Aside from the F-22, there were many other interesting planes and helicopters on display, including the C-17, C-130, P-3, Apache Longbow, A-10, Huey, CH-47, V-22, F-16, and many more. While oogling at all the technology (some of it new, some of it really really old), I managed to take a few photos which I’ve included here in abridged form.
Edit: Somehow I missed the emergency landing in the middle of the show? The plane must have (and should have) landed on a runway far from spectators because I certainly didn’t see it.
1 commentJul 12
SmoothBackup Mod for Smoothwall
As I’ve previously mentioned, I run a Smoothwall Express 3.0 firewall on my home network. I built this firewall using a crappy old computer I had lying around. Well, the harddrive ate it big time this week and needed to be replaced. Luckily, I had another old harddrive laying around which will get me by for a few more months (they just don’t make harddrives like they used to… the one that died was almost a decade old). As you may know, Smoothwall has a built-in backup feature which will copy your settings over to a floppy disk. It’s limited, but I guess it would work for some people. I knew my old junk hardware would fail eventually so a few months ago I installed the SmoothBackup for SWE 3.0 v.1.4 mod. One can configure this mod to make scheduled, complete drive backups. Since a Smoothwall installation is inherently limited in size (~130 MB for mine), this mod generates a tar file of the entire file system. It can also optionally SCP the file to another computer. I had mine configured to put the tar on my server out of harms way. So today, when I went to replace the crashed drive, I simply reinstalled smoothwall and the SmoothBackup mod, and then restored my previous installation from the tar which I copied back over from my server. BAM! 10 minutes tops and I was back up and running. Smoothwall is a quality application, and community-contributed mods like SmoothBackup are icing on the cake.
No commentsMay 31
Compiz Fusion on Ubuntu Hardy Heron
Due to a harddrive failure, I was forced to reinstall Linux on my aging laptop. Previously, I had been running Gentoo which was built completely from source (if you want to learn about linux, building your own Gentoo installation from source is a great way). Gentoo ran pretty fast on my old laptop since the only packages installed were the ones I had taken the time to build using Portage. However, upgrades were always a pain since every package had to be built from source. Yea yea yea, I know you can install pre-compiled packages from Portage, but what’s the fun in that, right? Anyways, I’ve been running Debian on a home server and it’s pretty stable with no frills. Ubuntu, being a quasi-derivative of Debian seemed like an attractive choice for a laptop. Wow, is it ever.
No commentsMay 29
NextGEN Gallery WP Plugin
I can never leave well enough alone, so I started playing with the NextGEN Gallery WP Plugin today to spice things up. It has a fantastic administrative backend to create galleries of images and then albums of galleries, all of which can be easily inserted into posts using a small tag. While customizing this plugin, I stumbled upon the Highslide JS project which can be integrated into NextGEN, after some serious finagling, to enable cool effects when displaying your images. These effects include image navigation, fading, being able to drag images around, etc. The WP-Highslide plugin is a good place to start messing around. This plugin integrates a part of the Highslide JS codebase into WP as well as supplying a good place to locate all of the Highslide-specific CSS. Don’t ask me to explain how it works, as it took me a few hours of code and CSS editing to get something usable. If you don’t hate yourself, the NextGEN gallery plugin works perfectly fine without it. However, your images won’t do such cool things when you click on them as mine do. Here is an example of displaying a small gallery (caricatures of a few friends in the spirit of South Park). When you click on a photo to enlarge it, try dragging it around and then maybe clicking on another one and dragging it around. It’s oddly entertaining.
5 comments![[del.icio.us]](http://www.electrosizzle.com/wp-content/plugins/bookmarkify/delicious.png)
![[Digg]](http://www.electrosizzle.com/wp-content/plugins/bookmarkify/digg.png)
![[Facebook]](http://www.electrosizzle.com/wp-content/plugins/bookmarkify/facebook.png)
![[Furl]](http://www.electrosizzle.com/wp-content/plugins/bookmarkify/furl.png)
![[Google]](http://www.electrosizzle.com/wp-content/plugins/bookmarkify/google.png)
![[Slashdot]](http://www.electrosizzle.com/wp-content/plugins/bookmarkify/slashdot.png)
![[Technorati]](http://www.electrosizzle.com/wp-content/plugins/bookmarkify/technorati.png)
![[Yahoo!]](http://www.electrosizzle.com/wp-content/plugins/bookmarkify/yahoo.png)
![[Email]](http://www.electrosizzle.com/wp-content/plugins/bookmarkify/email.png)
