HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kwizzt

no profile record

Submissions

New Cellular Automata

youtube.com
3 points·by kwizzt·قبل 4 سنوات·0 comments

comments

kwizzt
·قبل 4 سنوات·discuss
Company using JS != company don’t use other languages/tools. It’s pretty obvious that JS is only a small part of the programming/tech world.
kwizzt
·قبل 4 سنوات·discuss
There’s a large world outside of JavaScript…
kwizzt
·قبل 4 سنوات·discuss
I would argue there is money to be made out of people with zero money. Student loans are an example. Instead of zero money, they now have negative money. This is terrible ofc.
kwizzt
·قبل 4 سنوات·discuss
I'm really looking forward to when SIMD support is released in later versions of Java. If anyone here follows handmade hero (by Casey), he explained SIMD in some of his videos when implementing the software renderer. The speedup from regular code to SIMD is very impressive. You essentially get speedup of 2x-3x or even more for free.

The downside is it makes the code much harder to read, so I think it should be applied only in very small sections of the code.
kwizzt
·قبل 4 سنوات·discuss
What does Java have to do with Indian university? Java/JVM is widely popular in the enterprise world for backend services, and a ton of open source software, e.g. Cassandra, Hadoop. You need to learn more stuff for sure.
kwizzt
·قبل 4 سنوات·discuss
I’m not familiar with Durable Objects. When D1 does replication to read replicas, if it’s not doing synchronous replication, then it’s not strongly consistent, is that correct?
kwizzt
·قبل 4 سنوات·discuss
Nice project! I have been studying system design recently and read a lot about Dynamo, Cassandra, Kafka, etc. and I realized that they have much more in common than I thought. I'm mainly learning for system design interview, but I plan to do some implementation myself after getting a new job. So I might use this repo as a starting point! Thanks for the effort OP