Viewing profile — lacasito25
lacasito25
HN member- Joined
- Sun, Feb 06, 2022, 6:18 PM UTC
- HN karma
- 18
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About lacasito25
No profile information was provided.
Recent public activity
-
comment
Comment #45114792
u mean worktrees
-
comment
Comment #44794933
in typescript we can do this let res res = op1() res = op2(res.op1) res = op3(res.op2) type inference works great, and it is very easy to debug and refactor. In my opinion even mor…
-
comment
Comment #44783403
Considering that you are bundling an entire runtime not meant to be installed independently on other computers, 67mb isn't that bad. Go binaries weight 20mb for example.
-
comment
Comment #43924452
I think they probably know that, this is alpha software, no need to be condescending.
-
comment
Comment #36558776
why is having those complex flows done in a graphical UI better than just in code, where you can easily version them / test them?
-
comment
Comment #36174679
I mean, you make S3 look easy compared to that
-
comment
Comment #36161776
> Like materialism — the view that I sort of work with, the idea that consciousness is a natural phenomenon and is somehow a property of material things like brains and bodies. Tha…
-
comment
Comment #36101913
That looks more of a documentation problem, rather than an HTTP problem. You just document that that POST endpoint doesn't actually modify data. A great example of this are OpenAI …
-
comment
Comment #35829530
here I am, using lit, dealing with OOP
-
comment
Comment #35826499
There's the REMO framework, from daveshap, but I've yet to try that algorithm.
-
comment
Comment #35751267
There's pgtyped, which I believe does almost the same as sqlc https://github.com/adelsz/pgtyped
-
comment
Comment #35581607
one can hope that with web assembly we can get closer to that dream, and eventually just remove the whole web browser.
-
comment
Comment #34450139
How much money you think gpt3 training costed?
-
comment
Comment #34359895
The project looks extremely messy, so many packages inside packages. It feels like java, but less performant
-
comment
Comment #34158732
But what if "make testable hypotheses and then invalidate them experimentally" is wrong to begin with?
-
comment
Comment #33441909
Funny how all the languages you mentioned compile slower than go (C maybe faster). Enforcing no exceptions is a pretty big win for me.
-
comment
Comment #33337313
Single biggest reason I don't start new rust projects
-
comment
Comment #33187832
Done in js, so guaranteed to be slow for large projects. What a shame
-
comment
Comment #32961174
It's done in js, so it will eventually have the same performance problems as typescript has. What a shame
-
comment
Comment #32522549
Conttary to plenty of people, I love javascript. Having programmed 5 years in it makes me value and love golang much more. And it's always nice to have your competitor startups run…