liqilin1567
No user record in our sample, but liqilin1567 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but liqilin1567 has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
> 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?
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.
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.
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 valuable comments buried in the threads with…
Thanks for feedback! It's working now. Any questions we could chat on X @liqilin3
I'm glad to hear feedback
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 valuable comments buried in the threads with…
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 age
> 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, abc2, abc3. We usually don't use our…
> 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 may be memorising patterns rather than…
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 through the tcp-stack? 2. In container…
> 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 couple months ago, I think it's a good…
[dead]
Every time I see a "build an app with just one English sentence" hype, I turn away immediately
Yeah, the danger lies not in AI itself, but in inexperienced users treating it as a magic solution.
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.
This reminds me of a picture where a guy pitch someone in the restroom :D https://pbs.twimg.com/media/G3WSULNaAAAjE17.jpg
Seems like these garbage pages can't trap bots. People discussed it in this thread: https://news.ycombinator.com/item?id=45711987
Maybe there are too many requests, so they have to offload the videos to s3.
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 projects like OSes and browsers, otherwise…
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?
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.
Yeah, even library loading relies on glibc, so we can't really escape glibc on GNU/Linux.
Thanks, animation is really an impressive feature.
I didn't know about D2. Mind sharing features that are better than mermaid?