

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?
What model do you run? Aren’t the vram requirements pretty rough for self hosting?
Prob gonna get downvoted but lemmy is so negative. I feel like what gets the most up votes is negativity with no nuance. Like this post is comparing working endlessly on a literally endless grueling task that has no benefit to a job which gives us money to do the things we want to do in life.
Maybe it’s on me for not curating my feed more but the negativity on lemmy is getting old. Does anyone else notice this trend of negativity?
Edit: I suppose I’m being negative about negativity. Am I a hypocrite? Lol
I wrote a program to make a web server with routes and their content sourced from a text file in golang. I have wanted to learn go for a while so this was a good first step!
If it’s just xml parsing and you are willing to rewrite in typescript I recommend writing as a static web app served through GitHub pages. Free hosting :D
My main project is in a private repo with me as the sole dev but I swear there is some dumbass pushing shitty code.
Very cool! Thanks for this
I have been trying to be more functional but I still use classes for things like loading/modeling configs. What are some common situations where using an object is a good solution?
I use python if that helps at all.
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?
With python you can use the := to assign and return new value.
My one 3 is terrible. Keys dying after 2 or 3 years.
I use poetry and it works really well. I would consider it solved but that doesn’t mean there isn’t the possibility of a better solution.
What is the principle for manual cars?
Growing up in the US public school system really painted communism in the worst light. They really only focused on those two dudes and never talked about any successful implementations of communism. I always felt like they weren’t fairly representing communism in my schools. I feel like it could work but haven’t found any successful examples. Could you provide a few communism successes?
I see but I do wonder if docker has so many more cves partly because it has way more users.
Makes sense. Reminds me of running ruff before the (very) slow type checker on my python projects.