@thdxr I write code by hand every day. I enjoy it. Iβm not gonna not practice my craft just because there are tools that I can additionally use that make it faster.
@awesomekling Iβm not mad about the abilities of LLMs in my profession. I find them useful. But I *am* upset about the amount of total garbage being produced. Iβm tired of people creating garbage and then shaming me for still caring about my craft. Iβm not anti-AI Iβm just anti-garbage.
@ThePrimeagen most of the time "don't recreate the wheel" just means "recreate the wheel out of a million very tiny other wheels that don't work nearly as well as a purpose built wheel and cost 10x the maintenance"
@Ipenywis@DrizzleORM@typeormjs@prisma@SequelizeJS I think ORMs provide a lot of speed during initial development but as the project grows I spend more and more time "fighting with the ORM" to get the SQL that I want.
I'd rather bite the bullet (e.g. tedious insert statements) from day 1 so that I can just write SQL later.
@samhuckaby I usually do an http server or some kind of chat server. Parsing message types, whether HTTP or some custom type is always useful, and the asynchronous stuff teaches me how that works in the language.
@jarredsumner Please don't do this. As much as I wish JSON supported trailing commas and comments at the spec level, silently accepting non spec-compliant things only leads to endless headaches down the line.
@adamwathan@linear This level of vetting *is* unrealistic for almost everyone. Glad it works for them, but as an applicant I would never go through this process in a million years.