kenopsik

joined 2 years ago
[–] [email protected] 5 points 1 year ago (1 children)

Basically every emulator developer will say that their platform is not for piracy but for backing up your legally purchased games, but it's usually just a "wink wink nudge nudge" type of thing for legal reasons.

[–] [email protected] 4 points 1 year ago (2 children)

I'm also thinking this is the case, especially since the kid's hat still has a tag on it. I imagine that would be a gift shop purchase.

[–] [email protected] 3 points 1 year ago

Username checks out

[–] [email protected] 8 points 2 years ago

... once education is restructured almost entirely.

Not sure how you got "get rid of" from that statement...

[–] [email protected] 12 points 2 years ago (7 children)

Let's burn down their churches. They are a waste of space and energy. Being heated and powered 24/7 for only a day or two of worship services is incredibly frustrating, especially when there's a church on every block (in my location, at least).

Let's build libraries and community centers and low-cost daycare centers on that land instead.

[–] [email protected] 2 points 2 years ago

In this economy??

Fabricated poverty and homelessness, medical and educational debts, corporate greed and consumerism, accumulating environmental issues that nobody with the ability to make change is willing to pursue, non-stop wars, political turmoil...

I don't know. I think the dead have it better.

[–] [email protected] 2 points 2 years ago

At least they'll be nice and tight instead of all stretched out. Those grandparents' bootstraps were never pulled.

[–] [email protected] 3 points 2 years ago
[–] [email protected] 1 points 2 years ago

Sounds like you had a corrupt installation.

[–] [email protected] 1 points 2 years ago

We have a Shark robot vacuum, so I called it Sharknado.

[–] [email protected] 5 points 2 years ago

Flatpaks can also be used to run CLI programs, but it requires using flatpak run <package.name> instead of using the apps standard CLI command. But you can create an alias and should work mostly the same way.

For example, I have neovim on my Debian laptop via flatpak. So in order to run it, you have to do

flatpak run io.neovim.nvim

You can create an alias for that command

alias nvim='flatpak run io.neovim.nvim'

And then you can use the nvim command as normal

view more: ‹ prev next ›