1
submitted 2 years ago by [email protected] to c/[email protected]

cross-posted from: https://lemm.ee/post/9638787

Source with more images and info: The Playboy Land Yacht Concept by Syd Mead (1975) - Blog

More images

  • Main picture without text:

  • nocturnal view — through the rear window:

  • Driver Console:

  • Sleeping Format:

  • Conversation format:

14
submitted 2 years ago by [email protected] to c/[email protected]
6
Athascon 2023 (tabletop.events)
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]

Welcome to ATHASCON 2023, a virtual role-playing game convention celebrating all things Dark Sun! Step into a post-apocalyptic desert realm where you battle to survive the harsh and unforgiving elements, savage psionic beasts, bloodthirsty raiders and the minions of the evil sorcerer-kings. Register now for only $5!

188
submitted 2 years ago by [email protected] to c/[email protected]
[-] [email protected] 31 points 2 years ago

The more normal transfer path is to offer to take over a specific community or communities by:

  1. Reaching out to the existing mod and asking to be added to the mod team.
  2. Documenting their lack of response after a few days or a week.
  3. Documenting the failure to abide by Lemmy world moderation guidelines: https://lemmy.world/post/424735 by linking spam or off-topic posts and to communities that lack rules/useful-sidebar-content, etc.
  4. Posting this info in [email protected] and offering to takeover moderation.

This is better than mass deletion because it keeps whatever small list of existing subscribers and post content intact across the transition. For moderation, Lemmy world admins will get notified of reports and can address anything that violates instance rules.

[-] [email protected] 92 points 2 years ago

The Beehaw admins made this choice, and documented their rationale here: https://beehaw.org/post/567170

19
submitted 2 years ago by [email protected] to c/[email protected]

cross-posted from: https://lemmy.ml/post/3604828

For people asking for a way to run 2fa on jellyfin i have a solution. I will elaborate more if people are interested as not writing a guide for no reason. This method allows users to simply use their login credentials into the default jellyfin login page, and 1 second later your DUO app on your phone will buzz for a confirmation to sign-in. (meaning no redirects and this method 100% compatible with all clients)

install the LDAP plugin on jellyfin. install Authentik in your server with docker. create a DUO security account. in short, jellyfin query's your Authentik LDAP server for ther user login, then LDAP will query DUO.

Unfortunately, DUO only allows 10 users with the free account, then you have to pay extra. of course with this method you are not bound to only use DUO, you could you a web-auth with your phones bio-metrics to sign-in instead of DUO. there are many ways you could query the users phone through Authentik, but DUO is the most continent.

9
submitted 2 years ago by [email protected] to c/[email protected]

cross-posted from: https://lemmy.world/post/3090692

Hi guys! How do you sort this series so it shows properly on Jellyfin? It's a bit messy on my system. If I leave it as Sonarr downloads it, as in: The Haunting -Season 1 -Season 2

Then Jellyfin will show episodes of second season as if they're all part of Season 1, just duplicated. Of course if you play them you will watch the second season episodes, but they're in the order as in S01E01 (shows as such), S02E01 (shows again as S01E01), S01E02 (correct), S02E02 (showing as S01E01)...and so on.

I just tried renaming them as: -The Haunting on Hill House -The Haunting on Bly Manor This fixes the S01, as it shows everything as it should (well, in the subfolder Season 1 on Jellyfin, but that's fair I guess). However for Bly Manor it reads it as if it's again episodes of the Hill House. What am I doing wrong, and how can I sort this mess? Ideally in a manner that Sonarr also catches it, so it won't try to re-download everything if I don't pay attention, as this second method doesn't seem to agree with Sonarr (as it's expecting everything under the same single folder).

Thanks!

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

Hey Vaultwarden users... I was turned on to Vaultwarden by this community and have a new installation up and running. I've recently imported a pretty substantial keeypass DB and have been manually validating the import and tidying up my folder organization as I go, including selectively moving some credentials to an organization with the future intention of adding family members to that org to access shared accounts.

By and large it's all going swimmingly with one concerning exception. Every now and again, a bunch of credentials forget their folder and get moved into "no folder".

  • I don't have a reliable reproduction yet, but it seems vaguely correlated with bulk moves. In the web-ui, I'll check a bunch of entries to move from my vault to the org, and OTHER entries I didn't touch get moved to "no folder" in my vault as a side-effect.
  • Once I had a folder disappear like this as well
  • I think I understand the basics around how collections, folders, and nesting of those containers work. I'm fairly confident that I'm not getting tripped up by just failing to understand the implications of the operation I'm doing.
  • I'm using sqlite for my db backend. I'm perfectly comfortable running a Postgres instance, I just thought the no-maintenance and no-dependencies approach of sqlite felt like a good match for this tiny but critical dataset. Could it be that the sqlite backend is under baked and I"m hitting some persistence bug?
  • Fwiw I've also seen issues where I get an encryption key error saving an entry or I see tons of missing entries.In each case logging out and logging in works around the issue. I had assumed this was browser/web buglets, but now I wonder if it's more signs of storage layer problems.

