Viewing profile — _quasimodo
_quasimodo
HN member- Joined
- Thu, Apr 05, 2012, 3:08 PM UTC
- HN karma
- 134
- Public activity
- 65 items
- HN profile
- View on Hacker News ↗
About _quasimodo
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #7920449
> real-time dithering Wasn't dithering done before the encoding? I thought that was the reason he needed ordered dithering.
-
comment
Comment #7899017
I wonder if it is feasible to compress cached canvases, either as part of pdf.js or natively in firefox.
- story
-
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.
-
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…
-
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…
-
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
-
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…
-
comment
Comment #7372069
I guess heavy obfuscation is more to blame.
-
comment
Comment #7311397
Can you recommend a paid european mail service?
-
comment
Comment #7263290
Maybe its just recordings of the fish being fed.
-
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…
-
comment
Comment #7191611
"A plugin is needed to display this content." is all i see ;)
-
comment
Comment #7182969
"perhaps due to an advanced civilization with more aesthetics than sanity" :)
-
comment
Comment #7178032
As far as i know, the navigation systems are somewhere in between LEO and geostationary orbit.
-
comment
Comment #6854505
Those poor idiots. I feel nothing but disgust reading the comments cheering their lethal poisoning.
-
comment
Comment #6815954
Or someone misspelled it twice.
-
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…
- story
-
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...
-
comment
Comment #6588210
Not directly on topic, but i thought the ideas were somewhat related: http://xkcd.com/915/ http://xkcd.com/1095/
-
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 :)
-
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…
-
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…