[-] jaybone@lemmy.world 1 points 10 minutes ago

But soon they will vote for a king.

[-] jaybone@lemmy.world 1 points 11 minutes ago

“Well, there’s your problem.”

[-] jaybone@lemmy.world 1 points 32 minutes ago

I have like five of those bigass cylindrical cases of blank CDs and DVDs sitting on some bottom shelf in my office.

[-] jaybone@lemmy.world 1 points 3 hours ago

Yeah that thing would be on the floor in no time.

[-] jaybone@lemmy.world 3 points 10 hours ago

What is IE 33 ?

[-] jaybone@lemmy.world 4 points 10 hours ago

Sometimes I think after i retire, I should teach. In the hopes that i could inspire people to write good code, instead of a lot of the garbage i see in the industry. This comment makes me sad.

[-] jaybone@lemmy.world 3 points 11 hours ago

// this line increments the value of i by 1

i++;

[-] jaybone@lemmy.world 7 points 11 hours ago

That’s actually the perfect comment, because if anyone ever comes back to fuck with you about it, it’s explained right there. Then you turn it right back around on management and watch them run around like chickens with their heads cut off.

[-] jaybone@lemmy.world -2 points 11 hours ago

You mean autistic.

[-] jaybone@lemmy.world 22 points 1 day ago

Sometimes I’m just bored.

[-] jaybone@lemmy.world 26 points 1 day ago

I’m sure CCP is aware and approves.

[-] jaybone@lemmy.world 16 points 1 day ago

And then you fall asleep and knock over the candle.

2
S46 E07 (lemmy.world)
submitted 2 months ago by jaybone@lemmy.world to c/survivor@lemmy.world
2
S46 E06 (lemmy.world)
submitted 3 months ago by jaybone@lemmy.world to c/survivor@lemmy.world
4
S46 E05 (lemmy.world)
submitted 3 months ago by jaybone@lemmy.world to c/survivor@lemmy.world
3
S46 E04 (lemmy.world)
submitted 3 months ago by jaybone@lemmy.world to c/survivor@lemmy.world
2
S46 E03 (lemmy.world)
submitted 3 months ago by jaybone@lemmy.world to c/survivor@lemmy.world
3
S46 E02 (lemmy.world)
submitted 4 months ago by jaybone@lemmy.world to c/survivor@lemmy.world
278
submitted 4 months ago by jaybone@lemmy.world to c/reddit@lemmy.world

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?

3
submitted 4 months ago by jaybone@lemmy.world to c/survivor@lemmy.world
0
submitted 4 months ago by jaybone@lemmy.world to c/survivor@lemmy.world

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 <
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>"



18
submitted 5 months ago by jaybone@lemmy.world to c/jellyfin@lemmy.ml

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.

13
submitted 6 months ago by jaybone@lemmy.world to c/jellyfin@lemmy.ml

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
67

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.

view more: next ›

jaybone

joined 9 months ago