Nuxt 3 - The Hybrid Vue Framework
I have been using Nuxt at work. It works pretty well. It's nice to see a version with incremental static generation.
Starship

Starship is a prompt for your shell. It is customizable, very fast and has great defaults. It supports many tools and programming languages out of the box. It has great Git support.

The speed with which a prompt is shown is important, because it influences the way you work. With a prompt I used before, I noticed that the bigger the Git repository I was working became, the longer it took to show the prompt. Just pressing Enter took some time. Normally this shouldn't be noticeable.

When there are prompts that you don't need, you can easily disable these prompts. Run "starship config" to open your editor on the configuration file. My configuration looks like this. It improves the time formatting and disables some prompt segments for programming languages.

  [time]
  disabled = false
  format = '[$time]($style) '
  time_format = "%H:%M"

  [gcloud]
  disabled = true

  [package]
  disabled = true

  [nodejs]
  disabled = true

  [perl]
  disabled = true

  [php]
  disabled = true

  [lua]
  disabled = true
  

I like Starship, as it is a nice improvement for my terminal and shell.

Thank you @home_assistant! ❤️ Card (BannerCard) by @Nervetattoo pic.twitter.com/HZ1rTfvI7j
#
After introducing the @esphome_ based doorbell, I've finally made some time free to write about it. Explaining the code, the automation and integration. #esphome #homeassistant #doorbell zuidwijk.com/esphome-based-…
#

Load more