Vermillion or Vermillion pt 2?
I like both for different reasons but I think I prefer the first
Vermillion or Vermillion pt 2?
I like both for different reasons but I think I prefer the first
what I wouldn't give to go back to simpler times when my friends and I were on our xbox 360s playing mw2 and battlefield 3 and listening to dubstep remixes
awww kitty, but it's afflicted with madness and its eyes are a fiery orange blaze
do what you must, but you better not hesitate
I got to the episode where that one character kills that one enemy (sorta), and it was the single most badass thing I've ever seen
I will say though, the camera genuinely sucks in cramped quarters or when fighting big bosses like golden hippo. There's a human boss in Sekiro that you fight in a tiny-ass cave, and he frequently backs you into a corner and you can't see anything lol. Free aim helps, but still. Camera OP pls nerf.
Attack on Titan season 3 is absolute cinema, I have to stop myself from binging
This was my first time trying to fully transcribe a song by ear. Any Mazzy Star fans?
www.youtube.com/watch?v=5DVnBPhNrR8
I swear no other band sounds like The Growlers. They have such a distinct sound. California rock? Beach rock? I don't even know what you'd call this. open.spotify.com/track/4m3uMu...
My favorite Muse song, it's very Jeff Buckley/Radiohead. Amazing vocals. open.spotify.com/track/3vMrcG...
War Powers resolution failed to pass, now what do we do? Just sit around and wait for this to catastrophically backfire?
Forgot to share, this is a cover of my favorite Deftones song
www.youtube.com/watch?v=vjRj...
The package: www.npmjs.com/package/loca...
Recently published a web component that lets you render isolated code sandboxes in HTML, in any framework, even in Markdown. This originally started out as an 11ty plugin but is now reusable anywhere. Proof of concept in this old blog post.
www.aleksandrhovhannisyan.com/blog/interac...
TIL: This is a blues rock band's cover of an old 1940s song called "Death Valley Blues".
Some parts sound very similar to "Since I've Been Loving You" by Led Zeppelin. Funnily enough, both were released the same year!
open.spotify.com/track/7kqhFE...
Awesome, can confirm this works too! Updated my pen to include comments linking to these answers.
Might be worth a mini blog post, although I can't think of any practical use cases for nested transparency off the top of my head, lol
nice lol
> and then ignoring the existing 'a' and giving an entirely new value to the alpha channel.
Ahhh, that makes perfect sense! Thanks Sara!
Gonna play around with color-mix() ๐
Yeah I noticed that too, weird. It seems to be intentional/by design, but it's messing with my understanding of how currentColor works. It kind of reminds me how a child can't change the computed value of an inherited custom property that has a calc expression by modifying a var used in the calc.
I think something like that is probably happening, but it clashes with my understanding of how currentColor works ๐ I always thought it resolved to the computed color value of the current element, which is either an explicit color or the one inherited from the nearest ancestor.
Maybe @bram.us or @nerdy.dev would know. I assume this is working as expected and I'm misunderstanding what's happening? Or am I doing something wrong?
#css folks, I recently learned you can use color functions with currentColor, which is pretty cool for creating muted versions of inherited colors (e.g., in text editor placeholders).
But why don't the colors in this demo become progressively more transparent?
codepen.io/AleksandrHov...
If you haven't heard this album yet, you need to give it a listen.
Miracle Aligner is my personal favorite song off it
open.spotify.com/album/6q1ZuW...
My Spotify autoplay is stuck on what I can only describe as Buckleycore. It's pretty good, lol.
It seems we can now customize the select element, right? right?!
Demo: codepen.io/t_afif/pen/P... via @codepen.io
We are capable of killing foreign heads of state halfway around the world but we can't arrest a single Epstein client.
Guys don't worry, Chuck Schumer is drafting a very strongly worded letter as we speak
One of the best investments you can make in life is buying good tools and learning how to fix things you own. Plus it's fun.
Maybe this, but it was a loooong time ago. I still see scripts break on hot reload locally on 3.1.2.
github.com/11ty/elevent...
I could've sworn there was an issue for this but maybe I'm misremembering, can't find it
My hot reload breaks JS/scripts so that might be what you're seeing since web components need JS to run