Wtf @WhatsApp@instagram I sent this picture to my friend and it was blocked with “Your photo will be ready to be viewed soon”. Is @claudeai taking over or what ? :p
"Humans aren’t very efficient movers—until you put us on a bicycle, when we become some of the most energy-efficient land travelers in the animal kingdom."
mega php tip: use #[SensitiveParameter] for sensitive parameters.. php will hide its value in stack traces, error messages, and logs..
this prevents accidental leaks of secrets in production.. absolute chef's kiss tip.. ✨
Bon la team, j'ai besoin de parler avec @Kammeto parce que j'ai un rêve pour la scène féminine et c'est l'homme de la situation. Vous pouvez faire en sorte qu'il voit mon Tweet svp ?
Twitter, fais ton miracle 🤍
I've created a bug board to fix 🇪🇺 Europe
https://t.co/sNjbqHAYgk
You can post your ideas on how to improve Europe and others can vote on it
I've added the first eu/acc objectives that were sourced from X and that everyone voted on here
💪 May the best ideas save Europe!
Found a neat CSS trick to automatically swap between black or white text based on any arbitrary background color!
With relative color syntax, you can use calc to adjust the text color depending if the background is above or below 50% lightness in the LCH color space.
The Daily WTF is your how-not-to guide for developing software. We recount tales of disastrous development, from project management gone spectacularly bad to inexplicable coding choices. https://t.co/qss6D24REg
Are you in the Bay Area and want humanity to be a multi planetary species? Like this post.
It's 2024, which means one more year closer to the off-world civilization we will all see.
I'm looking for startups building the tech to make this future real. RT to help us find them.
We at @GoogleDeepMind are excited to announce #GNoME - an AI tool that has discovered 2.2 million new materials, and helps to predict material stability.
We're releasing 381K stable materials to help scientists pursue materials discovery breakthroughs.
https://t.co/nMeo3qGOTN
Excited to share major progress on next generation of AlphaFold! Together with @IsomorphicLabs, we’ve significantly advanced accuracy & expanded coverage beyond proteins to other key biomolecular classes. Continuing to accelerate science at digital speed https://t.co/zmR06BlrQx
I don’t get the hate towards Electron.
eats a lot of RAM
low quality
doesn’t feel "native"
when’s the last time you had problems because of RAM?
and do you enjoy the MacOS system prefs?
you can make shitty apps with any tech.
If you solve someone’s problem, you’ll be just fine
First time using CSS's new @ progress syntax.
It allows you to specify types for variables, which then in turn makes the browser able to animate them. Here I am using a CSS gradient to animate from 0 to 100%, and my keyframe simply needs to update variables.
Hot take 🌶️: DRY is generally a pretty bad design system for code.
The more you try to increase code reuse, the more abstractions you'll throw on the table, which makes it harder to follow design flow.
Keep things simple, only introduce abstractions when needed.