What is the use case for linting typescript where tsc is unavailable? To avoid tsc compilation time if possible?
sum_yung_gai
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
Is it because it reduces dysphoria/improves mental health? I am not trying to be rude, I just want to understand.
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.
Makes sense. Reminds me of running ruff before the (very) slow type checker on my python projects.