vimlinuz
11 posts


@dreamsofcode_io Are there any ones who write code like me with our any AI?
English

Many such cases.
Never reading the code has turned out to be a mistake, agents in their current state are not the final form.
I want a pair programmer, not an autonomous junior/mid dev.
albina@enjojoyy
unfortunately you were right, I have to read the code now it got too sloppy
English

@dreamsofcode_io Is this the time to completely replace js/ts with better languages. btw what do you think of Python? I see no difference
most use
js for web and
python for ai
cause they have prebuild dependencies.
English

@vimlinuz I agree. We should not be building mobile apps in TypeScript either!
English

It’s true.
Writing desktop apps in TypeScript is terrible.
Just don’t do it folks. Stick to the web.
Theo - t3.gg@theo
Crazy how the web is still the only platform that doesn’t suck to develop for.
English

@mitchellh @wdolek Patches seem to introduce more vulnerability rather than fixing things.
English

@wdolek In reality you never really need to touch them. Updates are a mind virus. Most functionality is "finished".
English

Fork your dependencies, trim them to only your use case, never update unless it breaks for your users. I’ve been vocal about this for 10+ years. I’ve always said that updating is way riskier than latent bugs (which can be tracked and CVEs monitored).
If you are updating a dependency, it’s on you to analyze every single commit in the full transitive set of dependencies. If you dont see anything compelling, dont update!
I remember at HashiCorp once in awhile an engineer would try to update a dep or replace a DIY lib with an external one and id always ask “show me the commit we need.” Dont update for the sake of it.
Feeling pretty swell about this mentality with all the supply chain attacks happening.
English









