Viewing profile — liqilin1567
liqilin1567
HN member- Joined
- Thu, Aug 21, 2025, 8:29 AM UTC
- HN karma
- 59
- Public activity
- 81 items
- HN profile
- View on Hacker News ↗
About liqilin1567
https://hpyhn.xyz/
Recent public activity
-
comment
Comment #46664562
> There is an endless list of problems to solve As an indie hacker I often struggle to find new ideas. Are there any practical strategies for discovering these real pain points?
-
comment
Comment #46572286
When I saw that the trail goes through just one word like "Us/Them", "fictions" I thought it might be more useful if the trail went through concepts.
-
comment
Comment #46450808
I like the idea, but this is going be a very very long journey to develop a completely new machine-friendly language like this while LLMs still have many limitations now.
-
comment
Comment #46269333
I built a website ( https://hpyhn.xyz ) for hacker news users for reasons: 1. hn comments are valuable, I've spent a lot of time going through hn comments. I think there are valuab…
-
comment
Comment #45950783
Thanks for feedback! It's working now. Any questions we could chat on X @liqilin3
-
comment
Comment #45874960
I'm glad to hear feedback
-
comment
Comment #45872226
I built a website ( https://hpyhn.xyz ) for hacker news users for reasons: 1. hn comments are valuable, I've spent a lot of time going through hn comments. I think there are valuab…
-
comment
Comment #45864933
Wow this is so rare, I can't recall any case like this. But there are celebrities with exactly the same name, the media add a "big" or "little" prefix to their names according to a…
-
comment
Comment #45864511
> How do Chinese people deal with name conflicts? In a big company, there are often many people with the same name. some companies may add a numeric suffix to their name like abc1,…
-
comment
Comment #45863119
> Brittle performance – A model might do well on short, primary school-style maths questions, but if you change the numbers or wording slightly, it suddenly fails. This shows it ma…
-
comment
Comment #45833198
Thanks for sharing. There are two things I don't understand: > XDP for Egress Traffic Flow Diagram 1. Are packages still raw application data when they get to veth0-A without going…
-
comment
Comment #45818990
> Each agent focuses on its domain: data analysis, feature engineering, model selection, deployment, and so on Sounds very practical in real-world use cases. I trained a ML model c…
-
comment
Comment #45787921
[dead]
-
comment
Comment #45728938
Every time I see a "build an app with just one English sentence" hype, I turn away immediately
-
comment
Comment #45728715
Yeah, the danger lies not in AI itself, but in inexperienced users treating it as a magic solution.
-
comment
Comment #45728508
I have to praise the interactive style of this content. As a C/C++ dev, I've always thought assembly was much harder. But this interactive content makes assembly clearer.
-
comment
Comment #45720554
This reminds me of a picture where a guy pitch someone in the restroom :D https://pbs.twimg.com/media/G3WSULNaAAAjE17.jpg
-
comment
Comment #45719515
Seems like these garbage pages can't trap bots. People discussed it in this thread: https://news.ycombinator.com/item?id=45711987
-
comment
Comment #45719037
Maybe there are too many requests, so they have to offload the videos to s3.
-
comment
Comment #45718183
Yeah, it's kind of annoying to fix these bugs for me, even though GDB is a great debugging tool. I always wonder if there are any techniques to avoid these kind of bugs in huge pro…
-
comment
Comment #45716998
One of the biggest headaches for me is memory bugs when codebase grows large. So I 'm very interested: is this a headache for you too and how do you deal with this?
-
comment
Comment #45716691
Exactly. Since containers share the same kernel with the host, if there is a kernel bug that can be exploited from within a container, it makes the whole host vulnerable.
-
comment
Comment #45716638
Yeah, even library loading relies on glibc, so we can't really escape glibc on GNU/Linux.
-
comment
Comment #45716574
Thanks, animation is really an impressive feature.
-
comment
Comment #45711665
I didn't know about D2. Mind sharing features that are better than mermaid?