

Not anymore. They are owned by Songtradr now
Not anymore. They are owned by Songtradr now
I would argue that it is better to have two separate drives for the installation. It simplifies things for non tech savvy people, and I believe Windows has less of an opportunity to mess with your linux install, such as messing with the efi partition.
Ctrl + Shift + - should decrease the font size of the current terminal, which isn’t what you are looking for, but could be useful while you sort it out. Is it possible that the font in the config doesn’t exist, causing this issue?
What happens when the defaults change? Is old code all of a sudden not following the style guidelines?
deleted by creator
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.
I’ve had similar issues, but with a 7800XT and only with variable refresh rate enabled. Don’t know if that is caused by the same thing though
The only practical purpose of such a cluster is educational purposes. Clusters as a whole are only useful for academics and researchers, so once you get into clusters using old hardware you’re essentially only building the cluster for the sake of the challenge.
The tech layoffs are not related to industry replacing those jobs with AI. Tech overhired and now they are adjusting. Simple as that.
AUR is also not supported on Arch, so support has nothing to do with it.
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
I can’t easily get X on my system to test
This can’t be true. If you are on Arch, this should be very easy to do. I’ve had a backup i3 session available on my system for years alongside sway. It should be as easy as installing an X based DE and then selecting that session from the display manager
This doesn’t work when an important part of the process is making sure your data is actually good. If the data is proprietary, there is no way to make sure it is usable.
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.
I don’t get what you’re referencing… does systemd break this functionality of tmux or something?
As others have said, use ntfs and just install ntfs-3g
which i use mostly for storing games
If you are trying to put your Steam games and share them between Windows and Linux, be prepared for a headache. I did this for a short period of time, and it worked OK, but tbh it really doesn’t seem worth it. You have to jump through some hoops to get Linux Steam to play nicely with NTFS, and your Linux Steam will fight your Windows Steam every time you switch between using one or the other. Putting my Proton/Linux games on my ext4 partition, a weight was lifted off of my shoulders. This might work better if you share the drive but have separate steam library folders for each OS, but at that point you might as well just have two separate partitions.
with kitty you can open a new terminal session that sets it’s cwd to the remote directory of the server you’re ssh’d into. Honestly the only thing I can think of that termux can do that kitty can’t is saving sessions