Live data from Hacker News

Viewing profile — _quasimodo

_quasimodo

HN member
Joined
Thu, Apr 05, 2012, 3:08 PM UTC
HN karma
134
Public activity
65 items

About _quasimodo

No profile information was provided.

Recent public activity

  1. comment
    Comment #8024755

    If VR really gets traction it's probably just a matter of time until Facebook releases a Second-Life-like MMO VR platform tied in with their social network. There will always be go…

  2. comment
    Comment #7920449

    > real-time dithering Wasn't dithering done before the encoding? I thought that was the reason he needed ordered dithering.

  3. comment
    Comment #7899017

    I wonder if it is feasible to compress cached canvases, either as part of pdf.js or natively in firefox.

  4. story
  5. comment
    Comment #7804727

    You were excited in 1996-Feb-29 when 5.002 was released? Not everyone on hn is in their early twenties, i suppose.

  6. comment
    Comment #7759870

    For people without flashplayer: rtmpdump -r 'rtmp://cp262207.edgefcs.net/ondemand/techchannel/10385/videos/OW10002.Claude_Shannon-FL8_550x310_700K' -o Claude_Shannon_Demonstrates_M…

  7. comment
    Comment #7682299

    I think swap files are written page-wise, so as long as the start of the page file is aligned, all the writes should be aligned. (assuming memory page size and SSD page size are th…

  8. comment
    Comment #7491834

    I think it's part of their philosophy. They don't want to encourage people to use a non-free operating system. edit: also, supporting windows is a lot of additional work

  9. comment
    Comment #7457308

    As far as i understood there weren't any "fake" pods, the third-party pods where properly labeled. Also, some might consider it a negative impact on the user experience if they can…

  10. comment
    Comment #7372069

    I guess heavy obfuscation is more to blame.

  11. comment
    Comment #7311397

    Can you recommend a paid european mail service?

  12. comment
    Comment #7263290

    Maybe its just recordings of the fish being fed.

  13. comment
    Comment #7210797

    I think he meant there is nothing good about complexity and bringing down the whole system on a crash. For the Linux kernel this is probably an unfortunate necessity, for an init s…

  14. comment
    Comment #7191611

    "A plugin is needed to display this content." is all i see ;)

  15. comment
    Comment #7182969

    "perhaps due to an advanced civilization with more aesthetics than sanity" :)

  16. comment
    Comment #7178032

    As far as i know, the navigation systems are somewhere in between LEO and geostationary orbit.

  17. comment
    Comment #6854505

    Those poor idiots. I feel nothing but disgust reading the comments cheering their lethal poisoning.

  18. comment
    Comment #6815954

    Or someone misspelled it twice.

  19. comment
    Comment #6733783

    Since his comments seem to be broken (or he just does not accept any) i will comment here: I believe it is very well possible (using the UEFI IP stack) to write a tiny and portable…

  20. story
  21. comment
    Comment #6611449

    As the author mentioned, poetry usually compresses quite well, thanks to rhyming. Here is another fun example: http://codegolf.stackexchange.com/questions/6043/were-no-str...

  22. comment
    Comment #6588210

    Not directly on topic, but i thought the ideas were somewhat related: http://xkcd.com/915/ http://xkcd.com/1095/

  23. comment
    Comment #6517791

    Reminds me of those: http://www.youtube.com/watch?v=GtQdIYUtAHg http://www.youtube.com/watch?v=qlrs2Vorw2Y http://www.youtube.com/watch?v=tCRPUv8V22o :)

  24. comment
    Comment #6366079

    My idea was that, if you have an object file open with write permissions, you can assume that it has been created/modified anyway, and people will expect the checksum to change. Of…

  25. comment
    Comment #6362581

    I dont think it is as hard as it it sounds. Consider, for example, hooking all fclose function calls and testing on every call whether * you have write permission on the file, * it…