Live data from Hacker News

Viewing profile — laike9m

laike9m

HN member
Joined
Thu, Oct 24, 2013, 12:54 PM UTC
HN karma
199
Public activity
40 items

About laike9m

No profile information was provided.

Recent public activity

  1. comment
    Comment #46387454

    Can't agree more

  2. comment
    Comment #46387233

    Maybe I should have written it more clearly, but the mini-frameworks I described in the article are not makeshift -- instead they're permanent and stay forever, expanding as time g…

  3. comment
  4. comment
    Comment #46378106

    Thanks for the comment. I think you're spot on, and I should have explained more clearly what "concept" means in this context.

  5. comment
    Comment #46374857

    I wrote this article to reflect a pattern I observed (and hate) while working in Google, but I'm sure this is not a company specific problem. Would be interested to hear other peop…

  6. story
  7. story
    Show HN: Clicknow – Unlimited LLM Access for Less Than $20

    I write about why I adopted a one-time payment model for Clicknow (clicknow.ai), with a built-in API key. The idea that "everything needs to be a subscription" is ridiculous, IMO.

  8. comment
    Comment #41623319

    +1, well said

  9. comment
    Comment #41623307

    Definitely agree. Sorry if the article sounds a bit negative, but I'm overall still in favor of building in public, for various reasons like the ones you mentioned.

  10. comment
    Comment #41623150

    Thanks for sharing. I had the same feeling that browsering Twitter timeline is not so helpful overall, though there are good posts from time to time so you still can't ignore it. I…

  11. comment
    Comment #41623111

    Good question. I'm curious as well. From what I can tell, more and more indiehackers seem to be focusing on building tools for other indiehackers...

  12. comment
    Comment #41623044

    With his influence and followers, I think @levelsio has made sure that, even if he has competitors, he's gonna gain more attraction than others and do better

  13. comment
    Comment #41622171

    Author here. I'm glad to see so many meaningful discussions triggered by this post. Despite raising concerns, overall I still see "building in public" as a positive trend. Like all…

  14. story
  15. comment
    Comment #41513368

    Since joining the indie hacker community a few months ago, I've been observing what everyone is doing with great curiosity. One thing I immediately noticed, is that everyone talks …

  16. story
  17. comment
    Comment #41269565

    Thanks for the kind words. Still feel uneasy when rejecting a feature request

  18. story
  19. story
    Show HN: Xylect – AI-search for Mac that works in ANY app

    Xylect is an AI-search app for MacOS, that you can use in any app. It has with multi-language support, no API key or prompting required . Imagine you're reading something using a P…

  20. comment
  21. comment
    Comment #38483977

    As long as it passed, it's considered a valid solution. The provided solution is only for reference. I like the proposal, I can change it to showing the solution link once user has…

  22. comment
    Comment #38483951

    emm, the default value can be anything really...

  23. comment
    Comment #38483945

    Sorry about the confusion. This issue has been fixed. New line is not needed anymore.

  24. comment
    Comment #38483942

    Your solution is fine. Pyright can infer the return types, so you don't need to annotate the return type. In fact this is describe in the solution https://github.com/laike9m/Python…

  25. comment
    Comment #38461787

    That's great to know. I actually made it so I can really learn and understand Python typing.