Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)OK
Посты
4
Комментарии
54
Joined
2 yr. ago

  • I have a zenbook as well (not the same model) and I only had problems with Windows. When coming back from suspension it would be hot and the screen had like white fog on the edges. I tried to fix it but with no success. Frustrated with that I decided to give Linux a try and never had that problem again.

    I assume you changed the ssd, I didn't know that was possible, I thought it was soldered to the motherboard. Is it possible you received a faulty drive from WD?

  • If that is a true priority, then you do not want Android TV.

    Not even a raspberry pi with lineage os?

    You would also be hesitant with youtube and netflix

    I know. As I said, I'd be using Jellyfin for the most part.

  • that surely is the issue. you can convert it to mp4 with ffmpeg: ffmpeg -i input.mkv -c copy output.mp4 If you want to keep subtitles this will probably work: ffmpeg -i input.mkv -map 0 -c copy -c:s mov_text output.mp4

  • orgmode with neovim on PC and orgzly on phone. syncing with syncthing

    Edit: I'm actually using orgzly revived, a community maintained version of orgzly, since orgzly is no longer mantained

    For anyone who is interested in note taking in your everyday editor like vim or emacs, orgmode is an emacs tool (in neovim there is a clone plugin) for note taking, todos, agendas, etc. It uses a format similar to markdown, and a good part is that with the orgzly app you receive notifications for your events. So basically you can use orgmode as a calendar as well (I do!).

    Neovim orgmode plugin github

  • I don't understand the nuclear energy hate. Of the nonrenewables it is the cleanest, and it is not always possible to run 100% renewable, (they depend on natural factors such as sun or wind), while nuclear is constant and always producing. Look at Germany and how it is polluting using gas and fossiles, it would be a million times better it they used nuclear energy.

  • GIMP is shipped by default with Linux distros

    This isn't true for most distros. Might be for some specific distro, but most distros I've used don't come with GIMP pre installed.

  • Before switching to Linux I used to think: "Linux users really use the terminal to install apps?? So archaic". Now I can't be more grateful of being able to install everything from the terminal.