deleted by creator
deleted by creator
I would rather own my files on my phone like it’s the year 2000 than my devices becoming useless whenever $streaming_service shuts down or changes policy like it’s the year 1984…
I don’t understand why they mention programmable keyboards there. Buying a programmable keyboard to be able to rebind your keys is silly when it can be made entirely through software. On X11 for example you can load a .Xkeymap file and set your keyboard mappings this way. I use this to have a modified dvorak keymap with Altgr+auoeidhtns giving [(] on the home row for instance, very convenient. Then I use my window manager i3 to rebind mod+p to send Ctrl+V using xdotool (because mod+p seems more vim-like) and I’ve set my terminal urxvt to treat Ctrl+V as paste. if all software supported the Sun copy paste keys then I could send those keys instead of Ctrl+V.
Should have use libre software from the start my guy! Jellyfin / Kodi let’s go
I quit discord a year ago for Matrix or XMPP. never looked back.
https://github.com/cknadler/vim-anywhere
For your browser only, firenvim
OK I had the same problem as you and found the solution in dvdbackup + mkvtoolnix + some scripting glue + [optional step: ffmpeg/handbrake for transcoding]. My solution works but is not optimal but it works using only libre software. I’m writing a page on my website to document this libre dvd ripping setup, it is very much in progress but I will be improving it as I go, hence I prefer to point you to the page.
I had to dig around on the makemkv forum to find the source code: https://forum.makemkv.com/forum/viewtopic.php?f=3&t=224 but I have no idea how recent that is and the developpers are only giving the minimum source out of obligation from the GPL. They litteraly wrote “GPL is cancer” in their source code. This, plus the fact that there was no clear link to the source code and that it’s distributed as a tar (couldn’t find a git repo) really stinks.
Hey I finished my ripping guide and ended up writing my own script which uses only libre software (dvdbackup, lsdvd, mkvmerge and jq). Worked great for my collection of ~350 dvd. Check it out!