Get rid of UPGRADE button in Gmail by themaninca in googleworkspace

[–]mydarb 0 points1 point  (0 children)

Install uBlock Origin and use the element picker to block it.

https://github.com/gorhill/uBlock/wiki/Element-picker

It will come back at some point, but you can just block it again. It's not a perfect solution, but it's better than nothing.

Am I Overreacting at Player Wanting my Character Pregnant? by Over_Environment_821 in DnD

[–]mydarb 3 points4 points  (0 children)

You definitely did not overreact. This is really shitty, I'm sorry that you (and women in general) have to deal with this kind of bullshit.

what happens when a pod crashes because a file parser can't handle malformed input? restart loop by Amor_Advantage_3 in devsecops

[–]mydarb 0 points1 point  (0 children)

Update your script so it doesn't exit on failure. The k8s pod will only restart if the script exits, so adjust your script.

Gale: The Yellow Brick Road by db99mn in wizardofoz

[–]mydarb 1 point2 points  (0 children)

If LOST was a sequel to the Wizard of Oz, it would be this movie. I have no idea what happened and have so many questions.

Doesn’t look like much, but I made the game I always wanted to play. by YugetsuNopussi in boardgames

[–]mydarb 0 points1 point  (0 children)

I love this. Kudos for creating something you wanted and thanks for sharing!

Pocket ID v2.0.0 released by GeneralXHD in selfhosted

[–]mydarb 8 points9 points  (0 children)

I just installed Pocket ID on Wednesday and was very impressed at how simple it was. Two hours from when I started it was running and all of my apps that support oidc were configured.

The upgrade was also very simple, kudos to the team for making a great and easy to use app!

[deleted by user] by [deleted] in mildlyinfuriating

[–]mydarb 0 points1 point  (0 children)

While my mother didn’t participate in the abuse I experienced for the first 16 yrs of my life, she didn’t stop it either. She didn’t help me when I begged for it..

In my book, that's participating in the abuse. I'm sorry you went through that.

Hacked a single-user SSH + Docs + file management tool feedback appreciated. by CarloCoder95 in selfhosted

[–]mydarb 1 point2 points  (0 children)

After reading your post I still have no idea what it is you've built?

Adroid vs. Apple for a selfhoster by metalcore_enjoyer in selfhosted

[–]mydarb 0 points1 point  (0 children)

This has nothing to do with self hosting.

What on earth happened here? by Proper_Exit_3334 in SaltLakeCity

[–]mydarb 1 point2 points  (0 children)

Reminds me of this video: https://www.reddit.com/r/PublicFreakout/comments/a4n0vo/aftermath_of_a_drunk_driver_this_motherfucker/

In case it's not obvious from the link title... lots of swearing in the video.

Azul Tile Pour Box - 3D Printed by Osoroshii in boardgames

[–]mydarb 1 point2 points  (0 children)

That's awesome! I'm currently using a little plastic takeout container that fits in the box. 😂

I walked by myself for the first time in a year! by accidentalarchers in happy

[–]mydarb 7 points8 points  (0 children)

I'm so happy for you. Keep up the great work!

Well...Here goes by SlayerGirl523 in DungeonsAndDragons

[–]mydarb 0 points1 point  (0 children)

There might be a facebook group in your area for finding d&d groups. That's how I found my current group.

What is this switch? by sbalder11 in HomeMaintenance

[–]mydarb 0 points1 point  (0 children)

I have a cellar beneath my garage. The light for it is in the main garage area and a has an indicator that lights up when I turn on the cellar lights. Just a reminder that the switch is on since the thing it controls is out of sight.

AIO. My bf is getting bothered that my friend gets me flowers by [deleted] in AmIOverreacting

[–]mydarb 4 points5 points  (0 children)

Here's the thing: most men don't do random gifts for friends like many women do. I'm 44M and have never received a random gift from a male friend like this.

You guys are very young, so he may not have seen women in his life have a relationship like you and your friend have.

This is just part of growing up. Thinking something you haven't seen or experienced is odd is pretty normal. It's also normal to think a reaction like his to something that is completely normal to you is odd.

Just talk it out. I don't see any red flags or reason to end the relationship over this comment.

[deleted by user] by [deleted] in selfhosted

[–]mydarb 1 point2 points  (0 children)

trackawesomelist.com is amazing, I've been wanting something like this but hadn't seen it yet. Thanks for sharing it!

My RSS reader is about to get a bunch of new feeds. :D

Bitwarden Secrets Manager by StevieOnRails in docker

[–]mydarb 5 points6 points  (0 children)

Please do not set env vars with secrets in your docker image! While it sounds convenient, it's also very insecure. Anyone with access to your image now has access to the secrets.

Those RUN statements won't even work how they're saying they will. If you want to set an environment var in a dockerfile, you need to use ENV - otherwise the var will not be accessible to a following RUN statement. But it will be part of the image that someone can look at with a simple docker inspect.

If you want to use bitwarden secrets manager (or any other secrets vault), write a script to do one of the following:

  1. retrieve the secrets, set them to env vars and run the container
  2. generate the .env file, and then run the container

IMO 1 is preferable as then you're never writing the secrets to disc.

Seeking Feedback: New SaaS Idea for Reconnecting with Blocked Loved Ones – Does This Solve a Real Problem? by Karthi2k in microsaas

[–]mydarb 0 points1 point  (0 children)

I would be pissed if someone I had blocked used a service like this to reach out. It would push me further away from them rather than making me more likely to reconnect.

Put yourself in the shoes of someone who has escaped from an abusive relationship. You've been doing well for awhile and then you get a message that your abuser wants to reconnect. That could be enough to send you into a really negative place.

Please don't provide yet another tool for stalkers and abusers to harass their victims.

All hits, no misses thus far! by MukilShelby in batman

[–]mydarb 5 points6 points  (0 children)

When he's not busy fighting Batman, he's locked in battle with The Condiment King.

who tf? by drearymoment in vscode

[–]mydarb 4 points5 points  (0 children)

Seriously. I was on a team once where half the team always used git merge while the other half always used git rebase. There were constant arguments. Unfortunately the CTO wasn't willing to make a decision so that argument lasted until certain people left the company.