Yeah, but I don’t want to miss out on this human centipede forming
Yeah, but I don’t want to miss out on this human centipede forming
I had a similar problem with hard lockups especially when doing package updates (Arch). After seeing a report on Gaming on Linux about the Nvidia 550 driver (I think it was that one) causing freezes, I uninstalled it and just ran on the intel igpu. Never had a single freeze again. Waited for 555 driver, installed that, and immediately got lockups during package updates (and randomly sometimes) again. I’ve now installed the nvidia-open package to see if it fixes it, and so far so good.
The other day I used the JetBrains AI to write some boilerplate code for me. The JetBrains AI code analyser then kicked in to tell me how poorly written the code was.
As a non European working for a European company, it is an interesting experience with non work times. The laws around working more than 8 hours a day are incredibly strict, and the company and all the managers will never ask or expect an employee to work more than the 8 hours. Even if you are on call and end up having to work, you have to then take time off during the week to “make up” for the time you worked while on call.
Yet I’ll be on call over a weekend trying to fix a problem at 2am, and my colleagues who aren’t on call just drop in to help because they saw the alert and felt like helping out.
It is like people want to actually positively contribute to the well being of the company when they are able to, because the company doesn’t try to drain every bit of will to live from their employees and respects that they are real people with lives.
Ah, you talking about Second Breakfast!
I call it breakfast
You don’t need to hack anything, you can use Binfmt_misc to tell the kernel how to load windows binaries
Yeah but then Pterodactyls bring that number back down again
Which signals to investors that there is little to no expected growth. If you aren’t attracting new customers to grow your user base, then you only have the option to milk your existing customers to increase revenue.
That may work short term, but long term it signals a death knell for the company, since as the old customers retire or the studios close down, the new crop of game developers would have been trained on or adopted a different engine so aren’t going to switch to Unity. Eventually they just run out of customers.
That must be fun for people walking past the outside when you swing the door open.
If you boot to an Ubuntu iso, you can use arch-chroot to set up everything you need correctly. Done this many times when I borked my Arch boot process
https://manpages.ubuntu.com/manpages/focal/man8/arch-chroot.8.html
What the company likes about the old timer is that because he has been there for 10 years, he will likely be there for the next 10 years to support the complicated system he is creating now. If a younger team member creates something using a modern approach, there is the risk they will leave in a years time and no one knows how the system works.
I like to use asterisk spacing.
void main() { /****/for (int i=0; i <10; ++I) { /********/printf("hello world\n"); /********/printf("%d\n", i); /****/} }