

If I have a $10 bill in my wallet, I would give it to literally anybody who asked me.
If I have a $10 bill in my wallet, I would give it to literally anybody who asked me.
These are good! On my instance, my sidebar says “You can stay as long as you’re not being a jerk.”
You should try www.creedthoughts.gov.www\creedthoughts
“On Her Majesty’s Secret Service” by Propellerheads has an amazing bass drop in the middle of the song.
I’m also partial to “Empire Ants” by Gorillaz.
Yes! It sets the tone for the show so perfectly. Just to satisfy my curiosity, I pulled up the first episode on Hulu… the new music gives a completely different tone. It’s terrible!
House. I feel bad for anybody who’s not seen it with the original intro music.
Interesting… if that’s true, then you can know what temperature each setting on the knob is.
I wonder if this is true for all electric ranges?
Is this true?? I always assumed that electric ranges simply had a variable duty cycle controlled by the knob. That would mean that if you want to get a pot up to a specific temperature, the fastest way is to set the knob to high until you reach the temperature, then reduce the knob to the desired temperature.
This is different from how an HVAC works, where you set an actual temperature and the HVAC runs until that temperature is reached.
But I could be totally wrong about how electric ranges work.
Parker, specifically the Jotter. I still have and use a stainless steel one that I bought in 1999 because I kept losing pens, and I thought that if I spent a little more on one I might take better care of it. It’s my favorite by far.
Gotcha… as you can see, it probably depends on who you ask!
“Echo chamber” definitely has a negative connotation, which is why I don’t think the specific-purpose group is acting as an echo chamber at least not insofar as they are keeping the group on-topic.
I’m assuming this is meant to be an example of a real-world scenario, and I suspect it would be helpful to hear the actual scenario so that we can comment on the nuances of the specifics rather than wondering if the nuances of the example are relevant or not.
But, to take your example at face value: no, I don’t believe the expelled rose-lover is correct about the tulip lover’s club being an echo chamber. The tulip lover’s club is about tulips… it’s in the name, and that’s why it’s members gather there. The rose-lover is coming in talking off-topic to the point that the members of the tulip lover’s club have found it distracting. It’s nothing to do with an echo chamber. I would probably expel someone from my chess club if they showed up and constantly tried to get everyone to play monopoly instead.
I’m having a hard time imagining an accident caused by not wearing a seatbelt… I guess maybe being thrown from the vehicle and hitting a passenger in another car who was wearing a seatbelt?
There is legitimately good wine at just about every price point… You definitely should not write off a wine just because of the price.
And conversely, there’s lots of BAD wine that’s expensive.
Try everything and keep track of what you like! Your wine drinking experience will improve, and it’ll probably cost you less to boot!
I run a Nextcloud instance on my Unraid server.
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.
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:
docker-compose down
for the lemmy instance2. 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
docker-compose.yml
file and add a new volume to the postgres service that looks something like this: - ./volumes/miscfiles:/miscfiles
docker-compose up -d postgres
(this starts just the postgres
service from the docker compose file)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)docker-compose down
mv ./volumes/postgres ./volumes/postgresBAK20240628
(move your existing postgres data to a new directory for backup purposes)mkdir ./volumes/postgres
(re-create an empty postgres data folder. make sure the owner and permissions match the postgresBAK20240628
directory)docker-compose.yml
and update the postgres image tag to the new versiondocker-compose up -d postgres
(you’ll now have a brand new postgres container running with the new version)docker-exec -it [container name] psql -U [username] -f /miscfiles/pgdumpall20240628
(again, I think this will work, but I bash
ed 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.)docker-compose down
12. edit the docker-compose.yml
and un-comment all of the other services that you commented out in step 2
docker-compose up -d
Hopefully that helps anyone that might need it!
edited to reflect the comment below
Thank you, that’s super helpful!
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.
Sure… stop by, I’ll give it to you!