Viewing profile — laike9m
laike9m
HN member- Joined
- Thu, Oct 24, 2013, 12:54 PM UTC
- HN karma
- 199
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About laike9m
No profile information was provided.
Recent public activity
-
comment
Comment #46387454
Can't agree more
-
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…
-
comment
Comment #46378780
Exactly
-
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.
-
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…
- story
-
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.
-
comment
Comment #41623319
+1, well said
-
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.
-
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…
-
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...
-
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
-
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…
- story
-
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 …
- story
-
comment
Comment #41269565
Thanks for the kind words. Still feel uneasy when rejecting a feature request
- story
-
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…
- comment
-
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…
-
comment
Comment #38483951
emm, the default value can be anything really...
-
comment
Comment #38483945
Sorry about the confusion. This issue has been fixed. New line is not needed anymore.
-
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…
-
comment
Comment #38461787
That's great to know. I actually made it so I can really learn and understand Python typing.