@zack_overflow@penberg Would it be interesting to have a rust linter rule to make sure an allocator is passed as a parameter upfront for some projects?
Certes, l'Allemagne n'a jamais produit d'électricité plus "proprement" que la France en 2023. Pas une heure.
@isgermanyclean
Mais pire : leur meilleure heure de l'année est moins propre que la pire des notres.
#Energiewende
Aujourd'hui, j'ai appris que le village de Viganella, dans les Alpes italiennes, ne recevait PAS la lumière directe du soleil, 83 jours par an, à cause des montagnes. Ils ont installé un miroir de 8x5 m piloté par ordinateur qui reflète la lumière du soleil sur le village 6h/j
I posted to LinkedIn recently:
"Learning Java is a waste of time for today’s college students. It’s not applicable to today’s cutting-edge tech market anymore." and got a lot of disagreement.
So let's dig into that hole deeper :)
Unpopular opinion:
"continue" and "break" are just "goto" with an implicit jump address left as an exercise for the readers.
Sometimes the explicit jump target of "goto" can actually make the code flow easier to read.
Every software engineer's nightmare.
"and how did you calculate this thread pool size?"
Uhhh
"was it the result or a thorough analysis and load test?"
Yyyyees.
"can we see the results?"
Nnnno.
warning: very biased opinion
but, for developer tools: you don't need a "PM"
you need "an empathetic engineer, who is so frustrated with the experience of doing their work that they're willing to become a PM to change the state of the world for themselves and their colleagues"
@ahachete I have a theory that people disdain for the JVM is rooted in disdain for bad java code bases.
When you dig into it, JVM is clearly a marvel of engineering.
Repeat after me: Branching is for low trust code contributions in low trust teams. Branching & CI are mutually exclusive.
Some reasons to branch:
- unknown contributors (oss)
- a tech stack that's intrinsically fragile
- external compliance
- poor quality control practices
@muratdemirbas Tbf the reason we should not deploy on Friday is because debugging a prod issue over the weekend is very annoying.
If the issue only manifest on Monday, it would be a business as usual.