HackerTrans
トップ新着トレンドコメント過去質問紹介求人

laike9m

no profile record

投稿

Avoid Mini-Frameworks

laike9m.com
168 ポイント·投稿者 laike9m·7 か月前·116 コメント

Show HN: Clicknow – Unlimited LLM Access for Less Than $20

clicknow.ai
1 ポイント·投稿者 laike9m·昨年·0 コメント

Does “building in public” work?

laike9m.com
290 ポイント·投稿者 laike9m·2 年前·212 コメント

No One Builds in Public

laike9m.com
3 ポイント·投稿者 laike9m·2 年前·2 コメント

The unexpected emotional cost of being an indiehacker

laike9m.com
3 ポイント·投稿者 laike9m·2 年前·2 コメント

Show HN: Xylect – AI-search for Mac that works in ANY app

xylect.app
1 ポイント·投稿者 laike9m·2 年前·0 コメント

Show HN: Python-Type-Challenges, master Python typing with online exercises

python-type-challenges.zeabur.app
110 ポイント·投稿者 laike9m·3 年前·46 コメント

コメント

laike9m
·7 か月前·議論
Can't agree more
laike9m
·7 か月前·議論
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 goes, until being replaced by something else.
laike9m
·7 か月前·議論
Exactly
laike9m
·7 か月前·議論
Thanks for the comment. I think you're spot on, and I should have explained more clearly what "concept" means in this context.
laike9m
·7 か月前·議論
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 people's stories :)

I can be found here:

https://x.com/laike9m

https://mastodon.social/@laike9m
laike9m
·2 年前·議論
+1, well said
laike9m
·2 年前·議論
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.
laike9m
·2 年前·議論
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 actually enjoy reading levelsio's non-indie-related posts, but that 's me personally.
laike9m
·2 年前·議論
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...
laike9m
·2 年前·議論
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
laike9m
·2 年前·議論
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 trends, things emerge and change over time, so we'll see how "building in public" evolves.

If you'd like to sponsor my work, feel free to check out an app I developed:

https://xylect.app/

With one-click, Xylect explains your selected text using an AI knowledge engine, no matter which app you're currently using. It's like bringing Perplexity + dictionary to every app.

I'm also on Twitter/X and Mastodon. I'll share more thoughts in the future:

- https://twitter.com/laike9m

- https://mastodon.social/@laike9m
laike9m
·2 年前·議論
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 about "build in public".

At first I thought, "OK, everyone is doing it, it must be good". But a few months later, I'm starting to have some questions. I write about them in this article.
laike9m
·2 年前·議論
Thanks for the kind words. Still feel uneasy when rejecting a feature request
laike9m
·3 年前·議論
:)
laike9m
·3 年前·議論
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 run it.
laike9m
·3 年前·議論
emm, the default value can be anything really...
laike9m
·3 年前·議論
Sorry about the confusion. This issue has been fixed. New line is not needed anymore.
laike9m
·3 年前·議論
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-Type-Challenges/blob/main/...
laike9m
·3 年前·議論
That's great to know. I actually made it so I can really learn and understand Python typing.
laike9m
·3 年前·議論
I definitely considered adding hints. But it's gonna be a ton of work to create proper hints and I'm yet to prioritize it.