Nibodhika

joined 2 years ago
[–] Nibodhika 1 points 1 day ago (1 children)

Wow, that's very unfortunate. If you installed docker through package manager and have added yourself to the group I believe this to be self-imposed, I don't know which mechanism Docker uses to give access to users in the group to its service, but seems related to that since it looks like the service is running but just your user can't access it. To confirm it's just that run the compose command as root, i.e. sudo docker compose up, this is not ideal but if that works you know it's a permission problem with your user.

You seem to know your way around Linux, so it's probably not something obvious. I'm almost sure it's something stupid and self imposed, I've done my fair share of stupid shit like leaving a config file malformatted or deleting a library or installing something through manually copying files only for something else to break because I overwrote something important.

[–] Nibodhika 2 points 1 day ago (3 children)

I know you probably heard this thousands of times, but really, if you're into self-hosting docker is a blessing. People make it harder than it needs to be when explaining all of the ins and outs. I assume you have a Linux box where you run your stuff, just install docker and docker compose there (you might need to enable the docker service, add your user to the docker group and reboot, unless you're using a user friendly distro like Ubuntu). Then just make a folder anywhere for Silverbullet, create a file named compose.yaml and put the following text there:

# services means that everything inside is a service to be deployed 
services:
  # this is the name of the service, you can put whatever you want
  silverbullet:
    # this is the docker image to use
    image: zefhemel/silverbullet
    # this is the rule to restart in case of crashes
    restart: unless-stopped
    # these are environment variables you want defined
    environment:
    # this is a specific variable for Silverbullet, it's essentially username:password change this accordingly 
    - SB_USER=admin:admin
    # volumes are local folders you want to be available
    volumes:
      # in this case we want that the folder ./space be mounted as /space inside the container
      - ./space:/space
    # these are the ports we want to expose
    ports:
      # This means expose port 3000 on port 3000, if you want to access Silverbullet on port 8080 this would be 8080:3000 (because internally the service is still listening to 3000)
      - 3000:3000

Then run docker compose up and you should be able to access it on the port 3000.

Ling story short docker compose looks for a file named compose.yaml in the local directory, and that file above has all of the information it needs to run the server. I've annotated each line there, feel free to remove the comments.

[–] Nibodhika 9 points 1 day ago

I can cite way more than 5 excellent games from this decade from the top of my head, We're almost in 2025, so I'll limit to games released in or after 2015:

  • Factorio
  • RimWorld
  • Stellaris
  • Fallout 4
  • Overcooked 2 (and all you can eat)
  • Life is Strange
  • Cyberpunk 2077
  • Before your eyes
  • Dead Cells
  • Shadow Tactics
  • Cities Skylines
  • The outer worlds
  • Two point hospital

I can keep going, but this is just from the top of my head, there are always good games getting released, and very rarely they're AAA.

[–] Nibodhika 1 points 3 days ago

Home alone has to be set during Christmas, these are crucial parts of the plot:

  • The entire block travels at the same time
  • Houses have decorations, which are used as traps
  • Houses have lights that turn on at a specific time
  • It has to be set during winter

So if you could have a different holiday during winter where lots of people decorate their houses to turn on lights at a specific time, then it wouldn't necessarily be a Christmas movie. Otherwise you need to change crucial points of the plot.

Other examples are Jingle all the way or Nightmare before Christmas you can't change the Christmas theme in those movies. I mean, you can but you'll end up with a very different movie. Whereas if you change Christmas on Die Hard for any other party event only the decoration changes, the plot of the movie would be essentially the same.

[–] Nibodhika 2 points 3 days ago (3 children)

Everyone keeps saying that, but it could be a random party. It's not particularly important that the party is Christmas, the company could be having an Easter celebration or even just a random party for a specific milestone for the company. As far as I remember, there's nothing particular about being Christmas other than the decorations.

[–] Nibodhika 1 points 4 days ago

I really can't see why people would oppose either, but had a gut feeling that trans changing their name get more flack for the gender change than the name, so for you to mention name specifically it had to be same gendered.

I hope you're happy with your new name, and that it helped you feel like yourself.

[–] Nibodhika 2 points 4 days ago (1 children)

Besides parking, what other benefit is there for 4-wheel steering?

[–] Nibodhika 1 points 4 days ago (2 children)

Out of curiosity, is it a gender change name or just a same gender name change? Still can't figure out why someone wouldn't respect either.

[–] Nibodhika 7 points 4 days ago (3 children)

I love the idea of the game, and started playing it. But realistically it needs you to commit to some continuous time otherwise you forget what you've learned, and I haven't had the time yet. I played it for a few days, explored lots of places but didn't learned anything, possibly I was looking on the wrong planets and trying to figure out how to do it right on that planet got frustrated because I didn't have something that was needed, or something.... But I do love the idea of the game, and I want to go in blind. But some of those puzzles can be really frustrating when you only have a few minutes per day and forgot all about them by the next time you try to solve them.

[–] Nibodhika 0 points 4 days ago (4 children)

What issues? Who makes it out to be bad? As far as I remember everyone has always loved this game, it's like saying "despite the issues with Fallout New Vegas, it's not as bad as people make it out to be", or Skyrim, or Red dead redemption 2, it's the kind of game I don't think I've ever heard someone complaining about it (except perhaps for the existencial dread caused by finishing such a good game and not knowing what to do next)

[–] Nibodhika 2 points 5 days ago

Depending on what you mean by casual, I consider Dead Cells a casual game, because whenever I'm bored I pick it up and play for a while, but it's one of the hardest games I've played, however because it's rogue like it doesn't matter if you die a lot. Another similar example would be Factorio with enemies turned off, just go there, fix something, add something new and quit the game near the next thing you want to do so you remember it next time.

If you're looking for a more traditional definition of casual games I tend to play those in the phone, I really like mini metro and super hexagon (although again, this one might not fit your definition of casual)

[–] Nibodhika 1 points 5 days ago (1 children)

The day number moves most frequently, so that should go first.

Are you German? How do you read 35? Is it 5 and 30? Or 30 and 5? Because the most significant number comes first, the one that moves most cones last.

view more: next ›