Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
throwaway_n
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
throwaway_n
7y ago
Can't we just show a "This site may harm your computer" message whenever a site is recording too much timing data? The page is justifiably considered malware at that point. For example there's nothing preventing someone
2.
▲
by
throwaway_n
7y ago
Won't your example trigger an infinite loop of celsius/fahrenheit conversions? Especially if the floating point value is slightly off. I think your example is exactly why stuff like React won vs data-binding frameworks. With decla
3.
▲
by
throwaway_n
7y ago
If you want something more accessible, I highly recommend the BBC documentary "The Hidden Life of the Cell": https://www.dailymotion.com/video/x6agslv If this course is at the same level of production values,
4.
▲
by
throwaway_n
7y ago
Cost per GFLOPS: https://en.wikipedia.org/wiki/FLOPS#Hardware_costs Probably the clearest chart that explains why machine learning is blowing up now, despite the fact that the same neural network architectures existed
5.
▲
Conflict Resolution for Eventual Consistency – Martin Kleppmann
(martin.kleppmann.com)
2 points
by
throwaway_n
7y ago
|
0 comments
6.
▲
by
throwaway_n
7y ago
I once tried to customize a rich text editor to support SVG text effects (like https://www.smashingmagazine.com/2015/05/why-the-svg-filter-... ) and damn near lost my mind. If I had known that you can write an enti
7.
▲
by
throwaway_n
7y ago
On GCP, maybe firebase auth: https://firebase.google.com/docs/auth
8.
▲
by
throwaway_n
7y ago
This is O(n^2) though