Live data from Hacker News

Viewing profile — Crier1002

Crier1002

HN member
Joined
Fri, Feb 23, 2024, 12:33 PM UTC
HN karma
136
Public activity
46 items

About Crier1002

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #44402422

    This is awesome and I love it. Thanks for sharing! I'm just wondering what made you wanna be a pilot instead of sticking with a regular software engineering career, especially sinc…

  4. comment
    Comment #44346165

    thanks! apologies i was on mobile and missed this. im excited to try it out

  5. comment
    Comment #44345229

    ive always wanted this. im going to give it a go! does this happen to support IDE like vscode?

  6. comment
    Comment #42447658

    i second this! datasette is amazing and i've been using it to publish data that i collect and find interesting

  7. comment
    Comment #42374655

    do you have examples i can refer to? i’d love to learn to write better docs

  8. story
  9. story
  10. comment
    Comment #42170918

    i found Soft Skills Engineering Podcast this year and i'm enjoying it!

  11. comment
    Comment #41806672

    over the past few years: Dune Part I/II. I love the story telling, the visuals, the character building, the intensity etc.

  12. comment
    Comment #41738891

    mermaidjs is my default go-to. it works super well with Claude 3.5 if you ask it to visualize in mermaidjs syntax

  13. comment
    Comment #41318317

    i experienced this too! it happened to my work account but not on my regular personal account. i’m not sure what happened there

  14. comment
    Comment #41318017

    this sounds like a cool story to write about!

  15. comment
    Comment #41316619

    i built a chrome extension recently and i was evaluating/trying out different frameworks for building a browser extension. for anyone who is interested for an alternative to Plasmo…

  16. comment
    Comment #41264537

    Mermaidjs is amazing. you could ask LLM to visualise your question (e.g codebase) using mermaidjs syntax and it mostly works just fine without any syntax errors. or at least on Cla…

  17. comment
    Comment #41117768

    i often browse the web for fun (but in a careful way), I can totally see how changing up the CSS class names in the site’s HTML regularly would mess up a bunch of the XPATH/CSS sel…

  18. comment
    Comment #41117730

    I use https://github.com/litl/backoff for configurable backoff + retry context: OpenAI API used to be super flaky back in the early days, i needed to retry my requests quite freque…

  19. comment
    Comment #41084389

    this! im selling a subscription with this pricing model and it’s quite painful to swallow. having that said i really enjoy using lemon as my payment processor

  20. story
  21. comment
    Comment #41052883

    "work smart, not hard" i think this advice is a bit too vague and it's just something people say to sound smart to trick people into thinking there's a shortcut to mastery i genuin…

  22. comment
    Comment #40984008

    just wanted to say actively trying to get bored is some of the best things that i've done for myself as an adult in a dopamine-driven world (exercising aside). i'm not saying to do…

  23. comment
    Comment #40983935

    i hope they'll eventually support Mermaid ( https://github.com/mermaid-js/mermaid ) for creating diagrams directly within documents. i've been using it a lot for my markdown files …

  24. comment
    Comment #40944918

    what an amazing read! slightly unrelated to the post: does anyone know any similar blog posts as such about people writing about their life? especially in areas of the world that i…

  25. comment
    Comment #40933019

    out of curiosity: is there a specific reason to use robinraju/release-downloader@v1 over actions/download-artifact@v4 here at your 'Download previous DB' step in build_db.yml?