Archive for the Category Computers

 
 

OpenWRT update on an NSLU2 (and some minor OSX stuff mixed in as well)

This is my first blog post in quite a number of years. I had to rescue my website from some unknown corruption that prevent it from being visible a few weeks ago, so I figured I should at least do something with it again. Not sure how regular I’ll be at posting, but I wanted to get this down so that I don’t forget how to do it again in a few years. Maybe it will be helpful to others as well.

Background on the NSLU2

The original use of the NSLU2 (or slugs people started calling them since the name is a few letters off and NSLU doesn’t exactly roll off the tongue) was to act as a very basic home NAS device before they became semi-mainstream (at least to tech people) and inexpensive compared to multi-drive raid configurations with full enclosures. It has two USB 2.0 slots on the back, a 10/100 Ethernet port, and had a basic linux build with SAMBA to share the drives and a simple web GUI to configure the shares and permissions. I’ve owned a pair of slug’s for a while; I picked up my first one at Bookmans, a cool, local used books and entertainment store and another as a good deal off of an online auction site in case I bricked the first one.  I just dusted both off after they sat around for a doing not much after we packed up everything to move into our house a year and a half ago to try to put them to good use. Side Note: I don’t purport to having been the original source any of this software or directions, I’m just stringing together the works of many other people into a useful platform for myself to play with in the little spare time that I have now that we have a lil one to help take care of at home.
| Read the rest of this page …

Need a hard drive wiped securely?

I recently gave away one of my old computers and decided that I’d make sure that all of my information was really removed from the disk above and beyond a disk format. A quick Google search, plus a few recommendations (quite a while ago) from friends, and I found DBAN or Darik’s Boot and Nuke.

The DBAN software download is a disk image that can be used to create a bootable CD or USB disk (based on a minimal build of LINUX for intel or ppc processors) that will securely shred the contents of a hard disk. DBAN uses a pseudo-random number generator to write over every location on a disk with multiple passes to statistically guarantee that no data on the drive can be recovered without quite a bit of time, effort, and expense if it’s even possible.

A few hours running 5 sets (quite excessive) of 7-passes or writing various patterns to the drive, and I had a “totally” clean disk.

If Programming Languages Were Religions

Here’s a great link that sums up all of the differences of egos and personalities that each of the main programming languages and their followers take on:

C would be Judaism – it’s old and restrictive, but most of the world is familiar with its laws and respects them. The catch is, you can’t convert into it – you’re either into it from the start, or you will think that it’s insanity. Also, when things go wrong, many people are willing to blame the problems of the world on it.

C++ would be Islam – It takes C and not only keeps all its laws, but adds a very complex new set of laws on top of it. It’s so versatile that it can be used to be the foundation of anything, from great atrocities to beautiful works of art. Its followers are convinced that it is the ultimate universal language, and may be angered by those who disagree. Also, if you insult it or its founder, you’ll probably be threatened with death by more radical followers.

C# would be Mormonism – At first glance, it’s the same as Java, but at a closer look you realize that it’s controlled by a single corporation (which many Java followers believe to be evil), and that many theological concepts are quite different. You suspect that it’d probably be nice, if only all the followers of Java wouldn’t discriminate so much against you for following it.

Follow the link to read the rest of them…

I’d say just about all of them are spot-on, though they leave out Assembly (which I would consider to be one of the pagan-inspired religions that require human sacrifices to make things work properly.)

[originally seen on Slashdot]

Netflix Instant Watch Now On Mac

Sweet!!! The only draw back is that I had to install a Microsoft product (Silverlight).

[via lifehacker]

Any good SVN Clients for Apple Computers?

I’m looking for a subversion client (I don’t really need a full-blown server/client bundle on the new laptop) for some development, does anyone know of a good one? Are they all pay-for?