Live data from Hacker News

Viewing profile — lacasito25

lacasito25

HN member
Joined
Sun, Feb 06, 2022, 6:18 PM UTC
HN karma
18
Public activity
20 items

About lacasito25

No profile information was provided.

Recent public activity

  1. comment
    Comment #45114792

    u mean worktrees

  2. 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…

  3. 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.

  4. comment
    Comment #43924452

    I think they probably know that, this is alpha software, no need to be condescending.

  5. 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?

  6. comment
    Comment #36174679

    I mean, you make S3 look easy compared to that

  7. 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…

  8. 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 …

  9. comment
    Comment #35829530

    here I am, using lit, dealing with OOP

  10. comment
    Comment #35826499

    There's the REMO framework, from daveshap, but I've yet to try that algorithm.

  11. comment
    Comment #35751267

    There's pgtyped, which I believe does almost the same as sqlc https://github.com/adelsz/pgtyped

  12. 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.

  13. comment
    Comment #34450139

    How much money you think gpt3 training costed?

  14. comment
    Comment #34359895

    The project looks extremely messy, so many packages inside packages. It feels like java, but less performant

  15. comment
    Comment #34158732

    But what if "make testable hypotheses and then invalidate them experimentally" is wrong to begin with?

  16. 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.

  17. comment
    Comment #33337313

    Single biggest reason I don't start new rust projects

  18. comment
    Comment #33187832

    Done in js, so guaranteed to be slow for large projects. What a shame

  19. comment
    Comment #32961174

    It's done in js, so it will eventually have the same performance problems as typescript has. What a shame

  20. 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…