(n)vim can also do this, if you've set up an ssh alias in your ssh config for your multi-hop destination you just list it where the hostname would go. e.g.
nvim scp://remotemachine/.config/emacs/init.el
For the same reason you can use sshfs, sftp, and rsync with multi-hop. Gotta love openssh!
Codeberg has my favorite UI of the bunch as well. As a regular user rather than a programmer, I really appreciate how easy it is to find both Issues (I am a frequent bug reporter) and Releases near the top of the page. GitHub hides Releases on the side or bottom (mobile), and GitLab's UI is such a mess I don't even know where to start. I've often edited my URL to get to Issues or Releases on some git forges because it's easier than dealing with their UI.
>All the other lines set options to their default value, which is pointless.
I kinda like doing this for some programs, both as a way to see the current settings at a glance, and to avoid issues if defaults change in an update. At least twice mpv has changed default behavior and ruined my day. Once when they made scrolling vertically change volume instead of seeking (trying to match VLC?), and once when they disabled subtitles if the language matched the audio. Both easy to fix in the config file, both cases where I liked the default until they changed it.
Can't say I really interact with the "community", I installed the program and I use it a lot. I am grateful for the existence of vi and vim. I now use neovim where I can. vim or vi as needed.
>There are a few parts to the difficulty. One is that when I have something to say about my day, there's nowhere to say it; no one on HN cares whether I fixed up the blinds or cooked pork steaks. I hang out in an IRC chatroom for that, but sometimes nobody's around for hours.
I wasn't necessarily gonna reply to this thread, but you struck a chord with me here. I spend a lot of time on IRC myself. I would say branch out to more channels and/or invite more people to your usual channel. I have some IRC friends I like more than others, but pretty much around the clock someone is around. The Finns, the Poles, the Brits, the Americans/Canadians, not to mention the NEETs and night owls with shifting schedules who could pop up at any time. Sometimes there are lulls and I'll write 20 lines in a row talking to myself, and maybe I'll have moments where it feels pointless or like I'm going crazy, but then one of the lads wakes up a few hours later and starts replying to stuff and everything is fun and exciting again. Find a way to stick out the lows, and make the highs more common.
As for no one caring, someone probably cares at least a little. Maybe they prefer to lurk, maybe they're busy, maybe they feel weird replying for some reason. There's probably someone who'd miss you if you stopped posting for a while. I know I find myself doing a .seen (bot command) on a handful of nicks throughout the day if they haven't posted in a while, or cycling through some saved quotes with the bot to get some conversations going again. I try not to spend all my free time chatting because I do have things I want to watch and play also, but IRC is hugely important in my life for sure, as someone who doesn't get out much, and frankly doesn't like to get out much either.
As for games, YMMV but after a long multi-year break from games, I found fun in them again by approaching them a bit differently. No more shooters (first/third person) since I think the genre is extremely oversaturated and tired, plus I played too many in the past, keep the game count per month low, aim to get all the achievements if possible, and if all is on track, switch games at the start of a new month. I basically deep-dive into every game that I decide to play and get to know it quite well. It's fun then to write a review at the end of the month as well. I stick mostly to games which are either singleplayer or still fun when played singleplayer. I do not want to play anything that relies on other people to be any good, there's too much room for failure. I try to avoid AAA or FotM stuff. I'll resist using the word but I don't play games like Peak or Lethal Company. I end up saying no to most games suggested to me, or delaying trying out a game for a few months because I'm in the middle of another game, or already have the next game or two picked out. I find this a lot more fulfilling than jumping between 10 games in a day, feeling bored and aimless, never finishing anything.
I don't know how you feel about anime, but you could pick out some seasonal anime and keep up with it as it airs. MAL and LiveChart have the season charts. Gives you reason to look forward to particular days of the week, and the shows all have clear ends, giving you lots of stopping points. Optionally you can read/participate in episode discussions afterward. Watching a really good episode of anime is one of the best feelings.
Nitpick, but I love vim (and to a lesser extent emacs) and am not a programmer (sadly). I don't believe you need to be a programmer to use them. Using vim is "just" using your computer. Personal notes, system configuration (dotfiles), anime playlist management (.m3u files mainly), checking the name of a unicode character I don't recognize (vim-characterize), inverting capitalization (select and hit ~) or making large formatting changes to some text (block select visual mode and multi-line editing, macros) to post elsewhere, bulk renaming of files (vidir), writing emails (aerc), vim is my go-to for all that. That's not even getting into vim-inspired separate programs like ranger and qutebrowser.
I spent a couple months memorizing the test questions/answers with Anki, without learning the theory, and passed the second level test (the one below Extra, I forget the name). I got a cheap Chinese (ABBREE brand I think) radio but never learned how to use it, and am a bit worried about accidentally transmitting if I poke around on it, even if it is probably legal for me to do so (assuming I announce my callsign periodically and such). I'd been meaning to learn things properly once the test was out of the way but I kinda lost interest, I guess. I'll still renew my license if it's about to expire anyway. Might as well. Callsign not shared because I tied it to my real address and haven't gotten a P.O. box (also as previously stated I am not actually active).
If you are interested, find and go to an amateur radio club meeting. The licensing test makes sure you know the regulations and some theory. It does not help introduce you to "ham culture" which is definitely a thing. I learned all the practical stuff from talking with local club members. They are usually overjoyed for new members; if not just go to the next club. Youtube and whatnot helps but it's better to be able to ask someone a stupid question, and believe me, if you want to be overwhelmed with information, ask a ham a question. In my experience there are some assholes but more genuinely kind people, mostly older folks who just want to connect with someone.
Fullscreening windows is typically a feature of tiling WMs, and tiling often makes it easier to adjust the ratios of the splits in small amounts. I think tiling works well at all resolutions.
nvim scp://remotemachine/.config/emacs/init.el
For the same reason you can use sshfs, sftp, and rsync with multi-hop. Gotta love openssh!
reply