That was really neat. Thanks for sharing.
Just a dude working on viv, a Jellyfin Roku client while listening to punk records & watching horror movies.
Mastodon: https://social.linux.pizza/@tgpo/
Github: https://github.com/1hitsong/
viv on Roku Channel Store: https://channelstore.roku.com/en-ca/details/80d6198927c29fe1a562d4400a712c63/viv
That was really neat. Thanks for sharing.
Yeah, that tracks.
At work someone estimated adding a section of static content to a page that uses React as 3 story points.
They were searching for components that would style the header and paragraph elements just as they wanted them, but were coming up short.
Instead I simply added it with html elements and a couple of lines of CSS.
5 minutes. Done.
😐
Yeah, it’s kinda wild.
Roku channels are created using 2 proprietary languages, BrightScript and SceneGraph. You will never use them for anything other than creating Roku channels. 😐
You’re very welcome! I’ve since left the Roku team (I’m still on a few other teams) to work on my own client.
If you’re interested, it’s called viv and is available in the Roku channel store.
And since this is a programming community, here’s the source code: https://github.com/1hitsong/viv
I want your soul!!!
Redeemed! Thank you very much. I’m excited to check it out.
I’m interested. Sounds like a neat game.
If memory serves me, you could consider Lawnmower Man 2 the prequel to the Spy Kids series.
I suddenly feel compelled to consume product. 🧟
Tim Burton BROKE NEW GROUND!
I love around Chicago.
Be sure to use protection.
Love it! The iron maiden scene still gives me the creeps.
“Ichabod.”
Bill Murray in top row: John “Bunny” Breckinridge from Ed Wood
Redhead in the bottom row: David Bowie from The Man Who Fell to Earth
Grimdark Cinderella looking character in the bottom row: Veronica from Heathers
Yep. That code was merged and released roughly 2 years ago.
Because I wanted to listen to music while doing the dishes.
The Jellyfin Roku client didn’t support audio playback, so I wrote it myself… while learning Roku’s proprietary language 🙄
Honestly, it’s a total disaster.
Blue background guy is Driver from Drive.
(Obscured) is Lloyd Christmas from Dumb and Dumber
“Hoodie Guy” is RJ from The Thing
Additionally, there are two more rows of characters you didn’t list.
Full Image: https://lemmy.world/pictrs/image/8c55d74c-df7c-4a49-bfcc-b49ae869b818.jpeg
I’ve been rallying against clever code for years!
Sure, it makes you have less lines for your l33t code solutions, but in the real world, it sacrifices the maintainability of code that others will eventually work on.
Between a clever 1 line fix and maintainable 10 line fix, I’ll choose the 10 line every time.