I’m not a thinkpad guy, but I thought one reason for people liking old thinkpads is that the old ones came with cpu’s that predate the intel management engine.
Cuteness enjoyer.
I’m not a thinkpad guy, but I thought one reason for people liking old thinkpads is that the old ones came with cpu’s that predate the intel management engine.
As a “sicko” (lol) I must say I don’t really futz around much if at all anymore. There are some differences but all in all I don’t think the Artix experience is much different from the regular Arch one.
Interesting, I never heard of setting your shell in the emulator config. I just used ‘chsh’ once when I setup the install.
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.
What about FZF? For example, I want to play a video file without digging through my files, I type fflpay and press ctrl-t which opens a fzf fuzzy finder. Type the incomplete name and select it. I would suggest this at least for the second example as running the wrong executable may get you in trouble. This is on the fish shell but I think other shells have similar possibilities. I also use this ctrl-t thing in combination with nvim or even cd.
You can call it low effort, but Lemmy is a “link aggregator”. Even just sharing links has its value.
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.
Well I guess they just don’t think it is necessary to have a n-ary tree. I use i3 but I rarely have more than 2 windows open per monitor (apart from my floating scratchpad terminal). Usually I have just two windows side by side per workspace. So if I would switch to bspwm I wouldn’t really be limited by it. That is also my reason for not switching to a dynamic tiler: I never split my windows enough to where it matters.
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 guess that is pretty funny, didn’t notice it while writing lol. When it comes to those seams, I think it depends on your font whether it will have seams or not. Colouring the background is more consistent in my experience.
I tried fastfetch which was very fast, but didn’t work correctly for me. It told me I had 16 flatpaks installed, but I don’t even have flatpak! On another preset it gave the wrong number of pacman packages installed. The coloured bars also rendered with visible seams in between because it uses characters instead of colouring the background. It also didn’t show my terminal font at all. I can’t open issues because I didn’t bother to activate 2fa on my github account. I ended up writing a simple fetch for fun, it shows pacman and rust packages, learned a few things about terminal escape codes.
Bloat is relative to the user. If I have a piece of software installed that I don’t use, it is bloat. If a program has features that I don’t use (especially if they get in the way) they are bloat. Random config and cached files from programs long gone are bloat. It is not really about saving CPU/RAM/disk resources. It’s like keeping my room clean. I also consider any UI element that is not strictly necessary bloat, because it gets in the way, takes up screen space and doesn’t look clean. I have 485 packages on my 3+ year old Artix system right now (and some things I compile). Sometimes it can be higher if I use some extra software. But more than 700 hundred packages will start to feel uneasy. An example of bloat: I used startx to start my X server (like almost everyone else). Then I replaced it with a small shell script (sx). It worked exactly the same for me, I couldn’t notice the difference. That means that everything startx provides over sx is bloat in my case: completely useless. You can see it as a form of minimalism.
but every distro I’ve tried has a strong sense that if you’re using the GUI you don’t need or deserve admin controls
It’s not that you don’t need or deserve it. The thing is terminal tools are already available. To get the same stuff with GUI someone is going to have to make that stuff. Most people with the skill to make things like that probably don’t care enough about GUI to be inspired to make such tools. Since using the terminal is easy and natural to them. When it comes to FOSS, since people work on it in their free time with no payment, they are likely to only put significant effort in things that they would use themselves.
New? Does it come with 2080 packages out of the box?
Qutebrowser is very cool! Personally I want to use firefox’s engine (or at least not something chromium based). Otherwise I would have jumped ship to qute or surf already. Currently my only gripe is that the plugin doesn’t work on pdf’s and other special pages, which is not an issue on qute.
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).
Man I used to do SketchUp all the time in middle/high school, so nostalgic.