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.
Vim uses these commands like di" (delete everything inside “”) instead of chords (holding multiple keys down at once). Both work fine. The reason vim does this is that many regard it as more ergonomic. You don’t stretch your hand/fingers out and you can keep your fingers at homerow. You might have heard about people getting an “Emacs Pinky”. It’s basically down to preference. I don’t use emacs but I know people use vim bindings in emacs (emacs is very scriptable after all). That way you can try or integrate vim like bindings without leaving your comfy emacs.
I use fish abbreviations. Unlike bash/zsh aliases, they expand when you press space or enter. This way you see the original command every time you use the alias, and you can edit as well. This should lighten the concern you have a bit. Your concern is something that sysadmins keep in mind e.g. default vim bindings so you are always comfortable on any server. However for desktop use I don’t think leaving the speed and comfort on table is worth it. Most desktop users only use their own systems anyway.
Over time your collection of aliases and scripts will grow to make common tasks you do easier.
Are universities automatically “elitist brain-rot” when they participate in rankings? When it comes to privilege, yes, rich kids that don’t deserve it are accepted into ivy league universities because of the connections they have. This is not a good thing obviously. Most researchers receive the privilege of working there because of their good research done at other universities. That is why they stay on top: a lot of excellent researchers want to join those universities. Obviously MIT has a very good standing when it comes to CS. The dick-measuring contest is but a small part of the university ecosystem. Also, neo-caste system is a quite strong. Most ivy league researchers are probably not rich or powerful. For that you have to look at our “friends” in the C-suite. I understand the sentiment, but I find “hate”, “elitist brain-rot” and “neo-caste system” way too strong.
It kinda sounds like some kind of driver issue to me. The fact that it doesn’t detect modes other than a single super basic one sound like not having a proper graphics driver. However, I have no clue why it would work again on reboot and maybe even more importantly, why the other monitor does have a proper mode detected. I wouldn’t expect that if the driver was messed (you would expect all monitors to be assigned some basic mode).
As I understand you take in some stream video akin to /dev/video0 and want to enlarge it so you can look at your monitor while playing? Whenever it is something with video ffmpeg can probably solve it. FFmpeg flags like -vf
also work on the video player, ffplay.
https://trac.ffmpeg.org/wiki/Scaling
At the bottom they talk about choosing scaling algorithms, try some out to see what combination of quality and speed you get.
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.
Man I used to do SketchUp all the time in middle/high school, so nostalgic.