Eh I’ve seen colleagues that use Vim heavily do their work and they’re like at best 10-20% faster than me when it comes to pure text input/editing, honestly not worth the effort to switch to Vim for me.
Eh I’ve seen colleagues that use Vim heavily do their work and they’re like at best 10-20% faster than me when it comes to pure text input/editing, honestly not worth the effort to switch to Vim for me.
Just switch to VSCode or something similar, it has enough features and shortcuts that will quickly make you like at least 80% as productive as you were in Vim. It even has a Vim mode so you can wean yourself off of it more easily.
Honestly never got the appeal of Vim, you need to spend so much time learning and configuring it only to squeeze out a little bit of extra productivity out of it when compared to a “normal” editor/IDE. I don’t see why it’s so important to be able to edit and write code as quickly as possible since most of the time you’re going to be debugging or looking at the code or reading docs.
EDIT: Just noticed you said you don’t code a lot. I think most of what I said still applies, I imagine you don’t spend 99% of the time in the editor typing away.
I’ve tried a lot of these veggie burgers and tbh at least where I’m from most of the time they kinda suck. I’ve had a few really really good ones but mostly they tasted mid.
It’s pretty close, you just don’t want to admit it because you’ve been taught to hate that word.
It’s pretty close, not sure why you’re being so belligerent over this.
Would that have even worked? I can’t imagine you’d be able to get anything better than PS2 graphics with just an extra CPU.
OpenBUSSY
deleted by creator
Agile is the anarchism of software development: sounds nice on a high level but basically no theoretical foundation behind it and thus in practice everybody makes it whatever the fuck they want it to be.
Strange, usually things just work there considering the limited hardware variety. Is it an older Mac? I’m typing this on an M2 macbook and it works perfectly.
Anyway try to dig into the config and check if you’re using hardware rendering: https://fedoraproject.org/wiki/Firefox_Hardware_acceleration
If it turns out you’re using software rendering try forcing hardware rendering on: https://jamcity.helpshift.com/hc/en/6-genies-and-gems/faq/5737-how-do-i-enable-hardware-acceleration-on-my-browser/
Sounds to me like some hardware issue, I’ve literally never experienced any of this in the last 5 years on Firefox. My guess is considering it works fine with other browsers the graphics drivers are a bit wonky, or maybe Firefox is falling back to software rendering for some reason. Are you using Linux or Windows?
Wym? Youtube works just fine for me with uBlock Origin. Very rarely there’s some wonkiness but nothing unbearable.
Just bail out, it wasn’t meant to be. I tried a similar thing with family a few times and they always went back to Windows.
Linux is unfortunately not for people that aren’t at least a bit tech savvy. If you insist on them using Linux you’re gonna be on call to fix their shit all the time.
Also, choosing to live away from work is a choice.
Uh no in fact it’s absolutely not a fucking choice for most people.
People like you are so fucking pathetic, you can’t for the life of you admit you were wrong so you do some bullshit decorum song and dance to appear like you have some abstract moral highground.
Also no higher-order functions like map, filter, reduce etc.
Really weird design decision for a brand new language.
Comptime is pretty dope tho, I wish Rust had that instead of relying on macros so much.
It’s not THAT complicated but I wouldn’t call it dead simple. When you understand how git works internally yeah it’s pretty simple but people usually start with the idea that it’s a tool to put your code on a server to synchronize with other people and only later learn that you have both a local and a remote (or multiple remote) tree and how the tree really works.
I think the problem is most git 101 tutorials teach it wrong, IMO the best git tutorial is this: https://wildlyinaccurate.com/a-hackers-guide-to-git/
Unfortunately it’s pretty dense so it’s gonna scare off a lot of newbies.
because no compiler can check to see if you thought of everything.
We can try to get closer to that with better language design. You’ll never get there but I think there are obvious benefits as to why you’d want to do that.
I write way less bugs in Rust than I have in Java or C++, and that’s mostly thanks to the language design.
I’m just tired of people entirely dismissing languages like C because they don’t have these features. Especially when the operating systems their code runs on and their languages may even be implemented in C!
Because that code has been review and re-reviewed and patched by experts in the field for years. You’re not gonna write a backend for an app with short deadlines in C because that would be absolutely fucking insane.
How long ago was this? I think the ecosystem got waaay better in the last 1-2 years. 3-4 years ago it was rough but shit still worked with a bit of trouble.
How’s Asahi Linux going nowadays tho? I know it’s probably not perfect but is it usable day to day?