
Confused about development processes? This visualization should help explain.
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
Posted into WHAT JUST HAPPENED IN YOUR WORLD @what-just-happened-in-your-world-csmonitor
#Development #Overviews
Hack to the future · What past front-end approaches still teach us https://ilo.im/166f1r
_____
#WebPlatform #Browser #AI #Accessibility #WebPerf #WebDev #Frontend #HTML #CSS #JavaScript
ICYMI, Here's me showing off some #graphics, from my 20 years in #JavaScript #development: A full walk-through of a castle in #VR. Would make a nice thing
for @EnglishHeritage or @nationaltrust
https://www.marquisdegeek.com/vrphotowall/index.html?do=castle #sgx #sfx
#Development #Guides
The basics of anchor positioning · An interactive guide to an exciting CSS feature https://ilo.im/166gee
_____
#ModernCSS #Layout #Positioning #AnchorPositioning #Chrome #Browser #WebDev #Frontend #CSS
this is literally my life right now new project energy > unfinished everything
TIL that sudo has a logo, and I’m here for it.
How to get fired in under 60 seconds
#Development #Explorations
Exploring grid-aware websites · A small demo of what they might look like https://ilo.im/166ear
_____
#Electricity #Sustainability #Website #WebDesign #Astro #Eleventy #JavaScript #Development #WebDev #Frontend
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...
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
https://www.crowdsupply.com/silicognition/mant1s
EuroBSDCon 2025 in Zagreb September 24-28 https://2025.eurobsdcon.org/
Program https://events.eurobsdcon.org/2025/schedule/
Register https://2025.eurobsdcon.org/registration.html
Here's me showing off some #graphics, from my 20 years in #JavaScript #development: A full walk-through of a castle in #VR. Would make a nice thing
for @EnglishHeritage or @nationaltrust
https://www.marquisdegeek.com/vrphotowall/index.html?do=castle #sgx #sfx
#Development #Debates
Stop trying to kill the Single-Page Application · “Reports of SPA’s death are greatly exaggerated.” https://ilo.im/166f1c
_____
#SPA #Websites #WebApplications #Astro #Frameworks #JavaScript #WebPerf #WebDev #Frontend
#montessori #education #herstory #history #school #teachers #teaching #academics #childhood #development #classroom
Posted into The Queen Zone @the-queen-zone-TheQueenZone
Ganz langsam nimmt das System in Go Gestalt an. Per Cron gesteuerte Daten-Updates funktionieren schon mal. Nun noch schauen, warum der sftp-Zugriff nicht funktioniert. Ob es am SSK-key liegt?
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?