Viewing profile — bakabaka9
bakabaka9
HN member- Joined
- Mon, May 04, 2015, 8:02 AM UTC
- HN karma
- 9
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About bakabaka9
No profile information was provided.
Recent public activity
-
comment
Comment #10226334
Let's hope that abject consumerism that makes you downvote this will also give you cancer.
-
comment
Comment #10211083
Presently there is no additional cost to choosing a smartphone with the right amount of memory for one's specific usage pattern, so who's being "niche" makes no difference. Linux o…
-
comment
Comment #10211005
Bad user experience depends on the user. Personally I very much enjoy the somewhat lower price of less-beefy models of smartphones and tablets — as I'm not obsessed with taking pic…
-
comment
Comment #10104721
This saddens me personally, as I once worked with this guy; he is very productive and talented developer. Imagine how god-awful he feels now, threatened by police and forced to sto…
-
comment
Comment #10072223
I'd like its source code to be extremely hackable and easy to understand / build / debug, quite unlike Mozilla's present day codebase (which I personally find very hard to figure o…
-
comment
Comment #10029769
I second that. Not wearing towel on head sure is offensive! :)
-
comment
Comment #10029765
Nothing wrong with spontaneously hugging at work to relieve stress, assuming that all parties understand the purely Platonic meaning of the act (after all, we're grown-ups). I also…
-
comment
Comment #10029727
This is hilarious! Without the CoC, who would have thought about rubbing someone else's body parts on HN.
-
comment
Comment #9732634
I actually managed to contribute to it once, via the mailing list. This doesn't really invalidate (1), but maybe they just don't want GitHub-style forks ("modifying the supplied co…
-
comment
Comment #9719974
Mindlessly inserting unnecessary syntax instead of learning the damn language. Hacker News should be proud of its lusers.
-
comment
Comment #9719952
In the worst case, you can do something along the lines of [file1, file2, file3].join(';\n') albeit if you're using any kind of post-processing tool, like UglifyJS or Google's Clos…
-
comment
Comment #9719905
You're only "losing control" if you don't know how ASI works, which is well-defined in the ECMAScript standard. Bad programmers that can't understand ASI will be also confused by t…
-
comment
Comment #9718454
They aren't needed at all. Semicolons in JS are optional. Knowledge about how ASI works, on the other hand, is mandatory.
-
comment
Comment #9697947
It's spelled Israel, FWIW.
-
comment
Comment #9484913
Kivy is a fun little library, not without its quirks, but overall I felt comfortable with it. In particular, it's nice how they built everything around GLSL shaders, this allows fo…