Slashdot Mirror


User: sprior

sprior's activity in the archive.

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

Comments · 201

  1. Re:Indeed on Voyager and the Coming Great Hiatus In Deep Space · · Score: 3, Interesting

    I'm 46 and I grew up with Star Trek, the World Trade Center, the Concorde, and the space shuttle. How's that working out...

  2. He doesn't undeestand how Vegas works on How Las Vegas Missed Out on a Life-Sized Starship Enterprise · · Score: 3, Interesting

    Nothing sits for long after it stops being popular/profitable, they implode it and build something else.

  3. Re:It's a copyright violation. on Some Hotspot Operators Secretly Intercept, Insert Ads In Web Pages · · Score: 2

    Actually I think you'd use an MPAA case as a precedent. Wasn't there a case from the MPAA against a company that was creating a side editing track to cut out the bad(good) parts of a movie to reduce it from R to PG-13?

  4. Arduino on Ask Slashdot: Shortcuts To a High Tech House · · Score: 1

    Arduino, lots and lots of Arduinos. They're cheap and can be used for lots of stuff.

  5. Re:Signal to Microsoft? on Intel Joins LibreOffice · · Score: 1

    I've found that people who are not technical don't necessarily realize that Microsoft Office is a separate product from Microsoft Windows - they've never seen one without the other.

  6. Signal to Microsoft? on Intel Joins LibreOffice · · Score: 1

    If I were a cynical guy I'd take this as Intel giving Microsoft's cash cow the FU salute after Microsoft said Windows 8 would run on Arm based tablets. Good thing I'm not a cynical person - oh, wait...

  7. Where have I seen this before... on A Data Center That Looks Like a Mansion · · Score: 1

    Let me guess, the garage will have a turntable and the cars will come out of a gate of street signs. Will they call this thing the Batcave or Wayne Manor?

  8. Avg Slashdot reader will be normal by... on New Research Shows Cognitive Decline Begins At 45 · · Score: 1

    So, the average Slashdot reader will achieve normal IQ at around age 80?

  9. Didn't APL prove this a long time ago?

  10. Re:Potential privacy nightmare on Amazon's New Silk Redefines Browser Tech · · Score: 1

    I wasn't really worrying about three letter agencies in this as much as Amazon itself knowing even more about me than they already do and using that to market to me endlessly. It already happens a lot that I see a product mentioned so I look at it on Amazon, but then it bugs me after that with all sorts of related suggestions so I end up going in and deleting it from my viewing history. If you've got three letter agencies interested in you, then your life is far more interesting than I plan for mine to be, and probably not in a comfortable way.

  11. Re:Prior Art - Opera Turbo on Amazon's New Silk Redefines Browser Tech · · Score: 1

    Also the WAP protocol used in the early days of phone web browsers.

  12. Re:Potential privacy nightmare on Amazon's New Silk Redefines Browser Tech · · Score: 1

    Can you imagine what happens when at an inconvenient time someone goes to their Amazon home page and it says "because you like www.clownsboinkingnuns.com we recommend this selection of clown masks"

  13. Re:They Both Win on Amazon's New Silk Redefines Browser Tech · · Score: 2

    Reading comprehension is a blessed thing - my comment wasn't who loses, but who wins more.

  14. Potential privacy nightmare on Amazon's New Silk Redefines Browser Tech · · Score: 4, Interesting

    Nice performance bump for users, and an incredible data mining opportunity for Amazon - who wins more?

  15. Re:Good for drivers, not for profits on IBM Launches Parking Meter Analytics System · · Score: 3, Insightful

    I think systems like this will reset any time left on the meter as soon as the car pulls out, so nobody can come in and park "for free" by using the left over minutes. That's what increases the revenue.

  16. "I'm not crazy" on Seismologist Manslaughter Trial Begins Next Week · · Score: 1

    If when defending your decision to the press you feel the need to use the phrase "I'm not crazy", you've probably just blown your best excuse...

  17. Re:Stay Put on Ask Slashdot: Am I Too Old To Learn New Programming Languages? · · Score: 1

    Some of my favorite weeks as a programmer was when my system ended up with a good number LESS lines of code than it did at the start. Of course there was also when I switch a system from hand coded JDBC calls to Hibernate and all of the sudden about HALF the code disappeared...

  18. Re:Stay Put on Ask Slashdot: Am I Too Old To Learn New Programming Languages? · · Score: 1

    I don't think they're going to fall for that one again. :-)

  19. Re:So one intent is better than another? on Nortel Patent Sale Gets DoJ Review · · Score: 1

    There's one thing about one company buying a patent to use it defensively. It's kinda another situation when every company but one enters into an agreement with each other for the express purpose of keeping patents away from just one of their collective competitors. That sounds to me like collusion.

  20. Duh on Nortel Patent Sale Gets DoJ Review · · Score: 0

    This was is so obvious that even the DOJ couldn't ignore it...

  21. Bad Translation on Lockheed Martin Purchases First Commercial Quantum Computer · · Score: 4, Funny

    I found the D-Wave white papers very hard to understand, but I'm sure it's because of a poor translation from the original Vulcan to (sortof) English.

  22. Re:Well on Do Developers Really Need a Second Monitor? · · Score: 4, Funny

    In next years Slashdot: Do Stone Tablet Developers Really Need Safety Glasses?

  23. Re:Isn't it obvious? on Figuring Out Why Android Wins On Phones, But Not Tablets · · Score: 1

    The Nook Color as a tablet has only been fully baked since CM7 stable came out a couple of weeks ago.

  24. Impact of taking energy out of the atmosphere? on US To Fire Up Big Offshore Wind Energy Projects · · Score: 1

    Not trying to be flamebait, but wind power is generally considered to be "free" power, but the energy is coming from somewhere. While we're not at a scale yet which could have an impact, has anyone studied the effect of taking that kinetic energy out of the weather system? Scaled up in a big way could we affect weather patterns?

  25. Re:Drupal on Foundation Drupal 7 · · Score: 2

    I'm no expert on Drupal 7, but in about 5 minutes I got the source for Mollom and found line 599 in mollom.module which shows how they hook mollom function into any form in Drupal which has been configured for it. I would think this is on the trail of what you want as comment submission would I assume be just another form that could be enabled for Mollom or something else you're planning to write. No special comment intercept needed - it's more generic now.