pretty soon we’ll need snaps in our snaps to make it easier for developers to create snaps with snap dependencies
- 0 Posts
- 14 Comments
for f in $(find /); do mv $f $(echo $f | sed ‘s/.([0-9])./.0\1./’; done
ftfy
edit: dont actually run that
May genitals have mercy on us…
Alberat@lemmy.worldto
Selfhosted@lemmy.world•PewDiePie Promoting Self-Hosting, Blocking Ads, Shorts and moreEnglish
1·8 days agocool. I’ve been thinking about this too. how do you do this? does yt host the rss feeds? or do you have to like scrape them?
and they started requiring government id in the us
User is not in the pleaser file. This incident will be reported.
have you met an engineer who doesnt copy code from stackexchange? I’m not saying they blindly paste it in and forget about it, but copying a line or two that you (now) understand is fine.
i always do “read;rm ./file” which gives me a second to confirm and also makes it so i don’t accidentally execute it out of my bash history with control-r
that could be it… I’ve just thought about it a lot and came up with a new theory.
it seems to me that the limitations of screen real estate seem surmountable. eg: a settings menu could have a search bar like in android, meaning your options can be accessible even though they’re buried in the gui. then, your settings could be “stable” and repeatable by adding flags like in google chrome (another gui program).
you can actually use chrome from a cli with selenium or the headless command (–headless) and I’ve used this to scrape websites locked behind Javascript. but average chrome users don’t demand the further development of these features.
yes, great example. also: when the creators of that program decide the want to redesign the ui, all of your tutorials on how to do things break.
my theory is that its not something inherent about using text instead of graphics: a maintainer of a cli program could also decide that they want to redesign the command line options. but its more that users of guis don’t demand stability or repeatability. they are impressed by a ui redesign and so that’s what they get.
you can still be a good engineer and still copy code from stack exchange. i wasn’t saying windows engineers are bad
i think one difference between guis and clis that people don’t think about is composability. you cant do something like “pipe the contents of a folder into vscode and do a regex find and replace” but that’s what pipes let you do on the command line. with gui programs, you always have to do these things manually… which is nice the first time but then time consuming each subsequent time.
windows engineers have probably been copying snippets from stackoverflow for decades, which may have been copied from the kernel or some other copyleft product


l1 cache is a cache for ram and ram is a cache for hdd/ssd