

I knew it was going to be a chording keyboard. I really want to play with one of those, but they tend to be a little too expensive for a thing I might lose interest in quickly lol.


I knew it was going to be a chording keyboard. I really want to play with one of those, but they tend to be a little too expensive for a thing I might lose interest in quickly lol.


My job is a lot of writing code so I have that ability whether I want to have it or not. I have also gotten half decent at swiping phone without looking. Usually one or two words are wrong though


If an editor has plugins then there is more than likely a vim extension for it. I know VS Code has one, and it has worked consistently for me. I think someone also made a Firefox extension for vim like navigation if you want to really go hard.
If it’s version 0.2 then clearly they’re still in beta/alpha development. Give 'em a break 😭.


When I did them myself I would get them done by March at the latest. Now that I have a financial advisor that also does my taxes, I get the documents to them ASAP (assuming ADHD isn’t getting in my way), and they tend to have them filed around the time I would’ve gotten them filed. Also nice to see that I didy taxes pretty accurately as how much I owed/was owed were effectively the se amount. Really wish the tax system was simplified for at least regular W2 employees where the taxes are basically all boilerplate with some numbers filled in.
I think Nix is better used for things like servers instead of a daily driver PC. Having to fuck with config files for my laptop/desktop would be a nightmare that I refuse to go through. I’ve been playing with Nix on a home server and I’m loving it for that. With a limited scope on what actually needs to be installed it makes managing the configs possible.


I would guess the deletion hasn’t propagated to all server instances so it’s still showing up in those instances. I imagine that posts are truly deleted but just marked as such I the database. Therefore a down vote could still be attached to the now deleted post this incrementing the counter.
The good news is karma isn’t a thing here so don’t worry about getting extra down votes.


Excuse me while I get really mad at you for not using Vim even though it doesn’t effect me in anyway.
Jokes aside, I’ve gone the route of just using an extension in VS code to give me the Vim key bindings. I can’t go back to non-modal text editors the muscle memory is too strong. I really should play around with emacs in “evil mode” at some point. Maybe I could get the best of both worlds then.
Edit: Vince -> Vim, Vince is a terrible text editor he doesn’t even understand my keystrokes when I type at him.


As is this bill is waaaay too broad. It seems the legislative body recognizes that so hopefully there will be a significantly narrower definition for what applications require age assurance. If you live in Cali call your state reps, and voice your concerns! I do like the idea of age verification via device attestation, way less invasive than uploading a pic of your ID to some chuckle-fuck 3rd party that is gonna get hacked. I would like no age verification being forced, but it looks like that is not gonna happen.


Nah your overall meme is defeatist as fuck. Your saying no matter who you vote for the trolley will run ove everyone. I don’t disagree with the sentiment, but this bullshit dichotomy doesn’t help.


We really need to stamp down on this “but both sides suck” bullshit. Yes the establishment Democrats suck, but this defeatist bullshit doesn’t help. I know it would be great to live in a country where there isn’t a two party system l. No hate towards you this subject just got me ramty as fuck.
Totally valid reason to not respond. Take care of yourself before you take care of someone else.
Hey if you didn’t have the emotional capacity for that good for you.


The place to start is searching “How to do x in Linux (or the name of the specific distro you’re using)?”. If you are trying to figure out how to do something with a specific program searching for “How to do x in {program} on Linux?”. I’ve been using Linux for years and still need to look up the syntax for commands or a reminder on how to do things. I would also focus on learning things that you actively need so you can apply what you learned immediately. I definitely agree with you that see what is actually installed can be a mess. There’s so many different installation methods that it’s nigh impossible to have a single unified interface. I would try to stick with one installation method as much as possible so most things are able to be listed in one spot.
For how to apply things it’s common to feel overwhelmed with the complexity of certain tasks. It’s important to try and break that down into smaller parts. An example of something I was recently dealing with was getting SSH access from an external network setup on a server that is running NixOS. There’s so many steps to take to get that setup, but each individual step is easy to do. I broke down the problem like this:
sudo dnf install openssh openssh-server. I can find those package names by running dnf search ssh or “SSH server on fedora”.sudo systemctl enable sshd and sudo systemctl start sshdI can go on, but each step I feel is simple to execute and doesn’t require knowledge from any subsequent step. As for how I know what the steps are, I am following some tutorials or docs online like this, digging through man pages, and personal experience.


First always take notes of the steps you took to do something. If you were throwing shit at the wall then try and do it again using only the correct steps. I have saved my own ass by taking down notes. Include the commands (obviously), what they do, why you’re using them, the expected output, and errors you came across with their solutions.
Since you said you wanted man pages to be easier to parse, I’ll give you some advice on how to approach these, admittly, intimidating blocks of text. One skill I have learned is how to read those intimidating technical documents and actually get the information I need from them. A good practice is take a tool, a programming language, data format, etc. that you already know and look at the technical specifications. Since you already know how it works you should be able to understand the information in there, and learn how to parse out that data. RFC 2119 also gives some guidance on some of the word usage in those documents (it’s very limited), and is a nice short one to get used to reading stuff like that.
Another thing is I just try shit out to see what happens. Would probably be a good idea to do this on a machine you don’t care about reimaging, or make a backup of all the data you care about losing. I’m a very learn by doing kind of person and have learned a lot this way
Finally if you have the time and knowledge looking at source code can really give you an understanding of how a tool works. This is my absolute last resort, so don’t think you have to do this.
Edit: I wrote this assuming you’re ok with getting into the nitty gritty of Linux. Otherwise I would recommend switching to a more user friendly OS. It looks like you’re trying to set it up for gaming, this is a guess and I could be wrong. I have been using Bazzite for about 6 months now, and the only times I have issues with it is when I try to do power user stuff that isn’t gaming related (e.g. trying to install a build tool to build something from source code).


I’ve heard anecdotal evidence that the anti-malaria medication the US military uses that cause people to have recurring nightmares. If you’re taking a medicine that is supposed to effect the brain I don’t see any reason why it couldn’t effect your dreams.


Yeah it’s a mix of “fair enough” , and “are you really monitoring votes close enough to even find me?”. If I went out of my way to downvote everything then I would say the ban is 100% justified. At this point I can see the point of view, but also is it worth the effort, when I will probably block the community anyways?


I’ve been banned from a few communities cause o reflexively downvote anything that’s AI generated.


Ah that would explain why I didn’t know. I have next to no experience with Apple devices.
If he was upfront with adding a block list, like a little message that pops up, and giving the user the option to opt out, then this would’ve been a non-issue. I can see some people wanting a curated block list to not have politic, rage subs, etc., but doing it in a hidden way will always leave a bad taste in my mouth.