Have others seen similar issues? What db backend are you using?

2
submitted 2 years ago by [email protected] to c/[email protected]

cross-posted from: https://lemm.ee/post/3817793

I don’t see many Sci-Fi battlemaps being posted so I thought I would help out a little bit. I have been running 2 sci-fi rpgs concurrently for 3 years and have amassed quite a few decent maps that I have made in DungeonDraft. They are nothing special, but considering how rare sci-fi maps can be, I hope someone finds them helpful. These were all made for 40k or SWN but feel free to use them wherever. https://www.dropbox.com/scl/fo/ewe4a3qi083phftrz4f0r/h?rlkey=76c1aogifucbbds47u8fms7eh&amp%3Bdl=0

[-] [email protected] 31 points 2 years ago

This, but desktop linux users are on the step for 193rd place while excitedly screaming and holding a third-place sign. Steamdeck users are on the 3rd-place step while calmly playing their deck.

11
submitted 2 years ago by [email protected] to c/[email protected]

cross-posted from: https://lemm.ee/post/2871450

Getting GPU acceleration working is a common task for those of us running Plex or Jellyfin. There is not much documentation for getting the NVIDIA container stack to work with Podman, even less on Gentoo, plus there have been a lot of changes to NVIDIA's container toolkit lately.

I have been fighting with Podman for a while now and just recently got it working 1:1 with my Docker setup. Gentoo may not be the most popular or easy to use distro but I documented it in case some poor soul runs across it searching the web.

Feel free to poke holes in it or leave feedback.

7
submitted 2 years ago by [email protected] to c/[email protected]

cross-posted from: https://infosec.pub/post/925361

The Oscar winner is currently filming Apex in Europe, but won't be shooting at the Belgian Grand Prix.

12
submitted 2 years ago by [email protected] to c/[email protected]

FP1 was sopping wet today, with no car managing more than 9 laps of running on inters and extreme wet tyres. Given that this is a sprint weekend with reduce free-practice, and more rain predicted throughout the weekend... there's an elevated chance of shuffling the order.

  • There were a large number of off-track events, though nothing more than minor damage.
  • Aquaplaning seemed common on the inters, with off-track events being accompanied by very long stopping distances and extreme understeer.
  • Verstappen will take a 5-grid place penalty in the Gap this weekend in order to fit new gearbox components that exceed the season allowance.

FP1 standings haven't been posted to the community but are available at https://www.formula1.com/en/latest/article.fp1-sainz-leads-piastri-and-norris-in-rain-hampered-practice-session-at-spa.39LWWfWix4WzFxU9W2eCyL.html

19
submitted 2 years ago by [email protected] to c/[email protected]

Ferrari racing director Laurent Mekies will leave the team at the end of this week prior to the start of the Belgian Grand Prix weekend. Diego Ioverno, previously head of vehicle operations will succeed Mekies and take up the role of sporting director.

Mekkies move move to AlphaTauri as its new Formula 1 team principal was already announced in April.

[-] [email protected] 51 points 2 years ago

I thought that was the first rule of rendering web content? Or was it protocol parsers?

I remember, it was first rule of video game character creation screens:

choose wisely: wisely

[-] [email protected] 68 points 2 years ago

Folks should not use lemmony to bootstrap their subscription count. It's not that hard to hit lemmyverse.net and just manually sub a bunch of stuff you're actually interested in, or to visit a big instance and browse their all feed unauthenticated.

But if you really want to automate community bootstrapping, lemmony is the worst of the scripts that doit because it defaults to subscribing to EVERYTHING, including all the porn, piracy, and hate communities on the most absent-admin'ed under-modded instances in the lemmyverse. Then your instance will mirror all those questionably legal communities and re-serve them to the public unauthenticated internet, creating hosting liability for you. Not to mention being a bad fediverse citizen and creating massive amounts of federation load on the instances forwarding you posts and comments from 20k communities that you don't read.

These two subscription bootstrapping scripts limit you to top subs by default... So you're more likely to be in well-modded territory and just the number of subs is smaller you you can review them and back out of anything sketchy. Subscriber-bot's docs do a good job of explaining the risks and problems of mass-subscription so you know what you're getting into.

[-] [email protected] 26 points 2 years ago

I blame unfederated subscriber counts. If you look up any community from an account on lemmy.world and there is a local version and a remote version... the local version LOOKS bigger when it's about half the size because the remote version only shows subscribers from lemmy.world whereas the local version shows subs fediverse-wide.

