guitarsarereal

@guitarsarereal@sh.itjust.works

firmly of the belief that guitars are real

This profile is from a federated server and may be incomplete. Browse more on the original instance.

guitarsarereal,

Drinking porridge out of cups? That’s sick.

guitarsarereal, (edited )

They never actually stopped making offline MP3 players, they just went out of style.

Not that you should buy off Amazon, just to give you an idea – www.amazon.com/touchscreen-mp3-player/s?k=touchsc…

Tons of name-brand options from days of yore, too, that weren’t just iPods. RockBox supports a pretty good selection if you need some model numbers to look up: www.rockbox.org

I recall people liked their Archos players a lot, I had a few Sansas and Creatives over the years, they were pretty alright.

guitarsarereal,

In five years, they’ll be telling us it’s stealing not to go see the latest marvel movie.

guitarsarereal, (edited )

Well it’s an interesting question. From Hulu’s TOS:

a. License. Within the United States and subject to the terms and conditions in this Agreement, we grant you a limited, personal use, non-transferable, non-assignable, revocable, non-exclusive and non-sublicensable right to do the following:

Install and make non-commercial, personal use of the Services; and stream or temporarily download copyrighted materials, including but not limited to movies, television shows, other entertainment or informational programming, trailers, bonus materials, images, and artwork (collectively, the “Content”) that are available to you from the Services.

This is a license agreement and not an agreement for sale or assignment of any rights in the Content or the Services. The purchase of a license to stream or temporarily download any Content does not create an ownership interest in such Content.

While I’m not a lawyer, I’m gonna guess the lines about a revocable license are intended to cover this. Sites like Hulu rotate their content out, which I’m gonna guess means your license to view their content only extends to what’s in their library at that time. Under fair use, you might be able to argue that you can create a backup copy for your own viewing – it does say “temporarily download,” but doesn’t say you have to download it from them – but legally you’d probably be obligated to delete your copy once Hulu gets rid of it regardless.

Also, the TOS does specify that circumventing their copy protection is a TOS violation. While the DMCA grants certain exceptions to the copy-protection rule for fair use, I don’t think it requires Hulu to continue to serve you content or not revoke your license if you break their TOS. Kinda reminds me of Red Hat’s use of TOS to enforce terms that go above and beyond the GPL. They can’t exactly stop you 100%, but they can refuse to do business with you, which makes it a lot harder.

guitarsarereal,

I’m not saying you should care too much about the TOS, I just found it an interesting question.

guitarsarereal, (edited )

I wish more content creators would upload to PeerTube (or something like it). I get it, there’s no instances with good monetization options, it just sucks we’re all stuck in various walled gardens because of how expensive video delivery is.

guitarsarereal,

You know, I appreciate Chomsky, but his work is mainly intended to get you reading and thinking more on your own than to give you all the answers. Not everything that happens in the news media is a distraction from something else just because he broke down that one propaganda trick really well. Sometimes, events stay glued to our screens because they really are the main propaganda event of the day, and they really do want you to spend all day and all night thinking about it.

In this case, Israel needs tons and tons of people frothing at the mouth supporting genocide, and Palestinians are needing just as many, if not more, to consider that genocide may be wrong, and they’re playing tug-of-war in the media. That’s all I’m seeing.

guitarsarereal,

Exactly, It’s a commonly cited example from Manufacturing Consent because he broke it down really well there. But everybody who just read Chomsky for the first time then goes out and tries to correlate every single front-page story with the back-page story it’s supposed to be covering up, like they’ve only ever used a single propaganda technique or being predictable wouldn’t undermine the value of the propaganda.

guitarsarereal,

Those aren’t pirated copies, those are… lawfully encoded… 4k bluray rips… I made myself… to back up the uh, lawful copies I purchased at MSRP! That’s right!

guitarsarereal, (edited )

They want to throw this OS on smart home/automative/IoT type things. Android works in these situations, but it’s not necessarily ideal. Thing was designed for phones. It’s likely the only phone firmware in history that’s also been put in cars, espresso makers, washer/dryers, microwaves, and TV’s.

I completely get why the first waves of smart devices tended to just use Android – it’s easy to develop on and “lightweight enough” that the tradeoffs involved were generally acceptable. But those qualities only take you so far. Companies moving on to develop their own in-house OS’s for all these devices was the obvious next step.

Am I going off the deep end by considering Fedora Silverblue or Kinoite?

I recently switched my server over to running Plex and Home Assistant in Docker. I like the ease of transfer (just move my compose file and one directory where I have stored all the configs and I’m set) as well as the simple permissions management to give access to directories....

guitarsarereal, (edited )

Immutability is useful from a sysadmin standpoint because it solves a couple problems. It’s a little easier to secure a system if you can know that, in fact, files outside the home directory have not been modified, and also, it’s a little easier to keep systems running because programs can’t just shit on each other’s files etc.

Unless these two are problems for you, you’re signing up to re-learn how to use Linux, and tbh not very elegantly, for basically no real gains at this time. Immutability has potential as a concept, but Red Hat’s approach is super weird and not very efficient. They have a tool that allows you to manage filesystem trees, and then they extended this tool with RPM to allow you to compose custom filesystem trees at install/upgrade time. This approach, in my experience, is shockingly inefficient if you need to add any custom packages to your base tree and you install updates with any frequency.

If you’re a sysadmin rolling out updates to workstations maybe once a month, these aren’t really issues, but for daily use, it didn’t seem worth it to me just yet, especially since we don’t really have any neat separation of code and config like you get with Docker. You can’t just zip up your home directory and move it to a new Silverblue installation and have your user back yet (there’s work in this direction with systemd-homed, likely once it’s good enough this will become standard, but also, that’s not an “immutability” feature). I believe /etc is mounted rw, which is a step in this direction, but until lots of stateful stuff gets moved out of /etc that isn’t going to be portable in the same way a Docker config is.

EDIT For a comparison of a different approach to immutability that includes a different bundle of tradeoffs, you can also look at OpenSUSE’s MicroOS. The TL;DR is that it’s easier to customize the base system, but it locks you into btrfs and it’s not as robust overall – ypsidanger.com/comparing-opensuse-microos-to-fedo…discussion.fedoraproject.org/t/…/3

guitarsarereal, (edited )

I mean, is this true in any way that hasn’t been true of Linux since nearly forever? You can always put your /home folder on a separate partition, install a new system, and as long as you make sure the UID of your new user matches the UID of the old user, the process is exactly the same. Just reinstall your apps and you’re good to go. I used to do this to keep configuration/data between reinstalls. EDIT – as opposed to a genuinely stateless user config, as systemd-homed is working towards

guitarsarereal,

if you use yt-dlp or youtube-dl’s -F flag you can get back a list of available formats. There are typically separately encoded audio tracks for most content on youtube, meaning you can just give it the stream id and get an m4a or webm file with no extra work.

guitarsarereal,

Your intended playback device impacts which format you’ll want. Or maybe I’m just fussy, I dunno.

guitarsarereal,

yeah, so it’s a link to Inside Edition, which is the longest-running syndicated news program and has been running since 1989 and is currently syndicated by CBS.

You can verify it’s the same channel as their official channel because Inside Edition’s website (www.insideedition.com see YT link in top-left corner) links directly to it.

Media Bias Fact Check rates them generally factual – mediabiasfactcheck.com/inside-edition/

It’s not especially highly rated as TV news, saw it described as “the fast food of TV news,” but I didn’t see anything that described it as substantially non-factual.

What’s your issue with Inside Edition, again?

guitarsarereal,

:surprised_pikachu:

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #