• 4 Posts
  • 116 Comments
Joined 2 years ago
cake
Cake day: January 25th, 2024

help-circle








  • 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





  • I just explain but starting how you can email gmail from Outlook and such ( familiar concept). Then tell them you could email a Facebook account using username@facebook.com (this shows they were open to it at some point), that it was a default state of things because they wanted you connected. But then they realized they can make you sign up to their own website and make more money, so now we need account for everything. But imagine you didn’t, you could access different contents in the UI/format you want. You don’t need to share screenshots of different social media (shows why it’s useful), you could just follow different people from different websites.

    So far this explanation has worked. I haven’t converted anyone, but they understand. Sometimes they try to install and see, then say “the things I want are not here” because we don’t have all the niche






  • 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.


  • So basically,

    I want other people to work hard, get in trouble, and all that, so that I can just enjoy my own life not having to worry about those stuffs.

    Works great, until everyone starts thinking the same, and then noone works towards making your life better. It just gets worse and worse, because only people focusing on politics are doing it for their benefits. And then you start blaming anyone and everyone except yourself for making it worse for you.