Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
thoughtfunction
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
31.
▲
by
thoughtfunction
8y ago
That is a form of delivery vehicle in a way, right?
32.
▲
by
thoughtfunction
8y ago
What does that have to do with radio waves? And how often do people actually put cell phones close to their head compared to 10 years ago? For all we know it could be related to increasing obesity rates.
33.
▲
by
thoughtfunction
8y ago
A 'solar heating panel' in most cases is a water tank exposed to the sun as much as possible painted in black. Or maybe put inside a black box. Not a lot of electricity work there.
34.
▲
by
thoughtfunction
8y ago
Snort
35.
▲
by
thoughtfunction
8y ago
Static type systems have scopes in how much they type. Some newer ones add nullable annotations, like kotlin or swift, others don't have it yet. I hope java gets native support for @nullable, but for now we have stuff like error prone
36.
▲
by
thoughtfunction
8y ago
You see these migrations as companies grow past certain engineer counts if they start out with dynamic languages. Sometimes they might even modify the language itself to bolt on types on it. Ex: Facebook and adding types with Hack & F
37.
▲
by
thoughtfunction
8y ago
They are a non-profit that lives on donations to pay it's employees basically. Not your typical for profit venture.
38.
▲
by
thoughtfunction
8y ago
Almost all UI programing is single threaded. If the main thread is blocked for more than 10-16ms, then frames start dropping and the UI is unresponsive for that time. Add locks and you add many more causes for the main thread to be blocked