ZWQbpkzl

joined 3 years ago
[–] ZWQbpkzl@hexbear.net 13 points 3 months ago

Its not like Hollywood is making anything good anymore anyways.

[–] ZWQbpkzl@hexbear.net 11 points 5 months ago* (last edited 5 months ago)

The whole poll does not move as end entire unit instantaneously. You send a sort of shock-wave through the poll, when you push it from your end. That shockwave has a travel time that's much slower than light. I suspect that the speed of that shockwave probably proportional to the speed of sound in the material that the poll is made of.

[–] ZWQbpkzl@hexbear.net 1 points 5 months ago (1 children)

Filesystem sized is grown fine? If so wow that was easy.

club-penguin-dance

[–] ZWQbpkzl@hexbear.net 2 points 5 months ago (3 children)
[–] ZWQbpkzl@hexbear.net 1 points 5 months ago (5 children)

I recently read that luks containers don't actually know their size they will always adapt to the size of the entire disk (it makes shrinking them dangerous). So you should be good unless your SSD is bigger than your new nvme.

Very curious about how this goes. It might not work but it won't wipe the original nvme. I'd love to hear how it goes.

[–] ZWQbpkzl@hexbear.net 2 points 5 months ago (7 children)

I suspect your plan might be safer and less of a pain than pvmove. I've just never done that before so I can't say for sure.

Be sure you can open and mount the USB ssd after the first dd. Also check the status of the disk size of the luks container. I'm assuming your dd'ing the encrypted partition not the data inside.

[–] ZWQbpkzl@hexbear.net 4 points 5 months ago* (last edited 5 months ago) (9 children)

Look into pvmove. I'd take a backup with dd but try to do the actual move with pvmove. This might involve multiple steps if you can't have both nvme's installed at the same time. In that case I hope you have other drives.

Edit: I think what you're doing won't be a disaster because you're not writing anything to the old nvme so that data is still there. So you won't bork anything if the new drive doesn't work.

[–] ZWQbpkzl@hexbear.net 14 points 5 months ago
  • X11 is the displayer server, a real process running on your computer.
  • X11 window managers are clients to that server. It communicates with the server and tells it where to draw the windows.
  • A desktop environment is a window manager plus a whole suite of other applications and processes that a common computer user would expect.

A window manager and display server are the bare minimum of the x11 graphical environment. Desktop environment is draw the rest of the owl.

Wayland is is a completely different beast than x11. There is no Wayland program, just a wide set of protocols. There are no Wayland window managers, just "compositors". Compositors are responsible for everything both the display server and window manager would do in x11. Everything is up to the compositor to implement. It just has to follow the Wayland protocols.

This can make migrating to Wayland a bit tricky. If a program worked in one x11 window manager, it was basically guaranteed to work in all window managers becuase it was always communicating to the same X server directly. In Wayland that's not guaranteed. If a compositor didn't (or didn't correctly) implement a certain subset of protocols then the utility wouldn't work correctly.

IE take xrandr and wlr-randr. They both are a , "display settings" CLI utility. xrandr works on any x11 environment because it always communicates with x11. wlr-randr only works if the compositor implements the wlr_output_management_unstable_v1 protocol. See the protocol deifnition here

[–] ZWQbpkzl@hexbear.net 16 points 6 months ago

Bots on reddit are absolutely a thing. Ever since reddit's API went private it became exclusively a for-profit venture for manufacturing consent.

If anything the foreign bots have gone down recently but national bots have gotten out of control. Given our political climate I suspect kumbaya posts of being bots more than anyone being polarizing.

[–] ZWQbpkzl@hexbear.net 1 points 8 months ago

You just want a desktop version of the apps you already have? Have you tried VLC?

[–] ZWQbpkzl@hexbear.net 1 points 8 months ago (2 children)

Lol then why are you even bothering with Kodi?

[–] ZWQbpkzl@hexbear.net 4 points 8 months ago (4 children)

The main alternatives to Kodi are Jellyfin and Plex but I suspect those will have the same problem if your library isn't organized. How well are NOVA and Infuse handling your library? Like are they able to tell queue up the next episode of a TV show? Because Kodi is basically trying to be more like a local Netflix than "just a video player".

Jellyfin and Plex are web-based so you'll get a a far more consistent experience across devices than Kodi. But they'll generally expect Movies to be in one folder, TV shows in another, and will have some expectations of the file name. They won't open the file to figure out what movie it is.

view more: ‹ prev next ›