[-] greyfox@lemmy.world 30 points 1 week ago

If you are accessing your files through dolphin on your Linux device this change has no effect on you. In that case Synology is just sharing files and it doesn't know or care what kind of files they are.

This change is mostly for people who were using the Synology videos app to stream videos. I assume Plex is much more common on Synology and I don't believe anything changed with Plex's h265 support.

If you were using the built in Synology videos app and have objections to Plex give Jellyfin a try. It should handle h265 and doesn't require a purchase like Plex does to unlock features like mobile apps.

Linux isn't dropping any codecs and should be able to handle almost any media you throw at it. Codec support depends on what app you are using, and most Linux apps use ffmpeg to do that decoding. As far as I know Debian hasn't dropped support for h265, but even if they did you could always compile your own ffmpeg libraries with it re-enabled.

How can I most easily search my NAS for files needing the removed codecs

The mediainfo command is one of the easiest ways to do this on the command line. It can tell you what video/audio codecs are used in a file.

With Linux and Synology DSM both dropping codecs, I am considering just taking the storage hit to convert to h.264 or another format. What would you recommend?

To answer this you need to know the least common denominator of supported codecs on everything you want to play back on. If you are only worried about playing this back on your Linux machine with your 1080s then you fully support h265 already and you should not convert anything. Any conversion between codecs is lossy so it is best to leave them as they are or else you will lose quality.

If you have other hardware that can't support h265, h264 is probably the next best. Almost any hardware in the last 15 years should easily handle h264.

When it comes to thumbnails for a remote filesystem like this are they generated and stored on my PC or will the PC save them to the folder on the NAS where other programs could use them.

Yes they are generated locally, and Dolphin stores them in ~/.cache/thumbnails on your local system.

[-] greyfox@lemmy.world 4 points 1 week ago

We should move away from income taxes. Consider a progressive income tax system, where the first 15k is not taxed, and the next 15k is taxed at a rate of 10%. Start here. Why are we taxing income at these levels?

That is already exactly what we do today. Your personal standard deduction means that the first $10k you earn is not taxed. Everything over that starts in the lowest tax bracket and is only taxed at that level, filling each progressively higher bracket as you go up. Additional dependents increase the starting point of when you get taxed.

When you do your taxes they give you charts to handle this calculation which gives you your "effective tax rate", but those charts are based on this progressive system.

Trade is good when it's taking advantage of geographic advantages in a healthy way: I will trade you maple syrup for lemons. But not when a developed country is just exporting their exploitation: I have health, labour, environmental rules and you don't let's trade... A tarrif to equalize here makes sense.

Very true but it isn't entirely about labor/environmental rules. I think capitalism likes to tell us to blame their failings entirely on those things.

In reality they have a few advantages that our capitalists don't want you thinking about. When you have a billion people in your country you are working with scales that are considerably different. Also countries like China seem to be fine with giant vertically integrated monopolies (probably because they know they have the power to keep their corporations in line) which lets them reduce the middlemen taking their cuts along the way. And of course their giant government subsidies.

