Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
b3tta
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
b3tta
5y ago
Item_Boring already clarified what I meant better than I could ever express it. But yeah basically "Kleidermacher" was historically a genderless term for quite a long time (potentially always) and was then gendered again, by peopl
2.
▲
by
b3tta
5y ago
Actually "Kleidermacher" is a genderless word in German. Source: I'm German. :D But historically this has been a complicated topic. Basically about a hundred years ago the genus and sexus of words started to get separated. Th
3.
▲
by
b3tta
12y ago
Hmm... Sometimes even I say "maybe women just prefer [...]", but actually mean exactly that, what you said: There are social trends and in this case there is a social trend specific to women wrongly being taught that they are not
4.
▲
by
b3tta
12y ago
The thing where you "hang" your "coat" on: https://www.google.com/search?q=coat+hanger&tbm=isch
5.
▲
by
b3tta
12y ago
I'm not really sure how to interpret your comment, since it is possible to contribute to all of those and they are de facto loved by the community…
6.
▲
by
b3tta
12y ago
Somehow it seems that currently everything happening in the USA is "Dead on Arrival" - including Swift. This time due to shipping an utterly broken compiler to an unfinished language, without being able to contribute to it. Becaus
7.
▲
by
b3tta
12y ago
Using a closure: function foo(s) { function generator(i) { return function () { return i; }; } var r = new Array(s); for (var i = 0; i < s; i++) { r[i] = generator(i); } re
8.
▲
by
b3tta
12y ago
Let's say we poll the roughly 1b people living in first world, and ask them each to pay $10 to see SpaceX do whatever SpaceX does. How many people even think it's worth $10? I just wan't to add that the problem is not that
9.
▲
by
b3tta
12y ago
IMHO currently the worst bugs are in discoveryd, which replaces mDNSResponder for Bonjour. If you remove a service on OSX 10.10 it's removal will be broadcast. But it doesn't stop there. No... Most of the time the service will be
10.
▲
by
b3tta
12y ago
I'm not a believer, like many others (especially in europe). So... It would be nice to see her face harsh consequences on this side too. I'm pretty sure that we both can agree on that one.
11.
▲
by
b3tta
12y ago
Sssh! Don't disturb their precious dreams. The patriarchy will win if you do!
12.
▲
by
b3tta
12y ago
"crc-mark-adler-hw" uses SSE4.2 just like your "crc-sse42". The latter one is just very poorly written, since it only uses _mm_crc32_u8() once per iteration (instead of 3 times).
13.
▲
by
b3tta
12y ago
Well… The difference is the implied meaning of burning a book. Making a movie about the assassination of the NK leader doesn't imply hate. I'm pretty sure making the movie wasn't about the hate against NK per se, but rather a
14.
▲
by
b3tta
12y ago
It's not redundant. You wrote an awesome browser and many people, including me, a very eager to get their hands on the new version. Keep up with you awesome work! It's not just that competition like this is important, but this pro
15.
▲
by
b3tta
12y ago
I guess stuff like that: http://unhandledexpression.com/2013/12/17/telegram-stand-bac...
16.
▲
by
b3tta
12y ago
require.js: 1249 LOC define.js: 259 LOC You should rather ask what the difference to almond is (which is also from jburke and useful for bundled loading - I think this is more similiar to define.js). almond: 275 LOC As to a reason why someo
17.
▲
by
b3tta
12y ago
Furthermore he says "Thus the conservation law, though not an a priori mathematical truth, provides [...]". Imho "not [...] a priori" is not the same as a simple "not".
18.
▲
by
b3tta
12y ago
I'm sorry… English is not my native tongue. But I'm learning fast. :) In no way I intended to say that my framework is better overall, but I do think it's better suited for simple things, like apps. In fact, I think I will in
19.
▲
by
b3tta
12y ago
I really like your idea of the 4-part abstraction. Still… Your library really is not "that" easy to use. I'm currently working on my own library using libuv, http-parser, nghttp2 and wslay, which is very similiar in it's
20.
▲
by
b3tta
12y ago
It seems only -webkit- prefixes are being used for this, which is why this doesn't work in FF. @-webkit-keyframes scroll { from { -webkit-transform: translate(0, 0); } to { -webkit-transform: translate(-300p
21.
▲
by
b3tta
13y ago
I think ignoring the differences between races (e.g. hypertension medicine targeted at african americans) is as wrong as ignoring the fact, that genetic differences between 2 people, which might be considered as being from the same "ra
22.
▲
by
b3tta
13y ago
And that's my basic problem with talking with other people: It's hard for me to understand how one can not know or comprehend what I know and classify as "basic knowledge"... Of course I understand that and can for insta
23.
▲
by
b3tta
13y ago
That one is actually pretty "old" already. The original demo can be found here: https://developer.mozilla.org/demos/detail/fluid
24.
▲
by
b3tta
13y ago
Folks... Let me ask you a related question: Why are signed integers used so (extremely) often, if the number is by definition always greater or equal to zero? Why are so few using explicit unsigned integers? Is it just a lack of understandi
25.
▲
by
b3tta
13y ago
Since the "original" mentioned at the top is not available anymore: http://web.archive.org/web/20071020011113/http://www.cse.ogi...
26.
▲
by
b3tta
13y ago
10.29% worldwide according to: http://gs.statcounter.com/#browser_version-ww-monthly-201203... Well one of the websites I'm working on is a fairly big one in germany and only about 4% of all visitors are using IE8 or below. Guess what! We
27.
▲
by
b3tta
14y ago
Please don't get me wrong, but are there any details as to when RethinkDB will get its old speed back (before the addition of the cluster layer)? Because currently it seems that even for instance MySQL mostly performs a lot faster than Reth
28.
▲
by
b3tta
14y ago
I didn't mean the "rgba()-fillRect-command", but why the font blur is still slightly visible as dark green, while the character itself has already faded to black.
29.
▲
by
b3tta
14y ago
http://jsfiddle.net/muV99/16/ done Sadly I never really used canvas before, so I don't know how to hide the dark-green afterglow.
30.
▲
by
b3tta
14y ago
When using addEventListener, "this" is not necessarily bound to the DOM node. You can also pass an Object whith a "handleEvent" function as attribute, instead of directly passing a function. You can read more about it for instance here: ht
More ›