

That’s all I got then, lol. Maybe some posts get like hard deleted in addition to just being removed?
Any pronouns. 33.
Professional developer and amateur gardener located near Atlanta, GA in the USA.
I’m using a new phone keyboard, please forgive typos.


That’s all I got then, lol. Maybe some posts get like hard deleted in addition to just being removed?


Modlog exists
Maybe, but I don’t really see them as competitors. They’re both monster raising, yeah, but that’s honestly where the similarities stop. That said, I haven’t played Legends or ZA (whatever they’re called) which both seem closer to what Palworld is (still very different though)
As Nolan intended
It feels very odd to me to view someone rating a movie as 51/100 as them giving it a positive rating.
Hey, I go to a lot of AMC theaters, I feel very strongly that it was the “Dolby” theater. I’ve had similar experiences there (but haven’t walked out). It might be a perfect storm of scenarios making it uniquely worse, but I can definitely say everyone in our group has all had the same experience at Dolby theaters.
Every retold story is slightly different. Readapting works in the public domain is a tale as old as time.
Starscream: Who are you?
Odysseus: I am nobody!
Starscream: Megatron, help me! I am being attacked by nobody!
Freddy Faz Bear: Hor hor hor hor hor
Reading this with a passion flower in my hair on my way to a tiki party.


Gosh. I remember working with this back in 2019 and earlier. Our legacy products ran on it. I remember a new service we made (before Spring Boot really took off) used TomCat. It was so much easier to mess with. I asked why we don’t use that for our main product. Imagine my surprise when they said we actually used to.
I’m sure they had their reasons, I was a younger dev at the time and didn’t have insight into why they changed it. But still. Everything is so simple now. Java to run your jar. Your jar has your server built in. Done. And that’s not even including containerization.
I do miss Jenkins though. GitHub Actions seems to be the new hotness. Maybe I just don’t have the muscle memory yet, but it can be annoying.


I don’t know if I’d really call these solar punk, but here’s a few things I’ve done.
My yard is clover, not grass. I barely mow it. I know it so little the city “politely” informs me when it’s time. (Pro tip: Don’t use red clover. Use white clover.) I also leave my leaves in place, the most I do is mow them to chop 'em up. The bees love the flowers. The lightning bugs seem to love it as well, I’ve noticed more. I attribute this to the leaves.
I replaced my water heater last year because it broke. It was electric. My new one is a heat pump. It’s cheaper to run. Plus, as a free side effect, it cools off and dehumidifies the basement. I’m not sure how much cooling and dehumidifying it really accomplishes, but I generally have a dehumidifier running down there anyways to help combat humidity.


This is my childhood


“I didn’t tell them they couldn’t eat! I just implied that them not eating at their desk will be punished!”


I love the implication that he’s speaking to the AI and wants to not disturb people, but has no headphones on. so I can only assume it’s responding from the speakers.
Yes, I know it could be responding over text instead of voice.
I’m not hating on this feature, but it’s frustrating to me because individual commits could already solve this. This is .ore a complaint of people’s commiting style than anything. But so many places just squash to merge, so why bother making them pretty? Either way though, it can still be useful to say a specific range of commits is something to view as a chunk.


You could always just make the ticket yourself. But yeah, I hate this policy as well.


I first check the logs for what the failure is.


I know what this is, but every time I see it I think it’s FSF related lol
I don’t know, the number of times I’ve needed to make two small changes in parallel is certainly non zero. The amount of times I’ve been mostly done with a feature and began a new one before a PR was totally merged is certainly non zero. Even then, some changes can make more sense if broken it into multiple commits (a moot point at most teams since squash and rebase seems to be the norm). You can keep a linear history and still have multiple commits in a branch, just commit (har har) to reading instead of merging.
Regardless, doing commit fixups and rewords are not necessarily rare. These commands are still super useful. Bear in mind that just because something isn’t useful to your workflow, git is used by many different people with many different types of workflows.