RSSAmplifier

Blog

ashi's blog

welcome! subscribe via rss...

createwithashi.comRSS feed ↗3 posts

Latest posts

chocolate banana bites with coffee granola + pistachios

I'm not the chef in the family. Because they keep me so well fed on a regular basis, I try to return the favor on the holidays (though one year for Thanksgiving, my brother made four entirely new dishes and still crushed it). Here's a small offering I made them :) Coffee Granola I started with my coffee granola, which I often make to sprinkle on açaí or yogurt bowls. This requires ~30 minutes in…

speaking polish in iceland

I recently spent a week abroad in Iceland - here are some small moments of joy I had as a (former?) Polish speaker. I had studied the language when I lived in Warsaw, and it's always a treat to hear! Ærslabelgjur One of the small highlights of the trip was when my brother and I went to an Ærslabelgjur (bouncy pillow). They are meant for children, so we naturally went over (as extreme children at…

sqlalchemy checkconstraints 🤝 operator precedence

the gist Here's how I started with a simple CheckConstraint and ended up tangled in Postgres operator precedence and alembic 's tricky corners. I'll convince you that True OR False AND False ... is actually True , not False (if you're playing by Postgres rules). the goal Add a check constraint to my Files table to validate that fields like certain fields were null only when the file status was set…