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.
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.)
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.
Images you edited yourself has its own charm to it.
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.
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.
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.
% 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).
67 Comments
Bhaelfur@lemmy.world · 119 pts · 161d
And this is why Linux needs age verification! Won't somebody please think of the children?!
Diplomjodler3@lemmy.world · 61 pts · 161d
Actually, maybe it would be better, if certain people thought of the children less.
Flyswat@lemmy.dbzer0.com · 12 pts · 161d
More is less.
certified_expert@lemmy.world · 96 pts · 161d
kittenzrulz123@lemmy.dbzer0.com · 57 pts · 161d
touch catprettybunnys@piefed.social · 40 pts · 161d
man dateCubitOom@infosec.pub · 42 pts · 161d
man mountprettybunnys@piefed.social · 13 pts · 161d
( ͡° ͜ʖ ͡°)
Bluefruit@lemmy.world · 37 pts · 161d
kittenzrulz123@lemmy.dbzer0.com · 12 pts · 161d
Mrrrrrp >w<
thethunderwolf@lemmy.dbzer0.com · 2 pts · 150d
:3
kittenzrulz123@lemmy.dbzer0.com · 2 pts · 150d
:3
thethunderwolf@lemmy.dbzer0.com · 2 pts · 150d
:3
MidsizedSedan@lemmy.world · 4 pts · 155d
Cat looks unhappy. This incident will be reported
Bluefruit@lemmy.world · 4 pts · 154d
Haha hes a very happy kitty. He loves being touched in almost every way.
TwilightKiddy@programming.dev · 19 pts · 161d
bash catjj4211@lemmy.world · 47 pts · 161d
osanna@lemmy.vg · 7 pts · 160d
gawkWanderingThoughts@europe.pub · 27 pts · 161d
error: not unzipped yetcertified_expert@lemmy.world · 24 pts · 161d
mittorn@masturbated.one · 3 pts · 161d
@certified_expert @WanderingThoughts bomb.zip
Flyswat@lemmy.dbzer0.com · 5 pts · 161d
That caught me off guard
certified_expert@lemmy.world · 1 pts · 161d
Jankatarch@lemmy.world · 4 pts · 160d
Alternatively finger
pelya@lemmy.world · 56 pts · 161d
killis a command.love,happiness, andpeaceare not commands.You can totally find
loveusing commandsudo apt install love. It's a game engine.happinessis a Perl module insidelibdemeter-perlpackage. Let's not install Perl modules, there lies insanity.And you can find
peacein a whole bunch of packages, it's an icon of the peace symbol.Gumus@lemmy.dbzer0.com · 4 pts · 159d
Love (proper name LÖVE) is the game framework that Balatro uses 😉
OctopusNemeses@lemmy.world · 42 pts · 161d
I've got search queries on "how to kill orphaned child" or something like that. I'm sure it set off some flags.
NihilsineNefas@slrpnk.net · 3 pts · 161d
Ask an american or their pet LLM, they're pretty good at that these days
wuffah@lemmy.world · 40 pts · 161d
kill ALL
redsand@infosec.pub · 13 pts · 161d
$humans --except="Fry"
XTL@sopuli.xyz · 4 pts · 161d
We can get them for you wholesale.
WhiskyTangoFoxtrot@lemmy.world · 3 pts · 161d
https://www.youtube.com/watch?v=0rG74rG_ubs
wuffah@lemmy.world · 1 pts · 161d
The original SLAPS
Asfalttikyntaja@sopuli.xyz · 2 pts · 161d
Yes officer, this guy over there.
eager_eagle@lemmy.world · 29 pts · 161d
forced consent
palordrolap@fedia.io · 16 pts · 161d
I kind of want to go back in time and make it so that the original
yesalways 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 asnoit would printns, 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
yesthat relies on it always printingywhen it has no parameter, and the name trick would be a breaking change.Limitless_screaming@kbin.earth · 13 pts · 161d
Or make your own package? call it
affirm(more wholesome), write it in Rust (of course), and take onyes.greneboy@sh.itjust.works · 6 pts · 161d
yesn't
Digit@lemmy.wtf · 2 pts · 153d
you mean like
yes "$(whoami | cut -c1)"?palordrolap@fedia.io · 2 pts · 153d
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,
exis the head of a symlink chain that leads to thevimtext editor's executable and if I runex,vimwill know that it was started with the nameexand will start inexmode.exwas an editor that worked in a different way but wasvim's ancestor, so backwards compatibility is built right in for those strange people who loveex, (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 -eis the less clever way to startviminexmode.For
yes, symlinking the namenoto it and then calling that should arguably cause it to printnrepeatedly, 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
dirandvdiras variants of thelscommand. Their functionality could have been implemented through this symlink trick, but instead there are three near-identical executables taking up space instead.)Gormadt@lemmy.blahaj.zone · 25 pts · 161d
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.
imjustmsk@lemmy.world · 6 pts · 160d
Kudos, for not making slop using a clanker.
Gormadt@lemmy.blahaj.zone · 3 pts · 159d
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
imjustmsk@lemmy.world · 4 pts · 159d
Other than Ethical and Moral concerns
AI generated images looks like shit.
Images you edited yourself has its own charm to it.
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.
pie_enjoyer@lemmy.world · 3 pts · 161d
Gormadt@lemmy.blahaj.zone · 15 pts · 161d
I've got to agree with you now that I found a good Tux image to edit.
pie_enjoyer@lemmy.world · 1 pts · 161d
flameleaf@lemmy.world · 25 pts · 161d
bashkill output:fishkill output:jj4211@lemmy.world · 10 pts · 161d
With fish, you just need to fight more to earn that kill.
manxu@piefed.social · 16 pts · 161d
Ha! On Ubuntu, the OS of Love, you get:
WanderingThoughts@europe.pub · 13 pts · 161d
Have you heard about Our Lord and Savior: Jesux
mittorn@masturbated.one · 3 pts · 161d
@WanderingThoughts @Ek-Hou-Van-Braai https://unix.stackexchange.com/questions/282155/what-is-the-out-of-memory-message-sacrifice-child
DeltaWingDragon@sh.itjust.works · 2 pts · 160d
I cannot avoid reading that as "Je-sucks"
kamen@lemmy.world · 13 pts · 161d
Cue the joke about killing children with a fork.
osanna@lemmy.vg · 9 pts · 161d
That’s not
nicerecursive_recursion@piefed.ca · 8 pts · 161d
Peace was never an option.
Crazy mode activated.
tiramichu@sh.itjust.works · 7 pts · 161d
All you need is kill
NotASharkInAManSuit@lemmy.world · 6 pts · 161d
Sudo kill all of them.
edgemaster72@lemmy.world · 13 pts · 161d
NotASharkInAManSuit@lemmy.world · 5 pts · 161d
Holy shite, you have no idea how much I adore this. Thank you.
luciferofastora@feddit.org · 3 pts · 161d
killallwould then be "Seek and Destroy",systemd/initis "One" and booting Windows is St. Anger: Why would you voluntarily do that to yourself?YourMomsTrashman@lemmy.world · 6 pts · 160d
sudo dnf install love!!! Also known as the Balatro / Blue Revolver engine
certified_expert@lemmy.world · 2 pts · 161d
The problem of linux getting in the wrong hands:
ExLisper@lemmy.curiana.net · 2 pts · 161d
nicecupcakezealot@piefed.blahaj.zone · 2 pts · 153d
mood
thethunderwolf@lemmy.dbzer0.com · 1 pts · 150d
you don't need sudo to read index/package info, only to install and remove things
cupcakezealot@piefed.blahaj.zone · 2 pts · 149d
yeah i know its just force of habit
Bane_Killgrind@lemmy.dbzer0.com · 2 pts · 161d
How helpful
Digit@lemmy.wtf · 2 pts · 153d
on which distro does it say "whom"?
AffineConnection@lemmy.world · 1 pts · 161d
tordenflesk@lemmy.world · 1 pts · 161d
su - AlGreen