

I’m aware. Krohnkite got updated to support 6
I’m aware. Krohnkite got updated to support 6
Even if you want tiling, Krohnkite is available for Plasma 6. It was enough for me to switch away from Sway, since I care less about minimalism.
FYI, leetcode is not a “learn to code” website it is a “practice problems that will be asked at tech interviews” site. A lot of these problems are inspired by (or maybe are even literally from) interviews at “top companies” like Google, Facebook, etc. They are almost completely algorithmic or data structure problems, i.e. “unrelated to your actual work” (well, most of your actual work for most people).
Wouldn’t you argue that putting hard restrictions would have the benefit of shrinkjng your recruitment team? To be clear, I’m coming from an extremely anecdotal point of view, but to me it seems like tech is full of imposters jumping from job to job, playing up their experience. Recruiters cannot spot these people, because they know all the jargon despite having none of the skills. This is why these technical interviews exist, but now those are even being gamed by people by studying leetcode. I’d be really curious what a high quality tech recruiter does vs the average.
We do require a BS in computer science
The only scenarios where I’d think I wouldn’t require one are
#1 and #2 are indicative of other problems in your company. I get that you can be a good dev without a degree, but from an employer perspective, it seems like an easy way to save time and money on hiring. I am convinced that a lot of money is wasted on recruiters who throw everyone under the sun into the hiring process just so they can justify their existence.
The tech layoffs are not related to industry replacing those jobs with AI. Tech overhired and now they are adjusting. Simple as that.
I can’t speak for the whole suite, but Excel sucks in the browser. The browser version do not have all the same features as desktop. I only use Office if I’m forced to and use LibreOffice or Latex otherwise
Build your own locally hosted cloud!
This is the hard part to sell people. I feel like for self-hosting to become popular, there would need to be a “plug ‘n’ play” device that essentially has everything you need to set up a small server on your home network. If you could set up a home server as easily as you can set up a Google Home device, that would be amazing.
Does it execute both, or does it execute the branch that is more likely to be valid? Branch prediction seems like it’d be way more performant than executing both branches until the result of the branch condition is available. If you think about it, what you’re proposing will cause the CPU to always execute instructions that are not meant to be executed when confronted with a branch whereas branch prediction will only execute these “useless” instructions in the unlikely scenario where the prediction is incorrect.
According to a friend of mine that is an employee, he shows up every now and then to throw a fit and go on firing-sprees.
Yeah, unfortunately vim is really for text editing, so if you’re not doing that (writing a Google Doc is not text editing), you aren’t going to see vim bindings/extensions supported/available in those cases.
The best you can hope for is to do something like here (not sure if it still works), but then you defeat the point of using Google Docs.
Honestly your best bet probably is to use Latex instead of word when possible and use Overleaf with vim bindings (however, these bindings aren’t the best in the world). Of course, if you’re working with others using Latex is probably a deal breaker.
deleted by creator