rryan | 9 months ago | on: The bitter lesson is coming for tokenization
rryan's comments
rryan | 1 year ago | on: Transformers Without Normalization
rryan | 1 year ago | on: Can Gemini 1.5 read all the Harry Potter books at once?
Yes of course it can, because they fit in the context window. But this is an awful test of the model's capabilities because it was certainly trained on these books and websites talking about the books and the HP universe.
rryan | 2 years ago | on: (next Rich)
rryan | 2 years ago | on: Foundation models are going multimodal
rryan | 2 years ago | on: Google doesn’t want employees working remotely anymore
rryan | 2 years ago | on: AudioGPT: Understanding and Generating Speech, Music, Sound, and Talking Head
I expected it to be a GPT-style model that processes audio directly to perform a ton of speech and maybe speech-text tasks in a zero-shot manner.
rryan | 3 years ago | on: $6.96B was raised by private longevity companies in 2022
rryan | 3 years ago | on: Ask HN: Google spam filter getting worse?
rryan | 3 years ago | on: Neurons in a dish learn to play Pong
I also agree it's not much different than what's going on in this petri dish with pong.
But I don't think that's a profound statement.
What I'm saying is that calling what a Transformer does "language development" isn't accurate. A Transformer can't "develop" language in that sense, it can only learn "reflexive" behavior from the data distribution it's trained on (it could never have produced that data distribution itself without the data existing in the first place).
rryan | 3 years ago | on: Neurons in a dish learn to play Pong
rryan | 3 years ago | on: Show HN: Nevermind XOR – Deep Learning Has an Issue with Sin
Try an autoregressive model of the joint probability distribution of the sine wave timepoints -- like WaveNet [1]. It will nail your sine wave -- just as it nails mixtures of sine waves (speech and music). :)
rryan | 3 years ago | on: Goodbye, Feedly
The Reddit crawling problem is because Reddit rate limits their crawling so they have to prioritize the most popular feeds. What's the problem with linking your account, or making a dedicated feedly throwaway for crawling?
Been a pro user since the beginning because I want the service to stick around. It works just as well as it always has and I don't mind that they're adding new features even if they aren't for me.
Sheesh.
rryan | 4 years ago | on: Vanced Discontinuation
rryan | 4 years ago | on: Vanced Discontinuation
> If you are talking about creators who are not earning money for using vanced, you should know they won't make millions out of those ads.
... right. Feel free to keep telling yourselves that.
rryan | 4 years ago | on: Light exposure during sleep impairs cardiometabolic function
rryan | 4 years ago | on: NewPipe: A lightweight YouTube experience for Android
* App Timer of zero minutes on YouTube app.
rryan | 4 years ago | on: Vanced: YouTube adblocker for Android
rryan | 4 years ago | on: Google increases parental-leave policy to nearly 6 months
I've taken parental leave twice at Google and used the full amount. No ill effects, as far as I can tell. Everyone I work with and my management chain was fully supportive.
rryan | 4 years ago | on: WebAssembly: The New Kubernetes?
You could replace the containers that are being scheduled by Kubernetes with WebAssembly. Others already linked to Krustlet which is effectively this.