this post was submitted on 25 Sep 2023
113 points (95.9% liked)
Games
16651 readers
591 users here now
Video game news oriented community. No NanoUFO is not a bot :)
Posts.
- News oriented content (general reviews, previews or retrospectives allowed).
- Broad discussion posts (preferably not only about a specific game).
- No humor/memes etc..
- No affiliate links
- No advertising.
- No clickbait, editorialized, sensational titles. State the game in question in the title. No all caps.
- No self promotion.
- No duplicate posts, newer post will be deleted unless there is more discussion in one of the posts.
- No politics.
Comments.
- No personal attacks.
- Obey instance rules.
- No low effort comments(one or two words, emoji etc..)
- Please use spoiler tags for spoilers.
My goal is just to have a community where people can go and see what new game news is out for the day and comment on it.
Other communities:
Beehaw.org gaming
Lemmy.ml gaming
lemmy.ca pcgaming
founded 1 year ago
MODERATORS
So, what's the advantage of using windows registry? I'm mainly using linux, so the concept of registry sounds really strange in my head.
When the developers don't abuse it, it's a central place where all the settings and configuration parameters should be.
There's no main advantage, it's just a different concept.
Linux sysadmin for the past 25 years here that also has to work with Windows servers.
Basically a network/local/user specific configuration database. Playing with it can break apps that expect their config to be in it, or to be of the type expected, even though they shouldn’t.
This about:config on Firefox but system wide. It’s your
~/.config
and/etc/
folders in one database format, also manageable with AD and proper permissions.If you're using a Linux distribution: are you familiar with
gsettings
or some equivalent?Is It a frontend for dconf? I have to admit I never tinkered with any dconf stuff before as I live mostly in terminal and web browsers. Does dconf share similarities with windows registry?
Yes exactly, they're similar. I guess there's a universal desire for tree like data stores.