Slashdot Mirror


User: Poromenos1

Poromenos1's activity in the archive.

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

Comments · 914

  1. Re:Three words. on Free Phone Calls... If Advertisers Can Eavesdrop · · Score: 1

    Too bad privacy and the number of people you can call are inversely proportionate :/

  2. Re:Three words. on Free Phone Calls... If Advertisers Can Eavesdrop · · Score: 1

    Or one more, depending on how you count it.

  3. Uhh... on Free Phone Calls... If Advertisers Can Eavesdrop · · Score: 0, Redundant

    You know that it's not mandatory for you to run this program, right?

  4. Three words. on Free Phone Calls... If Advertisers Can Eavesdrop · · Score: 3, Insightful
  5. Re:Very few details. on GoogHOle Exploits GMail, Picasa and 200K Other Sites · · Score: 1

    I use Opera, does this mean I am forever doomed to fall in the hands of every internet predator that comes along?

    I still need the exact information if I am to make any informed decisions about my browsing habits.

  6. Very few details. on GoogHOle Exploits GMail, Picasa and 200K Other Sites · · Score: 5, Interesting

    The article is very low on details. I read it and I'm still not sure how it works, whom it affects and what I can do to protect myself (obviously, since I don't know how it works).

    It would have been nice if they went into some more detail for technical users.

  7. Re:Canadian Coins Too on OLPC Announces Buy-2-Get-1 XO Laptop Sale · · Score: 1

    It's personalized because different countries have different cultures. The fact that we use the same currency doesn't mean it can't be personalised.

  8. Re:$100+$100 = $399? on OLPC Announces Buy-2-Get-1 XO Laptop Sale · · Score: 5, Funny

    Didn't you hear? The "Canadian dollar" jokes were switched for "American dollar" jokes recently.

  9. Quite true. on Thinking about Rails? Think Again · · Score: 1

    I totally agree with the AJAX part. AJAX isn't inherently bad, it was just overused. Also, coming back to the article, why is the author comparing a framework to a language? I bet he could do everything he wanted in Ruby as easily as with PHP if he hadn't used Rails (I don't know Ruby, but I know you can do it in Python without using any frameworks).

    The whole article is just a bad comparison.

  10. Re:Some Context on 802.11n May Never Happen Due to Patent Concerns · · Score: 1

    Mmm, class action suit, baby!

  11. Re:Some Context on 802.11n May Never Happen Due to Patent Concerns · · Score: 5, Funny

    As a Greek, I'd like some remuneration for founding civilization please (democracy is a freebie). You guys have been mooching off us too long!

  12. Re:Cyberterrorists. on The Pirate Bay Files Suit Against Big Media · · Score: 0, Redundant

    Or this. This one is actually more on target.

  13. Re:Good until the last line. on First New Dismissal Motion Against RIAA Complaint · · Score: 1

    Like many people have said before me, if she had Linux you would be singing a very different tune!

  14. Re:14Pb for 170k employees... on World's Five Biggest SANs · · Score: 0

    No, you miscalculated by a factor of SUCK!

    (Hah :/)

  15. Moore's Law on End of Moore's Law in 10-15 years? · · Score: 1

    The complexity for minimum component costs has increased at a rate of roughly a factor of two per year ... Certainly over the short term this rate can be expected to continue, if not to increase. Over the longer term, the rate of increase is a bit more uncertain, although there is no reason to believe it will not remain nearly constant for at least 10 years. That means by 1975, the number of components per integrated circuit for minimum cost will be 65,000. I believe that such a large circuit can be built on a single wafer.


    That's from Wikipedia. He actually said that the cost would halve every year.
  16. Re:Got my attention on Facebook Quietly Offers Storage to Developers · · Score: 1

    How will S3 work for storing anything other than static media?

  17. Re:not mp3! on Universal Offers iPod-Resistant Music · · Score: 1

    I don't understand the PlaysForSure name. Seeing PlaysForSure is a surefire indication that it doesn't play on most media. That's not what I don't understand, though. I don't understand why they would THINK it plays for sure? It's like saying "mp3 MIGHT play on this, but our format PlaysForSure!" What were they thinking, can anyone explicate?

  18. Re:What's the draw? on New iPod Checksum Cracked, Linux Supported · · Score: 2, Insightful

    That's true, but I'd rather not spend three days pressing the "next" arrow 800 times like I did with my MuVo. Much faster to go to the song's general vicinity and slow down.

  19. Re:What's the draw? on New iPod Checksum Cracked, Linux Supported · · Score: 4, Insightful

    It's not actually integration with iTunes (it's the most bloated piece of crap I've seen since RealPlayer), but the fact that there is any integration at all, i.e. a database of songs you can search and sort any way you want. Plus there's a really intuitive interface to control it. If there was another company that had that I'd buy its offer, I don't like Apple's overpriced hardware.

  20. Re:What's the draw? on New iPod Checksum Cracked, Linux Supported · · Score: 5, Insightful

    It's the scrollwheel.

  21. Re:a blessing on readers of Wheel of time on Fantasy Author Robert Jordan Passes Away · · Score: 1

    I have only read the first book of the series and found it quite great. Does it get worse later on? Why are you saying this?

  22. Re:They still don't give the exact byte downloadli on Comcast Slightly Clarifies High Speed Extreme Use Policy · · Score: 2, Funny

    Knowing Comcast, you should probably assume the average song size to be about 300 KB.

  23. Sys and OS. on Guido and Bruce Eckel Discuss Python 3000 · · Score: 1

    I meant sys and os, sorry about that.

  24. Re:Sounds familiar. on Guido and Bruce Eckel Discuss Python 3000 · · Score: 1

    If it has to do with paths, it's in os.path. If it has to do with the OS in general, it's in OS. If it has to do with strings it's in string, and with regular expressions in re. What's so hard? The only two libraries in the whole of python that one might confuse are sys and path, and besides, why would you confuse two libraries? What are the docs for?

  25. Re:staying with an old version -- how? on Guido and Bruce Eckel Discuss Python 3000 · · Score: 1

    According to Guido the language differences aren't going to be so huge that code can't be ported, I think he said that something like 90% is going to already run, and there will be tools to help you locate and convert the other 10%.