If google had a baby she would drop it on its head.
Cuteness enjoyer.
If google had a baby she would drop it on its head.
It is shown by non-systemd distros that systemd doesn’t really solve problems for desktop usage. When you switch away, not much changes basically. I sometimes hear that it is a different story on servers.
You can call it low effort, but Lemmy is a “link aggregator”. Even just sharing links has its value.
What is similar? Does it need to be a band anime? Does it require social anxiety characters? Just cute girls doing cute things (CGDCT) in general? Have yuri elements?
edit: I personally don’t think that Bocchi the Rock! is super laid back, but if you compare it to action shows it obviously is. If you really want to go the laid back route you can look into the genre Iyashikei (“healing type”) with anime such as Non Non Biyori, Yuru Camp (still have to watch this one so can’t verify personally but is very popular) and Yokohama Kaidaishi Kikou (absolute classic).
I ditched ZSH a long time ago because it wasn’t snappy. From what I remember, things like autocomplete, syntax highlighting, etc were written in ZSH and not build in. In something like Fish it is build in and it felt much faster to me.
I see, I didn’t know ffplay could do some ffmpeg stuff by itself but it makes sense (ffplay is bundled with ffmpeg). I tried a very small example, you have to tweak it:
-vf drawtext="fontsize=20:fontcolor=white:text=example line of text:y=h-line_h:x=mod(w+text_w-50*t\,w)"
It makes the text scroll right to left, looping back to the start when it goes off screen. I adapted it slightly from the examples section of the manual: https://ffmpeg.org/ffmpeg-filters.html#Examples-71
I understand the end result you want to achieve, but what do you mean with “parse a rss reader through ffplay”? Parsing is taking in a string (text) and building some datastructure from it (like an AST). You can parse a rss feed (it’s XML) but I don’t get what parsing a rss reader is. Also “through ffplay”? You want ffplay to parse your rss for you? Or do you want to parse rss and than have ffplay somehow display the result (the news headlines taking from the feed)? ffplay displays videos and images (I use it as my only video player lol). If you want to render some text underneath a video stream I think you need ffmpeg first and than pipe the result into ffplay.
Speed of a package manager should never be a major concern nowadays.
I would like to disagree with this. It’s not just updates. Sometimes I add and remove a bunch of packages back to back to test stuff out or check soft dependencies or pull/remove dependencies for projects I am checking out and compiling or switch between prepackaged/compiled versions. For example I was once testing the difference between wine and wine-stable-ubuntu in combination with winetricks installed/uninstalled. That is four configurations and you might visit each one more than once. I once saw a classmate use the fedora package manager in real life and I thought it was quite slow. I am happy with pacman, it really rips through packages which is convenient.
I completely hid my tabs with custom css and I’ll never go back. With something like vimium-c you can switch tabs with vim-like bindings and an fzf-like menu. If you have lots of tabs, the fzf way is way faster to pick out a specific tab than it is to look for it in a tab row (or column). If you have few tabs, you don’t even need to see them to know where they are. I’m being very serious. Tabs are bloat. I recommend trying it out if it is something for you.
(edit) On top of that, it looks so clean. You get a bit more space for the actual content (I also hide my url bar, it pops up when you use it). It fits right in with a keyboard focus workflow, you get consistent keybindings across vim and your browser (I use the same keybinds for switching buffers in vim so it feels the same).
Void. I was so excited when I booted into TTY. A blank canvas like never before.
Nothing. Which is great: everything already works for me. Any improvements and extra market share is cool. But I’m vibing already.
Over time your collection of aliases and scripts will grow to make common tasks you do easier.