@SourceAudioFX I run delays in a hundred different ways, one of my favs currently is to run delays in parallel and mess with the two signals; pan them in and out, adjust the speed of one to really play off of the other, comment & contrast two types like a modulated delay and an oil can.
✩ ✩ ✩ ✩ ✩ Wow! A digital archive of graphic-design-related items that are available on the Internet Archives. Compiled & curated by @valerymarier. YES! Hat tip: Marta Przeciszewska.
https://t.co/ND2qJdsYJE
@abbeles02167 @AWeissmann_ The voter minority and rampant cutthroat gerrymandering. Trump effectively and very intentionally gamed the system in the electoral college, Hillary and the DNC blew it.
@LinusTech Hard to have a neutral & dispassionate opinion about these, as I have such visceral associations with most of them going back to the mid-90s. I cut over to Mac i the mid-00s and have only touched Win machines when req’d really only for gov contracts. Nostalgia and horror pervade.
@brad_frost (2) I also get a lot of annoying notifications that I don’t know how to block or disable. All in all it’s a great smart watch, I probably don’t utilize it to the fullest benefit & capabilities (eg health stuff), I wish apple would make it easier to deep admin - seems dumbed down.
@brad_frost I have an Apple Watch and it’s useful for some things, particularly if my phone is in a jacket or not in front of me, like: set timer, some 2FA confirmation, music player pause/play/skip/et al if playing from phone, answer phone (headphones), text notifications, et al.
@technerdteitzel@brad_frost I’ve seen a shocking lack of callout for Drupal in this thread. Lots of recs for a few options I’ve never used, like CraftCMS and frosty and some others. I still build with Drupal & Laravel, a lil react & vue, but may need to get back in the sandbox and see what’s doin these days
Want to Learn to code FOR FREE?
Here are 9 sites that you might not even know about that you can use & are actually really strong resources.
This way you do not have to spend a ton of money just because an Ad or some random influencer says you should!
@mm_kaufman Fun little game we call projection, everyone can play!
(Note: giving it a name doesn’t make it suck any less, esp when parents are pulling the chain)
Future CSS Tip! 🔮
Use :has() to power <form> micro-interactions and theme 😎 No JavaScript. Animations powered by <input> state 🚀
.group:has(:invalid) {
animation: shake 0.5s;
}
form:has(.email:valid):has(.password:valid) .submit {
--color: green;
}
Demo link below 👇