I wonder if there are any downsides to machines like this. For example, do the birds grow dependent on the machines to survive? If so, what happens if smoking rates drop?
I’m not following this one yet. What’s wrong with the pumpkin spice?
Markdown is my preference. It’s certainly not perfect for formatting. But it’s fantastically simple because it’s barely more than plain text. And it’ll usually look good in the end
Exactly. It sounds like Mozilla is trying to protect those that aren’t willing or able to protect themselves. It’s a noble reason to do just a little bit of evil. This is roughly the source of my mixed feelings on the subject.
This is awesome! Thanks for the new feature. Hopefully, this is one more step away from apple in my life. I’ll be testing it out shortly
Thanks for asking the question. Apparently I need to check out opensuse!
I can agree that crisp, cold air has a taste sometimes. But I would never describe it as milky. To be fair, I’m not sure how to describe sooo
I probably don’t represent most people very well. But my wife and I have a single vehicle, a gmc sierra 1500. We probably use the bed twice a week. Trash/recycling. Moving heavy things around our property. Makes for a great mobile workbench for projects outside. And most often of all, we buy hay and grain for horses. A smaller truck would be a problem for us. We would actually benefit from a larger truck! But I don’t want a bigger gas guzzler. We get great fuel efficiency given the size of the truck.
Edit: I also don’t live in a city. It’s quite rural here
Well this is much more commentary than my post deserved :)
Thanks for all the input! If only I could give more than one upvote. Much appreciated!
Create a new branch on your fork. You need it to be synced with the other fork so there are a few extra tricky steps. On your new branch, you need to delete the latest commits that aren't merged yet so that it matches the original repo. Then add a remote for the other fork and pull. Now you can build against the other fork and submit a PR to it.
git checkout -b even-cooler-stuff
# Remove the last 8 commits. Change this number as needed. Increasing it "too high" is just fine
git reset HEAD~8 --hard
git remote add even-cooler-stuff https://github.com/more-of-url/even-cooler-stuff
git pull even-cooler-stuff
You should now have a branch that matches the other fork. Make your changes, commit, and push normally. When you build the PR, you want to merge into the other fork.
Disclaimer: I wrote this on my phone and from memory. There are probably typos and possibly other mistakes. Good luck!
I can't blame reddit admins on this one. I support the protest and users shifting to Lemmy. But the sudden NSFW content is clearly going to get reddit to take action. Just the obvious response in my opinion. Just like killing third party apps causes a user base to leave. 🤷♂
Well I can’t explain Firefox being logged out of all sessions. But librewolf wipes out your cookies and site day by default when you close or start the browser