Viewing profile — throwaway_bad
throwaway_bad
HN member- Joined
- Wed, Oct 02, 2019, 9:14 AM UTC
- HN karma
- 514
- Public activity
- 114 items
- HN profile
- View on Hacker News ↗
About throwaway_bad
No profile information was provided.
Recent public activity
-
comment
Comment #21353292
Same way you scale replication for any server, by sharding and only replicating the shards you care about. The "shard" could just be that users own feed in this case. Then you get …
-
comment
Comment #21353243
Having client state just be a replica of server state solves so many problems I don't understand why the concept never caught on. Pouchdb/couchdb are still the only ones doing it a…
-
comment
Comment #21352916
Now that I think about it, languages that aren't subject-verb-object probably find OOP insane. I tried to find an example of this and found a somewhat related article about how Jap…
-
comment
Comment #21352139
> Big neural nets trained with SGD are unlikely to memorize something if they only see it once over the course of one million training steps I am not so sure about that. Have you s…
-
comment
Comment #21351022
Twitter summary: https://threadreaderapp.com/thread/1187161460033458177.html
-
comment
Comment #21350868
Andrew Ng has a great summary on the purpose of human level performance: https://www.coursera.org/lecture/machine-learning-projects/w...
-
comment
Comment #21350664
Possibly dumb question: How do you ensure there's no data leakage when benchmarking transfer learning techniques? Is that even a problem anymore when the whole point is to learn "c…
-
comment
Comment #21350368
Yea you're right, I guess there is a distinction between reinventing and reimplementing. The authors even mentioned that concurrent mode is inspired by "double buffering" from grap…
-
comment
Comment #21350087
> If your app is architected to have any rendering operation take long enough that it's perceptible to the user, STOP DOING THAT THING DURING RENDERING. As is tradition, frontend d…
-
comment
Comment #21349787
It's easy to gain physical intuition because you can often explain one physical phenomenon in terms of another physical phenomenon that you have much more real life experience with…
-
comment
Comment #21348514
Throwing promises to emulate algebraic effects seems really hacky. I wonder if React would've needed to go down this path if they were built by a different company. For example Goo…
-
comment
Comment #21348235
The clearest demo that communicates what this solves was given when it was announced last year. That clock animation is pure genius: https://youtu.be/nLF0n9SACd4?t=473
- comment
-
comment
Comment #21332520
I was really hoping this would be about "Philosophy of Science"[0] For example in "The Problem of Induction" you can see a bajillion sunrises but can't infer that there will be ano…
-
comment
Comment #21330592
Unfortunately anything screen readers can recognize as invisible, a more sophisticated bot can too.
-
comment
Comment #21329896
Pretty impressive. Every anime I torrented off nyaa.si / horriblesubs was listed.
-
comment
Comment #21320058
Oh my god this runs in my browser! There goes my week
- comment
-
comment
Comment #21319074
Augmented reality is a great example. Everyone knows that it will become a "Big Thing" in the future. Like why would smartphones be the final form factor of personal computing? Of …
-
comment
Comment #21318103
Yea I probably shouldn't have used a quote there. The number ranges from 20% to 50% depending on which part of vancouver you look at. Point is that they aren't a minority there.
-
comment
Comment #21317733
I would probably assume he's just really into Romance of the Three Kingdoms or other historical dramas where the 司馬 surname is common. Or that his real name is Zimmerman.
-
comment
Comment #21317395
> every other byte of data striped across I assume you didn't mean that literally because I can't see how that will ever work out in terms of cpu cost. I think breaking it up into …
-
comment
Comment #21316979
Vancouver is special since it's popular destination for rich people from hong kong/china to hide their wealth. They buy up a lot of property: > Chinese investors bought about 70% o…
- comment
-
comment
Comment #21315628
> If there's a compelling case for doing it differently, someone should do it and see if it works. Cloudflare doesn't charge for bandwidth. I always throw cloudflare on top of anyt…