Viewing profile — Crier1002
Crier1002
HN member- Joined
- Fri, Feb 23, 2024, 12:33 PM UTC
- HN karma
- 136
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About Crier1002
No profile information was provided.
Recent public activity
- story
- story
-
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…
-
comment
Comment #44346165
thanks! apologies i was on mobile and missed this. im excited to try it out
-
comment
Comment #44345229
ive always wanted this. im going to give it a go! does this happen to support IDE like vscode?
-
comment
Comment #42447658
i second this! datasette is amazing and i've been using it to publish data that i collect and find interesting
-
comment
Comment #42374655
do you have examples i can refer to? i’d love to learn to write better docs
- story
- story
-
comment
Comment #42170918
i found Soft Skills Engineering Podcast this year and i'm enjoying it!
-
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.
-
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
-
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
-
comment
Comment #41318017
this sounds like a cool story to write about!
-
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…
-
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…
-
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…
-
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…
-
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
- story
-
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…
-
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…
-
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 …
-
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…
-
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?