tko

joined 2 years ago
MODERATOR OF
[–] [email protected] 3 points 9 months ago (1 children)

Worse this year for sure... Not as bad as 2020 though

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

Not a bad start... Let's go defense!

[–] [email protected] 2 points 9 months ago

I'm so glad I found this site! I think I've been converted to a Consensus Voting proponent instead of Instant Runoff.

You can read more about it here: https://betterchoices.vote/ConsensusVoting

[–] [email protected] 4 points 9 months ago* (last edited 9 months ago) (5 children)

Do you have a link that explains what you're talking about? I'm having a hard time reconciling my understanding of Ranked Choice (with instant runoff) with the downfalls you describe.

Edit: I came across this: https://betterchoices.vote/Cardinal It explains the spoiler problem with Ordinal voting systems, but also illustrates problems with Cardinal voting systems. Interesting stuff.

[–] [email protected] 3 points 10 months ago (1 children)

Gotcha... as long as you understand that any device that receives that traffic can see exactly what's in it! (no sarcasm intended at all... if you're informed of the risk and OK with it, then all is well!)

[–] [email protected] 5 points 10 months ago (3 children)

What's your reason for using HTTP? That seems like a really bad idea this day in age, ESPECIALLY if that's something you're going to make available on the internet.

[–] [email protected] 2 points 10 months ago (3 children)

A reverse proxy is basically a landing place that acts as a middle man between the client and the server. Most people set it up so that all traffic on 80 or 443 go to the reverse proxy, and then the reverse proxy gets the correct website based on the host header of the request.

If you are currently serving multiple websites on your server, then that means you are serving each website on a different port.

So, just make sure that the reverse proxy is serving on a port that is not used by your other sites. It will only respond on it's own port, and it will only serve the site(s) that you have configured in the proxy.

You'll be fine!

[–] [email protected] 2 points 10 months ago

I'm pretty sure I saw a stat that the Niners are dead last in special teams.

[–] [email protected] 2 points 10 months ago

Checking in late... Team is looking good so far! Maybe need to stiffen up the pass protection, but I'm happy so far! Go Niners!!

[–] [email protected] 2 points 10 months ago

Losing to the Rams always sucks, and espeically since it put us below 500 on the season.

BUT, I gotta say that even with the injuries, I think our offense is fine. Bell needs to figure out how to hold on to the ball, and the line could stiffen up a bit. Outside of that, Purdy was excellent again, Mason is a workhorse, and Jennings was a bonafide rockstar.

Defensive penalties were killer throughout the whole game. I'm not sure what's going on with that, but I hope they can pick up the discipline for the rest of the season.

[–] [email protected] 3 points 10 months ago
[–] [email protected] 3 points 10 months ago (2 children)

This game is getting tense! Let's score some points on this drive!

 

The server has been updated to version 0.18.2

See the release notes here: https://join-lemmy.org/news/2023-07-11_-_Lemmy_Release_v0.18.2

1
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 

In response to the XSS exploit (described here), I have updated the server UI to version 0.18.2-rc.2, which fixes the vulnerability.

 

I currently have NSFW enabled, because I don't really want to block legit content that might be tagged NSFW. That said, I really don't want to see porn showing up in the "All" feed. If you subscribe to a porn community, it WILL show in "All", so please don't do that.

 

The server has been updated to version 0.18.1

See the release notes here: https://join-lemmy.org/news/2023-07-07_-_Lemmy_Release_v0.18.1

5
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 

My favorite new feature of 6.12 is the "Exclusive Shares" concept. Here's a rundown:

Background

Unraid user shares are a FUSE, which allows data on multiple drives to be presented as a single file system. This idea is at the heart of Unraid's Array, as well as the concept of "Cache Pools" (now known as Named Pools). Any time you see a path that starts with /mnt/user in Unraid, that's a FUSE (prior to 6.12, that is).

FUSE is great for giving us this transparent way to view our files without having to worry about which physical drive those files reside on. However, this comes at a cost... and that cost is reduced performance for applications running on an SSD Named Pool.

This performance penalty wasn't always noticeable, but it would sometimes rear it's ugly head in unexpected ways (exampes: graylog and duplicati). There was a workaround, assuming your appdata user share was stored entirely on one Named Pool: you could update your docker bind mounts to /mnt/[poolname]/appdata instead of /mnt/user/appdata. This bypassed the FUSE.

Exclusive Shares

With Unraid 6.12, Limetech introduced "Exclusive Shares" as part of the Share Storage Conceptual Change. This gives us a built-in way to bypass FUSE on an entire user share.

In order for a share to be designated an Exclusive Share, the following must be true:

  • "Primary Storage" must be a Named Pool
  • "Secondary Storage" must be set to none
  • Files for that share must exist entirely on the Primary Storage device

Setup

In order to use Exclusive Shares, you first have to enable them. Go to Settings > Global Share Settings and change the Permit Exclusive Shares setting to Yes. You'll have to stop your array in order to make this change.

Next, make sure that your appdata share is stored entirely on the Named Pool. Go to Shares and click Compute in the Size column for your appdata share. This will tell you how much data for this share is saved on each drive. If the only drive reported is your Named Pool, you're all set. If you've got more than one drive, you'll need to disable docker in settings, and then run the mover.

Once your sure that your entire appdata share is saved on your Named Pool, you need to change your appdata share settings. On the Shares tab, click on appdata to bring up the settings. Change the Secondary Storage option to None.

If you did it correctly, after you Apply the changes you will see the Exclusive Access field on the appdata share change from No to Yes.

Finally, if any of your docker container bind mounts use mnt/[poolname]/appdata/..., you can change those to mnt/user/appdata/....

I hope this helps anybody who might have been frustrated with the appdata FUSE performance in the past! If you have any questions, let me know!-

view more: ‹ prev next ›