A place where this type of DB really shines is in messaging. For example Discord uses NoSQL. Each message someone sends is a row, but each message can have reactions made on it by other users. In a SQL database there would be 2 tables, one for messages and one for reactions with a foreign key to the message. But at the scale of Discord they can't use a single SQL server which means you can't really have 2 tables and do a join to find reactions on a message. Obviously you could shard the databases. But in NoSQL you just lookup the message and the reactions are just stored alongside it, not in another table, making the problem simpler.
I was trying to think of a good real world example, but couldn't think of anything. But if you were to think of it as Google docs. You could just copy every doc to change it, but if you've shared it with people then you will have to share it again. It also takes up a whole lot more space to do that, sure you could delete those old ones but that takes some work too.
Here https://www.riolis.com/catalog/details_4021.html Or you can Google the name of it to find other sellers
Can I get the pattern for my wife? Nevermind I found it online
Dropout is great, my wife and I love watching D20
Include car cigarette lighter power ports
You can use discord from the browser, can you screenshare from that version?
TickTick is good and has a nice customizable widget
Does Mac suffer the same bugs as windows in this case?
Honestly just switch places with the dead person, I hope this doesn't get me added to some list lol.
It's sad that you're getting down voted. That does not bode well
That game is so good, one of my early gaming memories
Jokes on them I use Firefox
FMan is pretty nice, not sure if it's still maintained though
At least for this specific example I don't know why I wouldn't use null instead of option and ?? As it's more clear what's happening as it's standard C#
Also in your example does the function to the right of | execute always?
Mostly use Rider but whenever I've tried to use the open source extension I've had it crash and be quite unreliable, but if it works well for you then go for it.
Try reading on your couch instead
Steam used an embedded browser long before it was cool.
Poorly, I setup Mint while I was in town, a couple weeks later it won't boot, can't troubleshoot that kind of thing from out of state, so... Yeah
The number of times I move code around and can just press a hotkey to fix indentation though. Not possible with Python.