
Hosted by Unknown Author · EN

Recently, wholesome human from the internet Josh Goldberg interviewed me for the Software Engineering Daily podcast. We talked about Polypane, the web development landscape, and how I got into web development. Listen to the Podcast: Visit Software Engineering Daily for the show notes and transcript. Thanks Joel for asking me to be on the podcast, and thanks Josh for a wonderful conversation!The post Software Engineering Daily podcast first appeared on Kilian Valkhof.

CSS got a new logo! After well over a decade of using the “CSS3” badge, there’s now a new CSS logo that fits nicely next to the JS, TS and friends logo’s. CSS Logo A purple square with rounded corners and the letters CSS inside in white And here it is among friends: Looks pretty good right? Outline version # I can’t wait to see this replace the “CSS3” badge across the web and wanted to update the icon for the Live CSS panel in Polypane too. All the icons in Polypane are from the Tabler icons icon set which are all in “outline style” on a 24 by 24px grid, so last Friday I spent a few hours creating a 24 by 24 pixel outline version of the logo, shown here at 24px, 48px, 128px and 256px. <path fill="currentColor" stroke="none" d="M12.63 11.5c-.58 0-1.07.19-1.41.56-.34.36-.5.85-.5 1.42 0 .5.09.91.28 1.22.2.3.52.55.94.75l.46.22c.18.08.34.2.46.34.08.1.12.26.12.44a1.08 1.06 0 0 1-.1.52c-.04.08-.11.12-.27.12-.15 0-.24-.05-.3-.15-.08-.1-.13-.3-.13-.56a.15.15 0 0 0-.15-.13H10.8a.15.15 0 0 0-.15.14c.02.66.18 1.18.51 1.56.34.37.82.55 1.42.55s1.1-.18 1.44-.54c.36-.36.52-.88.52-1.53 0-.53-.1-.98-.32-1.31a2.39 2.34 0 0 0-1.03-.83l-.44-.2a1 .98 0 0 1-.38-.27.76.74 0 0 1-.1-.4c0-.2.04-.32.1-.4.05-.05.13-.1.27-.1.15 0 .2.05.25.13.07.17.11.34.1.53 0 .08.07.15.15.15h1.18c.09 0 .15-.07.15-.15a2.37 2.32 0 0 0-.5-1.53 1.7 1.67 0 0 0-1.34-.55zm3.95 0a1.8 1.76 0 0 0-1.4.56c-.34.36-.5.85-.5 1.42 0 .5.08.91.28 1.22.2.3.52.55.94.75l.45.22h.01c.18.08.33.2.45.34.08.1.13.26.13.44 0 .26-.04.43-.1.52-.04.08-.12.12-.28.12-.15 0-.23-.05-.3-.15-.07-.1-.12-.3-.13-.56a.15.15 0 0 0-.15-.13h-1.22a.15.15 0 0 0-.15.14 2.44 2.4 0 0 0 .5 1.56c.34.37.83.55 1.43.55s1.09-.18 1.44-.54c.35-.36.52-.88.52-1.53 0-.53-.1-.98-.32-1.31a2.38 2.33 0 0 0-1.04-.83l-.43-.2a1 .98 0 0 1-.39-.27.76.74 0 0 1-.1-.4c0-.2.04-.32.1-.4.06-.05.13-.1.27-.1.16 0 .21.05.25.13a1 .98 0 0 1 .1.53c0 .08.07.15.16.15h1.18c.08 0 .15-.07.15-.15a2.38 2.33 0 0 0-.5-1.53 1.7 1.67 0 0 0-1.35-.55zm-8.04 0c-.6 0-1.1.18-1.47.52-.39.34-.57.85-.57 1.5v3c0 .64.17 1.14.54 1.47.35.34.84.51 1.42.51.36 0 .71-.07 1.03-.23.31-.14.57-.39.74-.68.18-.32.26-.7.26-1.15v-.2a.15.15 0 0 0-.15-.14h-1.3a.15.15 0 0 0-.15.15v.2a.93.91 0 0 1-.1.45c-.07.1-.14.13-.28.13-.15 0-.23-.05-.3-.15-.07-.1-.11-.3-.11-.54v-2.61c-.02-.2.02-.4.1-.6.06-.09.14-.13.31-.13a.3.3 0 0 1 .27.13c.07.08.11...