[-] tko@tkohhh.social 2 points 4 months ago

It was not a prediction of victory... it was a 71% chance of winning the electoral college. Said another way, they gave her a 29% chance of losing.

https://projects.fivethirtyeight.com/2016-election-forecast/

[-] tko@tkohhh.social 2 points 4 months ago

ahhhh yes, that makes perfect sense... thank you for pointing that out! Especially since I'm not good enough with vi to know how to bulk delete the first character in specific lines, I had to manually arrow and delete.

[-] tko@tkohhh.social 2 points 4 months ago* (last edited 4 months ago)

I successfully migrated postgres 15 to 16. I followed the general idea of the guide you posted, but I found it a little easier to do a slightly different process. Here's what I did:

  1. docker-compose down for the lemmy instance

~~2. edit the docker-compose.yml file and comment out all of the services except postgres. In addition, add a new volume to the postgres service that looks something like this: - ./volumes/miscfiles:/miscfiles~~

  1. edit the docker-compose.yml file and add a new volume to the postgres service that looks something like this: - ./volumes/miscfiles:/miscfiles
  2. docker-compose up -d postgres (this starts just the postgres service from the docker compose file)
  3. docker exec -it [container name] pg_dumpall -U [username] -f /miscfiles/pgdumpall20240628 (I think this will work, but it's not exactly what I did... rather, I ran docker exec -it [container name] bash, and then ran pgdumpall -U [username] -f /miscfiles/pgdumpall20240628. The end result is a dumpall file saved in the ./volumes/miscfiles directory on the host machine)
  4. docker-compose down
  5. mv ./volumes/postgres ./volumes/postgresBAK20240628 (move your existing postgres data to a new directory for backup purposes)
  6. mkdir ./volumes/postgres (re-create an empty postgres data folder. make sure the owner and permissions match the postgresBAK20240628 directory)
  7. edit the docker-compose.yml and update the postgres image tag to the new version
  8. docker-compose up -d postgres (you'll now have a brand new postgres container running with the new version)
  9. docker-exec -it [container name] psql -U [username] -f /miscfiles/pgdumpall20240628 (again, I think this will work, but I bashed in and ran the command from within the container. This also allows you to watch the file execute all of the commands... I don't know if it will do that if you run it from the host.)
  10. docker-compose down

~~12. edit the docker-compose.yml and un-comment all of the other services that you commented out in step 2~~

  1. docker-compose up -d

Hopefully that helps anyone that might need it!

edited to reflect the comment below

[-] tko@tkohhh.social 2 points 6 months ago

I don't think I'd call them assholes... more just shortsighted about the realities of selling an album, specifically in how you refer to the album both in speech and in writing.

[-] tko@tkohhh.social 2 points 6 months ago

There's lots of youtube content on this subject... here's a decent jumping off point, if you're interested: https://www.youtube.com/watch?v=7Nw6qyyrTeI

[-] tko@tkohhh.social 2 points 11 months ago

Said another way: the game is innovative (for a Mario game), NOT the game is innovative (for a platformer)

[-] tko@tkohhh.social 2 points 1 year ago

1424 lichess blitz rating

[-] tko@tkohhh.social 2 points 1 year ago

I don't think that's harmless...

[-] tko@tkohhh.social 2 points 1 year ago

There's some interesting questions being raised about the report function over here: https://tkohhh.social/post/10726

[-] tko@tkohhh.social 2 points 1 year ago* (last edited 1 year ago)

You're thinking of Box Tops for Education. I don't recall a person as part of their logo, but I could be wrong!

[-] tko@tkohhh.social 2 points 1 year ago

Where is this Matrix Channel? Is it private? How can I get access as an instance admin?

[-] tko@tkohhh.social 2 points 1 year ago

Take a look at the forums/discord over at serverbuilds.net They have some guides specifically for NAS/Server builds.

view more: ‹ prev next ›

tko

joined 1 year ago