If sub counts were apples to apples for remote and local communities, people would much more frequently sub to the bigger remote comminity. But lemmy.world is so big, that when people are subbing locally because they're confused about which is bigger... the lemmy.world community actually becomes bigger very quickly. So it's winning the community scaling races consistently on pure confusion. The resulting community centralization is not all that healthy and they often overtake better run and more established communities for no meaningful reason.

[-] [email protected] 36 points 2 years ago* (last edited 2 years ago)

Sadly the formatting in this post gave me terminal cancer. As my final act, I've fixed the formatting. OP, please, only you can save the others. Fix the post formatting.

  1. Max VERSTAPPEN - Red Bull Racing 1:26.720
  2. Lando NORRIS - McLaren +0.241
  3. Oscar PIASTRI - McLaren +0.372
  4. Charles LECLERC - Ferrari +0.416
  5. Carlos SAINZ - Ferrari +0.428
  6. George RUSSELL - Mercedes +0.435
  7. Lewis HAMILTON - Mercedes +0.491
  8. Alexander ALBON - Williams +0.810
  9. Fernando ALONSO - Aston Martin +0.939
  10. Pierre GASLY - Alpine +0.969
  11. Nico HULKENBERG - Haas F1 Team 1:28.896
  12. Lance STROLL - Aston Martin 1:28.935
  13. Esteban OCON - Alpine 1:28.956
  14. Logan SARGEANT - Williams 1:29.031
  15. ~~Valtteri BOTTAS - Alfa Romeo no time~~ DQ'ed for failing to provide a sufficient fuel sample. See https://www.formula1.com/en/latest/article.bottas-disqualified-from-silverstone-qualifying-with-finn-set-to-start.5smsKl0raawLdfivHEeQgq.html
  16. Sergio PEREZ - Red Bull Racing 1:29.968
  17. Yuki TSUNODA - AlphaTauri 1:30.025
  18. Guanyu ZHOU - Alfa Romeo 1:30.123
  19. Nyck DE VRIES - AlphaTauri 1:30.513
  20. Kevin MAGNUSSEN - Haas F1 Team 1:32.378
[-] [email protected] 32 points 2 years ago* (last edited 2 years ago)

This is a terrible idea, and borderline irresponsible. One of the key reasons that Lemmy doesn't subscribe by default is to avoid forcing servers with many communities to waste time/CPU delivering messages to servers where no one will read those messages. By subscribing to everything, you're telling all those overloaded servers to waste time sending content to your server that you'll never even see.

  • It also will massively inflate your db by multiple GB/day.
  • It will maximize the chances of you downloading and hosting copyright infringing content and content that may be illegal in your jurisdiction but not in the jurisdiction where it's hosted (loli, etc).

It is much MUCH better to just hit lemmyverse.net and subscribe to 10-100 communities you care about. If script accepted a list of community-urls and automated subscribing to those, that would be super nice. Subscribing to the entire lemmyverse is terrible for your server, for your hosting liability, and for the lemmyverse's performance.

[-] [email protected] 35 points 2 years ago

You can't, but there's a github issue to enable this functionality: https://github.com/LemmyNet/lemmy/issues/1985

[-] [email protected] 31 points 2 years ago

The terms-of-use on every lemmy server I've seen would be considered underdeveloped by any lawyer I've ever met. Pragmatically:

  • In the absence of a TOU that requires licensing content to participate, content posted directly to a lemmy server would probably get whatever the default treatment is either in the jurisdiction where the post was made or where the server is hosted (or maybe even that depends on the jurisdiction of each in complex ways). In the US that would mean all content is all-rights-reserved by default.
  • But the poster/commenter isn't going to try to enforce their rights against lemmy. If they didn't want the content there, they wouldn't have put it there. And if they changed their mind they can delete it. And if they refuse to delete it themselves but contact an admin/mod... probably the admin/mod will just delete it for them.
  • If the jurisdiction where the instance is hosted has a safe-harbor framework of some kind (like the US does), that would provide some protection from copyright claims on user-generated content provided the admins followed the requirements to be eligible (which I think most admins do even if they don't know it).
  • Images and media hosted elsewhere but hotlinked from Lemmy may have their own TOU's (like imgur or whatever).

Overall, I'd say most of the lemmyverse has underbaked policy frameworks. The de-facto results function ok pragmatically anyway for what lemmy does on its own. Any scraping/reuse of content from Lemmy would have to navigate a very complex, confusing, and ambiguous licensing landscape. Probably 10y from now, if the Lemmyverse continues to grow, TOU's will be more common and more clear about open-licensing content or leaving it all-rights-reserved but giving lemmy a perpetual irrevocable non-exclusive right to distribute whatever you post here (the latter of which is more or less what's implicitly happening today).

[-] [email protected] 28 points 2 years ago

Have you considered modifying this to be a pull-request for lemmy-ui? It's cool to have an extension, but Lemmy being open-source makes it possible to merge the improvement upstream and make it better for everyone.

view more: next ›

PriorProject

0 post score
0 comment score
joined 2 years ago