The uncomfortable truth about vibe codingdevelopers.redhat.com6 points·by macote·il y a 3 mois·1 comments
All the other cool languages have try finally. C++: We have try at homedevblogs.microsoft.com2 points·by macote·il y a 7 mois·1 comments
Dark mode now available on Simon Willison's blogsimonwillison.net1 points·by macote·il y a 7 mois·0 comments
Type-fest – A collection of essential TypeScript typesgithub.com3 points·by macote·il y a 9 mois·0 comments
macote·il y a 21 heures·discussIt's worth mentionning that Softimage was used for Terminator 2.https://en.wikipedia.org/wiki/Softimage_(company)https://www.fxguide.com/quicktakes/remembering-softimage/
macote·il y a 5 mois·discussThe author is misusing .gitkeep. I use it to keep source code folders that don’t contain any code yet, but whose structure is already defined.
macote·il y a 6 mois·discussThe thread about memory leak is here: https://news.ycombinator.com/item?id=46461061
macote·il y a 7 mois·discussOriginal title: All the other cool languages have try…finally. C++ says “We have try…finally at home.”
macote·il y a 9 mois·discussYou don't need to add a UUIDv4 column, you could just encrypt your UUIDv7 with format-preserving encryption (FPE).
macote·il y a 10 mois·discussI used ANTLR to create a grammar file for MK (Manufacturing Knowledge). I plugged the JavaScript parser and lexer into Ace editor. Good memories.
macote·il y a 10 mois·discussI think 'local' in this context could also simply mean 'wall', as in wall clock time. When my friend asks me the date and time, I don't have to bother with time zones.This type of date/time is also very useful to store in a computer.