Comment on
hmmm
SO: “that’s a stupid question!” GPT: “that’s a great question!”
Comment on
hmmm
SO: “that’s a stupid question!” GPT: “that’s a great question!”
Comment on
Elon Musk said the EU "should be abolished" after his social network X was fined
Him backing far-right anti-EU parties for ages is probably coincidental.
Comment on
Microsoft Word documents will be saved to the cloud automatically on Windows going forward
At this point that’s almost like ransomware.
Comment on
ich🎮👄🩼iel
Gepunktet in der Wildnis:
Comment on
it's a pic in a pic
Reply in thread
og “roast me”
Comment on
Any recommendations for making a free or low-cost wiki for personal projects? (NOT Fandom though)
Using a GitHub repository wiki is a low effort / zero cost option. https://docs.github.com/en/communities/documenting-your-project-with-wikis (Clearly not as charming as something self hosted though)
Comment on
post your funniest saved meme / media rule
Comment on
The Reviewer Isn't the Bottleneck
When the review bottleneck is solved by being bypassed the client/end-user becomes the "bottleneck". Why can’t he just approve whatever I’m throwing at him and call it a day? \s
Comment on
Goodbye SASS, welcome back native CSS
Reply in thread
Definitely not widely supported enough. Made the switch from sass back to css quite a while ago and let postcss polyfill less supported features like nesting.
Comment on
here there be lions
Psychologically accurate lion meme: “As a narcissistic wacko I yearn for a strictly hierarchical system, and I deserve to be at the top of it”
Comment on
Microsoft Word documents will be saved to the cloud automatically on Windows going forward
Reply in thread
It’s way better than a web app! it ships with a separate browser the user has zero control over and with more permissions to abuse. /s
Comment on
ich¿?!iel
Comment on
Windows 12 Reportedly Set for Release This Year as a Fully Modular, Subscription-Based, AI-Focused OS
"Keep on with the slop ♫, don't stop ♪ / Don't stop 'til you get enough ♫ ♪"
Comment on
Ich🐮🤓iel
Du bist drin für eine gute Zeit: regexcrossword.com
Comment on
ich😴iel
Reply in thread
„Die spielen dann ja miteinander“
Comment on
here there be lions
Reply in thread
Yep, the Venn diagram for this would certainly be gloomy. Would also have a decent overlap with the “longing for a zombie apocalypse in which I would totally be the leader everyone obeys”-folks.
Comment on
Should the Header and Footer be in a separate file than the APP?
Split the file if it feels like to much code to read comfortably. Most often I have a Layout component in a single file that receives its contents as children. Header and Footer are most often their own file in my case but if they are just a few lines of code I leave them in the Layout.
Comment on
Elon Musk backs AfD party in German newspaper opinion piece
I‘m wondering a bit to see so few mentions of the AfDs anti-EU stance in this context. Since a lot of EU legislations pose a considerable threat to the tech-oligopolies, a push for deregulation sure can be inferred as financially motivated.
Comment on
Canadian man reading date never knows which is day and which is month unless day is above 12
Reply in thread
Oh, lousy Smarch weather!
Comment on
Goodbye SASS, welcome back native CSS
Reply in thread
It‘s used in Facebooks css. Remembered it from a nice article from Ahmad Shadeed. And while this limbo sure has some usefulness, it‘s way too obscure to use for the fun of it.
To add to this: CSS really has come a long way. This border-radius example can be done with Container Queries by now, which has quite good support already.