AMoistGrandpa

joined 1 year ago
[–] AMoistGrandpa@lemmy.ca 9 points 2 months ago (2 children)

Hi new to Lemmy, I'm Moist

[–] AMoistGrandpa@lemmy.ca 8 points 3 months ago* (last edited 3 months ago)

It's a common misconception, but the candy in the image is the only candy that's actually called an M&M. The regular ones you usually see in the bag are actually just called M's, since they're only one piece of candy each as opposed to the two pieces in the image.

[–] AMoistGrandpa@lemmy.ca 5 points 5 months ago (1 children)

My friends hated the word "moist". I then thought of a way to make my friends hate my username more than they already would have.

Surprisingly, I still have friends.

[–] AMoistGrandpa@lemmy.ca 17 points 5 months ago

I think you've just invented Jsonnet, but with C integration.

https://jsonnet.org/

[–] AMoistGrandpa@lemmy.ca 5 points 5 months ago

I appreciate the link/image, but I would personally prefer to not use an AI generated model. Thanks though!

[–] AMoistGrandpa@lemmy.ca 3 points 5 months ago (2 children)

I desperately need the STL. For... reasons, on which I will not elaborate.

[–] AMoistGrandpa@lemmy.ca 6 points 6 months ago (2 children)

I know nothing about this topic, and I'm just here to learn - you said that blockchain isn't the best solution with regard to decentralizing currency, but it is an option. What other options exist?

[–] AMoistGrandpa@lemmy.ca 3 points 6 months ago (1 children)

Windows-Shift-S is the default keyboard shortcut, not sure if it works on fullscreen games though

[–] AMoistGrandpa@lemmy.ca 5 points 6 months ago (1 children)

I don't understand this image, so due to the art style I'm going to choose to pretend it's a reference to Pizza Tower. Thank you for creating Pizza Tower content!

[–] AMoistGrandpa@lemmy.ca 6 points 7 months ago

Fair enough, thanks for responding

[–] AMoistGrandpa@lemmy.ca 11 points 7 months ago (4 children)

Out of curiosity, why does everyone always go for Ubuntu in posts like this? I've always hated that distro; all my machines run Fedora instead. IMO Fedora with KDE is way better than Ubuntu with Gnome in terms of usability for people switching over from Windows, but maybe I'm just biased since I'm already super familiar with Linux

[–] AMoistGrandpa@lemmy.ca 3 points 8 months ago* (last edited 8 months ago) (1 children)

If you feel like learning a third shell, I find that Nushell is even easier to use than PowerShell.

open stuff.json | each { get fieldName } | where { str starts-with "asdf" } | each { $in | str upcase }

This gets all the objects in the given json file, then grabs the value of the field named "fieldName", then filters all those values to find the ones that start with and, converts those to uppercase, and prints them to the screen as a nicely formatted list

view more: next ›