I think the way you worded it doesn’t make it obvious that you’re criticizing the graph specifically and not the os, hence your downvotes. But yes, that graph is absolute mess.
I think the way you worded it doesn’t make it obvious that you’re criticizing the graph specifically and not the os, hence your downvotes. But yes, that graph is absolute mess.
Yeah, and Linux is green all the way through, even though according to the depicted MacOS scale it should only be hitting bright yellow levels at the peak.
Pff, millions? How about 3 billions!
Technically, it’s not about the display technology, but instead about the signal/tuner. More specifically if it’s analog or digital. Some modern TVs still have analog or hybrid tuners for backwards compatibility and regions that still use analog, so they can display static. For instance, in Ukraine we finished the switch to digital TV only a couple of years ago. If your TV had no digital tuner (as was the case for many) you had to buy a DAC box. Retirees/pensioners got them for free, sponsored by the government.
I’ll have you know, that I have it on good authority (from the ever rational and totally not an echo chamber Hexbear) that the invasion is actually very successful and Russia is winning. By a lot!
PipeWire is a server and user space API to deal with multimedia pipelines. This includes:
- Making available sources of video (such as from a capture devices or application provided streams) and multiplexing this with clients.
- Accessing sources of video for consumption.
- Generating graphs for audio and video processing.
Nodes in the graph can be implemented as separate processes, communicating with sockets and exchanging multimedia content using fd passing.
Am I the only one who doesn’t see a less buff John Cena in that photo?
Or worse… expelled.
– No, don’t call my mother, she’ll be so mad! She told me that if I die I shouldn’t come back home for dinner…
Appreciate the Cutting Crew reference. But I can and I will.
According to my brain, every time I have to interact with a stranger.
Radical approach, because I might miss the post with interesting comments, and people often provide alternative links or straight up embed summaries.
Your sudden but short-lived lathe-ing adventure.
Just toss it into that huge pile of ex-hobbies.
The last point should say “… and stop halfway, because I don’t feel like it anymore”.
Or “… but get stuck halfway because I found something interesting in one of the drawers.”
Oh you mean that the number 256 overflows into 0 in 8-bit range. My joke was leaning more into the idea that when you use all 256 possible bit combinations (1111 1111
), it can represent -1 in signed integer formats. Even though 255 is the highest number you can directly represent, there are still 256 total combinations, including zero, so IMO, the joke works.
I’m not sure what you’re implying with this. But how did you dig this up anyway?
Skill issue. Try the following:
Hope this helps. Git gud.
If you’re talking about an app that exist solely as Electron, then you might be right. But the primary benefit of Electron is that you can distribute your already existing webapp as a downloadable app, which reduces the amount of maintenance significantly.
Also, when it comes to UI diversity and customization, nothing beats HTML+CSS.
And as you mentioned, there’s a looot of webdevs. Electron empowers those people to easily create applications. Which they did, they created many useful apps. An application that isn’t perfect resource usage-wise is often much better than no application at all.
Think of Minecraft. Java is arguably the worst language to use for a chunk-based 3D game. But it’s still better than no Minecraft at all.