HackerTrans
TopNewTrendsCommentsPastAskShowJobs

laike9m

no profile record

Submissions

Avoid Mini-Frameworks

laike9m.com
168 points·by laike9m·vor 7 Monaten·116 comments

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

clicknow.ai
1 points·by laike9m·letztes Jahr·0 comments

Does “building in public” work?

laike9m.com
290 points·by laike9m·vor 2 Jahren·212 comments

No One Builds in Public

laike9m.com
3 points·by laike9m·vor 2 Jahren·2 comments

The unexpected emotional cost of being an indiehacker

laike9m.com
3 points·by laike9m·vor 2 Jahren·2 comments

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

xylect.app
1 points·by laike9m·vor 2 Jahren·0 comments

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

python-type-challenges.zeabur.app
110 points·by laike9m·vor 3 Jahren·46 comments

comments

laike9m
·vor 7 Monaten·discuss
Can't agree more
laike9m
·vor 7 Monaten·discuss
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
·vor 7 Monaten·discuss
Exactly
laike9m
·vor 7 Monaten·discuss
Thanks for the comment. I think you're spot on, and I should have explained more clearly what "concept" means in this context.
laike9m
·vor 7 Monaten·discuss
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
·vor 2 Jahren·discuss
+1, well said
laike9m
·vor 2 Jahren·discuss
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
·vor 2 Jahren·discuss
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
·vor 2 Jahren·discuss
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
·vor 2 Jahren·discuss
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
·vor 2 Jahren·discuss
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
·vor 2 Jahren·discuss
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
·vor 2 Jahren·discuss
Thanks for the kind words. Still feel uneasy when rejecting a feature request
laike9m
·vor 3 Jahren·discuss
:)
laike9m
·vor 3 Jahren·discuss
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
·vor 3 Jahren·discuss
emm, the default value can be anything really...
laike9m
·vor 3 Jahren·discuss
Sorry about the confusion. This issue has been fixed. New line is not needed anymore.
laike9m
·vor 3 Jahren·discuss
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
·vor 3 Jahren·discuss
That's great to know. I actually made it so I can really learn and understand Python typing.
laike9m
·vor 3 Jahren·discuss
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.