Slashdot Mirror


User: jamus

jamus's activity in the archive.

Stories
0
Comments
57
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 57

  1. Re:Aggregate power consumption would be nice... on Build Your Own Open Source Twittering Power Meter · · Score: 2, Informative

    I'm using The Energy Detective (http://www.theenergydetective.com/index.html) and a custom version of this python script (http://svn.navi.cx/misc/trunk/python/ted.py) to measure, track, and graph whole house power consumption.

  2. Re:CES2009: no consumer routers on Google Over IPv6 Coming Soon · · Score: 1

    Apple's Airport line supports IPv6 and 6to4 for those on IPv4.

  3. Re:Why no album discount? on Apple Is Now the #1 US Music Retailer · · Score: 1

    As an aside, I'd appreciate iTunes letting me easily select blocks of music I could keep in the same order, even when listening to randomized music. "Sgt. Pepper's Lonely Hearts Club Band" should always be followed by "With a Little Help from My Friends" (and maybe the album's entirety). I stumbled across this yesterday, and I haven't had a chance to try it out personally.

    Maybe put the songs you want played together in the same grouping, then change your shuffle preferences to shuffle by grouping?
  4. Re:wow on Slashdot Turns 10 But You Get The Presents · · Score: 1

    That only took 10 years to figure out. Either that, or I'm getting senile.

  5. Re:wow on Slashdot Turns 10 But You Get The Presents · · Score: 1

    I'd settle for a year in archived stories. All I see is MM/DD.

  6. Re:One has to ask... on Slashdot Turns 10 But You Get The Presents · · Score: 1

    If memory serves right, wasn't there a time when there wasn't even moderation?

  7. Re:What's the draw? on New iPod Checksum Cracked, Linux Supported · · Score: 1

    The iPod camera adapter.

    They removed support for the camera adapter in the current generation of iPods, including the Classic. I was quite disappointed with this decission.

    Maybe they'll come up with something more elegant, like a simple dock connector to camera cable, instead of an attachment.
  8. Check your audience! on SSL: How to Choose a Certificate Authority · · Score: 1

    A good tip in the article is check your audience!

    SSL certs can be used for IMAP/SMTP, and clients such as the SnapperMail for the Palm only support verisign/thawte as a CA. I couldn't install a different CA. There is an option to trust anyway, but then this opens an attack vector: anyone could create a self-signed cert and claim it as the original server. This was a year or so ago, it may have changed by now.

    I'm pretty sure the web client on the Treos are the same way.

  9. Re:where is metrowerks going to go from here? on No More Codewarrior for Mac OS X · · Score: 4, Informative
    Metrowerks is now owned by Freescale, which was spun off from Motorola.

    Metrowerks' About Page

  10. UI in image? on World of Warcraft Duping Bug Found · · Score: 1

    What is the UI being used? Is the EXP/HK bar up top part of the same UI, or an add-on?

  11. Nintendo DS, in the US before Japan on The Japanese/American Tech Deficit · · Score: 1

    It's not true that Japan always gets the toys first...The Nintendo DS was released in the US before Japan. They did this so they can catch the US's Thanksgiving buying rush for Christmas. They released it in Japan on Dec. 02.

    My personal theory on the tech deficit: Americans are cheap, and Japanese have more disposable income, because owning a home is nearly impossible versus renting. I have no numbers to back that up, though. :)

    BTW, if you want to see how commercial Christmas can become, visit Japan in December. You can't avoid the Christmas lights, music, and sales, even though the population is less than 1% Christian.

  12. Re:Use your brain! on Data Recovery Techniques For Dead Zip Disks? · · Score: 2, Informative

    I had a HFS+ partitioned drive start going bad on me (clicking very noisly). I determined that the disk couldn't read one of the first few sectors, but could read most of the drive just fine.

    I used dd to try to copy the drive, and got about 20gb out of 30gb of the drive, then the drive completely died.

    I tried to use a few disk recovery utilities on the web, to no avail. I found out that there's only two Master Directory Blocks, one at block 2, one at the next to last block. I had lost both.

    If I had done my research, I should have pulled the MDB first, and then tried to get the rest of the data. Instead, I have 20gb of garbage. A data recovery company might be able to pull files from the data I have, but I gave up at this point.

  13. MSN on Did Your Ex-ISP Purge Your Personal Data? · · Score: 1

    I was inthe Windows 95 preview program, and in the MSN beta. I think I stayed with them for a couple months after that.

    Fast forward about seven years. I've had at least seven different mailing addresses since then. I get a letter saying that I was a valued customer and they wanted me to try their newest version.

    It's pretty obvious that MSN has never purged their databases.

  14. Re:Dvorak is soooo.... on Pranks for April Fool's Day 2004? · · Score: 1

    If you want something even more subtle...try gaelic. All the letters match, and the numbers are unshifted. It gets fun when you need to use symbols.

    For a Windows shop:

    Make sure to turn off the "enable indicator on toolbar".

    Add Gaelic as the keyboard language, so you have two input locales.

    Set "Switch between input locales" to whichever is more common for the user. Unfortunately, you can only choose between left alt+shift or ctrl+shift.

    Unfortunately, it may take a while before the user hits the magic sequence...so you may want to just change it to gaelic to start out with. When they ask you to take a look at it, hit the change locale hot-key, and say that everything's fine. Right before you leave, change locales again.

  15. Sprint Stores on Do Working Cell Phone Demos Exist Anymore? · · Score: 4, Informative

    Every Sprint Store I've been to had working models. Not those little kiosks in the mall, but brick & mortar stores. A link to their store locator.

  16. Re:Urban legend? on City Officials Almost Ban Foam Cups · · Score: 1

    Many years ago, in my communications class in high school, somebody presented this article (or a similiar one) as fact. Nobody else in the class, including the teacher and the person presenting the article, caught on to what dihydrogen monoxide was. This is the sad state of public education in Conway, Arkansas.

  17. Re:"A" is in Dulles, VA on Fort N.O.C.'s Security in Obscurity · · Score: 2, Funny

    That one in Dulles is a decoy. The real one is in my closet.

  18. Re:It's bad if you have a different on Yahoo and Unilateral Anti-Spam Technology? · · Score: 1
    If the traveller is using webmail, it works fine. Otherwise, the traveller needs to use SMTP AUTH to relay outgoing mail through his home base.

    Which is fine, until you run into an ISP that redirects SMTP connections to their SMTP server. I had that problem while travelling on business. The hotel's ISP redirected all SMTP requests to their SMTP server, and choked on AUTH. The error I got back was generic, so I thought I had entered my password wrong. The end result I sent a couple of my passwords to an unknown party!

    This is why I now use SSL for SMTP; I'll get a security warning before passwords are exchanged.

  19. Re:Protection on Review of iTunes Music Store · · Score: 1

    I can save you the 30 cents. You can use a CD-RW to record and rip the tracks from iTunes.

  20. Re:Protection on Review of iTunes Music Store · · Score: 1

    Yes, iTunes let you burn it on a CD, and then rip from CD to MP3/WAV/AAC/AIFF. In fact, I did this yesterday without even ejecting the CD. When it imports, it even remembers the Artist/Album/Title information.

  21. "Prosumer" line of wireless equipment? on How Stable is WEP? · · Score: 1

    Somewhat on topic, does anybody know of a prosumer line of wireless equipment, to avoid the problems the original poster has described?

    I like what the Linksys line promises, it just doesn't live up to it! I have to constantly reset my WET11 (802.11b bridge), and my WAP11 (Access Point) has horrible performance compared to the BEFW11S4 (Access Point+Router). Not to mention, my WPC11 (laptop wireless card) has horrible range and terrible configuration software on Windows. I've also had one WPC11 and one WCF11 (card flash) die on me.

    My biggest beef with them is that they constantly release newer versions of their hardware, and pretty much drop support for the older stuff.

    I'm pretty much looking for what linksys has, except software and firmware that works and is usable, and good support. I don't mind paying for what I'm asking.

  22. Re:Unrelated, but much more serious security hole on Sprint DSL's Security Hole Easy As 1,2,3,4 · · Score: -1, Redundant
    You might have missed it because /. didn't post it twice.

    http://developers.slashdot.org/article.pl?sid=03/0 1/21/1752251

  23. Re:Rendezvous on TiVo and Rendezvous · · Score: 2

    Where can I find mod_rendezvous?

    And yes, I checked google. :P It returned no documents. I also couldn't find it on modules.apache.org, unless I'm missing something...

  24. More suspicious of OpenSSH? on OpenSSH Gets Even More Suspicious · · Score: 5, Insightful

    The way I read the headline, "OpenSSH Gets Even More Suspicious", it sounded like we're supposed to be more suspicious of OpenSSH.

    What has the world come to, where we can't even trust OpenSSH?

    Oh, OpenSSH is more suspicious of its environment! That makes more sense! :P

  25. Re:Question? (and the answer questioned) on Using OSS for In-House Tools, Only? · · Score: 2

    See the GNU GPL FAQ, they have an answer for this type of situation.

    However, the Licence is legal binding, and the FAQ isn't.