this post was submitted on 25 Sep 2023
114 points (96.0% liked)

Games

16407 readers
1656 users here now

Video game news oriented community. No NanoUFO is not a bot :)

Posts.

  1. News oriented content (general reviews, previews or retrospectives allowed).
  2. Broad discussion posts (preferably not only about a specific game).
  3. No humor/memes etc..
  4. No affiliate links
  5. No advertising.
  6. No clickbait, editorialized, sensational titles. State the game in question in the title. No all caps.
  7. No self promotion.
  8. No duplicate posts, newer post will be deleted unless there is more discussion in one of the posts.
  9. No politics.

Comments.

  1. No personal attacks.
  2. Obey instance rules.
  3. No low effort comments(one or two words, emoji etc..)
  4. 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 1 year ago (2 children)

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.

[–] [email protected] 8 points 1 year ago (1 children)

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.

[–] [email protected] 5 points 11 months ago

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.

[–] [email protected] 2 points 11 months ago (1 children)

If you're using a Linux distribution: are you familiar with gsettings or some equivalent?

[–] [email protected] 2 points 11 months ago (1 children)

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?

[–] [email protected] 4 points 11 months ago

Yes exactly, they're similar. I guess there's a universal desire for tree like data stores.