Spyke
lemmy.world

And this is why Linux needs age verification! Won't somebody please think of the children?!

118
lemmy.world

Actually, maybe it would be better, if certain people thought of the children less.

61

Haha hes a very happy kitty. He loves being touched in almost every way.

4
jj4211reply
lemmy.world
 unzip; touch; strip; finger; mount; gasp; yes; uptime; umount; sleep
46
lemmy.world

kill is a command.

love, happiness, and peace are not commands.

You can totally find love using command sudo apt install love. It's a game engine.

happiness is a Perl module inside libdemeter-perl package. Let's not install Perl modules, there lies insanity.

And you can find peace in a whole bunch of packages, it's an icon of the peace symbol.

55

I've got search queries on "how to kill orphaned child" or something like that. I'm sure it set off some flags.

41
fedia.io
$ yes n
n
n
n
n
n
n
...

I kind of want to go back in time and make it so that the original yes always printed the first letter of the name it was called by. That way you could symlink any name you like to it and it would do the right thing. Called as no it would print ns, etc. The optional parameter would still be there for longer strings or alternate uses.

The reason time travel would be needed is that there's bound to be, or have been, someone who has done something weird regarding symlinking yes that relies on it always printing y when it has no parameter, and the name trick would be a breaking change.

15
Digitreply
lemmy.wtf

yes always printed the first letter of the name it was called by

you mean like yes "$(whoami | cut -c1)"?

2

I'm going to assume you're not kidding, in which case, no, I mean the first letter of the command name it was called by.

There are already commands that do this. For example, on my machine, ex is the head of a symlink chain that leads to the vim text editor's executable and if I run ex, vim will know that it was started with the name ex and will start in ex mode. ex was an editor that worked in a different way but was vim's ancestor, so backwards compatibility is built right in for those strange people who love ex, (or have some kind of automation reliance on it being present).

Usually, the main command has a command line option that achieves the same effect as the special name. Here, vim -e is the less clever way to start vim in ex mode.

For yes, symlinking the name no to it and then calling that should arguably cause it to print n repeatedly, but it doesn't, for historical reasons, hence my suggestion to go back in time and make it act differently.

(None of this touches on the fact that the GNU philosophy wants nothing to do with clever tricks like this. They prefer to compile separate executables for each and every use case. For example, most Linuxes have dir and vdir as variants of the ls command. Their functionality could have been implemented through this symlink trick, but instead there are three near-identical executables taking up space instead.)

2
lemmy.world

bash kill output:

kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]

fish kill output:

kill: not enough arguments

25
lemmy.blahaj.zone

The penguin ain't messing around no more.

Sources for the images I slapped together: The penguin is from an article on the Indianapolis zoo, and the rest is the cover image from John Wick taken from the Lionsgate page on the movie.

25
Gormadtreply
lemmy.blahaj.zone

It's more fun making the crappy photoshop images myself (Though I use GIMP not photoshop because fuck Adobe)

Not to mention there's no ethical or moral concerns when making them

3

Other than Ethical and Moral concerns 

  1. AI generated images looks like shit.

  2. Images you edited yourself has its own charm to it. 

  3. You get more control over whateber you create. 

I hate when people say AI is just a tool like pencil, while it's trained with billions and billions of stolen and pirated images and all one do is type in a couple prompts which is far from whatever human creativity is capable of by itself. 

4

Ha! On Ubuntu, the OS of Love, you get:

manxu@ubuntu:~ love  
Command 'love' not found, but can be installed with:  
sudo snap install love  # version 11.2+pkg-d332, or  
sudo apt  install love  # version 11.4-1  
See 'snap info love' for additional versions.  
16
europe.pub

Have you heard about Our Lord and Savior: Jesux

Also, we are seriously considering changing some fundamental OS features. The idea would be that function calls and features suggesting evil and otherwise pagan ideas would be changed.

abort(3)

kill(1)

references to "daemon"

13

killall would then be "Seek and Destroy", systemd/init is "One" and booting Windows is St. Anger: Why would you voluntarily do that to yourself?

3

mood

❯ sudo apt show happiness  
N: Unable to locate package happiness  
N: Unable to locate package happiness  
E: No packages found  
2

on which distro does it say "whom"?

% kill

Usage:
 kill [options] <pid> [...]

Options:
 <pid> [...]            send signal to every <pid> listed
 -<signal>, -s, --signal <signal>
                        specify the <signal> to be sent
 -q, --queue <value>    integer value to be sent with the signal
 -l, --list=[<signal>]  list all signal names, or convert one to a name
 -L, --table            list all signal names in a nice table

 -h, --help     display this help and exit
 -V, --version  output version information and exit

For more details see kill(1).
2

The problem of linux getting in the wrong hands:

$ touch gir*
bash: glob did no match any file. Did you mean young woman?
2