HackerTrans
TopNewTrendsCommentsPastAskShowJobs

loukrazy

no profile record

comments

loukrazy
·قبل 5 سنوات·discuss
These sorts of tools make me think of Lotus Notes or Access applications. Didn’t couchbase do some self hosted UX as well?
loukrazy
·قبل 5 سنوات·discuss
Could we rewrite German in Rust to make it faster?
loukrazy
·قبل 5 سنوات·discuss
As is Amazon
loukrazy
·قبل 5 سنوات·discuss
Is Austin much cheaper than Washington these days? I have not looked in 4 years
loukrazy
·قبل 5 سنوات·discuss
If there is no peaceful transfer of power then you are incentivized to never give up power
loukrazy
·قبل 5 سنوات·discuss
Isn’t the point that Record classes will be able to be upgraded to value types easily once Valhalla is done? Or am I missing something
loukrazy
·قبل 5 سنوات·discuss
If you make changes to a large shared module, is it your responsibility to chase down each and every usage of it? For example if you are upgrading a dependency due to a somewhat breaking security issue such as Jackson 2.8->2.12
loukrazy
·قبل 5 سنوات·discuss
There is evidence that the Pfizer vaccine is still effective at least 6 months later https://www.usatoday.com/story/news/health/2021/04/01/pfizer...
loukrazy
·قبل 5 سنوات·discuss
Seems like religiosity is a neurological need, but church is not. With organized religion decreasing in various countries, I wonder where people will get their outlets for social and metaphysical needs previously supplied by churches.
loukrazy
·قبل 5 سنوات·discuss
I remember I only understood C once I wrote a memory allocator in assembly in my Computer Architecture course
loukrazy
·قبل 5 سنوات·discuss
I feel like the more sane way to do this is to add disclaimers / explanations at the beginning ala Disney Plus or others
loukrazy
·قبل 5 سنوات·discuss
His point that conspiracy theories are acting as a substitute for religious community and purpose is interesting. I guess there are a number of different belief systems that can fill a void of purpose.
loukrazy
·قبل 6 سنوات·discuss
Not to mention the cost of X more servers for a year is probably less costly than the developer time of optimization and the opportunity cost.
loukrazy
·قبل 6 سنوات·discuss
The charts are comparing “accelerated” performance versus what appears to be a cpu only baseline. It is not clear which M1 hardware beyond the CPU is used
loukrazy
·قبل 6 سنوات·discuss
A way better write up than this fluff piece: https://www.wired.com/story/are-radioactive-diamond-batterie...
loukrazy
·قبل 6 سنوات·discuss
Depends on the part of Amazon but it is pretty prevalent in Retail. The fact that it is both binary and self describing makes it pretty good for data at rest. You can still parse and understand that archival transaction data from 8 years ago.

The support for S-Expressions is both a blessing and a curse. The ability to write logic with native data structures in it is fundamentally interesting, but it leads to lots of reinvention of somewhat crappy Lisp implementations.

The tooling ecosystem has been slowly improving outside of JVM, particularly the latest JS implementation.

In a vacuum, the support for type annotations, timestamps, decimals and binary serialization make it superior to JSON for use cases where self describing data is appropriate.