Several times I’ve set the max warnings to whatever the current warning count is, and then decreased that over time.
Several times I’ve set the max warnings to whatever the current warning count is, and then decreased that over time.
At my job, me and another guy were given stuff to work on. But unknown to product, there’s a lot of shared code there.
In my imagination, it should be someone’s job to coordinate this. Instead, I finished a chunk of mine, he finished a chunk of his, and then there was confusion. Maybe that’s just a technical team lead’s job.
…what do you mean by using dev containers? Are your people doing development on their host machine?
Yeah we finally set up a workflow where we get production data available in a staging environment. This has saved a lot of trouble via “well it worked on my local where there were 100 records, but prod has 1037492 and it does not”
If there’s going to be fantasies about murder, can his whole posse go out?
It would never even occur to me to eat at fast food (unless you count like the pizza by the slice place on the corner).
I just feel so alienated from everyone else sometimes. Just… The food isn’t good, isn’t good for you, isn’t cheap, isn’t fast. The org isn’t environmentally or politically friendly. Just stop eating there. Be mildly inconvenienced if you have to.
But I guess that will slam right into the constant problem of “someone feels bad and now they’re not going to listen”
Usually when I record something like a band playing, I point the camera and then watch the stage with my eyes. I also make sure the camera is not visible to anyone behind me, because that’s annoying.
It’s intimate. It signals interest. Often you get to touch other parts of their body, too. Some people are good kissers and have the appropriate amount of forcefulness/submission for each other.
Where would you lay the blame?
And how is that hypothetical response “intellectually dishonest”?
Poe’s law is real. I can’t tell if this is satire.
I thought we had all reached consensus that style is more important than realism. And you can do style without mega hardware.
On the other hand, the fidelity in bg3 I think added something to it. I don’t think it would have been the same experience if they were simple sprites like the original games. Is it worth all the hardware? Maybe.
I WANT SHORTER GAMES
Can I have my cake and eat it too? I want games with a short critical path, but satisfying ways to spend more time with it if it’s fun.
So like interesting NG+ stuff, boss rush modes, different builds, whatever.
They can be killed in their homes, too.
It’s kind of interesting how the reasons people dislike things range from “it sucks” to “here is a carefully constructed argument showing why the film’s thesis promotes toxic ideas of etc etc”
Also interesting when someone’s reasons for hating something are someone’s reason for loving it. Like a review says “It’s full of sad gay shit” and one chunk of people are going to boo and the other are going to perk right up.
I had a shower thought the other day that if more CEOs were shot dead, there’d probably be less Return to Office.
People are sometimes like “oh but violence is bad!” but ignore all the casual harms inflicted on people by capitalism and friends.
I’m an outlier in that I buy music on Bandcamp. Renting music feels like a bad deal to me, but for some people it might work out.
I think I repeat listen to albums a lot more than I repeat watch stuff.
Still, I’d consider a service that was like “pay $10 for this movie and it’s yours, drm free, forever”. A quick search shows WandaVision on DVD is like $50, and you’d have to like rip and self host yourself to stream it.
I think the subscription model is often user hostile, but it’s very lucrative
People just want all their shit in one place for a reasonable fee.
One problem with this is that monopolies are bad.
I’m not sure what the ideal solution is. It’s not “12 different services each charging $12/month” though.
I don’t think regular capitalism can really solve this.
I live in a walkable city and I am an insufferable snob about it. It’s really nice being able to just go outside and get groceries. No traffic. No parking. No fuel. No insurance. No maintenance.
I imagine you’d either have no phone, or one of those prepaid with cash ones. You could also probably turn off the cell parts and only use wifi
Many things. I mean, you could hack a lot of stuff into Excel but generally
SQL has foreign keys and integrity checks. You can make it so like if you delete a user it automatically cascades to delete other rows like their addresses.
You can prevent someone from entering the wrong type of data in particular columns. This one’s an integer and that one’s text.
It’s designed to work on larger scales. Excel stops at 1 million rows per spreadsheet, unless my search just gave me AI slop.
You can do queries, for selecting as well as updating and deleting. You can join tables.
It’s much easier for other applications (such as a website) to talk to a SQL database
You can do transactions.
There’s a lot. That’s just off the top of my head.