

“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).


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.


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.


Historically the countries where that happened, if they were in this US situation they’d have done that decades ago. The spirit of not tolerating manufactured hardship, that is present in those population, does not seem to be present here.


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).
Maybe add a feature where if someone is chatting with >10 people, they aren’t shown for swiping? I don’t know exactly what the limit should be, but I feel like the apps use ‘hot’ profiles that attract people and make them swipe a lot that won’t lead anywhere.


I had an idea I wonder if the energy thing can be salvaged. Like uranium to lead happens naturally and the energy is too little from a single atom. But we don’t have to do things naturally. If I’m controlling the atom itself, maybe I can just split all protons and neutrons from the uranium at once, then I have a bunch of free particles that can go collide with other atoms and start a chain reaction.
I think most powers, even with limitations, probably is going to be useful once we know the clear limits. Maybe not the one that need so much energy and the results are random so you can fail and not be able to try again.


Depends on what “time” is in case of one at a time. Is it plank time, or is it as fast as I can think the command.
Even if nothing can be achieved by controlling it, just being able to feel/see the atoms means I can figure things out as a scientist. Finding how atoms are arranged into molecules, proteins etc are super helpful


Nuclear bombs, or a really good scientist.


This looks like it can counter most powers except ones having effects in far away places
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