Slashdot Mirror


User: Luke+Wilson

Luke+Wilson's activity in the archive.

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

Comments · 35

  1. Re:Garbage collected virtual machines! on Cassandra Rewritten In C++, Ten Times Faster · · Score: 5, Insightful

    Most of what they've done seems to be rearchitecting, not getting a simple speed boost from using an unmanaged language. They're bypassing the OS to get more locality and cache retention. Those problems would not be addressed by merely rewriting in C++.

    For one, they've replaced the OS network stack with an in-process one, where each thread gets its own NIC queue so they can have "zero-copy, zero-lock, and zero-context-switch[es]"

    They're also keeping more data in memory and eschewing relying on the the OS file cache. It seems like they're taking every opportunity to use the in memory representation to avoid using sstables. They try harder than Cassandra to update instead of invalidate that cache on writes.

  2. Re:MS Office Incompatibility on What Happens When Nobody Proofreads an Academic Paper · · Score: 1
    The fortune at the bottom of /. as I write this is

    "The Computer made me do it."

  3. Re:Bjarne Stroustrup on Apple Announces New Programming Language Called Swift · · Score: 2
    Also see http://lambda-the-ultimate.org...
    1. What problem does this language solve? How can I make it precise?
    2. How can I show it solves this problem? How can I make it precise?
    3. Is there another solution? Do other languages solve this problem? How? What are the advantages of my solution? of their solution? What are the disadvantages of my solution? of their solution?
    4. How can I show that my solution cannot be expressed in some other language? That is, what is the unique property of my language which is lacking in others which enables a solution?
    5. What parts of my language are essential to that unique property?
  4. Re:Beware of dynamic languages for large projects. on Ask Slashdot: What Language Should a Former Coder Dig Into? · · Score: 1

    Pretty funny that you would bring up twitter, since they migrated from ruby to scala because of the very same issues brought up in this thread.

  5. that's how it starts on Will IBM Watson Be Your Next Mayor? · · Score: 1
  6. Re:Available since 2003 on Latest Humble Bundle Comes With Uplink Source Code · · Score: 1

    The Darwinia and Multiwinia code has also been available (for a price): http://store.introversion.co.uk/product_info.php?products_id=66 , but this is the first I'm aware of the DEFCON code being released.

  7. Re:The License on Latest Humble Bundle Comes With Uplink Source Code · · Score: 5, Informative
  8. Re:"only" 2.9GHz? on AMD Llano APU Review - Slow CPU, Fast GPU · · Score: 1

    See here

  9. Re:What format is the PDF in? Kindle? on 2nd Edition of Learn Python the Hard Way Released · · Score: 1

    Actually you're not supposed to copy and paste the code. That would definitely not be the hard way. You are supposed to retype the examples yourself, just like back when books were print only.

  10. smbc on Fired IT Worker Replaces CEO's Presentation With Porn · · Score: 1

    Reminds me of this short

  11. Re:Regret is a standard term in economics on Google Teaches Computers "Regret" · · Score: 0

    Right, economics lives in a world of games with artificial rules. Great for finding a strategy for a game with two colors of counters moving from column to column. Applying it to anything resembling real life is negligent at best.

  12. Re:1st and I hope last time on gizmodo on Why Russian Space Images Look Different From NASA's · · Score: 1

    I think gp is refering to the nasa pix. A lot of the cloud formations in those pictures look doubled up.

  13. xkcd on Scientists Develop Brain-Microchip Bridge · · Score: 1, Funny

    obligatory xkcd

  14. Re:Analog special effects are cool, but... on Behind the Special Effects of Inception · · Score: 1

    You might be surprised how many mundane scenes are actually CGI: http://www.youtube.com/watch?v=clnozSXyF4k

  15. Re:Wait. on Open Sarcasm Fighting Copyrighted Punctuation · · Score: 1

    According to TFA, it is already used in Ethiopia to denote sarcasm, and can be distinguished from the Spanish usage of the same character by its location at the end of a sentence rather than the beginning.

  16. Re:Who doesn't hash/encrypt passwords? on OAuth, OpenID Password Crack Could Affect Millions · · Score: 1

    AppConstants.AUTH_KEY ? A salt that is Constant through out the App? That is not the same thing as a Random salt for every User.

    The whole point of not storing plain text passwords is if somebody gets access to your DB. And in that case the only advantage of using one salt through out is that the attacker can't use a precomputed rainbow table for your hash function with out a salt. Instead they will have to compute ONE rainbow table for the one salt you used. When many salts are used rainbow tables are no longer useful. Just like GP said, two users with the same password will have the same hashed passwords in your DB, because they all use the same salt.

    Again, if your not concerned about "Somebody getting a copy of my DB and getting the hash keys," then why are you bothering to hash the passwords?

  17. It is in THIS year's list on Six More Tech Cults · · Score: 1

    Created 2010-06-07 03:00AM
    Tech cult No. 1: The Slashdot Samurai

  18. Re:I get more and more disheartened on When the US Government Built Ultra-Safe Cars · · Score: 3, Insightful

    Then you don't understand Godwin's Law. Sure actions can be reprehensible. But saying 'You know who else had evidence burnt? Hitler!' means the discussion has suddenly taken on a screeching tone and rational discourse is derailed. Far fetched comparisons to Hitler's regime are not constructive and you have not showed how they are.

  19. Re:first bribe! on HP's Moscow Offices Raided In Bribery Probe · · Score: 1
    I focued on this:

    Ironically, the contract was with the Prosecutor General's office of the Russian Federation, which will now play a role in investigating HP

    That's not irony, that's corruption.

  20. Re:where's the virgin tag? on After 27 Years, a New High Score For Asteroids · · Score: 1

    are you kidding? it says 27 all over the place... but it's not his age. He's actually 41

  21. Re:where's the virgin tag? on After 27 Years, a New High Score For Asteroids · · Score: 1

    The previous record holder was 15 when he set the record. This guy is 27. And I don't think Scott had an arcade cabinet in his house in 1982.

  22. Re:Trends on Postgres Project To Go NoSQL · · Score: 1

    Funny thing is though, PostgreSQL have been meaning to drop the SQL from their name and go back to just Postgre. In every joke there is a little bit of truth.

  23. Re:And what is there plan for people who don't hav on Ubisoft's New DRM Cracked In One Day · · Score: 1

    And what is the plan for people who don't have computers that meet the system requirements? stand by and let them buy an old game, used?

  24. Re:GATTACA on Routine DNA Tests For Newborns Mean Looming Privacy Problems · · Score: 2, Funny

    Did they learn nothing from that movie? A genetic screening may show propensity for a disease, but it will never measure the human spirit.

  25. What kind of research is this on Scientists Unveil Lightweight Rootkit Protection · · Score: 1

    The team installed HookSafe on a machine running Ubuntu 8.04, and found the system successfully prevented nine real-world rootkits targeting that platform from installing or hiding themselves.

    Of course they didn't detect any rootkits installing themselves, that's exactly what an installed rootkit would prevent them from seeing.