Still waiting for passkey support
- 0 Posts
- 183 Comments
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.
eluvatar@programming.devto
Programming@programming.dev•[Noob here] Can someone explain to me the advantage of mutable objects?
1·10 months agoI 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.
eluvatar@programming.devto
Cross stitch and embroidery@sh.itjust.works•FO Friday - Finished!
5·10 months agoHere https://www.riolis.com/catalog/details_4021.html Or you can Google the name of it to find other sellers
eluvatar@programming.devto
Cross stitch and embroidery@sh.itjust.works•FO Friday - Finished!
2·10 months agoCan I get the pattern for my wife? Nevermind I found it online
eluvatar@programming.devto
Ask Lemmy@lemmy.world•Any thoughts on Nebula as a YouTube alternative?
3·10 months agoDropout is great, my wife and I love watching D20
eluvatar@programming.devto
Ask Lemmy@lemmy.world•What are some exceptions to the standards problem?
5·11 months agoInclude car cigarette lighter power ports
eluvatar@programming.devto
Greentext@sh.itjust.works•Anon buys a TV without researching
26·11 months agoThis is where I would go to research a new tv https://www.rtings.com/
You can use discord from the browser, can you screenshare from that version?
eluvatar@programming.devto
Ask Android@lemdro.id•Any recomendations for a to-do list app with homescreen widget?English
4·1 year agoTickTick is good and has a nice customizable widget
eluvatar@programming.devto
Programmer Humor@programming.dev•Something something case-insensitive file something...
2·1 year agoDoes Mac suffer the same bugs as windows in this case?
eluvatar@programming.devto
And Finally...@feddit.uk•German woman convicted of murdering her doppelganger in attempt to fake her own death
81·1 year agoHonestly just switch places with the dead person, I hope this doesn’t get me added to some list lol.
eluvatar@programming.devto
Excellent Reads@sh.itjust.works•I Was a Health Insurance Executive. What I Saw Made Me Quit.
2·1 year agoIt’s sad that you’re getting down voted. That does not bode well
eluvatar@programming.devto
Games@lemmy.world•Some Older PC games I have, just wanted to share.English
5·1 year agoThat game is so good, one of my early gaming memories
eluvatar@programming.devto
Privacy@programming.dev•Microsoft Edge wants your Chrome data and is sneakily trying to get it
7·1 year agoJokes on them I use Firefox
eluvatar@programming.devto
Opensource@programming.dev•best alternative to windows file explorer?
2·1 year agoFMan 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?
eluvatar@programming.devto
.NET@programming.dev•What am I losing by not using the C# Dev Kit?
5·1 year agoMostly 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




Who determines the questions and answers? Now they are the ones determining who can vote and thus the people in control.