

Good luck with everything. Go at your own pace, hosting is just leaving a computer on. Add more things as you need and that’s all there is in my opinion. But of course you’ll learn security, backups, and other things as you need.


Good luck with everything. Go at your own pace, hosting is just leaving a computer on. Add more things as you need and that’s all there is in my opinion. But of course you’ll learn security, backups, and other things as you need.


I recommend you gnu parallel. It does similar things, but runs the commands in parallel. And it’s way easier to pipe than xargs. If you really need it to run one command at a time you can give number of cores to 1. And it also has progress bars, colors to differentiate stdout fo different commands, etc.
Basic example: to echo each line
parallel echo < somefile.txt
To download all links, number of jobs 4, show progress
parallel -j 4 --bar ''curl -O" < links.txt
You can do lot more stuffs with inputs, like placing them wherever with {}, numbers ({1} is first) that allow multiple unique arguments, transformers like remove extension, remove parent path, etc. worth learning


deleted by creator


Inkscape can generate QR code
But you need tdf installed on the server for that right?
I realize I rarely have to do it so I tend to just download and open the pdf, or use X forwarding. Or while using emacs I just open the remote file (which basically downloads and opens I guess).
Arch also kinda allows that if you write custom PKGBUILD file. It’s easy to write for simple stuffs that are based on make/cargo etc.
It’s time consuming if some program gives you 100s of lines of code in bash script to install their program though.
Edit:
Another disadvantage of building from source is dependency management. You might accidentally uninstall some dependencies, the standard library versions might change and break your packages, etc.
Using package manager mitigates that.


Can’t you just keybind the switch to that key? I use arch and I have keyboard layout switch between three languages (one is Japanese which might have similar tech/typing style), and the program I use (ibus anthy) allows me to define my keybind.
Wait, are there repo that just has dating info? You just make PR for your profile. Honestly with GitHub free pages we could definitely do that lol
The android auto equivalent for cars would be something I’d be interested in, that’s the only reason I had to reenable google on my phone. I don’t see any open source software that do it.


Can’t see instructions on how to use it, do I need to do anything non trivial on my phone? Should I test it on an old phone?


Again, you can type feet instead of ft and it’ll work. You can write ‘feet per second’ instead of ‘ft/s’ and it’ll work. Natural language has its benefits but when you have a very simple syntax model then there’s less chances of it making a mistake.


I also like it very much. I hope they make a library for it soon, I can’t wait to use it to make unit aware calculators.


I mean the syntax for gnu units is literally the same unit expression used in math. m^2, cm, m/s etc. the ft;in looks weird because it’s two units combined.
Your example in it would be units 30ft mm , use -t for terse results that’s just the final value.


Doesn’t even work well on a single monitor on Wayland. It gets confused with screen size or sth, fills a small area on top left with screen contents and lot of black space


Yeah, I could only find one that works on kde plasma with Wayland, but it doesn’t even have a tab key. Does anyone know how hard it is to make/modify one?
My understanding is this:
It’s just the principle of AUR wrappers. Yes they are very useful, but anyone and their uncle can put a package in AUR name it whatever they want as long as it’s not taken. AUR wrapper makes it easier to install things without knowing much, but manually searching for something, finding it, and installing it involves conscious choices. Arch cannot be responsible for people installing malware from a software they recommended, that’s why it’s kept this way intensionally.
Imagine if yay/paru came with the os, or could be installed from pacman, then people would just recommend doing that to new users and then they might just install whatever and break the system a lot more.
That’s what I thought, but then when arch install fcks up it seems even harder to fix. I ised it because I have been getting new computers so it was easier to run run it. It messed up the SSD in a way, and trying to run it again wouldn’t work because it can’t find the SSD that it did something to. It took a while to manually fix all that.
Also idk why arch install doesn’t have easy way to partition home and root, the default suggestions’s root is too small, changing it requires manually making each partition, just take an integer(%) allocated for home and calculate from there.


Yup, considering they deprecated so many functions and removed them I’d imagine switching would be really hard.
Even while writing my new projects in gtk4 (tiny projects) I run into problems of many solutions no longer working because the functions are removed without any replacements.
I was thinking that exact thing lol. I’m like, yes ‘distributions’ are distributing new softwares with the new kernel.
And the improvement in desktop environments does feel like a good improvement considering the user is interacting most with it.
Or maybe I’m just apathetic to these things because most things I care about my distribution are that it provides me a good package manager for external and self made programs. And everything else is just programs installed through said package manager.
Considering they just hold back packages, but do not do additional testing to release them, yeah, they should not do that.
Arch already has testing repo, normal repo packages on arch are already stable enough