Slashdot Mirror


User: etash

etash's activity in the archive.

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

Comments · 272

  1. Re:First thing I noticed on Google Speeding Up New Encryption Project After Latest Snowden Leaks · · Score: 1

    no, nomatter how i try to visit the http site it always redirects me to the secure one (https)

  2. funny, says the company that... on Google Speeding Up New Encryption Project After Latest Snowden Leaks · · Score: 2

    uses the obselete since a decade RC4 as the encryption algorithm for its httpS.

  3. What the press release really means on Fire At Hynix FAB May Bump DRAM Prices · · Score: 3, Insightful

    Dear customers, the current rather low DRAM prices are not enough for our greed. Therefore they need to be higher. Of course we can't just out of the blue do that, hence we are doing this false flag operation to provide a plausible excuse for the artificial scarcity which will lead at least temporarily to higher prices.

    Sincerely ( pun intended ) yours,

    CEO of Hynix
    Chun Sun Chan.

    /tinfoil hat off.

  4. Re:I never understood the principle. on Syria: a Defining Moment For Chemical Weapons? · · Score: 1

    therefore we should allow chemical weapons ?

  5. Re:I never understood the principle. on Syria: a Defining Moment For Chemical Weapons? · · Score: 0

    don't pretend to be dumb, it's the low cost, scale and easiness of chem/bio which makes them so awful.

  6. the large grid was - as the article says - not for better efficiency but in order to avoid the energy-beam weapon thing. by design the power beamed down spreads out a lot and thus requires such a large collector.

  7. lol on This Satellite Could Be Beaming Solar Power Down From Space By 2025 · · Score: 4, Interesting

    how exactly can it "revolutionize disaster relief" when it needs an almost 40km^2 (6-8km in diameter) receiver array on the ground to get the power beamed from the satellite. Disaster relief means fast deployment. How fast can you deploy a 40km^2 grid on the ground?

    not even mentioning the fact that if you had 40km^2 of land you could just set solar panels there and do the thing for yourself with much less energy losses.

  8. Re:My 3 least favorite things in one sentence on Workers at Chile's ALMA Telescope Strike Over Working Conditions · · Score: 1

    there's no such thing as courtesy in such matters. just because the site happens to be english doesn't mean all nationalities have to use whatever units or symbols you use in countries of anglosaxon influence. get over your empire dreams.

    plus your post was completely wrong. It's not "just a few european countries use . as a thousand separator". ALL european countries use it, with the exception of UK. It's actually quite the contrary, it's just a few countries who use , as a thousand separator.

    see the map and educate yourself. http://en.wikipedia.org/wiki/Decimal_mark

  9. Re:My 3 least favorite things in one sentence on Workers at Chile's ALMA Telescope Strike Over Working Conditions · · Score: 1

    , as a thousand separator? WTF, not everybody is english or american, the world does not revolve around you.

  10. Re:Old news on New System Propels Satellites Without Propellants · · Score: 1

    dr brown is that you ?

  11. Re:From Other Thred on Incredible Footage Shows a Perseid Meteor Exploding · · Score: 1

    no, it's a device for people who do not follow the previous slashdot articles and the joke some may make by combining both articles.

  12. cloud OS ? on Microsoft Is Working On a Cloud Operating System For the US Government · · Score: 5, Insightful

    you mean like unix was a "cloud" OS and you could connect via dumb terminals to it?

  13. Re:Idea on Bill Gates Promotes Vaccine Projects, Swipes At Google · · Score: 1

    mod this up. didn't know gates was supporting such barbaric medieval practices.

  14. too bad this displays as a square in firefox in the title bar.

  15. Re:What is a 100Mbit connection good for? on Rupert Murdoch Wants To Destroy Australia's National Broadband Network · · Score: 1, Flamebait

    just because you are dumb enough to imagine of a future where 100mbit is less than necessary, doesn't mean there are or there can be no new applications. I guess you still have just 640k of ram in your computer eh?

  16. Re:3.5 Billion years of hacks on X Chromosome May Leave a Mark On Male Fertility · · Score: 1

    Agreed! But this time let's make it a truly intelligent* design, shall we?

    *no appendix for example.

  17. So we are part... on X Chromosome May Leave a Mark On Male Fertility · · Score: 0

    ...women! Excellent news for crossdressers. Bad news for religious fundamentalists of the middle east *wink* *wink*.

  18. Re:Like in the Bible! on Ohio Zoo Attempts To Mate Female Rhino With Her Brother For Species Survival · · Score: 3, Funny

    exactly. "i got butthurt therefore i pointed out a spelling error". epic fail.

  19. Re:Like in the Bible! on Ohio Zoo Attempts To Mate Female Rhino With Her Brother For Species Survival · · Score: 5, Funny

    A University Of Sarcasm Diploma.

  20. Re:Like in the Bible! on Ohio Zoo Attempts To Mate Female Rhino With Her Brother For Species Survival · · Score: 3, Insightful

    HERECY! GOD DID NOT CREATE ANY OTHER FIRST HUMANS BESIDE ADAM AND EVE.

    on a side note, the imagination of religious nutjobs in order to avoid embarrassment, always amazes me.

  21. Re:Smart guns... on Hardly Anyone Is Buying 'Smart Guns' · · Score: 3, Insightful

    you are pretending to be dumb. guns make belligerent people WAY MORE DANGEROUS than they would be if they had no guns. Also guns have the tendency to turn people from cowards into thugs.

  22. Finally on Linux 3.11 Officially Named "Linux For Workgroups" · · Score: 4, Funny

    Linux is catching up with windows. 20 more years to go! yay!

  23. unmanned drone? on First Successful Unmanned Drone Landing On an Aircraft Carrier · · Score: 3, Funny

    wasn't drone enough? is anyone aware of manned drones?

  24. Re:node.js has a very serious issue on Ask Slashdot: Node.js vs. JEE/C/C++/.NET In the Enterprise? · · Score: 1

    i like node, and yes the biggest + for node is its easy asynchronous networking capabilities. It's just that i think it should work strictly as a backend and not try to also be yet another http server for which you would need to re-implement session management etc. etc.

  25. node.js has a very serious issue on Ask Slashdot: Node.js vs. JEE/C/C++/.NET In the Enterprise? · · Score: 4, Insightful

    it's trying to be both a backend language and a HTTP server. like being both a chef and a waiter. Why would anyone want to re-implement a full fledged http server and pass through all the difficulties and ironing out bugs that commercial http servers went through ( apache/nginx ). IMHO it should just act like PHP and all other backend languages do and not try to do everything, leaving page serving to real web servers. It's just that they (joyent) are trying to sell ( "evangelize" ) their solution as better when it's not.