Mate doesn’t pluralise well though, ‘I’m going out with my mates’ is fine but ‘hi mates’ sounds wrong. Also a lot of it is in the delivery, calling someone ‘mate’ can be anything from friendly to neutral to hostile depending on the tone and the words which precede it.
mobyduck648
Sailor, software engineer, musician, terminally online.
Englishman in Wales.
- 0 Posts
- 7 Comments
mobyduck648@lemmy.worldto
Programming@programming.dev•DigitalOcean has $3 million for DHH and nothing for CSS-Tricks - keith.is
0·6 days ago^ Individual who pisses in public pools
The whole point is that you’re paying them as a service rather than them using you as a feedstock for the ad industry. I don’t object to paying for search personally.
I think Kagi has a ‘small web’ feature.
mobyduck648@lemmy.worldto
Programmer Humor@programming.dev•Everyone's asking, 'Who's Json?', but nobody's asking, 'How's Json?'
0·1 month agoIt’s not just about how many examples of a language exist in the LLM’s distribution though, dynamic typing is a poor choice if you’re using LLMs for software in my view because it turns compile-time errors into runtime errors which will only be caught if the LLM writes a suitable test; an area that they still leave a fair bit to be desired in.
The whole virtue of dynamic typing is that it reduces cognitive load on the programmer, if you’re using LLMs there’s no reason to do that in my opinion, you’re offloading a bunch of cognitive load to begin with so expressiveness and constraint is more important than human ergonomics. Yes there’s loads of JS in an LLM corpus but a lot of it is going to be poor examples, because it’s generally quite easy to write JS badly. If you use typescript you’re at least forcing a few common hallucinations to produce compile-time errors which the model has immediate feedback for, and you’re giving the model more context on what it’s seeing.
mobyduck648@lemmy.worldto
Programmer Humor@programming.dev•Everyone's asking, 'Who's Json?', but nobody's asking, 'How's Json?'
0·1 month agoAs a software engineer I avoid JS as much as possible frankly! Its typing semantics are genuinely horrible, personally I’d never consider eschewing typescript in this day and age.
Then again I’m the sort of masochist who thinks we should all be writing Scala so maybe take this with a pinch of salt.


Yeah never been a fan of drive-by posting myself.