dylanmorgan

joined 2 years ago
[–] dylanmorgan@slrpnk.net 3 points 2 hours ago

If you pick someone you know will be in a specific place and time, you can make their cause of death “spontaneous fission explosion” and get an AoE on a lot of other people.

[–] dylanmorgan@slrpnk.net 3 points 2 hours ago

I think you’re missing something.

If someone has (say) stomach cancer, and you make them live another decade rather than the six months they have, that’s a decade of cancer eating them from inside, of painful, expensive treatments to keep it at bay enough that they can function, a decade of misery. No one in their right mind would accept such a “gift.”

[–] dylanmorgan@slrpnk.net 7 points 2 hours ago

More reason that other countries developing smaller, regional cloud providers is a good thing. Part of the reason AWS thinks they can get away with this is that there are 2-3 other providers they compete with, and moving is onerous. If there were 200+ cloud providers, there would almost certainly be a standard set of tools and much better customer service.

[–] dylanmorgan@slrpnk.net 4 points 5 hours ago

Ironically, Apple has some of the best odds of coming out of this reasonably healthy. “Apple Intelligence” follows the trend of most Apple services products, in that it is really intended to lock people into their ecosystem and keep buying iPhones. I’m just waiting for someone in the big 7 or whatever they’re called to publicly bow out of AI. I suspect the first one to do it might benefit a lot.

[–] dylanmorgan@slrpnk.net 3 points 9 hours ago (1 children)

Not sure if this counts because it’s on the same album but on The Mountain Goats album Transcendental Youth starts with “Amy (AKA Spent Gladiator)” and the second to last track is “Spent Gladiator 2.”

Also, their album Jenny From Thebes is a sequel to their album All Hail West Texas.

Also also, there are a number of songs early in the discography that are about the same couple, culminating in the album Tallahassee.

[–] dylanmorgan@slrpnk.net 1 points 9 hours ago (1 children)

Does Voyager work with it?

[–] dylanmorgan@slrpnk.net 12 points 9 hours ago

Don’t just accept that. Loudly mock people for using ai to make art instead of learning how to do it. Flood the customer service lines of every company using ai to tell them you are not only going to stop using their stuff but convince everyone you know to stop using their stuff as well. Take away the ease ai seems to promise.

[–] dylanmorgan@slrpnk.net 4 points 9 hours ago

I’m wondering if the Frost family involved in this scam has any relation to the Frost family who started Frost Bank in Texas.

[–] dylanmorgan@slrpnk.net 3 points 1 day ago

I just rewatched Evangelion, and the dubbed dialogue actually made more sense idiomatically than the subtitles. I know there are cases where the translation is not great and the voice actors are doing 5th grade class play level overacting, but that’s not universal.

[–] dylanmorgan@slrpnk.net 6 points 1 day ago (1 children)

First Facebook and now TikTok. Social media companies love hiring former IDF people

[–] dylanmorgan@slrpnk.net 4 points 2 days ago

Also one of the investors in Slate is Bezos so…

[–] dylanmorgan@slrpnk.net 10 points 2 days ago

If friends aren’t willing to avoid the bar for the time being, it may be best to take a break from them. Ask your friends if they can join you at a place that has less of a booze-focused vibe, like a restaurant or cafe.

 

I know this is a little outside the normal scope of this community. However, I think it’s undeniable that a contributing factor to the ideas and behavior of contemporary tech oligarchs is their love of older sci-fi and fantasy literature. Seeing the authoritarian and sometimes even straightforwardly fascist ideals hidden in those works can be helpful in understanding how these people think.

 

I’m a noob with sourdough and I have been having a hard time getting information on how to maintain a consistent amount of starter. Is it generally appropriate to discard half and replace that half with fresh flour and water?

Related, is “discard” in any meaningful way different from the starter itself, or are the recipes for discard scones/crackers/whatever just labeled that because you aren’t using the starter for rise?

 

I started reading this book by Gabor Maté, a doctor who has ADHD. In just the first chapter, I felt seen in a way that I have never experienced with any therapist or psychiatrist I have consulted in almost 47 years.

 

cross-posted from: https://slrpnk.net/post/13321244

Over half of Londoners think councils prefer improving roads for drivers over safety of cyclists and pedestrians, as majority call for more Low Traffic Neighbourhoods and 20mph limits, new study finds

 
 
 

cross-posted from: https://sopuli.xyz/post/11310783

This 7-year-old has a lemonade stand to pay for her mom's tombstone

 

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

Over 7,000 students see their lunch debts wiped after $1 million donation

Over 7,000 students in Georgia with unpaid lunch balances are getting a helping hand following a $1 million initiative from the Arby's Foundation, the nonprofit announced Thursday.

 

I installed Jellyfin on an iMac running Fedora 39/Gnome and it was running more or less without any issues. However, I wanted to have the iMac on a VPN which would prevent accessing content indexed by Jellyfin elsewhere. So I installed Ubuntu on an old Mac Mini that I had, planning to make it a NAS box as well as host Jellyfin. The install there did not go well at all, I got the error "The server is expected to host the web client, but the provided content directory is either invalid or empty."

I found a post on github where a user created the directory listed in the error and then copied from /usr/share/jellyfin/web/ and when I did that the startup went further but then it threw the error "Kestrel failed to start! This is most likely due to an invalid address or port bind - correct your bind configuration in network.xml and try again."

I could not find a clear answer as to where the "network.xml" file is located, and I couldn't find any files that seemed to have the contents that were expected in network.xml. I put that aside for another day, considering a different distro if there are any others that are better with jellyfin than Ubuntu.

Today I was going to watch something that had been working on the Fedora box, and it would not play. I checked systemctl and jellyfin was not running. I tried launching it from the terminal and I got the same "server is expected to host the web client" error I had before.

Has anyone else run into these issues? Is there any better documentation out there than what is on the jellyfin site? Any help is much appreciated.

 

I installed Fedora 39 on an old iMac I had with a fusion drive (128GB SSD +1TB spinning disk.)

Fedora is installed on the SSD, and I want to use the spinning disk as a media drive. Problem is, it does not mount by default, so I figure I need to edit /etc/fstab to have it mount at startup.

I’m at work so I SSH into the iMac and get the UUID for the disk and then open fstab in vi, enter the new line with the uuid, directory I want the drive mounted in (/media), the filesystem (ext4) and the options. Try to write and quit, get an error the file is readonly. Try to set the file to noreadonly, write fails again. Try :wq! and get the error the file cannot be opened to write.

Exit vi, ls -la and see the file is read-only.

sudo chmod 644 fstab, put in password. ls -la shows file is still read only. lsattr fstab, immutable flag is not set.

Is this happening because I’m on SSH, or is there some other issue?

view more: next ›