Viewing profile — nuje
nuje
HN member- Joined
- Wed, Feb 09, 2011, 2:36 PM UTC
- HN karma
- 75
- Public activity
- 48 items
- HN profile
- View on Hacker News ↗
About nuje
No profile information was provided.
Recent public activity
-
comment
Comment #4870855
His blog is so awesome. Mosts posts are like a mini Adam Curtis documentary / narrative. Now if the embedded BBC videos only worked on my Nexus 7...
-
comment
Comment #4847230
Anyone know how big the Asian demographic is in the US? Would help in guesstimating sincerity of this (vs just a play to get their vote after losing the black and hispanic groups) …
-
comment
Comment #4847151
People often bungle their firewall rules because they don't know any better, but Amazon continuing to willfully fuck up TCP for all of AWS is a pretty large issue for the functioni…
-
comment
Comment #4837290
I would have assumed it's declining in terms of market share (driven down by tablets/Mac/Linux) but there's a surprisingly large absolute drop coming as well: "Researchers IDC and …
-
comment
Comment #4837228
Actually NT was 32-bit on Alphas. Except a later in-house experiment that never shipped.
-
comment
Comment #4837207
Those LuaJIT numbers are really microbenchmarks with small working sets though, and wouldn't show the cache effects of increased memory usage.
-
comment
Comment #4837065
Is your "complete system data from multiple platforms" from JS apps? Let's also not confuse "a sufficiently smart compiler..." with real-world observed performance :) BTW data layo…
-
comment
Comment #4688357
Yes. It sucks to worry about your chargers when you're not going home for the night (trips or something more spontaneous). Even for a 9-5 family lifestyle, charging every night is …
-
comment
Comment #4688283
As a new Nexus 7 owner my favourite tablet feature is: I can do my Android stuff without worrying about running my phone out of battery. Now if it only fit in my pocket...
- comment
-
comment
Comment #4664586
I don't know if you're a rich guy planning to marry down in the social hierarchy, living in a culture where where women don't work or just a misogynist but this is generally false …
-
comment
Comment #4664023
Is stuffing the cracks in Windows the right thing in the end though?
-
comment
Comment #4641332
PostgreSQL does not have its own scheduler. Here's a comment at LWN that tries to correct the article a bit: http://lwn.net/Articles/518405/
-
comment
Comment #4640326
> I don't think there's anything there that wasn't already known. You must be a Nokia insider then: the various generations of UI design, types devices in development (with picture…
-
comment
Comment #4580190
> American culture appears to approach diet most scientifically, yet has probably the least healthy population What makes you think this? Assuming you mean the USA, I would think t…
-
comment
Comment #4564548
> is it not possible to just have a python interpreter running in your game engine and only running vanilla Python code? Sure, but it means much bigger swaths of C/C++ code and you…
-
comment
Comment #4564483
Yeah, the freely available Python libs may not seem polished enough. [edit: not that I have experience trying to ship multiplatform games with them] But: if you flip it around embe…
-
comment
Comment #4454965
Yes
-
comment
Comment #4454878
Nice to know no iOS app can help out if some day drones start strafing my country (cue arab spring etc.)
-
comment
Comment #4401306
I've played around with multitouch on Ubuntu, it does work with some hardware (but not if the driver intercepts the touches and synthesizes something like scrollwheel events, that'…
-
comment
Comment #4400494
No, the thought experiment didn't mention or imply SSL/TLS. Your claim also only applies to the f'd up CA bundle that browsers ship by default, it's not a property of SSL/TLS.
-
comment
Comment #4400458
If you could make snuff films in a sustainable way (without disabling the actors and starting a murder investigation), they might well be made. Maybe even with willing victims. The…
-
comment
Comment #4380435
The fact that you can bungle WebRTC or SSL/TLS implementation doesn't make it useless for transport security. But of course security building blocks never guarantee properties of t…
-
comment
Comment #4380411
Not really, you can have good enough security without perfect technology. Cost to acquire or develop and reliably productize (and risk divulging) targeted attacks for OTR would lik…
-
comment
Comment #4375413
There are still a few features that C++ lacks. If it only added a s-expression syntax and macros, and built-in logic programming support, it would be perfect!