So bad it was actually entertaining
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJA
    jaybone
    13h ago 100%

    I think of myself as having a pretty good sense of humor and being open to trying a lot of things, but that just sounds… annoying.

    28
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearPO
    Jump
    Sometimes you gotta flush twice
    How to clean a rescued pigeon
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJA
    jaybone
    3d ago 100%

    I thought it was only illegal for the stores to cut those off. Like it was some kind of consumer protection thing. Which was back in the 70s, we don’t get that kind of thing anymore.

    5
  • How to clean a rescued pigeon
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJA
    jaybone
    3d ago 100%

    But first it said they are usually clean. So that can’t be the context. If there was a context. But there is no context because AI is fucking stupid and all these c-suite assholes pushing it like their last bowel movement will be eating crow off of their golden parakeet about two years from now when all this nonsense finally goes away and the new shiny thing is flashing around.

    8
  • When in Large Text Mode, information is truncated with ellipses "..." Here's a proposal for a better solution, which might help in regular text mode also. Using Large Text Mode ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Flemmy.world%2Fpictrs%2Fimage%2Fa8999d63-1fe6-4b0a-857a-704125ef5a92.png) In the feed we see posts appear like this: ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Flemmy.world%2Fpictrs%2Fimage%2Fa89cdc88-01f0-43dd-804a-f626e27d2e95.png) The community appears as "green..." This could show the full community name and post username, allowing line wrap, followed by a newline and the counts on the next line. So instead of ``` O green... ^ 433 v 1 O 100% O 8h ``` This could instead show ``` O greentext@sh.itjust.works by user@instance ^ 433 v 1 O 100% O 8h ``` Yes allowing line wrap might break the text at non-whitespace characters, but I think that would still be ok. E.g. ``` O greentext@sh.itju st.works by user@instance ^ 433 v 1 O 100% O 8h ``` Similarly when entering post and comment view ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Flemmy.world%2Fpictrs%2Fimage%2F98ab5fd4-33b2-4b1f-a8a2-6e839479747b.png) This could instead show ``` O greentext@sh.itjust.works by user@instance ^ 433 v 1 O 100% O 8h ``` Then when viewing the comments ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Flemmy.world%2Fpictrs%2Fimage%2F861e6cf7-8501-4392-8da8-4909497b3c23.png) Rather than: ``` psycho_... ^ 14 v 0 ... 5h ``` You could again allow line wrap and add a newline between the user name and the vote counts. This could instead read: ``` psycho_whatever@instance ^ 14 v 0 ... 5h ``` This should still be okay for wrapping long user names that don't wrap on whitespace characters. E.g. ``` some_long_user_name@so me_long_instance_name ^ 14 v 0 ... 5h ``` Also user profiles do not render well in Large Text mode. ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Flemmy.world%2Fpictrs%2Fimage%2F95b009db-6f01-4950-a03c-77387a826c4d.png)

    11
    2
    survivor
    Survivor jaybone 6mo ago 62%
    S46 E07
    2
    1
    survivor
    Survivor jaybone 7mo ago 75%
    S46 E06
    2
    1
    survivor
    Survivor jaybone 7mo ago 83%
    S46 E05
    4
    1
    survivor
    Survivor jaybone 7mo ago 71%
    S46 E04
    3
    2
    survivor
    Survivor jaybone 7mo ago 75%
    S46 E03
    2
    0
    survivor
    Survivor jaybone 8mo ago 100%
    S46 E02
    3
    2

    I don't give a shit about reddit's DP program. The first two or three emails I was willing to ignore. But they keep sending these. How desperate do you have to be?

    279
    37

    This sloppy bash script generates the above html players table from this site: https://ew.com/survivor-46-cast-contestants-revealed-8557071 Maybe this can be expanded to track player eliminations. Hopefully this code posts correctly... ``` #!/bin/bash # # List Survivor Season 46 Players # # URL=https://ew.com/survivor-46-cast-contestants-revealed-8557071 cat &lt; DONE wget $URL -O - \ | grep -A 5 "mntl-sc-block-heading__text" \ | sed 's/.*__text"> /<div><div>/g' \ | sed 's/&lt;\/span.*/<br>/g' \ | sed 's/&lt;\/img>&lt;\/div>/g' \ | sed '/^\-\-$/d' \ | sed '/^$/d' echo "</div>" ``` </div>

    0
    2

    Server: Ubuntu. Client: Roku. When I play an episode of a TV show, if I pause I see the name of the episode, but it doesn't show which season or episode number. E.g. I might see: Lisa Simpson, This Isn't Your Life But I would like to see something like: s22e05 - Lisa Simpson, This Isn't Your Life Or maybe even better, something like: The Simpsons - s22e05 - Lisa Simpson, This Isn't Your Life Is there some way to enable this? Additional question... This is even more annoying because sometimes when I pause, or fall asleep, or shut off my tv/roku, the "Continue Watching" list on the home screen doesn't even have where I left off. (Sometimes it does. That seems like a bug to me.) So then I have to go track down the season and episode number where I left off.

    18
    7

    Some questions and comments on my experience. My main motivation to switch was that emby seemed to be buggy on the client side, keeping track of what episode of what tv show and season I was on. I'm hoping jellyfin helps with that. On the server side, I wanted to keep both servers running. But there were port conflicts. It was difficult for me to find in the Jellyfin docs the right config file to set the ports. So I ended up changing the emby ports. (Since I could find the emby config files.) ``` diff /var/lib/emby/config/system.xml.orig /var/lib/emby/config/system.xml 9,12c9,12 &lt; 8096 &lt; 8920 &lt; 8096 &lt; 8920 --- > 18096 > 18920 > 18096 > 18920 ```

    13
    4

    I would like to build a music player / device for an older person, not tech savvy user. I have the MP3s on my linux desktop/laptop, but not all the metadata and cover art. I've worked with RPi before, jailbreaking iPhones and roku. So I have some limited experience with small devices. I'm wondering if I could obtain some kind of old/used android phone, remove all the apps so the home screen is completely empty, transfer via USB or ssh/scp the MP3 files (and metadata + cover art), then have some kind of music player app which would be the only app on the phone/device. Then shutdown any wifi or internet connectivity, but still allow bluetooth to pair with an external speaker.

    67
    37
    lemmy.world

    There has been [some dispute](https://lemmy.world/comment/5723130) regarding bagged eggs recently. I would be remiss if I did not follow up on this properly, so that the lemmy community might come to some kind of consensus regarding this highly controversial culinary phenomenon. Serious answers only, please.

    200
    32

    SPOILERS last nights tribal. Like seriously if you want to go home, just go home. Don’t make me think you are going to be part of some big move, then try to win the Oscar at tribal for crying about it.

    4
    2