Spyke
Anasreply
lemmy.world

Farming, really? A man of your talents?

88
QuazarOmegareply
lemy.lol

That's every software engineer's endgame, better to get ahead of the game now 😀

54

Not a bad time to pick up subsistence farming if you have some land.

11

Fun fact! The Roman emperor Diocletian abdicated the throne after he stabilised the Roman empire after the Crisis of the Third Century. He retired to his villa in what is now Croatia to grow cabbages. This was an unprecedented move β€” typically an emperor served for the rest of their life and/or were violently overthrown. However, it took only a few years for the peace that Diocletian had established to begin to crumble into civil war again; when his friends and colleagues beseeched him to return to stabilise things, he was reported to have said "If only you knew the peace and tranquility I gain from tending and growing my cabbages, you would understand the impossibility of such a request!"^[1][2]

I sincerely wish Dylan a life of as much peace and tranquility as the MVP ex-emperor Diocletian.


[1]: I don't remember the source of this particular translation, but the original source for this is Epitome de Caesaribus 39.6

[2]: A different translation of the same line is "If you could show the cabbage that I planted with my own hands to your emperor, he definitely wouldn't dare suggest that I replace the peace and happiness of this place with the storms of a never-satisfied greed.". I prefer this one, because it makes it sound like he was disproportionately proud of his cabbages rather than just glad to be away from the shitstorm of Roman politics. However, the one I actually used fit the sentiment of my comment better.

n.b. I am not a Historian, just a scientist whose late best friend was a Historian, and thus I am morally obligated to use what he taught me to make shitposts.

Edit: formatting

22

After you've dealt with enough end users, farming is glorious. And a lot more complicated than you would think.

8

To be honest. Being a carpenter or someone who has an orchard seems amazing to me.

3
Zinkreply
programming.dev

For years I have been one foot into the engineer turned goose farmer meme, with the other foot left in my normal job.

It works alright! I don't worry about work while at home in my suburban zoo, and when I'm at work I am not dying to get the hell out of there like I remember being several years ago.

8
FauxPseudoreply
lemmy.world

I used to write bash scripts that probably should have been Python. Now I have 6 geese and other birds.

6

I only have two dogs. I'm not quite sure how many cats there are But I think including the fosters are somewhere around a dozen. Sometimes it feels like my property is just a frog and toad sanctuary.

3
halvar
lemy.lol

WAIT WHAT HAPPENED TO MY ONE TRUE LOVE neofetch???

106
MarcellusDrumreply
lemmy.ml

Got archived because it's "feature complete" and won't receive more updates, but some package managers removed it.

There is objectively better alternatives like fastfetch.

140

What's objectively better is that the neofetch developer actually did what we all fantisize about. Maximum respect

143

Archived after years of inactivity, so it was somewhat predictable.

42
lemmy.world

Serious question: if something is "finished" why would that spark removal. At some point a lot of complete programs will no longer be actively maintained but they are still useful and working.

Also, is there a way to keep copies of things like this? I know how to install via apt install, and whatnot, but that relies on an internet connection and a repo. I'm used to windows where I can back up the installers on my hard drive.

5

Even if something is finished it's a risk if no one looks after it since there's always the possibility of security vulnerabilities, software is rarely truly done.

For Arch, packages are archived online for quite a while, you could still install neofetch via sudo pacman -U https://archive.archlinux.org/packages/n/neofetch/neofetch-7.1.0-2-any.pkg.tar.zst currently.

Installed packages are also left in /var/cache/pacman/pkg until cleaned up manually and can be similarly installed from there. The one thing to look out for is whether the dependencies are still available and compatible since, unlike on Windows, packages don't usually bundle their dependencies. For a closer experience in that regard there's .AppImage which is a self-contained package similar to an .exe.

4
talreply
lemmy.today

In Debian trixie:

$ apt search neofetch
 fastfetch/stable,unstable 2.40.4+dfsg-1 amd64
  neofetch-like tool for fetching system information

hyfetch/stable,stable,unstable,unstable 1.99.0-1.1 all
  Command-line Tool that Presents System Info

linuxlogo/stable,unstable 6.01-0.1 amd64
  Color ANSI System Logo

neowofetch/stable,stable,unstable,unstable 1.99.0-1.1 all
  Shows Linux System Information with Distribution Logo

Looks like you've got alternatives.

33
kernellereply

Fastfetch is a good replacement, but you can still install neofetch manually

2

For all who may not realize, neofetch has a modern replacement: fastfetch

61
SW42
lemmy.world

Whaaaat??? So bummed to get bad news from memes

45
ohshit604reply
sh.itjust.works

Neofetch is the precursor to Fastfetch, Neofetch eventually became unmaintained which birthed Fastfetch a fork of Neofetch.

Essentially it’s a CLI tool to quickly list out system specifications, you can change what it lists with a config file.

Here is their GitHub - https://github.com/fastfetch-cli/fastfetch

7
talreply
lemmy.today

I've commonly seen it used in a terminal when people are showing off a screenshot of their custom Unix desktop theme.

8

Some distros come with it pre-installed some have to do it manually, if you’re trying make your operating system have more pizzaz then small things like this spice it up.

Fastfetch is actually quite customizable yet most people leave it on the defaults since it adopts the theme of each distro.

2

I replaced it with Hyfetch awhile back since that was the one that was already in the Ubuntu Noble repos.

4
nix run --no-write-lock-file github:NixOS/nixpkgs/nixpkgs-unstable#neofetch

If you want to make sure that you run the latest version

1

I looked for it on openbsd, but then realized I can just open the source and put the openbsd relevant parts in a script without all the unnecessary parts.

3