Slashdot Mirror


User: Trixter

Trixter's activity in the archive.

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

Comments · 313

  1. DUH Re:1996-2005 on The History of PDAs in Words and Pictures · · Score: 1

    The whole part between 1996 and 2005 seemed to be a blur in the article.

    Maybe that's because the HEADLINE reads "1975-1995".

  2. Re:Fundamental Fundamentalist question... on Kansas Challenges Definition of Science · · Score: 1

    I know you're not kidding, which makes it scary. Whenever I encounter a fundamentalist who believes this and behaves this way, I ask him/her "If Heaven is so great and where we're all going, why not just jump off a building now and speed up the process?" They always answer, but not without a lot of sputtering :-)

  3. Re:No Cheat sheet - alias the commands! on What UNIX Shell Config Settings Work for Newbies? · · Score: 1

    This is an exquisitely BAD IDEA. It's not portable: They will learn these aliases and then wonder why they don't work on another system!

    An experienced admin friend of mine was working at a console with me looking over his shoulder once, and I saw him type things like "dc" and "vm" and yet the "cd" and "mv" commands were working -- I asked him why and he said he has aliases for all of his typos. THIS ENFORCED BAD BEHAVIOR and, years later, wishes he hadn't done that.

  4. Thanks for the newsflash on Web Site Attacks Are On The Rise · · Score: 1

    In other news, scientists have discovered that cheese is made from milk, skydiving without a parachute has a 99.99998% chance of resulting in death, and that galvanized rubber is not edible.

    Come on, this was news? Website attacks are STILL GOING ON... performed by KIDS? Announcing that the earth was still round would have been more surprising.

  5. Re:Question on Ameritrade Customer Data Lost · · Score: 1

    I concur. I know many people who have reverse-engineered "unknown" compression schemes so compression != encryption.

  6. And they never heard of encryption? on Ameritrade Customer Data Lost · · Score: 1

    At a former financial employer, I didn't hesitate to put encryption into the backup system I designed for a particular product. You have to protect the data at every single failure point, including those of the "whoops, where did we put that tape?" kind.

  7. Neither of them were first! on Apple and MS Battle For Desktop Search Supremacy · · Score: 4, Informative

    Anyone here old enough to remember Lotus Magellan? If any company or product could be considered first in the desktop search category, it would be Magellan. Released in the late 1980s, it indexed every file on your hard drive into Btrees; when you searched for a term, it would narrow the results in realtime with every keystroke -- blazingly fast. Found files were displayed (many looking just like they would in their native program thanks to several file type filters) with the search word highlighted. Truly one of the MS-DOS highlights of the 1980s.

  8. Re:Bullshit on Paramount Says Enterprise Cancellation Is Final · · Score: 1

    I mean, imagine if the time travel was the core of the show, and not just a Deus Ex Machina gimmick to pull a retcon out of a hat?

    I think Scott Bakula has had enough of that already.

  9. You know what I *really* miss? on Portrait of The Last Remaining Pinball Wizard · · Score: 1
    I miss the *experience* of playing pinball (or coin-op video games). I can put a pinball in my house, or emulate a video game on my PC/console, but none of that can reproduce:

    Having a crowd slowly form around you as you outperform most people who normally play the game. (And the crowd makes you play even better!)

    Putting a quarter or two on the glass to reserve your place in line.

    Good times with friends, especially 2- or 4-player games.

    Setting a score on a game, coming back a week later and seeing it still there.

    Same, only seeing it BEATEN and then striving to do better :-)

    I miss the experience most of all. Once a year, I'll set up my arcade stick, put it on a table, put a monitor at eye level, dim the lights, play some Journey or Yaz at loud levels -- even go so far as playing a sound loop of what an arcade used to sound like. But it's still not the same.

  10. MobyGames on PostgreSQL on Big Sites? · · Score: 1

    MobyGames runs on PostgreSQL and has done so for over 5 years.

  11. Re:Ack Thpt on Automated CD/DVD Archival? · · Score: 1

    writes at 500MB+/minute

    Sorry, I think you meant 500mbit/s, not 500MB/s.

  12. Time is money. on Would You Forfeit a Raise to Work From Home? · · Score: 1

    If working from home saves you 2 hours a day you would otherwise be commuting, then you've automatically given yourself nearly 3 extra weeks of time per year to do whatever you want it.

  13. I'm surprised people haven't mentioned... on Turnkey Linux RAID Solutions? · · Score: 1

    ...Buffalo's Terastation. Check this.

  14. Re:Ford's Thumb? on Hitchhiker's Guide to the Galaxy Trailer · · Score: 0

    "I remember seeing something on the making of X-Men, and one of the designers said yellow spandex looks great in a comic book, but it looks stupid on screen."

    Well, it worked for Bruce Lee (and Uma!)

  15. Re:The cheapest webcam = not a webcam on Best Webcam on a Budget for Linux? · · Score: 1

    "and the PCI card means you get close to 800 lines of horizontal resolution"

    Uh, just how do you get 800 lines of resolution from an NTSC (486 visible lines) or PAL (576 visible lines) source?

  16. Re:My Suggestion as a Game Programmer in HS on Crash Course in Game Programming? · · Score: 1

    No offense to the parent poster, but coding a few text-based games like othello, hearts, etc. is not going to get you a job in the industry (unless your othello uses some advanced algorithm that always wins and you can demonstrate why).

    I would suggest the original poster hang out game development websites (use google, search for gamedev, others) and try to learn all he can there first. Subscribe to Game Developer's Magazine.

  17. Uh... ReplayTV "extinct"? on EFF Creates Endangered Gizmos List · · Score: 1

    Tell that to the hundreds of thousands of ReplayTV owners who are quite happy. The only two features they removed were internet sharing and automatic channel skip. You can still happily suck shows off of the unit over ethernet in MPEG-2 format until the cows come home. I am *still* laughing at people who purchase TiVo units.

  18. I was doing this years ago; easy and cheap. on Ideas for a Home Grown Network Attached Storage? · · Score: 1

    My last effort in this area was a Dual Pentium 933 with 1GB RAM, and a 3Ware Escalade 6400 hardware RAID-5 (real RAID, it has a RISC on it) handling four IDE drives. My total cost three years ago was $500 for the server, $240 for the drives, and $300 for the 3ware controller. I installed Red Hat 7.2 at the time.

    So why haven't I upgraded since then? I haven't needed to! It's still my fileserver, and has never had a problem. I have been especially happy with 3ware's linux software, and in their latest updates they have allowed rebuilding a RAID where there are known bad sectors, just so you can get SOMETHING back from a catastrophic crash.

  19. Zope? on Rolling With Ruby On Rails · · Score: 1

    How is this easier than Zope? Zope isn't smalltalk, but it does inherit (pun intended) OOP from Python and other sources.

  20. Re:Doesn't really matter. on ESPN And Electronic Arts Sign 15-Year Deal · · Score: 1

    These sports games are getting really stale anyway.

    Tell that to the rest of the industry. EA took in 3.3 billion from sports games ALONE last year.

    For the record, I'm not a console sports fan either. But they sure do bring in da bux!

  21. Re:So how much is a MythTV? on Has TiVo's Fate Been Sealed? · · Score: 1

    Don't bother, just buy a ReplayTV. No ads, downloading shows to MPEG-2 or DVD over ethernet, commercial skipping, $50 (refurb). I honestly HONESTLY don't understand why people buy TiVo when ReplayTV is the better product!!

    MythTV is nice, but only from a hack-it-yourself standpoint. The hardware MPEG-2 encoder in a ReplayTV unit is extremely good so I never found the need to build my own Myth box to the tune of $500 or more...

  22. Re:Thank God! on Creationist Textbook Stickers Declared Unconstitutional · · Score: 1

    You're BOTH wrong. The Koalas merely rode on the Kangaroos' backs, of course!

  23. Re:I hate Jobs on Think Secret's Nick dePlume Revealed · · Score: 1

    I am not a Jobs lover, but he is (was) indeed a pariah. Not a *Geek* pariah, but he does (did?) possess a rare skill known as a Reality Distortion Field, where in his presence, reality is malleable. Jobs saw the importance of introducing a computer for the masses, and he was able to pick a decent team and make them meet targets that most people would consider impossible. Yes, he rode on Wozniak's coattails for a while, but you have to give Jobs credit for recognizing Woz was the person to encourage and push.

  24. Re:no breakthrough here on Breakthrough In JPEG Compression · · Score: 1

    They can really make people look like fools by posting things, such as this, and completely misrepresenting it's worth.

    Like stating "300% compression"? (that's an expansion, not reduction)

  25. Re:PNG is lossless on Breakthrough In JPEG Compression · · Score: 1

    Stop being paranoid. PNGGauntlet is one optimizer that won't lose anything unless you explicitly tell it to.