this post was submitted on 07 Oct 2025
262 points (96.5% liked)
Showerthoughts
37695 readers
699 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:
- Both “200” and “160” are 2 minutes in microwave math
- When you’re a kid, you don’t realize you’re also watching your mom and dad grow up.
- More dreams have been destroyed by alarm clocks than anything else
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
- Posts must be original/unique
- Adhere to Lemmy's Code of Conduct and the TOS
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
That's why I was talking about meaningful advantages. Today, stuff gets exported in 4k and that's it. No need for anything more.
That nobody uses animated SVG should give you a clue about how many people value vector graphics over rasterization. It has uses (mostly when you expect stuff to get zoomed a lot) but only in quite specific use cases.
There's ton of free software that exports to HTML5, including most major game engines. And people use that a lot. In fact, you can make VR games that fully run in a browser.
Browser games still exist. They run on HTML5 now, not on Flash. Web video still exists. It runs on HTML5 players, not on Flash. Little animations in websites still exist. They run on HTML5/SVG/CSS, not on Flash. Flash really was just replaced by HTML5, because it's plain better on every front.
I don't think it's as ubiquitous as you think. 1080p is pretty much standard (aside from old videos), 4K is still high-end and most uploading to that on YT are probably more tech-leaning channels who actually do use it. I even see new stuff from TV corps that's still only 1080p.
4K if you're using a full-raster workflow is taxing at every step. Display, CPU/GPU (for software stability, filters/effects), RAM and storage, internet upload speed, also camera (and fast storage there too) where relevant. Also backups, and maybe even higher-res workflow to allow room to crop/re-frame if needed.
I imagine it must be a disappointment to actually buy a 4K monitor for content viewing, stuck watching 1080p on new videos because the creators can't afford that workflow or just don't care. Even stuff that is 4K might have issues with encoding quality due to cost-cutting (or requires higher subscription cost).
8K is a thing too (but even more impractical), so the problem is repeated there too.
So yeah, I would say it is a meaningful difference that vector doesn't have this problem.
Tbh, Vector only marginally solves that issue. If it's a filmed video, then it doesn't solve it at all, since it just creates "vector pixels" instead, which don't scale either. So it would only work for artificially created videos, and there it would only work for 2D content, and only 2D content that doesn't use bitmaps in it.
It's quite a limited subset of the videos one might watch. In fact, I can't remember the last time I watched a 2D purely PC generated video that wasn't a screen recording from some game (which is, almost per definition, also rasterized).
The other problem there is that vector graphics can be rasterized into however many pixels you want, but the detail from the source material doesn't improve. Yes, the edges around a flat area are smoother, but it's still edges around a flat area.
Compare the best flash animation you can find with some random demo video on youtube (or if you want to go to the extreme: with the graphics of some hollywood CGI). The infinite scalability of vector graphics won't make the flash animation look better than the raster graphics image.
The "infinite scalability" of vector graphics are a mostly academic point unless you are e.g. designing a company logo that needs to look sharp both on a tiny stamp and on the side of the corporate headquarter.