Just chilling
I think he’s way too smart to run for president. And he’s covered politics long enough that he also knows better.
Better yet you can configure gitignore globally for git. I do this mostly to avoid polluting repo ignore files with my editor specific junk but *.key and similar can help prevent accidents.
I microwaved my phone and the battery level hasn’t gone down at all since.
Or then you type the next letter of the word and the result you want goes away, but only after you’re milliseconds from tapping it.
Yeah, this is pretty textbook selection bias.
The real primary benefit of storing your relationships in a separate place is that it becomes a point of entry for scans or alterations instead of scanning all entries of one of the larger entity types. For example, “how many users have favorited movie X” is a query on one smaller table (and likely much better optimized on modern processor architectures) vs across all favorites of all users. And “movie x2 is deleted so let’s remove all references to it” is again a single table to alter.
Another benefit regardless of language is normalization. You can keep your entities distinct, and can operate on only one of either. This matters a lot more the more relationships you have between instances of both entities. You could get away with your json array containing IDs of movies rather than storing the joins separately, but that still loses for efficiency when compared to a third relationship table.
The biggest win for design is normalization. Store entities separately and updates or scans will require significantly less rewriting. And there are degrees of it, each with benefits and trade-offs.
The other related advantage is being able to update data about a given B once, instead of everywhere it occurs as a child in A.
Well my owner is definitely getting his money back or starting a class action suit for false advertising.
My time perception is so screwed these days. I could have sworn I’ve been here a few years at this point.
That’s been my experience for 95% of Lemmy communities right now, though. I don’t know if it will last but for now, it seems pretty high quality.
I do all my Linux kernel development, and especially compilation, on my steam deck.
Can’t wait for this company to be public and to be subject to the whims of shareholders chasing profit.
I think it means you probably use software they contribute to even if you don’t pay them.
My first choice is actually Kagi these days. I pay for my search provider to have some peace of mind that my search provider isn’t selling me.
I mean, that’s exactly the same set of problems faced by closed source software. I guess one potential difference is that you can hire new devs to take over if it’s successful enough. But both crappy documentation and team burnout have killed lots and lots of internal projects at places I’ve worked.
Wait till you hear what strings are under the hood. Integers in a trench coat!
Not to mention you really can’t hide that other drive from windows, and I’m sure a lot of the security tools would start screaming about new storage added when not expected. Data Loss Prevention is a big deal and random storage showing up doesn’t often mean the user has good things planned.
I want to start keeping some bumper magnets in my car for the latter category. Like that guy who tossed them onto shopping cart abandoners. Really gets me grumpy when people just zip in without zippering.
I mean. “she was killed by the IDF” is passive voice, no? I think IDF is out of control as much as the next person but passive voice can be communicative and clear as much as active voice. And clearly it’s easy to reach for if you gave it as a counter example accidentally.