Testing in prod is a power move honestly. Rock star-level
Testing in prod is a power move honestly. Rock star-level
Kotlin-style async is pretty neat, ngl.
You can’t deny that it correctly predicted the most likely token in this case.
What’s wrong with multiple returns?
Agreed to the part about job security being terrible in the U.S, but it’s worth mentioning that the premium you get in income for living in for example San Francisco far outweighs the cost of housing.
Realistically I think it’s probably easier to acquire a botnet of less secure systems. This was a targeted attack.
Ten whole percent of global revenues in fines. Let’s go
I like Yerba Mate, but I dare not drink it that much on account of the absolutely massive caffeine content it has (granted you drink it bombilla-style).
Sorry to hear that. Hope your condition improves, anxiety is a really nasty thing to deal with.
True. I can’t drink unlimited quantities of coffee without having negative effects, as such I limit myself to two cups a day, one in the morning and one after lunch.
Drug addiction is only negative if it causes you problems in life, and I’d say that coffee doesn’t really cause me problems in life.
What about Ruff? I’ve been having a great time with Ruff.
I honestly almost golf my code nowadays and just let the tooling fix formatting for me. The space bar and enter key are in an ideal world vestigial for the purposes of programming.
The right tool for the right job. I use both, depending on what task I have.
This goes for most things in tech - there’s no one best language, there’s only really a best language for any given job.
Based on their FAQ, they are not shooting for widespread adoption yet. Extension support and multi-platform appears to be on the roadmap.
Fwiw, I like a lot of the ideas behind the editor, and long-term I might consider it a viable option for some of my work.
Taking the time to learn how git works on a conceptual level and then how to resolve merge conflicts effectively is a worthwhile investment. Highly recommended
Is it really valid to callpermalink()
in that context, since it requires&self
? There’s noself
in that context afaik. Can’t test it now but it looks suspiciousEDIT: Invalid since the comment was updated