sueden.social ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Eine Community für alle, die sich dem Süden hingezogen fühlen. Wir können alles außer Hochdeutsch.

Serverstatistik:

1,8 Tsd.
aktive Profile

#webdev

142 Beiträge98 Beteiligte21 Beiträge heute

If your failure stats show you that I% of accesses to your service per day do not work, those 1% may be new users you never see again.

Imagine how many users you’d have if half of that 1% per day had stayed.

After how many days would the number of your users have doubled?

Are you looking for a developer for a new #Eleventy website, or do you have an existing, heavy Wordpress / Wix / SquareSpace / Weebly / etc website you'd like to convert to a lightweight statically-generated one powered by the magic of open source? Hit me up!

I spend a lot of my time working on Eleventy sites and can get something sorted for you, deffo.

You can read all about my services and why I think Eleventy is so cool here: chobble.com/services/eleventy-

I charge a flat rate for all jobs with a 50% discount for artists, musicians, cooperatives, charities, and vegan or renewable energy businesses.

chobble.comFreelance Eleventy Developer | Prestwich, Manchester, UK | ChobbleEleventy developer in Manchester - build fast static sites, convert from WordPress/Wix, add features - transparent pricing - you get all the code

Ω🪬Ω
New version (v1.1.0) of #FediAlgo, the customizable timeline algorithm / filtering system for your Mastodon feed, has a toggle switch to allow or disallow the selection of more than one filter option for when you're checking out your favourite hashtags.

* Link: michelcrypt4d4mus.github.io/fe
* Code: github.com/michelcrypt4d4mus/f
* Video of FediAlgo in action (slightly out of date): universeodon.com/@cryptadamist

"Doctor, it hurts when I do this"

"Then stop doing that"

Performance optimization in a nutshell. In this case:

❌ Stop resizing columns with thousands of elements inside
❌ Throw out virtual DOM, do manual updates instead
❌ Stop reading dimensions from the DOM, use ResizeObserver instead

Though it was only THAT bad in Chrome ¯\_(ツ)_/¯

🎤 Call for Papers for Plone Conference 2025 is still open!

Got a story, idea, or lesson to share? 🌟
We’re looking for talks on, for example, Plone, Python, AI, security, web development, community building, etc.

📅 Deadline: August 31, 2025 (Anywhere on Earth!)

💡 Don’t worry about a final draft — just share your ideas!

Submit now 👉2025.ploneconf.org/call-for-pa

#ploneconf2025#Plone#Python

You’ve probably seen `use function strlen` in PHP and shrugged.

But here’s the twist: in certain cases, it activates a special compiler optimization in PHP that makes some functions significantly faster.

This is your eureka moment! Here’s how it works, when it matters, and how to adopt it easily: tideways.com/profiler/blog/com

Jeez, call me old fashioned but if I expand the sidebar I expect it to stay open until I dismiss it.

Please #webdev folk, don't try and second guess me and auto-hide seemingly at random. Especially when the alt text on the button is "Keep the menu expanded".

Apropos the impending demise of XSLT[1], is anyone already selectively serving an HTML version of their RSS feed(s) rather than the raw XML based on the `accept` request header sent by the client?

i.e. if the client sends/prefs `application/xml` above/instead of `text/html` then you serve the raw XML, otherwise you serve HTML - or similar/inverted.

Maybe that's super obvious/common but I've not seen it myself.

#WebDev #XML #RSS #RSSFeed

[1] news.ycombinator.com/item?id=4

news.ycombinator.com"Remove mentions of XSLT from the html spec" | Hacker News