Readit News logoReadit News
jrrv commented on Yann LeCun raises $1B to build AI that understands the physical world   wired.com/story/yann-lecu... · Posted by u/helloplanets
nprateem · a day ago
Lol. A lump of metal can't be sentient.
jrrv · a day ago
jrrv commented on DIY NAS: 2026 Edition   blog.briancmoses.com/2025... · Posted by u/sashk
jrrv · 3 months ago
What makes a motherboard a NAS motherboard, precisely? I've got a decent Mini-ITX sitting around and I've been contemplating setting up/getting a NAS. Would be nice if I could re-use what I already have and save some money.
jrrv commented on Cosmic Paradox Reveals the Awful Consequence of an Observer-Free Universe   quantamagazine.org/cosmic... · Posted by u/pseudolus
jrrv · 4 months ago
Very interesting. Almost feels like a cosmic implementation of "If a tree falls in a forest and no one is around to hear it, does it make a sound?"
jrrv commented on I analyzed the lineups at the most popular nightclubs   dev.karltryggvason.com/ho... · Posted by u/kalli
jrrv · 4 months ago
Am I missing something or is the author using dots for both breaking up large numbers and also for decimal points?
jrrv commented on Type Theory and Functional Programming (1999) [pdf]   cs.cornell.edu/courses/cs... · Posted by u/fanf2
bedman12345 · 5 months ago
It’s slow. Example: quicksort [] = [] quicksort (p:xs) = (quicksort lesser) ++ [p] ++ (quicksort greater) where lesser = filter (< p) xs greater = filter (>= p) xs

It’s really complicated. Everybody includes lenses https://hackage.haskell.org/package/lens I don’t want to read all that stuff just for imperative syntax.

It’d both slow and hard to read. Compare these two: https://benchmarksgame-team.pages.debian.net/benchmarksgame/...https://benchmarksgame-team.pages.debian.net/benchmarksgame/...

The c examples complexity lies in using SIMD. If you know simd it’s easy. You should know simd, it’s useful. The Haskell example is drivel. Long complicated and in the end hopelessly slow compared to the c example. You could als use simd in Haskell, but then it would just be C with extra steps.

jrrv · 5 months ago
The Haskell looks much better, and I don't even know Haskell.

> If you know simd it’s easy.

Surely "if you know Haskell it's easy" is equally applicable.

jrrv commented on This website has no class   aaadaaam.com/notes/no-cla... · Posted by u/robin_reala
jrrv · 6 months ago
:%s/;/:
jrrv commented on Meta Ray-Ban Display   meta.com/blog/meta-ray-ba... · Posted by u/martpie
dweekly · 6 months ago
Face recognition is uninuitively good. Google Photos was able to pick out faces from my baby photos pretty easily.
jrrv · 6 months ago
Really? Mine lumps together completely unrelated people whilst failing to group together the same person.
jrrv commented on Equinox.space   equinox.space/... · Posted by u/fragmede
carlnewton · 2 years ago
This is amazing! The visual style is stunning. This actually comes very close to a style of game I've wanted to exist for a long time. The premise being this: You're on a ship going between destinations, but there's no light-speed shortcut, or jump-cut to the destination. Instead, you have to maintain the ship for the entire duration of the journey. Making sacrifices in power and computing ability to resolve problems that occur throughout the ship.
jrrv · 2 years ago
I have pages of notes for a game like this that I've been thinking about since university, largely inspired by Battlestar Galactica and The Expanse. This game reminded me of it too, maybe I'll get to it one day.
jrrv commented on Serverless Development with Serverless Framework   thecloud.christmas/2019/9... · Posted by u/henriwi
FpUser · 6 years ago
"DynamoDB uses synchronous replication across multiple data centers for high durability and availability"

This does not seem scalable for OLTP type load on some busy store. Again I think you'll be way better of money wise hosting your own database on real hardware either on prem or colocated

jrrv · 6 years ago
DynamoDB is used by Amazon.com.

"Across the 48 hours of Prime Day, these sources made 7.11 trillion calls to the DynamoDB API, peaking at 45.4 million requests per second." [1]

[1] https://aws.amazon.com/blogs/aws/amazon-prime-day-2019-power...

jrrv commented on Entropic Gravity   en.wikipedia.org/wiki/Ent... · Posted by u/rolph
thunderbong · 7 years ago
What is Physics SE? I really liked knzhou's explanation and would like to know where else answers like these are posted
jrrv · 7 years ago
Physics Stack Exchange: physics.stackexchange.com

u/jrrv

KarmaCake day20November 19, 2018View Original