

What is the use case for linting typescript where tsc is unavailable? To avoid tsc compilation time if possible?
What is the use case for linting typescript where tsc is unavailable? To avoid tsc compilation time if possible?
Made this, hope it helps. https://ykrej.github.io/ServerPartDealsTable/
What model do you run? Aren’t the vram requirements pretty rough for self hosting?
I avoid apt because it does silly stuff. Always use apt-get. I suppose having to know that quirk is a con of the distro.
I just don’t use snaps and it works great for me. For docker I add their apt repository and install it like that.
What is so bad about Ubuntu server?
My one 3 is terrible. Keys dying after 2 or 3 years.
But what about video games :(
It is js, it is always source code.
Am I dumb or does th article not mention the executive’s response to this question?
What were you using it for?
That is ridiculous. Does 3nm mean anything or it is purely marketing?
I’m saying it just works, I didn’t say anything about why that is the case.
It just works. I don’t want to have to invest time in making my os work. I want to spend my time on my projects(which I use wsl for)
I totally understand the desire and satisfaction of having complete control over your os but a lot of people just want to be able to do simple stuff like game and browse the web which windows does just fine in my experience.
UFW is a software firewall. SSH is a way to remote into computers. The joke is they turned on UFW and got locked out of the machine.
Sounds fun! I completed like half the book previously. This might be the motivation I need.
I’ve got 4 services, mongo, mongo express, my web service and traffik. When I want to deploy I git pull master then docker compose up -d --build
Great writeup! I’ve been doing a project with a 2gb 1vcpu vps as my host and one compose file. It is so much simpler than past project that I used aws for.
Makes sense. Reminds me of running ruff before the (very) slow type checker on my python projects.