en

Dies ist ein Blog 👇

… die Posts gibt es allerdings seit Januar 2023 (Post #7) nur noch auf Englisch.
Du schaffst das!


Airbus’ open source font

Post #13, veröffentlicht am in
  • Net nuggets
  • Miscellaneous

Thanks to a post on Mastodon, I came across Airbus’s open source font “B612”.

It was “designed and tested to be used on aircraft cockpit screens”, which makes it a perfect fit for small—even low-res—applications.

I like well-designed fonts with purpose—and I like, when companies share their findings and ultimately their resulting assets.

See for yourself and make good use of it: https://b612-font.com/

zum post „Airbus’ open source font“


Using cURL to get records from Airtable

Post #12, veröffentlicht am in
  • Web design
  • How to

I was having a hard time, figuring out, how to use cURL to retrieve Airtable records with their new token-based API. Granted, I am a slow—albeit eager—learner. But their API documentation wasn’t that much help with references like curl -X POST https://api.airtable.com/v0/{YOURBASEID}/{YOURTABLEIDORTABLE_NAME}. What’s that supposed to mean? Where does that go?

For future me, here is what I found.

zum post „Using cURL to get records from Airtable“