@MoritzGiessmann@mastodon.social
@MoritzGiessmann@mastodon.social avatar

MoritzGiessmann

@MoritzGiessmann@mastodon.social

👨‍💻 UX Engineer
♿ Accessibility Advocate
🥔 Developer Potato
🎙 DEV-Podcast https://mastodon.social/@wwsiv
📺 DEV-Stream https://www.twitch.tv/wowirsindistvorne_dev.
Limited slots for accessibility consulting.

This profile is from a federated server and may be incomplete. Browse more on the original instance.

MoritzGiessmann, (edited ) to random
@MoritzGiessmann@mastodon.social avatar

Über die Jahre haben sich bei mir viele Sticker angesammelt. Viele davon werde ich nie irgendwohin kleben. Habe mich entschlossen die Stickersammlung aufzulösen und sie gegen Porto anzubieten (Kleine Spende wäre cool, muss aber nicht).

Falls du also mal bei https://devlids.com mit machen möchtest, oder das Auto deiner Oma noch Verschönerung braucht, sag Bescheid! 😊

Die mit Büroklammern gibt es mehrfach. Alles nur solange der Vorrat reicht.

(cc @c3stoc )

Edit: Alle weg!

MoritzGiessmann, to random
@MoritzGiessmann@mastodon.social avatar

Am I ready to share my first blog post in 10 years?

MoritzGiessmann, to random
@MoritzGiessmann@mastodon.social avatar

How often would you want a sensor to send data if you wanted to check if the temperature inside a wall gets close to 0°C? Is once an hour enough?

MoritzGiessmann, to random German
@MoritzGiessmann@mastodon.social avatar

I am trying really hard to like @IceCubesApp. Like really hard. But the janky scrolling and the busy interface makes me coming back to Mastoot because of its simplicity and it just works (besides notifications)

MoritzGiessmann, to random German
@MoritzGiessmann@mastodon.social avatar

@freddy also das mit „Mach mal ticket bei mdn auf statt darüber zu meckern“ hat bei mir nur zu: „du bist zu doof, selbst schuld“ und „machen wir schon immer so“ geführt. 🙁

https://github.com/mdn/content/pull/32041#event-11663297624

https://github.com/mdn/content/issues/32042#issuecomment-1920136572

MoritzGiessmann, to accessibility
@MoritzGiessmann@mastodon.social avatar

After more than a decade of (more or less publicly) speaking about accessibility, I think educating developers, designers etc. is only one angle of many to tackle the topic.
Here are some more:

Welcome to my TED-Talk 🤓 (Short thread)

MoritzGiessmann, to random
@MoritzGiessmann@mastodon.social avatar

If you click it and something happens afterwards and it is neither <button> nor <a>, I have questions.

MoritzGiessmann, to random
@MoritzGiessmann@mastodon.social avatar

LinkedIn ist auch so ’ne ganz eigene Hölle für sich.

MoritzGiessmann, to random German
@MoritzGiessmann@mastodon.social avatar

Bau ich mir jetzt die Tage noch ein Blog?

MoritzGiessmann, to ama German
@MoritzGiessmann@mastodon.social avatar

I spent a considerable amount of time in WiFi captive portals.

MoritzGiessmann, to accessibility
@MoritzGiessmann@mastodon.social avatar

Hey Accessibility People!
I am looking for an easy to understand accessibility guide for content editors. Preferrably in German.

Don’t make me write one. 🫣

MoritzGiessmann, to random German
@MoritzGiessmann@mastodon.social avatar

Social media seems to be all about complaining. And I’m also guilty of it.

I’d love to see examples where it is about positivity, creativity, and good craft. Keep it coming! 🌊

MoritzGiessmann, to random
@MoritzGiessmann@mastodon.social avatar

How to gigabit. A thread of hope and tears 🙏 😭

(here until I have a proper blog again 😅)

First some basics about the setup:
🛜 Vodafone cable internet should be 1000 MBit/s down and 50 up
🧭 FRITZ!Box 6591 Cable
🔌 Cat 5e cable
📥 Caldigit TS3 Dock
💻 MacBook Air M2

