Readit News logoReadit News
nyc_pizzadev commented on Apple releases open-source model that instantly turns 2D photos into 3D views   github.com/apple/ml-sharp... · Posted by u/SG-
gjsman-1000 · 3 months ago
Is this the same model as the “Spatial Scenes” feature in iOS 26? If so, it’s been wildly impressive.
nyc_pizzadev · 2 months ago
Ya, I like when it’s automatically done on my featured photo, gives the phone a very 3D look and feel.
nyc_pizzadev commented on Is a movie prop the ultimate laptop bag?   blog.jgc.org/2025/09/is-m... · Posted by u/jgrahamc
paxys · 6 months ago
Why is a grocery bag the "ultimate" laptop bag exactly?
nyc_pizzadev · 6 months ago
It’s not in my opinion. Look how wide the bottom is, so the laptop will rest diagonally across the bag which makes it not ideal to carry or put other items inside. I’m all for the perfect laptop bag, this isn’t quite it.
nyc_pizzadev commented on Google AI Overview made up an elaborate story about me   bsky.app/profile/bennjord... · Posted by u/jsheard
nyc_pizzadev · 6 months ago
Google has been a hot mess for me lately. Ya, the AI is awful, numerous times I’m shown information that’s either inaccurate or straight false. It will summarize my emails wrong, it will mess up easy facts like what time my dinner reservation is. Worst is the overall search UX, especially auto complete. Suggestions are never right and then trying to tap and navigate thru always leads to an mis-click.
nyc_pizzadev commented on More on Apple's Trust-Eroding 'F1 the Movie' Wallet Ad   daringfireball.net/2025/0... · Posted by u/dotcoma
nyc_pizzadev · 8 months ago
I got this ad, and ya, I was truly bewildered to get such an ad and then shocked that it came from my Wallet. I then spent the next hour searching how to disable this new marketing stream and it looks like nothing can be done. Anyway, glad to see I’m not alone here.
nyc_pizzadev commented on Chrome Returns 206 when the Server Returns 403   aoli.al/blogs/chrome-bug/... · Posted by u/aoli-al
nyc_pizzadev · a year ago
So if you get less HTTP bytes than expected, then it’s a HTTP response error and you throw the whole thing away. For example, this sort of situation happens when streaming HTTP. The server first has to send the response headers, which would be a simple 200/206, then the data, which could have a much more complicated code path. If there is an error in that data code path, all you can do is close the connection and trigger an HTTP error since less bytes were delivered than advertised. Client needs to detect this and retry. While this may seem uncommon, this is well understood behavior for HTTP systems.
nyc_pizzadev commented on Multispectral Imaging and the Voynich Manuscript   manuscriptroadtrip.wordpr... · Posted by u/Luc
joshlemer · 2 years ago
Any idea why they removed the videos? Even the reddit thread you link to is deleted...
nyc_pizzadev · 2 years ago
A lot of people were speculating he would make his findings official and didn’t want to over share. I do see a comment about his theory being debunked. That would be expected, the language used was a mashup of several existing languages, so it’s possible a lot of what was written is copy-pasta gibberish. However, the video points out of a lot of cultural aspects of the book which support a Romani origin.
nyc_pizzadev commented on Multispectral Imaging and the Voynich Manuscript   manuscriptroadtrip.wordpr... · Posted by u/Luc
nyc_pizzadev · 2 years ago
Someone was able to translate portions of the Voynich Manuscript but has unfortunately removed his videos. I found a bit more info here:

https://www.reddit.com/r/voynich/comments/ev9h5v/does_anyone...

This gist is that nomadic Romani people settled around Syria and wrote it. The language and writing is a blend of several languages and cultures. The evidence in the videos backs this up pretty well.

Edit, found the videos here: https://www.reddit.com/r/voynich/comments/ev9h5v/comment/joy...

nyc_pizzadev commented on The Math of Card Shuffling   fredhohman.com/card-shuff... · Posted by u/Anon84
nyc_pizzadev · 2 years ago
Check out Jason Ladanye. He’s a magician who uses shuffle math to place cards exactly where he wants them to be in the deck. Both impressive and scary.
nyc_pizzadev commented on Timeliness without datagrams using QUIC   quic.video/blog/never-use... · Posted by u/wofo
Ekaros · 2 years ago
For VOD can I just open connection and send single message and then stream will continue forever? And HTTP is message oriented protocol. I can't just send infinite length HTTP message. Which would be processed as it arrives or can I? Meaning can I upload something not that small like terabyte of video data over HTTP?
nyc_pizzadev · 2 years ago
Yes for everything. In HTTP1 it’s a chunked response, in H2+ it’s just a bunch of data frames. This is how low latency HLS video works.
nyc_pizzadev commented on Timeliness without datagrams using QUIC   quic.video/blog/never-use... · Posted by u/wofo
Ekaros · 2 years ago
Now I wonder. Do we have any actual streaming use of TCP, with purely streaming protocol.
nyc_pizzadev · 2 years ago
High quality VOD (ie streaming a 4K movie). HTTP block file systems, each block needs to be streamed reliably to fulfill the read() call plus read ahead.

u/nyc_pizzadev

KarmaCake day329November 9, 2018View Original