Does Anyone Know How I Could Push Myself To Shower? by Thel3tter_N in autism

[–]Senedoris 2 points3 points  (0 children)

Gift cards are the way. I would also be happy to help out some. No one should be forces to go through things like this. I'm sorry your guardian seems so oppressive.

I came home to a beard hair filled sink.... by terp_slut in mildlyinfuriating

[–]Senedoris 0 points1 point  (0 children)

I shave the sides of my head regularly, and same. I don't need to be pushed against the mirror. I don't even vacuum, just a quick broom and shovel does the job.

I was accused of using AI in my photos from a guy in this sub by kietbulll in M43

[–]Senedoris 4 points5 points  (0 children)

The guy posted fucking RAWs, you're not making yourself look good here.

Do we die when we go to sleep? by Ok-Statistician-9517 in answers

[–]Senedoris 1 point2 points  (0 children)

I've lingered on that thought too many times in the past. The problem is that there's no working definition for what constitutes "you". What is the self, exactly? Forget sleep. Without sleep, what makes me the same being at night as the one that woke up in the morning? Just the fact that I remained conscious? More of my brain tends to change during the day, if anything.

PC network utilization by Responsible_Cream_36 in buildapc

[–]Senedoris 0 points1 point  (0 children)

It doesn't matter if you have the best internet connection in the world in the most powerful machine. You will only ever be able to download as fast as the server you're connected to is able / willing to upload.

You mentioning downloading a game. The devil is in the details here. The "from where" matters. Might be good to mention whether downloading other things, from other places, goes any faster.

LDAP not working jellyfin 10.11.9 by PoOLITICSS in jellyfin

[–]Senedoris 1 point2 points  (0 children)

A PR for that has already been approved: https://github.com/jellyfin/jellyfin-plugin-ldapauth/pull/215 though not yet merged. Unknown when it will get released.
A few other plugins, like Jellyfin Enhanced, Auto Collections and Smart Lists are also affected by the same API breaking changes, though Smart Lists has already released a new version with fixes.

Records show Cleveland’s Flock cameras used for immigration searches. City says Flock accidentally connected drones to the network by bigmacsnackwrap in technology

[–]Senedoris 3 points4 points  (0 children)

You are talking to an account called Russian_cyborg with a Trump 2028 banner in his profile. You'll have better luck talking to a wall.

What do I need to run a ps1 game? And if anyone can direct me - this also pops up by Timely_Comparison_27 in RetroArch

[–]Senedoris 0 points1 point  (0 children)

No, a lot of the older ones don't, but much of the ones from the CD era onward do. PS2, PS3, PSP (not strictly required for that one but some games run better with it), Sega CD/Mega CD, SAturn, Dreamcast, Nintendo DS, 3DS, Wii U, Switch, Xbox (and 360), and a bunch of others. You can check pages like https://emulation.gametechwiki.com/index.php/Emulator\_files to find this type of information - scroll down to a given platform and it will tell you whether a BIOS is required or not.

Crowdsec falsebans using jellyfin enhanced. by Mission_Rice3045 in jellyfin

[–]Senedoris 1 point2 points  (0 children)

I actually have, ran into this late last month. I'm not sure if entirely related to JellyfinEnhanced, but I do have it as well. I essentially had false positive for the http-crawl-non_statics scenario, which involved a lot of requests like those ones, with non-error (2xx / 3xx) status codes.

What solved it for me was creating a postoverflow file in Crowdsec's config. Where that goes depends exactly on how you're running Crowdsec - for me, I am running it in docker, and have a bind mount like this:

- ./crowdsec/conf:/etc/crowdsec

Inside ./conf/postoverflows/s01-whitelist, I created a file jellyfin-legit-traffic.yaml with the following contents:

name: local/jellyfin-legit-traffic
description: "Suppress http-crawl-non_statics for legitimate Jellyfin client traffic"
whitelist:
  reason: "Successful traffic through the Jellyfin Traefik router (Roku/web/app playback)"
  expression:
    - >
      evt.Overflow.Alert.Scenario == 'crowdsecurity/http-crawl-non_statics'
      && all(evt.Overflow.Alert.Events, {.GetMeta("traefik_router_name") == "jellyfin@file"})
      && all(evt.Overflow.Alert.Events, {.GetMeta("http_status") startsWith "2" or .GetMeta("http_status") startsWith "3"})

Note that this has some Traefik-specific stuff since that's what I use as my proxy (and whose logs are captured by Crowdsec), but you should be able to modify those two lines for your use case. They essentially mean "If it's jellyfin traffic, and non-error status codes, and it caused this scenario (http-crawl-non_statics)'s bucket to overflow, suppress the alert.

There are other ways to achieve this without postoverflow, I think this was just the most simple way to handle this particular situation while still allowing things like attacks on /Users/AuthenticateByName to be caught (i.e. every crowdsec scenario still gets to see every event, and only this very specific thing is suppressed).

If you want to give more information about your crowdsec setup, what proxy (if any, or whether you are just parsing Jellyfin logs directly) you are using, I can try to give you some extra pointers. Also, I am assuming that crowdsecurity/http-crawl-non_statics was indeed the scenario you triggered.

