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.
OpenBUSSY
For what I see as a helpdesk guy, most problems that are encountered origin from Windows being Windows, not tech knowleadge of some person.
Yeah but things just work by default more often on Windows than on Linux. “Linux being Linux” is also the most common cause of Linux problems.
Linux usually does give you the tools to fix problems more easily than Windows but that’s where the tech savviness comes in.
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.
Not sure what you mean exactly. The Windows workstation machine could be accessed remotely from anywhere. I mean sure you’re gonna have to hook it up to a monitor to set it up but after that you shouldn’t have to access it directly, at least not often.
I don’t like VMs because I need to allocate memory upfront for it, and considering it’s a Windows VM and depending on the dev work you’re doing on it you might need to give it 10Gb+.
If it’s at all possible for OP I’d recommend getting a separate physical workstation and then just remoting into it with your Linux machine, if you use VSCode the process is pretty much seamless, you use VSCode from your Linux machine normally while all the work is being done on the remote machine.
Thanks, I might consider it when my current Pixel kicks it, I’m not really into the fairtrade greenwashing bs but if it’s legit durable and repairable I’ll pay the price premium.
Do these things really deliver on their promise? Did anybody have one for multiple years? Is it really easily repairable? Is it more durable than your average smartphone?
Chatgpt is just Cortana with better marketing. AI isn’t smart, it’s just algorithms producing a facsimile of language via pattern heatmaps. What was Cortana if not just an earlier version of the same thing?
Well no, not really IMO. Cortana as far as I know wasn’t based on LLMs as we know them today, it was a way older method of NLP. You’re right that on a high level it’s pretty similar but the underlying technology is qualitatively different IMO.
That looks great, and it gets bonus points for being written in Rust. Thanks for sharing this.
I haven’t done this in years but I’ve always found open source solutions to this to be quite clunky and usually barely worked. What always just worked fine for me was Teamviewer. Yeah it’s proprietary and has crappy licensing but it’s mostly a smooth ride.
Do try the open source options first tho, it’s quite possible they got way better in the last few years since I’ve done this.
Quite juvenile behavior from the devs.
The constant closing and reopening the issue was a bit weird but I didn’t really see any hostility or toxic behavior, except from you getting pissy about it out of nowhere.
deleted by creator
Damn the cognitive dissonance must be wild.
Most types force premature design/optimization.
I disagree. What you’re saying is true for Java-like OOP languages because OOP is actually complete garbage if you want to design good, easy to understand abstractions. Types are way more elegant in functional or functional-inspired languages.
Most unit tests lock up some specific implementation (increasing cost of inevitable refactors) rather than prevent actual bugs.
Agreed, unit tests are useless in most cases, they mostly test the bullshit abstractions you built for the unit tests themselves.
Go sacrifices too much for superficial simplicity; but I would like to see a language that’s nearly as easy to learn, but has a better type system and fewer footguns.
“Easy to learn” and “good type system” will by necessity be opposing forces IMO. If you want to work with a good type system you’re gonna have to put in the effort to learn it, I’m not sure there’s this magical formulation of a good type system that’s also intuitive for most new developers. Hope to be proven wrong one day tho but so far no dice.
Counterpoint: using anything other than ‘i’ as your index in a for loop in C or C++ is obnoxious as fuck.
At most I’ll go with ‘it’ for C++ iterators.
I’ve used it a few years ago, it might have gotten better but when I was trying to use it it was annoying as fuck, cross-application links that you would expect to open the browser or whatever other app just didn’t seem to work right and that was kind of a big deal for me since I use Slack a lot.
Also I’d imagine your disk usage would go through the roof with it.
I just don’t see the point in it tbh, what was wrong with Linux package management as it is?
How’s Asahi Linux going nowadays tho? I know it’s probably not perfect but is it usable day to day?