Bookmarklet’s are an underutilized tool for data entry. This is the first tool I have seen try to make this easier: Bookmarklet Editor

Litestack looks like a handy library to get a project started.

Next.js to Ruby

I have been working on converting something from Next.js to Ruby. The Next.js version is still more visually appealing to me, but the benefits of working in Ruby far supior to me long term.

Before:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
    <Card as="article">
      <Card.Title href={`/articles/${article.slug}`}>
        {article.title}
      </Card.Title>
      <Card.Eyebrow as="time" dateTime={article.date} decorate>
        {formatDate(article.date)}
      </Card.Eyebrow>
      <Card.Description>{article.description}</Card.Description>
      <Card.Cta>Read article</Card.Cta>
    </Card>

After:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
    {%@ Shared::Card::Card as: :article do %}
      {%@ Shared::Card::Title as: :h2, href: article.relative_url do %}
        {{article.data.title}}
      {% end %}
      {%@ Shared::Card::Eyebrow as: :time, dateTime: article.data.date, decorate: true do %}
        {{article.data.date}}
      {% end %}
      {%@ Shared::Card::Description do %}
        {{article.data.description}}
      {% end %}
      {%@ Shared::Card::Cta do %}Read article{% end %}
    {% end %}

I have been listening to the “Subtle Art of not Giving a Fuck” and this quote (likely paraphrased incorrectly) stood out to me:

What determines success is not what you want to enjoy, but what pain you are willing to sustain.

If you find yourself with a lot of open VSCode projects, the Peacock extension can add a great visual clue (color) when trying to quickly switch.

TailwindCSS IntelliSense with Serbea

I have been experimenting with Serbea templates with Bridgetown and was not able to get TailwindCSS IntelliSense to work.

Serbea files using the file extension .serb, so my first attempt to configure it looked like this:

1
2
3
"tailwindCSS.includeLanguages": {
  "serb": "html"
},

However, what I needed to do was specify the file content type:

1
2
3
"tailwindCSS.includeLanguages": {
  "serbea": "html"
},

Thorough overview of deploying a new Rails cluster with MRSK:

www.youtube.com/watch

Day 6 of #mbmar - (pre-)engineering

Lego's built by my daughter

Custom Flash Messages in Rails

The more you know.

Ja Morant Has Everything. He Could Lose It All

Morant should be suspended for the rest of the season. Anything shorter is the wrong message.

Day 5 of #mbmar - tiles (with a reflection)

Glass subway tiles with a reflection

Waiting for Jerry at ‘zip’ code 10023 - Day 4 mbmar.

Empty Beacon Theater stage

The only reason to post something like this is because it happened and someone admitted to it.

National Park Service on Twitter

Don’t push your friend down to get away from a bear

The new KickoffLabs product intro by @joshaledgard is banging:

m.youtube.com/watch

By far the best thing we have done to show you the what can be done with the product we have spent over a decade building.

Day 3 of mbmar challenge - Zamboni at Rockefeller Center (Solitude)

Zamboni at Rockefeller Center as a photo of solitude.

Day 2 of #mbmar - weather.

Unicode Arrows

So many options.

Bomani Jones on the excellent Steam Room podcast, quoting Netflix’s “Social Dilemma.”

The only 2 industries that refer to their customers as users are the internet and drugs.

https://overcast.fm/+V95F5ETWE/19:15

I didn’t want to jump the gun after last night’s painful defeat, but with a bit of time to think things through, here is my updated list of what I hate in the NFL (in order)

  1. The Dallas Cowboys
  2. The refs
  3. The Chiefs