I’m also going to push forward Tilda, which has been my preferred one for a while due to how minimal the UI is.
I’m also going to push forward Tilda, which has been my preferred one for a while due to how minimal the UI is.
They added a video player with version 3, I think.
Now the question is - are they open sourcing the original Winamp, or the awful replacement?
I’m not familiar with creating fonts specifically, but you’ll want to commit any resources necessary to recreate the font file, including any build scripts to help ease the process and instructions specifying compatible versions of tooling (FontForge in this case). Don’t include FontForge in the repository, of course.
The compiled font files should be under releases in GitHub for the repository.
Git isn’t generally meant for binary resources but as long as they’re not too large, they’ll be fine. You just may not have meaningful ways to compare changes easily.
I mean, sysvinit was just a bunch of root-executed bash scripts. I’m not sure if systemd is really much worse.
Systemd was created to allow parallel initialization, which other init systems lacked. If you want proof that one processor core is slower than one + n, you don’t need to compare init systems to do that.
I bought a used 2018 model over a new current model because of the lack of physical function keys.
Also, Dell, bring back Fn + Left for Home and Fn + Right for End!
Who looked at a great keyboard layout and decided, “I know! I’ll make this Developer Edition hardware more difficult to develop on!”
PNG support lossless compression through deflation, but there are encoders that can apply a lossy filter to the image to make the compression more effective.
PNG doesn’t support lossy compression natively, to be clear.
Rust specializes in making parallel processing secure and approachable, so it’s going get used in problems where parallel processing and efficiency matter.
Rust is also now allowed to be used in the Linux kernel for the same reasons, which is exciting!
Sounds like a job for Ansible. ;-)
Of course! Here’s the documentation for the docker-compose module: https://docs.ansible.com/ansible/latest/collections/community/docker/docker_compose_module.html
It does rely on the recently-made-legacy docker-compose client, so for now it’s still required to install that. If you need some advice or pointers, let me know.
That depends on what you mean by container. I use it to orchestrate Docker containers for my infrastructure and then some.
Getting Keycloak and Headscale working together.
But I did it after three weeks.
I captured my efforts in a set of interdependent Ansible roles so I never have to do it again.