Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ucho
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
ucho
9y ago
Just to power users? I keep getting suggestions to finish viewing last 1-2 minutes of each episode - the end credits that I previously skipped using big "start next episode" button.
2.
▲
by
ucho
9y ago
They are called adrenaline junkies for a reason. That makes me wonder - can we put thrill-seeker in "rehab"? And should we?
3.
▲
by
ucho
9y ago
Some monitors just have bad backlight. I had old one where maximizing terminal(which is mostly black) window caused taskbar and window handle also to turn almost black.
4.
▲
by
ucho
9y ago
Last time I tried hackerrank i wasn't impressed - the problem specification was lacking, input/output wasn't defined well enough. Quality varied wildly between problems.
5.
▲
by
ucho
9y ago
> Imgur had DEFINITELY gotten WAY worse than even a year or so ago There is vicious cycle with all image hosting services and Imgur(and Photobucket) has reached the last step: 1. Notice all other services are filled with ads and full of
6.
▲
by
ucho
9y ago
It worked out for Facebook and PHP so maybe that is why they want to give it a try.
7.
▲
by
ucho
9y ago
> Did you read the github issues? There were hundreds of people against it. Every time github issue goes viral it ends with hundreds of useless comments full of animated gifs. That is not an argument for anything.
8.
▲
by
ucho
9y ago
Storing hashes in source repo would make it very hard to manage and I am not sure if processing raw names into hashes as part of build would be any help against such DMCA request.
9.
▲
by
ucho
9y ago
> My job is not to balance an arbitrary math equation that x% of engineers are supposed to be women It really sound like Goodhart's law. It no longer matters that corporations wanted to remove bias from hiring process and access mo
10.
▲
by
ucho
9y ago
Makes me wonder when Firefox will be able to resume interrupted file downloads without addons.
11.
▲
by
ucho
9y ago
Even more interesting will be the effect on sites that can't get "good" ads due to adult content or sketchy legality like file sharing sites.
12.
▲
by
ucho
9y ago
What is GraphQL? GraphQL is all about data communication Somehow it reminds me of good old "The S stands for Simple": http://harmful.cat-v.org/software/xml/soap/simple
13.
▲
by
ucho
9y ago
Buying ASICs is high risk and (probably) high reward - in event of crash you are left with worthless machines. GPUs will still have some value, even after all crypto currencies drop.
14.
▲
by
ucho
9y ago
Now it is wrapped in "SmartCloud" instead. I am not sure if that is an improvement.
15.
▲
by
ucho
9y ago
> perfectly clean sensors I saw thin layer of ice appear on parking sensors after few minutes of driving in snowy conditions, triggering "close object" warnings. And cars get dirty all the time, I wonder if cars will end up wi
16.
▲
by
ucho
9y ago
As a counter counter anecdote, scientists where estimating that perfecting automatic text translation will take another 10-15 years... in ~1960. I guess hoping that future technology will solve all out problems is similar to expecting next
17.
▲
by
ucho
9y ago
Yeas, what about it? Oh right, it might stop working after Firefox 57: https://github.com/piroor/treestyletab/issues/1224 . There are people working on it but that isn't true for many other extensions t
18.
▲
by
ucho
9y ago
Yeah, worst example ever. They should make it harder to make inner anonymous classes, not easier. When such code is used inside JEE/CDI/Spring Beans it leads to some annoying leaks or issues with serialization.
19.
▲
by
ucho
9y ago
Lucky for us (in this case) certificate pinning is considered to risky to actually deploy in production, it is to easy to make the page completely unacceptable with single mistake. Also it looks like Chrome actually ignores pinning for prox
20.
▲
by
ucho
10y ago
Maybe it is even worse when it is just few - people won't know that website creator isn't responsible for all of its content. And sometimes is hard to know who is the culprit like in https://news.ycombinator.com/it
21.
▲
by
ucho
10y ago
> know for sure I am not sure about anything on LI page - it so full of dark patterns that spamming random people with invites is always at most 2 clicks away. It might be similar with endorsements.
22.
▲
by
ucho
10y ago
There is an even better way to test your tests - the mutation testing, for example http://pitest.org/ . It also helps to find dead code, that doesn't have any impact on result any more.
23.
▲
by
ucho
10y ago
Similar stuff is used for good for ages, for example in Valgrind or in `fakeroot` used to build packages in Debian.
24.
▲
by
ucho
10y ago
PHP array is equivalent to LinkedHashMap and yes, it has 40 bytes overhead per entry in Java.
25.
▲
by
ucho
10y ago
Java has also alternative approach: final a; if (predicate) { a = 3; } else { a = 5; } `final` makes it possible for variable to be assigned exactly once. Verbose but useful when "?:" is not a good f
26.
▲
by
ucho
10y ago
I am sure this is exactly what is happening. It is just hard to find out and believe that something is wrong with your own memory. It is about the same as using infected OS to run AntiVirus scan. Maybe it is a coping mechanism? I would pr
27.
▲
by
ucho
10y ago
Readiblity bookmarklet does just that but it is very simple heuristic and is good enough for articles/layouts with single main column.
28.
▲
by
ucho
10y ago
> It's embarrassing, frankly. It is the same company that has different character encoding for different language versions of its site ( .de, .jp) and none of them is Unicode.
29.
▲
by
ucho
10y ago
> It would be like an individual trying to keep their password secret from another part of their body. Trying to recall a password that I commited only to muscle memory is damn near impossible without some kind of keyboard in front of me
30.
▲
by
ucho
10y ago
Well, if we talk about trains ... the future is already here. Humans where deemed unworthy to drive high speed trains so ETCS[1] takes over almost everything. The drivers are in cabin for the same reasons we still have pilots in airplanes -
More ›