

Sounds like classic Borderline Personality Disorder to me. I’m not a psychologies but: Fear of abandonment causing love-bomb to sabotage cycles is like the definition of BPD
Sounds like classic Borderline Personality Disorder to me. I’m not a psychologies but: Fear of abandonment causing love-bomb to sabotage cycles is like the definition of BPD
Would not mind if we Noreiga’d him.
I don’t think they even know if he’s dead or alive. I’m pretty sure all the cash is up front too.
No, see, he’s just playing word games. He has a hostage now. You understand the man who runs superjail for profit is not a good man right?
The whole poll does not move as end entire unit instantaneously. You send a sort of shock-wave through the poll. 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.
Filesystem sized is grown fine? If so wow that was easy.
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.
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.
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.
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
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.
You just want a desktop version of the apps you already have? Have you tried VLC?
Lol then why are you even bothering with Kodi?
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.
If python is too big for you and you’re dealing with heterogeneous systems then you’re probably stuck with sh
as the lowest common denominator between those systems. I’m not aware of any scripting languages that are so portable you can simply install them with one file over scp.
Alternate route is to abandon a scripting interpreter completely and compile a static binary in something like Go and deploy the binary.
There was also some “compile to bash” programming languages that I’ve sneered at because I couldn’t think of a use case but this might be one.
Elixir checks most of those boxes. If you want a good functional scriptibg language, Elixir soynds like the go to. Some lisp language like guile should also be sufficient, and probably have a lighter footprint.
This requirement stands out though:
has a simple/straightforward setup (ideally, it should be a single executable that I can just copy to a remote system, use to run a script and then delete)
Thats basically what ansible does. If you plan on doing this to multiple machines you should just use ansible. Also how do you plan on ensuring the scripting interpreter is installed on the machines?
If those aren’t burned I to the video, ie you can turn them off, then they must be some magical subtitle format that I’m not aware of.
More or less. Think of it like screen recording the YouTube video as its playing with the subtitles instead of downloading the video.
Idk why you ever expected the program to leave its installation in a pristine state. Just copy the files, its the normal thing to do.
Read the changes to the scripts. Its probably just running a self updater.