

“professionally” requires having a job, so that is very hard rn. (Someone hire me)


“professionally” requires having a job, so that is very hard rn. (Someone hire me)


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


During Superbowl I was talking with a software guy working for a big shopping ( data) company, he was telling us how every interaction on their website is recorded for data analysis, and his own wife was shocked. It came up after I prompted for that conversation, talking about the license plate tracking in parking lots (which she didn’t know about).
We have a good system for Superbowl with my friends, we gather in a place and whoever is there for game enjoys the game, while others do chores (prep food and such), and those that are there for halftime shows and things enjoy those, and the game guys do chores and help around during that time.


Sure, if we can share config like that it could work for many people. I still want to see something that dynamically downloads the shared libraries/dlls for tools you add, but that requires complete rewrite. Maybe we can do it with imagemagick scripts


Now I’m thinking why don’t we make an image editor that we can customize the simple UI. Like users choose which sliders and tools to put on the ui, it’ll be simple UI with like just 5-10 buttons/sliders/tools, but you van customize it to have basically anything. That way you can simply drag drop tools make new UI and then use it for specific use cases.
Maybe already existing tools have that options. Or maybe we need to make a new one, in that case, it’d be nice if we could just add all different tools in dlls or sth, so that you can only download/keep the tools you use.


Greed and overconsumption is the main problem. Even if we find the cheapest and environmental friendly fuel source, they’ll increase the use all the way up and make new problems. We need to replace previous fuel use by new ones, not just add new ones and still keep old ones and use far more power than before.


In that case you can probably find someone for $100-200 that’ll check your excel logic and make sure it works on libre office. Or python script


How much do you pay? Maybe you can pay someone to write you a custom program to do those things. Maybe in libre office, or python, or some other language with gui and plots.


I like not seeing people’s pictures in discussions.
I feel like I get a diverse opinion from people of all age, race, and other background. And we are united on our common interests in the topic without an implicit bias.
It might have shortcomings, and my case is for not having your real picture in your profile.


I haven’t really gone full typst on notes. But honestly my notes are mostly just texts, so it doesn’t really matter what I’m writing it in. I should be able to get it to typst with a few find and replace for old one. Math will be easier in typst, so I’m at least writing the new notes in typst when I need those.
But I think for future notes I’ll do typst, specially if I have to share those notes it’s easier to send PDFs. Many of my colleagues get confused if I send markdown, so I had to export them to pdf for sharing anyway.


Typst.
Best thing after LaTeX. LaTeX was still better than word or other alternatives for pdf generation. But for notes I just used markdown. Typst just took the best of two worlds. It’s fast, accurate, intuitive, little boiler plate, and flexible.


It gets fun though, because now you have context and can understand so many jokes that translators just put something else or don’t realize it’s a pun and translate literally.
I guess it can go unnoticed, I use Arch so maybe that’s why I got more involved. I remember searching why auto completion didn’t work, then finding out I need to install bash-completions package. After knowing that it makes one curious about how it works. Then the next stage is writing it for my own programs because it obviously won’t come with bash-completions package.
I once wrote a shell (terminal) to watch anime, and I wrote auto completion for different commands on it, it was really nice to just type play then prefix and then tab for auto completion on anime names, and even for episodes I wrote auto completion give me last episode I watched + 1.
Whenever someone says they don’t really like terminal because they don’t like to type or remember commands. This is what I think “they didn’t use auto complete”.
Auto complete works for file names and paths by default, but the development can write it to only complete certain extensions. Like auto complete for image program only completes image files. Then you have completion for commands, subcommands and flags.
Auto complete is done through calling a bash script with currently typed line, and the bash script can call other commands. So developer can write a really complicated auto complete and make it available as a binary if they want, and just use that in bash. Or you can use many tools that will generate auto complete script for you based on your commandline args.
If you write your own scripts/cli binaries I recommend learning how to write auto complete for it. Makes it incredibly easy to use the tools.


Inkscape can generate QR code
Give me cash. If you wanna give me money don’t give me money with limitations (sometimes money that expires).
Gift cards are free profit to corporations, a significant fraction never gets used, it’s pure profit for them.


Sorry I forgot to respond.
The thing that triggered it was when I shared an xkcd link. I have seen it a lot here but I guess it’s niche. And knowing about tardigrades, and many weird biology knowledge about bugs, bacteria, and such. We’re both super nerdy about science, but at the same time we hadn’t met anyone else be this nerdy about science in real life.
It is really good when I’m already using something, so I contribute to it because there’s something I wanna fix or add.
But when I’m feeling an itch to make something, then contributing can’t help because I don’t wanna go search for similar projects. I just wanna build.