timbuck2themoon

joined 1 year ago

Certainly helps but Chase is just so good. Many good plays this game.

This was crazy. Honestly don't understand how this was called so wrong.

You're welcome for the shitty defense. But fair play, Washington did well.

How much longer till he's canned?

[–] timbuck2themoon@sh.itjust.works 2 points 4 days ago (1 children)

Bengals at the bottom where we belong.

[–] timbuck2themoon@sh.itjust.works 31 points 4 days ago (3 children)

"Influencers"

[–] timbuck2themoon@sh.itjust.works 1 points 4 days ago* (last edited 4 days ago)

I distinctly remember yum/dnf should be using a loop. Forget why but it's recommended. Here's a snippet from my playbook. Simply make the vars as you need and run.

  - name: Install flathub as remote
    ansible.builtin.shell:
      cmd: flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
    tags:
      - apps

  - name: Install flatpak apps
    community.general.flatpak:
      name: "{{ item }}"
      state: present
    loop: "{{ flatpaks }}"
    tags:
      - apps

  - name: Remove some default unused packages
    ansible.builtin.dnf:
      name: "{{ item }}"
      state: absent
      update_cache: no
    loop: "{{ remove }}"
    ignore_errors: true
    tags:
      - apps

  - name: Install our packages
    ansible.builtin.dnf:
      name: "{{ item }}"
      state: present
      update_cache: yes
    loop: "{{ rpms }}"
    ignore_errors: true
    tags:
      - apps```

On mobile. Apologies if formatting is off.

I'd add one tip- you can go to annual credit report.com and get a free report once a year.

The trick is to request just one per 4 months. First transunion or whoever, then experian, then Equifax, etc. No need to wait a year for a current report.

These are all honestly pretty nice.

Exactly. I don't know if the AIO image was used and how that all works (I stay away from that and the snap which is just an abomination) but no one should try to selfhost anything for prod unless they know exactly how it works. That and have a staging env. If you're not up to the task then just pay for some commercial hosting (even if it's just Nextcloud that is hosted elsewhere.)

I've run the nextcloud image (just docker.io/nextcloud IIRC) pinned for years with k8s and it's durable and fine. It stays put and I just take the time to update my testing instance, make sure it all works with some cheap smoke tests, then upgrade prod.

Bold move to say this in a state where we just put an amendment in about it that passed with 57% of the vote.

But seriously, this guy is an asshole anyway that steals from his employees.

And they have a jack. And I think they had the phone with the single camera right? I don't need a front one. That was a cool feature.

 

Anyone else hate this? I don't want a dumbed down bar. If Im on the homepage, I want to know. Same as if I'm on a subpage.

This is in reference to Mozilla changing the URL to ALWAYS show only the domain. Absolutely terrible IMO. As for the double tall menu now? That is mostly fine.

At least give me an option to see the full url.

 

Unsure if this is the place to ask or not but figured it was closest to it.

Basically I am looking to make an AIO retro gaming PC. Main goal is to have one simple box hooked up to the TV so my friends and I can game without having to swap discs and consoles all the time. Would probably use mostly DS3 (or 4?) controllers hooked up with USB or via BT.

I know lemmy doesn't much care about piracy but this is all just to play games/consoles we legally own. Would include PS1-3, Nintendo, SNES, N64, Gamecube (think that is all we have).

I think https://batocera.org/ has been mentioned, Lakka (maybe this is more for pis?), and EmuDeck has been mentioned. Basically looking for the easiest distro to throw on a PC with a nice UI (can be launched via kb/mouse, all the same to me) that has the emulators built in and just needs the ROMs.

 

Link on the bottom if you wish to try out the new VPP addon.

view more: next β€Ί