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.
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.
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.
I think the reason Zealandia is called a “submerged continent” is because it is made of continental crust rather than oceanic crust.
But IMO the best geologic definition of continents is by tectonic plates, which mostly matches up with the cultural definitions of the continents.
For the major continents, we have these plates:
There are several smaller plates too, like the Caribbean, Indian, and Arabian plates. IMO, we should consider these independent continents.
There is also a dedicated Pacific plate. The ring of fire is the border of this plate.
New Zealand / Zealandia is on the ring of fire. Half on the Australian plate, half on the Pacific plate. You can actually see the border of the two plates when you look at the topographical map of Zealandia.
You’re using the New York Times to support the idea that the New York Times didn’t support the war.
What do you think could be an issue with using that evidence?
Nothing? It’s literally the primary source.
Did NYT support the war? Let’s look at the opinion pieces they published about the war.
I saw it at the MoMA in NYC. The thing is tiny…
+1
From an order of magnitude perspective, the max is terabytes. No “normal” users are dealing with petabytes. And if you are dealing with petabytes, you’re not using some random poster’s program from reddit.
For a concrete cap, I’d say 256 tebibytes…
I think they’re just stopping operations of the company in Brazil.
But I don’t think they’re going out of the way to prevent Brazilian IPs from connecting.
Tell me you’ve never worked on a farm without telling me that you’ve never worked on a farm.
The thumbnail photo is extreme, yes. But white farm workers still get sunburns.
You don’t need to provide root access just because you used GPL code, you just have to follow the GPL.
Well, to follow version 3 of the GPL, you do actually need to provide effective root access.
Specifically, version 3 of the GPL adds language to prevent Tivoization.
It’s not enough to just provide the user with the code. The user is entitled to the freedom to modify that code and to use their modifications.
In other words, in addition to providing access to the source code, you must actually provide a mechanism to allow the user to change the code on the device.
The name “Tivoization” comes from the practice of the company TiVo, which sold set-top boxes based on GPL code, but employed DRM to prevent the user from applying custom patches. V3 of the GPL remedies this bug.
For Zulip, I’ve only used it on the web. Apparently they have iOS, Android, Desktop, and Terminal clients.
For Matrix, there are many clients on all platforms, but none have ever stood out to me. Element is the official client, and it’s… fine I guess.
I love this, especially the criticism of the FSF.
For coms, Zulip seems OK. I would really like Matrix to take off, but I honestly don’t really like any of the clients.
Maybe.
Linux won because it worked. Hurd was stuck in research and development hell. They never were able to catch up.
However, Linus’s kernel was more elaborate than GNU Hurd, so it was incorporated.
Quite the opposite.
GNU Hurd was a microkernel, using lots of cutting edge research, and necessitating a lot of additional complexity in userspace. This complexity also made it very difficult to get good performance.
Linux, on the other hand, was just a bog standard Unix monolithic kernel. Once they got a libc working on it, most existing Unix userspace, including the GNU userspace, was easy to port.
Linux won because it was simple, not elaborate.
Zsh
No plugin manager. Zsh has a builtin plugin system (autoload
) and ships with most things you want (like Git integration).
My config: http://github.com/cbarrick/dotfiles
Exactly.
My take is that the issue isn’t with tmpfiles.d, but rather the decision to use it for creating home directories.
It’s honestly wild that the core feature of Bartender (hiding icons in the menu bar) isn’t builtin to macOS.
(Also, you can change the default editor
visudo
uses, but I don’t remember the command because I won’t be changing it until I get a grip on vim and can make a decision about which editor I want to use.)
It just uses your preferred editor, which you set with the EDITOR
environment variable. In fact, any program that opens an editor should use this to determine the user’s preference.
I set mine to VS Code:
export EDITOR="code -nw"
Examples of programs that use this variable include visudo
, crontab -e
, and git commit
.
After two years of development and some deliberation, AMD decided that there is no business case for running CUDA applications on AMD GPUs. One of the terms of my contract with AMD was that if AMD did not find it fit for further development, I could release it. Which brings us to today.
After two years of development and some deliberation, AMD decided that there is no business case for running CUDA applications on AMD GPUs. One of the terms of my contract with AMD was that if AMD did not find it fit for further development, I could release it. Which brings us to today.
Big +1 for Sync.
I was paying for Sync back when it was a Reddit client, and I moved to Lemmy mostly because that is where Sync moved.
It’s an awesome app. Best app purchase I’ve ever made. (There is a free version too.)