Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kutkloon7
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
kutkloon7
9y ago
To get the unicode codepoint. For example, you need this when you want to render a character, or convert it to another representation.
2.
▲
by
kutkloon7
9y ago
A huge number of journalists is being arrested in Turkey. Turks who say bad things about Erdogan and/or Turkey on social media often get arrested.
3.
▲
by
kutkloon7
9y ago
True, but is also a public secret that people who vote against Erdogan are being threatened.
4.
▲
by
kutkloon7
9y ago
Only in America
5.
▲
by
kutkloon7
9y ago
"Does micro support Vi keybindings? No, if you want to use Vim then use Vim." Kthnksbye
6.
▲
by
kutkloon7
9y ago
The things that are priorities in the USA have always puzzled me. Students pay an absolutely insane amount of money for an education that is very mediocre. It is clear that the American education is failing. About half of the population vot
7.
▲
by
kutkloon7
9y ago
That is absolutely false. Since I have my computer science/math degree my linkedin inbox has been flooded with messages from recruiters. I can guarantee you that they are not looking for an English major.
8.
▲
by
kutkloon7
9y ago
Well, this is awfully related to https://news.ycombinator.com/item?id=15343559
9.
▲
by
kutkloon7
9y ago
> PulseAudio also didn't do bugfix-only releases, you either backported or waited for the next major release and hoped it didn't break anything else. Haha, that is ridiculous!
10.
▲
by
kutkloon7
9y ago
Sometimes you just have to bicycle close to cars. Even if you take the effort to see inside parked cars (it is probably better to just watch the road), it is simply impossible to evade suddenly opening car doors if they are opened at just t
11.
▲
by
kutkloon7
9y ago
I am quite surprised that PulseAudio has a bad reputation. I couldn't get ALSA working on Arch Linux, and simply installing PulseAudio resolved all my issues. From the sentiment here I get the feeling that it might stop working any mom
12.
▲
by
kutkloon7
9y ago
And 120, 180, 240, ... ;)
13.
▲
by
kutkloon7
9y ago
Ahh, that explains a lot. Thanks.
14.
▲
by
kutkloon7
9y ago
I'm not sure why the author included 'floating point' in the title (probably to hint that the Babylonians did not use a symbol for zero, and had the point floating in blank space). To technical-minded people, floating point i
15.
▲
by
kutkloon7
9y ago
The Babylonians already used a composite-ish system for numbers < 60: They had a different symbol for 10. However, smaller numbers were represented by repeating the unit symbol (which is not very clever). I guess that the least confusing
16.
▲
by
kutkloon7
9y ago
Yes, composite numbers have many advantages. Working in base 60 = 2^2 * 5 * 3, has advantages of working in base 2, base 5, and base 3. In base 10, you can quickly spot multiples of 2, 5, and ten (or alternatively, reduce any number module
17.
▲
by
kutkloon7
9y ago
It is very characteristic for philosophy to have a very clearly defined question, and a very long and pompous essay which does not provide an answer at first sight.
18.
▲
by
kutkloon7
9y ago
I have skimmed the paper. It seems that they assume that the writes are skewed (e.g. some parts of the memory gets written to more often). This seems to be a reasonable assumption for real-life situations, but I am not sure if 'random
19.
▲
by
kutkloon7
9y ago
I think it is also very much a chicken-and-egg problem. Without software for personal computers, there is no need for personal computers. When there are no people with personal computers, it is not interesting to write software for personal
20.
▲
How FreeType's rasterizer work
(git.savannah.gnu.org)
2 points
by
kutkloon7
9y ago
|
0 comments
21.
▲
by
kutkloon7
9y ago
While I hate ads, I also think google has way too much power already, and this is not a healthy development.
22.
▲
by
kutkloon7
9y ago
I am not arguing that it is ill-defined. I am arguing that no-one takes the effort to rigorously define it.
23.
▲
by
kutkloon7
9y ago
True. My point is that equality is never defined well.
24.
▲
by
kutkloon7
9y ago
Or define what = means. In fact, most university courses make this same mistake.
25.
▲
by
kutkloon7
9y ago
The slides are not, and there are so many links that are directly behind a paywall on hacker news... Those really bother me.
26.
▲
by
kutkloon7
9y ago
I was just about to comment that the topics seem really intense. I got the impression that Carnegie Mellon is an excellent university with very high standards (much better than Harvard, Stanford, Berkeley, etc., which are prestigious and ha
27.
▲
by
kutkloon7
9y ago
Heh, "Look at the laws in the US when thinking about it" would be more appropriate.
28.
▲
by
kutkloon7
9y ago
Yes, I wrote the example. Then realized it was different and corrected only half of it.
29.
▲
by
kutkloon7
9y ago
I remember a recent example. What I wrote was: int x = somefunction(); int x_dividedby16 = x >> 4; My coworker corrected the second line to something like: int x_dividedby16 = (int)Math.ceil(x / 16.0);
30.
▲
by
kutkloon7
9y ago
Looks nice, but also horrible to type on.
More ›