Viewing profile — teebrz
teebrz
HN member- Joined
- Sat, Aug 10, 2013, 3:15 AM UTC
- HN karma
- 56
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About teebrz
Recent public activity
-
comment
Comment #7653047
One of the reasons Adventure Time is so interesting is that it manages a delicate balance - it is both your typical "kids cartoon" but also manages to appeal to an older audience. …
-
comment
Comment #7395794
It's not hard too eat so that it only costs ~5$ a day depending on your situation. Most simple meals like a sandwich or some pasta can be made for ~1$ and a little more effort. Whe…
-
comment
Comment #7362155
Higgs is looking for contributors. Higgs is a JIT compiler for JavaScript targeting x86-64 platforms. The core is written in D, but most of the runtime/libs are written in JS. You …
-
comment
Comment #7301052
Hearing "DHTML" reminded me of Thomas Brattli's old site[1] and it's successor dhtmlcentral. I learned quite a bit from those sites in the late 90s early 00s. [1] https://web.archi…
- story
-
comment
Comment #7000698
Hang out on forums, #javascript, etc some time and see how many people have problems because their understanding of the DOM begins and ends with the jQuery API. I see it all the ti…
-
comment
Comment #6828850
The Google search is only mentioned once in passing in the text, and in the image. Their argument is based on the number of users/groups on lift. This is of course, also pretty fli…
-
comment
Comment #6703982
Is it ethical to get up and get a cup of coffee on the clock? Stop and chat with coworkers? Browse the Internet? It's unreasonable for employers to expect you to spend 100% of your…
-
comment
Comment #6694886
To be clear, the specific part you mention is fair...but I don't think anyone would object to that. The part where it seems somewhat unfair is where the director asked weixiyen to …
-
comment
Comment #6575081
You may be "thinking backwards". If their language doesn't have this feature, or their society these concepts...it's because they don't really run into these situations to the poin…
-
comment
Comment #6506083
Kudos on being a bigger person than me; I'd be tempted to name names.
-
comment
Comment #6418352
It currently has a loose target of ES5. It has some features like Object.create, but not others like property descriptors or Function.prototype.bind. One of my hopes for this post …
-
comment
Comment #6382800
That's the premise of the article we're discussing. They mention that experiment specifically.
-
comment
Comment #6356798
There are directors who have scored one or many of their own films, such as John Carpenter, Robert Rodriguez, and Clint Eastwood. It's true that excepting the ones who have a stron…
-
comment
Comment #6344702
I don't recall him saying he wished to replace the people around him, or live in some world populated entirely with dolls. Nor does it seem he's entirely given up on relationships …
- comment
-
comment
Comment #6344161
To be fair this guy is probably not as far out there as you might think. Consider for one that quite a lot of people believe in transubstantiation; a bit of bread and wine becomes …
-
comment
Comment #6232868
I think most Russian-speaking programmers are intelligent enough to understand it's a foreign name, especially since it's written as "kal" and not "кал". > I.e. name shouldn't soun…
-
comment
Comment #6232328
Sure, it would be a poor name for a new soda you plan to market in Russian-speaking countries; but probably not really worth mentioning here. I'm sure you realize, but lots of Russ…
-
comment
Comment #6215401
JS supports integers; it just doesn't have an integer type so you can't always store, operate, etc on them efficiently (though a smart engine can do some of that for you). It has b…