Slashdot Mirror


User: kmike

kmike's activity in the archive.

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

Comments · 68

  1. Re:M2 is offline on Receiving Real-Time Imagery From Russia's Meteor-M N2 Satellite · · Score: 1
  2. Relevant reading on Surgeon: First Human Head Transplant May Be Just Two Years Away · · Score: 1

    http://en.wikipedia.org/wiki/P...
    "Scientific links" section contain a link to the film about similar experiments on the dogs in Soviet Union.

  3. Re:So we're doomed to the world of Wall-E? on The Future According To Stanislaw Lem · · Score: 1

    What's the story title?

  4. Re:Seems like old times on Malaysian Passenger Plane Reportedly Shot Down Over Ukraine · · Score: 2

    "Ukraine admits it shot down Russian airliner"
    http://www.telegraph.co.uk/new...

    Now your turn, eager to hear your "rumors in certain circles".

  5. Re:Get out of Greece now. on Journalist Arrested In Greece For Publishing List of Possible Tax-Evaders · · Score: 1

    I have a vague recollection they are now sharing some USA citizens' account information with USA.

  6. Re:Misleading google+ figures on Facebook Loses Users, Satisfaction Higher at Google+ · · Score: 1

    That's because the numbers from Compete do not correspond to reality. Compete.com is tracking some preselected panel of people, which in no way could represent the entire site usage. And then they stretch and inflate that data, and call it the "site profile".

    For the reference, here's another such Google+ profile, from Alexa, which shows no "dramatic growth" whatsoever:
    http://www.alexa.com/siteinfo/plus.google.com

  7. Re:The reason you haven't heard about it on Demoscene: 64k Intros At Revision Demoparty · · Score: 1

    While demos from that era looked nice, they had the problem of not having to worry about AI, an interface, asynchronous audio and video...

    I present to you.. .kkrieger!
    A 3D FPS in 96KB.

  8. Re:Insert title here on MIT Institute's Gloomy Prediction: 'Global Economic Collapse' By 2030 · · Score: 1

    The MIT report cited in the "article" is from 1972. Enough said.

  9. Re:But... on Is the Earth Special? · · Score: 1

    And in his Robots and Empire, the Earth is special because of the relative abundance of the radioactive elements like uranium in the Earth crust.

  10. Re:I hate CSS on Opera's Haakon Wium Lie On CSS, Web Standards, and More · · Score: 1

    Hear, hear!

    I absolutely agree. It feels like an elaborate thought experiment carried out for the sake of experiment, and artificially handicapped by many limitations to the boot. I'm surprised a more sane thing wasn't proposed at the time.

  11. Re:I have a question on Bitcoin Mining Tests On 16 NVIDIA and AMD GPUs · · Score: 1

    In fact once someone has one of your Bitcoin addresses, they'll be able to see and track all transactions involving that address, including "shuffling" into new addresses. One can even construct a whole graph of transactions starting from some known bitcoin address since the chains of transactions are absolutely transparent for everyone. I guess it's a dream come true for the intelligence and data mining agencies.

    And yes, the only way to opt out of that transparency is to use the laundry and mixing services - the chain of transactions ends once you put your sum into the service and retrieve them back - since you (most probably) will get other people's coins. Just be careful not to put too much since you may get back your own coins. Also, such mixing service may not be free.

    This article discusses transparency and anonymity issues well:
    https://en.bitcoin.it/wiki/Anonymity

  12. Re:Wrong power on DIY Laser Pistol Shoot 1MW Blasts · · Score: 2

    So the article says 1MW, the author's video shows 1MW, and the youtube page says "it fires an intense 1 MW blast of invisible infrared 1064nm light". And yet a single anonymous comment saying 1kW is more trustworthy.

  13. Re:it's simple on WikiLeaks, Money, and Ron Paul · · Score: 1

    I wish I had the mod points to vote for that comment.

  14. Re:Russian Game: Assistance but Not Participation on Russia To Help NATO Build Anti-Missile Network · · Score: 1

    Check his other comments and submissions, he appears to be on a mission.

  15. News for nerds? on Chinese Nobel Winner's Wife Detained · · Score: 0, Flamebait

    How's that "News for nerds"? We have many more outfits that are more suited for political news like this. I'm tired of all this recent creep of political garbage over /.

  16. Re:FBI in Brasil on FBI Failed To Break Encryption of Hard Drives · · Score: 1

    Banker is from Brazil and evidence was seized there. Why FBI was involved? It is not their jurisdiction and they are not encryption experts. Maybe those journalists should learn something about NSA before writing "article" about failed decryption.

    I'm wondering the same...

  17. Re:Don't pay so much attention to Joel Spolsky. on When Rewriting an App Actually Makes Sense · · Score: 3, Interesting

    Yes, I never understood why so many pay attention to Joel's inflammatory rants.

    I don't even want to start on his company's product (Fogbugz). Seriously, ASP/VBScript translated to PHP? And then inventing a new programming language just for a web app with ability to output in several other languages? Ugh.

  18. Link pyramids on Several Link-Spam Architectures Revealed · · Score: 1

    Sounds familiar: http://seoblackhat.com/2009/07/10/link-pyramids/
    By the way, if blackhat SEO's describe this technique in the open, it's either already well known, or its effectiveness has been diminished to the point where hiding the details isn't worth it.

  19. Re:We get it already on Cross With the Platform · · Score: 1

    Steve, is that you?..

  20. Re:What could go wrong? on Innocent Until Predicted Guilty · · Score: 1

    It's more like "Gattaca". But you are right, the ups and downs were already considered in the movies, with the emphasis on downs.

  21. Re:Allergic reaction to MySQL on Digg Says Yes To NoSQL Cassandra DB, Bye To MySQL · · Score: 1

    Do you know the cost (salary or consulting) of a MySQL expert? How about the cost of optimizing for that one database, tying yourself down to it with non-standard SQL?

    But now they are optimizing for another, even less standard database (Cassandra), tying themselves down to it with non-standard query syntax. What was your point again?

  22. Re:Allergic reaction to MySQL on Digg Says Yes To NoSQL Cassandra DB, Bye To MySQL · · Score: 1

    Hardware is generally cheaper than developers -- especially the really rare MySQL wizard that groks the SELECT procedure deeply enough to be able to rewrite them to use fewer disk seeks.

    The thing is, the stuff they missed in their SQL queries doesn't even need a MySQL wizard in blue cape to grok. There were no JOINs, no subselects, nothing high SQL magic at all - an average self-taught DBA would spot the suboptimal index usage. They should have totally solved it themselves.

    I was just casually browsing this article because I don't know much about DBs, but if you tell me that there's a problem that can be solved by throwing more hardware at the problem or hiring a very skilled optimizing DBA, I would take hardware 19 times out of 20. I'm not disputing the software solution is technically feasible, just that it seems like a risky bet.

    The funny thing is that they still can't skip "a very skilled optimizing DBA" step even with the NoSQL solution. They still need a database architect, and they still need to optimize their queries. But this time, finding a good DBA would be much harder since I imagine the number of NoSQL specialists (and in them the number of experts specializing in Cassandra) must be much lower than the number of good MySQL DBAs.

    Of course, now that they have a system that supposedly scales with a simple addition of new hardware to the farm, they may get away from optimization for some time - if their DB architecture is good.

  23. Re:Allergic reaction to MySQL on Digg Says Yes To NoSQL Cassandra DB, Bye To MySQL · · Score: 3, Insightful

    As several MySQL experts already noted, Digg isn't even using the indexes that provide maximum performance in the query that they present as problematic for MySQL:
    http://mysqlha.blogspot.com/2010/03/index-only.html
    http://www.yafla.com/dforbes/Getting_Real_about_NoSQL_and_the_SQL_Performance_Lie/

    So you are right about the NoSQL fashion trend. Looks like for some companies it's easier to throw a pile of cheap commodity hardware driven by some NoSQL BigTable-wannabie at the problem instead of carefully optimizing queries and indexes for the best performance.

  24. Re:nginx on Facebook's HipHop Also a PHP Webserver · · Score: 1

    But Facebook's PHP is also a webserver, as evident even from this story headline. Hence the question is valid.
    I'm too wondering how nginx + PHP/FastCGI compares to HipHop as a webserver.

  25. Re:Seems odd... on Russia's New Official Holiday — Programmer's Day · · Score: 2, Informative

    > Well, in Russia, police officers, medical workers, and every other profession actually have their own "days" as well.
    ^^^^^^
    That, and also there seems to be a misunderstanding here, aka lost in translation. It's not a holiday in a sense that the whole country has a day off. It's just an official nifty name for this particular day. Also a good occasion to praise the work of your friendly programmer in the next cubicle.