Forgot your password?

typodupeerror

Comment: Re:Get a good adapter set (Score 1) 165

by giminy (#37890786) Attached to: Ask Slashdot: Best EEPROM Programmer For a Hobbyists?

I'll seventeenth the GQ-4X. I have a bunch of adapters, some soldering tongs, and the like for reverse engineering and reprogramming chips. It's been a great programmer, works fine under virtualization (I use it on a mac, using a windows guest VM, inside of VMWare Fusion. It does not work to share this with a guest under Virtualbox, but Virtualbox is crap for USB support).

I grabbed mine from mcumall also. It's been a very reliable (with one exception) programmer.

My only problem with mcumall's parts was one of their PLCC32 adapters was laid out wrong. It promised to work with a particular Atmel chip, but had one of the address lines swapped with the 'read' strobe, which made for very confusing output until a friend exhibited the intelligence to trace the adapter out. My buddy cut the trace on the board and blue-wired the adapter, since then it has worked fine.

Comment: Re:Dionaea or Nepenthes (Score 1) 298

by giminy (#36224626) Attached to: Ask Slashdot: FTP Server Honeypots?

You could probably configure it to send the files to the bitbucket, sure. A lot of times an open file server would be used to host malicious software (so some exploit says to grab its payload from ftp://yourftpserver/uploadedfile.exe). In thise case the files would be interesting for a honeypot to capture, so that they could be analyzed to see what the malicious payload is doing.

Comment: Dionaea or Nepenthes (Score 1) 298

by giminy (#36188270) Attached to: Ask Slashdot: FTP Server Honeypots?

Dionaea has a nice FTP honeypot. It will even let bad guys (or bad automated programs) upload files. It's available here [carnivore.it].

Be careful, of course. You want to be safe in case these attacks are automated tools doing something icky like uploading kiddie porn or illegal music to your honeypot...(I'm not sure which would be worse).

Comment: Break things, have them fix it (Score 1) 467

by giminy (#34899278) Attached to: Advice On Teaching Linux To CS Freshmen?

I learned Linux by installing it on my desktop and forcing myself to run it as my primary OS. What taught me the most? When things went wrong.

I recommend coming up with ways to break the computer wherein fixing it will cause learning. Start by assigning the use of a utility or system service that is actually configured incorrectly and isn't running. This teaches things like: run the program from the command-line to see what it is outputting to stdout, look at log files, edit configuration text files. Make things harder by breaking boot services, changing the xserver configuration so that it starts as a command-line, etc. Finish by breaking grub, or deleting /etc/passwd and forcing them to boot into single-user mode to fix things.

Troubleshooting a computer is the best way to learn...

Comment: Re:good (Score 2, Insightful) 256

by giminy (#30859918) Attached to: Microsoft Dodges Class Action In WGA Lawsuit

What upsets me the most is that if I legally purchase windows for my computer I am limited on how much I can upgrade

Sadly you didn't purchase windows, you licensed it. Welcome to the world: intellectual property gets all the protection that physical property gets, with none of the 'disadvantages' (ability to loan, etc).

Comment: Re:Don't get excited yet. (Score 1) 297

by giminy (#29905605) Attached to: Russia Develops Spaceship With Nuclear Engine

A prototype of Orion did get built in San Diego. The test flight was conducted from Point Loma (now the site of Space and Naval Warfare System Center's model ship-testing pool) using conventional explosives with a delivery tube. By all measures it was successful. Freeman Dyson then worked out the engineering needed for the pusher plate and delivery mechanism for the full nuclear-weapon version. I think there's quite a bit on this in John McPhee's excellent book, _The Curve of Binding Energy_.

Orion always bothered me because it seemed almost biblical (people ascending to the heavens, leaving behind a scorched earth). It would make a pretty good way to get a lot of stuff off the planet if something dire were about to happen -- meteor impact, decay of orbit, or something.

Anyway, I used to know where pictures of the test flight were, but I can't seem to find them at the moment :(. Perhaps some smarter googler than myself can point us in the right direction...

Reid

It's no longer a question of staying healthy. It's a question of finding a sickness you like. -- Jackie Mason

Working...