The Ultimate

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ม.ค. 2025

ความคิดเห็น • 4

  • @DevInsideYou
    @DevInsideYou  2 ปีที่แล้ว +2

    Table of Contents:
    00:00 Intro
    04:21 Alacritty vs Windows Terminal
    10:06 Fonts
    18:47 p10k Configuration Wizard
    28:11 p10k Installation From Scratch
    37:45 p10k Custom Configuration

  • @be.perfect
    @be.perfect 2 ปีที่แล้ว

    Beautiful priceless content as always

  • @GershonBenYitzhak
    @GershonBenYitzhak 2 ปีที่แล้ว +1

    Was trying to figure out a good way to have a stock price in my prompt. I thought I'd have a cron job update a file once a minute, and then read from that file every prompt. I couldn't get the cron job working. Is this a good approach anyway? I don't want to actually fetch the data every time the prompt is rendered.

    • @DevInsideYou
      @DevInsideYou  2 ปีที่แล้ว

      I like your approach. In my own segment (see next video) I fetch data during prompt rendering and cache it in a file for 24h. I don't think this would work for you since you invalidate your cache every minute.