this post was submitted on 02 Oct 2024
83 points (80.7% liked)
Showerthoughts
30250 readers
1283 users here now
A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The most popular seem to be lighthearted, clever little truths, hidden in daily life.
Here are some examples to inspire your own showerthoughts: 1
Rules
- All posts must be showerthoughts
- The entire showerthought must be in the title
- No politics
- If your topic is in a grey area, please phrase it to emphasize the fascinating aspects, not the dramatic aspects. You can do this by avoiding overly politicized terms such as "capitalism" and "communism". If you must make comparisons, you can say something is different without saying something is better/worse.
- A good place for politics is c/politicaldiscussion
- If you feel strongly that you want politics back, please volunteer as a mod.
- Posts must be original/unique
- Adhere to Lemmy's Code of Conduct
If you made it this far, showerthoughts is accepting new mods. This community is generally tame so its not a lot of work, but having a few more mods would help reports get addressed a little sooner.
Whats it like to be a mod? Reports just show up as messages in your Lemmy inbox, and if a different mod has already addressed the report the message goes away and you never worry about it.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If they stick with it, it’ll sort itself out over time. They are most of the way there by now. The newest codecs are pretty dang good.
Video codecs mostly work by tracking movement, predicting which pixels will change, and striving to only encode the pixels that actually change or change dramatically. In other words, compression looks for patterns.
All of that goes out the window when you try to compress static. There are no patterns. It simply can't be compressed. This isn't a matter of the algorithms not being good enough. It's a fundamental limit of information theory.
Anything fancier amounts to embedding the intro into the compressor as a well-known pattern. And at that point, you're better off just caching a 4K version of the intro as a standalone video file directly in the app.
Why not just have the app dynamically generate the static with random numbers every time. There is no video file of white noise, and bonus the bumper intro is never exactly the same twice.
That's a good idea. They could probably do something similar for the audio.
They'd have to code around the rest of the animation and audio effects, but the size of that code would certainly be smaller than the rendered audio and video.
These are both really cool ideas and seem like a fun project.
You guys are basically describing the old Demoscene.
Love that stuff, it's so cool.
Maybe we've gotten used to that very particular white noise pattern and anything else would feel wrong?
Completely pulled that out of my ass, for the record.
Do you think dynamically rendering 4k snow is something your typical FireTV stick is capable of doing?