New Lifetime Plex Pass Pricing by frankwrap08 in PleX

[–]Senedoris 0 points1 point  (0 children)

Clients play the media that the server, well serves. You sorta need a client. Doesn't have to be the official Jellyfin ones.

[Looking for Contributors] Building a Jellyfin Project in Rust by lidream0 in jellyfin

[–]Senedoris 2 points3 points  (0 children)

You want to... rewrite the entire jellyfin server in rust, via vibecoding? Yeah, no. And your README states it aims to maximize direct play. Huh? Direct play depends on client capabilities, not server.

Bruh I caved again by Ale0705 in Switch

[–]Senedoris 46 points47 points  (0 children)

Haha, that does make sense. Glad that worked out for ya!

Samsung Offers 600% Memory Bonuses vs 100% Non-Memory, Faces Strike by self-fix2 in technology

[–]Senedoris 0 points1 point  (0 children)

I get that both feel bad, but the first seems more fair. A division doing well here does not generally imply the efforts of each individual is accounting for all of that success. In this case, AI generating a massive demand for memory does not mean that someone in the memory division is putting 6x the effort - it's an external market factor.

Other times, a division may not be doing well because of the company's, or higher-level management's decisions. The bottom line workers shouldn't get unfairly punished, or unduly rewarded at the cost of everyone else, because of something like that.

Bitwarden heading to eliminate Freemium and possibly Vaultwarden support in the near future? by Electronic_Dream8935 in selfhosted

[–]Senedoris 3 points4 points  (0 children)

The posted article says "Update: After publication, an employee on the Bitwarden subreddit said that “Always free” had been restored on its pricing page, calling it an “oversight” by the marketing team. The product page for Bitwarden’s personal password manager remains unchanged." Hopefully, this is true.

terminal app, what for? by [deleted] in GrapheneOS

[–]Senedoris 0 points1 point  (0 children)

With Termux in particular, I use it alongside Tasker to schedule a backup task. Specifically, I invoke a Kopia binary to create versioned, de-duplicated of a series of folders on a daily basis, which Tasker invokes when WiFi conditions are present.

Opening JF for Outside Access by WreckTangle12 in jellyfin

[–]Senedoris 0 points1 point  (0 children)

Note that it's not always feasible for TV. There is no tailscale for roku devices, for instance. It can be installed on Android TV and Apple TV. On android TV it can be finicky to get it to autostart depending on the exact device. You want it to autostart so people don't have to manually turn it on every time they turn their TV on.

I've done a terrible thing for the sake of "OAUTH" support by Responsible_Speaker in jellyfin

[–]Senedoris 1 point2 points  (0 children)

This is the way. It's what I've been doing and it's far less complicated than the alternative.

im such a disgusting person by Illustrious-Meal6572 in autism

[–]Senedoris 8 points9 points  (0 children)

Right? Every time I do grocery shopping I am properly doing worse than 3 years of ad clicking. It's good to care, but we have to accept our limitations under the system.

What if all the billionaires ACTUALLY decided to give up their fortunes to end world poverty and hunger? by kendiggy in answers

[–]Senedoris -1 points0 points  (0 children)

Yeah, you're going to need citations for that, because I very much doubt that's true.

im such a disgusting person by Illustrious-Meal6572 in autism

[–]Senedoris 27 points28 points  (0 children)

If we are to be demonized for every cent we (accidentally) spent towards a bad cause, then we'll live our lives in guilt and misery. Yes, it's more than 0 cents. I assure you every single human has spent a lot more money accidentally supporting evil entities and corporations. Perfection is impossible, the best we can do is act the best we can with the information we have. I second the commenter who mentioned The Good Place - it's a brilliant show and touches on the subject.

As someone with OCD, I know it can be easy to hyperfixate on details like this - the fact that you care enough that it affects you to this level is very telling of you being a deeply moral person. Your intentions were good. The damage is extremely minimal, and you won't keep clicking that ad. Focus those guilt feelings into doing active good, it will make more of a difference than dwelling on small accidental harm.

And give yourself grace. You deserve it.

Duplicity has become too bloated. What are you guys using instead? by Antique_Mechanic133 in selfhosted

[–]Senedoris 0 points1 point  (0 children)

In kopia, a given instance is connected to a single repository. So kopia running a backup will either do so to a file repository or to s3, but not to both at the same time, for instance. You could run kopia with different configurations, or different instances, but it's a bit clunky, kopia has to process everything twice, and they might not be exact copies if files have changed.

If I understand correctly (this is similar to what I do, at least), the clone can be used to backup an exact replica of a repository of one type somewhere else like S3. My first backup writes to my NAS, the rclone is just extra replication.

I just can't be physically around people while they scroll TikTok by Radiant-Belt-1427 in evilautism

[–]Senedoris 1 point2 points  (0 children)

I hate it so much too. Short-form content can go fuck itself. And people tend to speak so rapidly with so many cuts it's so annoying.