de

This is a blog 👇


Airbus’ open source font

Post #13, posted 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/

view post “Airbus’ open source font”


Using cURL to get records from Airtable

Post #12, posted 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.

view post “Using cURL to get records from Airtable”