• 0 Posts
  • 45 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle


  • JaddedFauceet@lemmy.worldtoProgrammer Humor@programming.devDOGE employee
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    15 days ago

    Prettier doesn’t make my markdown table prettier tho. This is what i did

    prompt

    Given the following markdown table

    | input | output l
    | -- | -- |
    | 2.6 | 3 |
    | 2.5 | 2 |
    | 2.4 | 2 |
    | 1.6 | 2 |
    | 1.5 | 2 |
    | 1.4 | 1 |
    

    Align the vertical bar. Align number to the left

    output

    Here’s the table with the vertical bars aligned and numbers left-aligned:

    | input | output l |
    |-------|----------|
    | 2.6   | 3        |
    | 2.5   | 2        |
    | 2.4   | 2        |
    | 1.6   | 2        |
    | 1.5   | 2        |
    | 1.4   | 1        |
    

    Each column has been padded so that the vertical bars line up consistently, and the numbers are aligned to the left as requested.










  • DNS translates a domain name “example.com” to an ip address pointing to the server. It tells your browser how to reach the server. It is unlikely the reason.

    the common way to detect your location is by checking your ip address. Usually there is a database (i.e. maxmind) that keeps a record of which ip address subnet belongs to which location.

    you can do a check with a reverse ip geolocation lookup tool to verify this.

    so either:

    • the company haven’t updated their database yet
    • your IP range was recently bought or rotated by your isp






  • In agreement with tteck and Community-Scripts, this project has now transitioned into a community-driven effort. We aim to continue his work, building on the foundation he laid to support Proxmox users worldwide.

    tteck, whose contribution has been invaluable, shared recently that he is now in hospice care. His scripts have empowered thousands, and we honor his legacy by carrying this project forward with the same passion and commitment. We’re deeply grateful for his vision, which made Proxmox accessible to so many.

    To tteck: Your impact will be felt in this community for years to come. We thank you for everything.

    😢