Live data from Hacker News

Viewing profile — qq99

qq99

HN member
Joined
Sat, Jun 01, 2013, 9:03 PM UTC
HN karma
407
Public activity
55 items

About qq99

https://anthonycameron.com

Recent public activity

  1. comment
    Comment #46081333

    Win11, editor runs on Win11, all development happens inside WSL2 (Ubuntu) Basically all the bonuses of Windows re: gaming, with a great developer experience (like Linux/OSX). The p…

  2. comment
    Comment #46079837

    For me, the better HN is https://hckrnews.com/

  3. comment
    Comment #45573131

    I absolutely love it. I find it empowers me more than ever before, and my satisfaction is at all time highs. I'm even building projects now (videogames) that I probably wouldn't ha…

  4. comment
    Comment #45564458

    https://www.kyoubenkyou.com/ It's a few things: - very fast Japanese->English dictionary - hiragana / katakana / number / time reading quizzes - vocabulary quizzes based on wordlis…

  5. comment
    Comment #45423136

    Very cool!

  6. comment
    Comment #45419610

    I'm working on a few things, but the one that's gaining the most traction right now in terms of users is kyoubenkyou https://www.kyoubenkyou.com/ In short, it's a few things: - JA-…

  7. comment
    Comment #45314832

    grok-code-fast-1 has been my preferred model lately, but I don't see any mention of it as part of this release. I'm wondering if this might be better? Even if grok-code-fast-1 migh…

  8. comment
    Comment #44653791

    Love the idea of local keys and appreciate your video explaining it! What do you use to record that style of video?

  9. comment
    Comment #44653564

    Cool! Some feedback: it's too easy to get into a "dead chat". > Sorry, an error occurred while processing your request. No way to retry or resubmit or edit anything to get things m…

  10. comment
    Comment #44650377

    So your component still has 60 tailwind classes on it? I think that might work in React, but might have a payload impact on server-rendered React. Another interesting point for usi…

  11. comment
    Comment #44650151

    Sure, you might make a ` ` UI component (assume React), but if it embeds 30 classes in it, when you server-render this, every button on your page is contributing ~30 classes worth …

  12. comment
    Comment #44650124

    I think you're agreeing with me. DaisyUI is 1 implementation of a standardization shortcut so you don't have to e.g., develop your own button, dropdown, modal, nav, etc (whatever y…

  13. comment
    Comment #44650102

    Yes, they'll typically have a UI component that accepts props and may have some internal state. DaisyUI is operating at the style layer, so you might use it to achieve the visuals …

  14. comment
    Comment #44650064

    How are you going to style your components, if not via CSS classes?

  15. comment
    Comment #44649777

    Tailwind is just a set of utility classes (that also tends to be compiled), while SCSS is a full-on CSS compiler that offers no utility classes by default. A lot of the features th…

  16. comment
    Comment #44649357

    IIRC the creator of tailwind might have been against @apply too, but it didn't seem like a good recommendation to me

  17. comment
    Comment #44649176

    Just because you have Tailwind in your codebase doesn't mean you can _only_ use Tailwind. I often use a mixture of both when it makes sense. The Tailwind classes are often terser. …

  18. comment
    Comment #44649095

    Tailwind is a set of utility CSS classes you can use that tend to guide you into writing CSS that looks like it "fits" together. E.g., consistent gaps if you use `gap-1`, `gap-2`, …

  19. comment
    Comment #44648605

    I'm surprised that a lot of the comments seem to be missing the reason that this project exists. In many tailwind projects, you inevitably end up wanting to standardize how a butto…

  20. comment
    Comment #44611678

    I imagine (and hope) I'm not being billed for requests that fail. In my own apps that use Anthropic API, sometimes the req just fails the initial connection (and so has to be retri…

  21. comment
    Comment #44595277

    Cursor doesn't auto-retry my request, it presents me with a button to click to retry. If you know the request failed, you could just retry on my behalf!

  22. comment
    Comment #44458794

    It's the Venom symbiote

  23. comment
    Comment #43965038

    I was wondering about this. I was hesitant to add embedding-based search to my app because I didn't want to incur the latency to the embedding API provider blocking every search on…

  24. comment
    Comment #43919537

    Wasn't this already available in AI Studio? It sounds like they also improved the image quality. It's hard to keep up with what's new with all these versions

  25. comment
    Comment #43888152

    That's a really good point. I haven't done a lot of optimistic updates with LiveView yet. I'm not sure how sanely you could really achieve it (because it seems you'd lose the prima…