And if we have industries that are so important and add enough overhead in cost to our other industries (such that they can't be competitive with overseas monopolies), maybe the government should take those over so they aren't running to make profit instead of adding tariffs that just tax the people. That could put all the other businesses in the country dependent on those base things (power/steel/batteries/etc) on at least a little more level ground.

Tariffs may still be required but let's not blame the entire situation on missing labor/environmental laws when uncontrolled capitalism is taking a big bite out of our end.

Lastly developed economies should tax corporations on revenue (not income), this makes sense once they get to a certain size or share of the market. At the point where they are no longer adding value and instead just using size to hold market position through uncompetitive practices.

I would say it is difficult to make laws that can effectively do this especially since different sectors have different sizes/expected revenues. It would be better if Congress would just do their job to just break up those companies when they get to that point. Or if their portion of the market no longer can foster healthy competition maybe it is time to treat them like a utility.

[-] greyfox@lemmy.world 11 points 1 week ago

Here

H2i® models provide heating, even in outdoor temperatures as low as -13° F, producing up to 100% heating capacity at 5° F. These units offer year-round comfort even in extreme climates

Their technical documents show that they are down to about 20% of their usual heat output at that lowest temperature so they need to be sized up accordingly. The reality for most folks in an area cold enough to require these is they have backup heat sources for the coldest days anyways.

[-] greyfox@lemmy.world 69 points 1 month ago

It also doesn't say that the line on the bottom is straight, so we have no idea if that middle vertex adds up to 180 degrees. I would say it is unsolvable.

[-] greyfox@lemmy.world 19 points 3 months ago

We asked our Dell sales guy this question years ago now, when they had been removed one year and quickly added back the next year.

They are there mostly for government builds, and other places with high security requirements. Usually the requirement is that they need to prevent any unauthorized USB devices from being plugged in. With the PS2 m&k ports they can disable the USB ports entirely in the BIOS.

[-] greyfox@lemmy.world 5 points 3 months ago

Updates for CrowdStike are pushed out automatically outside of any OS patching.

You can setup n-1/n-2 version policies to keep your production agent versions behind pre-prod, but other posts have mentioned that it got pushed out to all versions at once. Like a signature update vs an agent update that follows the policies.

[-] greyfox@lemmy.world 4 points 4 months ago

This is likely something like a FIDO token/passwordless setup of some sort (i.e. Windows Hello).

The thumbprint would just unlock the hardware device, so the thumbprint itself wouldn't need to be transmitted to your credit issuer. This gives you full two factor authentication of your identity because you need the hardware device (something you have) and your biometric (something you are). They also often allow pins (something you know) instead of biometrics as the second factor.

[-] greyfox@lemmy.world 3 points 5 months ago

Well worse than that, Oracle closed sourced ZFS, so OpenZFS was forced to become a fork, and they are no longer compatible with each other.

As for GPL the CDDL license that ZFS uses made sure that code contributions attribute copyright to the project owners, which means they can change the license as they please without having to track down contributors.

You would think with their investments in Oracle Linux and btrfs they would welcome that license change, but apparently they need excuses to keep putting money into Solaris, and their Oracle ZFS appliances instead.

[-] greyfox@lemmy.world 3 points 6 months ago

One nice thing about KDE compared to most of the other DEs is that the window manager (kwin) is separate from the underlying components, and it can be replaced!

There are many walkthroughs like this one out there: https://github.com/heckelson/i3-and-kde-plasma

You get i3 for tiling window management but you still get to use KDE's system settings to do configuration like display settings, themes keyboard shortcuts, etc, just like you did before. You can also pick and choose which parts of the KDE desktop you want to keep (menu, krunner, etc)

Since i3 is just a window manager and is lacking all of that system level stuff it really rounds out i3 to feel like a full DE instead of having to piece together other tools to do those things.

[-] greyfox@lemmy.world 8 points 8 months ago

It's presumably to give you legal ground to sue if some corporation scrapes Lemmy content and uses it to train AI, or whatever other commercial purpose.

Hopefully if enough people do it they would consider the dataset too risky to use. They could try and parse out comments that have that license statement but if any get missed somehow they open themselves up to lawsuits.

That would force them to instead pay for content from somewhere that has a EULA forcing the users to hand over copyright regardless of what they put in their posts (i.e. Reddit).

[-] greyfox@lemmy.world 4 points 8 months ago

There is a free fan made remake of the shooter. https://totemarts.games/games/renegade-x/

Unfortunately while EA seems fine with them distributing this as long as it is free, they won't allow them to put it on Steam.

I haven't played it in a couple of years so I don't know if there are still active servers but it is a very good remake.

[-] greyfox@lemmy.world 6 points 8 months ago

That probably would work well for those closer to the equator.

But for those in the 100 minutes zone of this map that would mean going to work at 6:30am in the summer (assuming we are using civil twilight as "sunrise"), and 9:30AM in the winter which is much more of a swing than daylight savings puts on us, but at least it is a gradual one.

For those above the Arctic Circle, they just work 24/7 for a couple of weeks in the summer but get a similar time off in the winter ;)

view more: next ›

greyfox

joined 1 year ago