MoritzGiessmann, to random
@MoritzGiessmann@mastodon.social avatar

I think I need a blog again. There is useful stuff I’d want to blog about, but I just can’t use my old blog. What would you use?

I need a nice typographic minimalist and mobile capable theme and fediverse / webmention support would be superb!

MoritzGiessmann, to random
@MoritzGiessmann@mastodon.social avatar

Wegen Barrierefreiheitsleitfaden für Redakteur*innen: Ich habe jetzt mal schnell was zusammengestellt. Würde mich sehr sehr sehr über Feedback/Issues und Probelesen freuen.

https://github.com/MoritzGiessmann/leitfaden-barrierefreiheit-fuer-redakteurinnen/blob/master/README.md

(cc @marcus @kc @lizzard @kinoauge @a11yship )

MoritzGiessmann, to random
@MoritzGiessmann@mastodon.social avatar

There should be a short story with different socket types as characters.

MoritzGiessmann, to random German
@MoritzGiessmann@mastodon.social avatar

Has any of you fabulous web people ever tried using an ESP32 as a web server? I’ve been thinking of using it and to serve my basic static pages using solar power. Maybe not the best idea for high traffic or resilience, but a fun project maybe? Good idea? Bad idea? Get a job? 😀

MoritzGiessmann, (edited ) to random
@MoritzGiessmann@mastodon.social avatar

How to you mask the email address on your site to avoid spam?

MoritzGiessmann, to random German
@MoritzGiessmann@mastodon.social avatar

German mobile phone contracts these days mostly differ by the the bandwidth (mbps) and the included data plan (gb).

But all of them have SMS flat rates and regular calls flat rates, which I rarely use. Has anybody ever thought of using SMS and or audio channels to transfer data in order to get more unlimited bandwidth? Are reasonable speeds possible or am I just inventing a slow acoustic coupler from the 80s?

MoritzGiessmann, to random German
@MoritzGiessmann@mastodon.social avatar

@_holger Hi! Nach langer Zeit habe ich mal wieder Network Light gestartet und es misst immer nur 0. Wollte nur mal eben Bescheid geben. Vielleicht ist die Entwicklung ja auch eingestellt.

MoritzGiessmann, to random
@MoritzGiessmann@mastodon.social avatar

Kann mal jemand mit offenen Terminal in Deutschland ein ping moritzgiessmann.de machen und anschließend ein ping google.co.nz und die Ergebnisse hier drunter posten?

MoritzGiessmann, to random
@MoritzGiessmann@mastodon.social avatar

Code that’s easy to write is not necessarily easy to read.

My brain always writes:

if (a) {  
 …  
 …other code  
 …  
}  

whereas I consider

if (!a) {return;}  
…  
…other code  
…  

way more easy to read.

MoritzGiessmann, to random
@MoritzGiessmann@mastodon.social avatar

I may start a list “Annoying Apple stuff”

Todays episode: It is not possible to mark a folder as “always offline“ for iCloud on a Mac. It is on iCloud for Windows though.

MoritzGiessmann, to random
@MoritzGiessmann@mastodon.social avatar

The more I get into the blogging mindset, the less I post on social media. It is really weird, that I gifted so many thoughts of the last over 10 years to a platform owner who made money out of it. That is no more. My blog will stay ad free forever. The only tracking I do is cookie-free and respects the do-not-track-header and self hosted. So I guess @pfefferle and @matthiasott, you were right. Blogging it is.

MoritzGiessmann, to random
@MoritzGiessmann@mastodon.social avatar

Rollkoffer mit 4 Rollen waren eine Fehlentscheidung.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • kavyap
  • DreamBathrooms
  • tacticalgear
  • magazineikmin
  • khanakhh
  • everett
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • ethstaker
  • InstantRegret
  • thenastyranch
  • JUstTest
  • ngwrru68w68
  • cisconetworking
  • cubers
  • osvaldo12
  • modclub
  • GTA5RPClips
  • tester
  • Durango
  • provamag3
  • anitta
  • Leos
  • normalnudes
  • lostlight
  • All magazines