Viewing profile — trylist
trylist
HN member- Joined
- Sat, Aug 20, 2016, 7:50 AM UTC
- HN karma
- 65
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About trylist
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #45835971
This is childish thinking. Whatever we do, we cannot go back to "before". Which "before"? How do we go back? You can't regress back to a being a kid just because the problems you f…
-
comment
Comment #45233015
I like how the product image is um... well-used.
- comment
-
comment
Comment #45146410
I remember solving this problem before. These are both global components, so you create a single global instance and control them with a global context or function. You basically h…
-
comment
Comment #45029839
Since the original point of this chain was a comparison between the energy efficiency of biological vs machine learning, then we need to be trying to understand if the machine is m…
-
comment
Comment #45028084
We're efficient once we have the energy, sure. How much energy does it take to go from raw sunlight to a calorie your body is actually able to use, and finally to your dinner table…
-
comment
Comment #44958955
I hate writing by hand the same way I hate walking through deep sand. It's extra effort for the same distance and I'm mentally way ahead of where I am physically.
-
comment
Comment #44807360
#2 I expect to wind up as a huge win professionally as well. It lowers the investment for creating an MVP or experimental/exploratory project from weeks to hours or days. That abil…
-
comment
Comment #44583173
Public API refers to the user of the class, not the implementer. You never call __init__ directly. __new__ allows modifying object creation itself for the implementer, but the user…
-
comment
Comment #44580675
Said unironically in a discussion about local llms and AI models.
- comment
- comment
-
comment
Comment #33888434
I find it strange to see this sentiment... how far down the stack do you go before it stops being "configuration" to you? Let's imagine building a video chat: Are you going to buil…
- comment
- comment
-
comment
Comment #25801056
That's what I was kind of thinking, but Apollo is also in the same graph. Seems a bit odd to me.
-
comment
Comment #25800445
Am I missing something about graphql being in the same metric as redux? They're not remotely in the same domain, are they?
-
comment
Comment #25502610
Hierarchies are possible with an RDBMS, but I'd suggest it's the wrong tool to model them with, unless they're static of course. Really any graph that can't be encoded in the table…
-
comment
Comment #25502463
This sounds like a graph problem similar to the google unit conversion problem ( https://alexgolec.dev/ratio-finder/ ). You could probably do a data driven solution, but the gist i…
-
comment
Comment #24165566
Concrete makes you walk faster, no?
-
comment
Comment #18829152
I don't know what the solution is, but I do know that the current system is set up to enforce the will of the minority and ignore the majority.
-
comment
Comment #18684088
The internet has literally never been unregulated.
-
comment
Comment #18669292
How can you vote with your wallet against a monopoly? Just go without? That's not a choice, it's coercion.
-
comment
Comment #18408524
I've been using rust for a few weeks and I'm finding it fairly pleasant overall, but I agree on the syntax issues. I've hit some snags (in particular, graphs, but this is a common …