timbuck2themoon

joined 1 year ago
[–] timbuck2themoon@sh.itjust.works 10 points 1 day ago (1 children)

Good on you. That takes some moxy.

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

Seems slicker than k9 and a bit speedier.

Downside is it appears using openkeychain is not working for encrypted emails. I fill in the settings but it still won't show it, even after closing the app and reopening.

Edit- it works now. No idea what I did it didn't do.

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 1 week ago (1 children)

Bengals at the bottom where we belong.

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

"Influencers"

[–] timbuck2themoon@sh.itjust.works 1 points 1 week ago* (last edited 1 week 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.

 

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 ›