eupolicy.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This Mastodon server is a friendly and respectful discussion space for people working in areas related to EU policy. When you request to create an account, please tell us something about you.

Server stats:

195
active users

#Development

57 posts42 participants0 posts today

Communities across Europe are struggling to balance industry and the environment. A pulp factory project in Galicia, Spain, may suggest which priority will win out – or if there’s a middle ground to be found. #environment #spain #development #industry

csmonitor.com/World/Europe/202

Posted into WHAT JUST HAPPENED IN YOUR WORLD @what-just-happened-in-your-world-csmonitor

The Christian Science Monitor · Industry or environment? One Spanish town wrestles over its future.By Erika Page

It’s been a couple hundred years since I’ve done any kind of front end coding work. I’ve got a pet project I’m working on and I want to make sure it’s built for accessibility on day zero.

Vue a11y was the last community effort on my radar designed around building sites to be more accessible but as I mentioned before, my Node.JS is antediluvian at best and there might be better options for accessibility nowadays.

Thoughts? I’m not married to using Vue as my fronted framework, it’s just the one I know right now. I’m definitely happy to look at other frameworks if they offer better accessibility options out of the box.

🔗 A notional design studio. via @beep #Development #Webdev #Politics #Design

Last week, my country’s far-right administration announced they were establishing an “America by Design” initiative, along with a so-called National Design Studio to oversee it. That studio will, to quote its own homepage, “improve how Americans experience their government — online, in person, and the spaces in...

ethanmarcotte.com/wrote/a-noti

ethanmarcotte.comA notional design studio. — ethanmarcotte.com
More from Ethan Marcotte

Another thing I'm a big fan of is MicroPython! ManT1S will ship with an OTA-capable #MicroPython runtime pre-installed, with WebREPL enabled out of the box. This means that you can load files and get a console over the network when you use the ManT1S-Bridge! It's hard to beat the convenience of connecting your device, popping into a #shell and interactively playing with the #hardware to get started.
#embedded #dev #development #python
crowdsupply.com/silicognition/

Question for my fellow CSS folks. I’m using a light-dark() function with the filters property but can’t get it to work.

I can’t find notes about it in the spec or even a reference to it anywhere.

This doesn’t work:

filter: light-dark(filters, filters);

But this does:

filter: filters;
@media (prefers-color-scheme: dark) {
filter: none;
}

Anyone ever try this with the function?

#CSS#HTML#Code