Live data from Hacker News

Viewing profile — yenda

yenda

HN member
Joined
Tue, Apr 14, 2015, 9:31 AM UTC
HN karma
208
Public activity
92 items

About yenda

No profile information was provided.

Recent public activity

  1. comment
    Comment #44125127

    but claude code also let's you run with a max subscription (not free but capped and with high usage, much cheaper than pure api costs)

  2. comment
    Comment #44020886

    yeah for me it's a capital starvation issue, 5 years ago I got millions to fund a vague idea and would hire left and right for the price you'd give, didn't matter. Now I'm building…

  3. comment
    Comment #36410232

    It's Reddit

  4. comment
    Comment #36247275

    I think it's actually brilliant. People aren't going to leisure trip at commuting hours, so it allows to keep a schedule outside of busy hours when you are normally way under capac…

  5. comment
    Comment #36247242

    Wages are quite good especially for the low skills/paid training

  6. comment
    Comment #36247215

    Note that it's only up to regional transparts, which means that if you can technically travel across Germany with it, it's gonna be much slower than a car. In most cases you are st…

  7. comment
    Comment #36081017

    Like that story about a Tesla driver driving off a cliff in California and everyone surviving the crash? A story that even ended up in french and German newspapers

  8. comment
    Comment #36028358

    I loved empire earth II as well

  9. comment
    Comment #35815715

    Or they remove them from the dataset in batches every X months and retrain. You have a few months to comply to gdpr requests

  10. comment
    Comment #35764408

    What was the training? From what I read the plane was sold as being flown without the need for new training to counter the Airbus jet?

  11. comment
    Comment #35691560

    Very funny (this is either chatGPT or someone writing like it on purpose)

  12. comment
    Comment #35450530

    > If VS Code is slower than sublime with the same level of functionality, why does it currently totally dominate the market? Is it because devs just love Microsoft? Because it only…

  13. comment
    Comment #35247162

    I worked for a year for Pengu, one of the hackers. I never dared to ask about that part of his path. He had a custom arcade game running the game in the office, that was the closes…

  14. comment
    Comment #35174912

    Sounds like you could save yourself some time and budget by offering to pay for those images your are using?

  15. comment
  16. comment
    Comment #34887781

    A personal anecdote, I've had the the complete opposite experience with Asus and Lenovo laptops lasting forever, not even needing any sort of repair, while my 2007 MacBook pro died…

  17. comment
    Comment #34847435

    I'm going to add this tactic to my book it's genius

  18. comment
    Comment #34847429

    At least you can do that when you are not the one managing them but can't fire them.

  19. comment
    Comment #34801359

    I think you give too much credit to some execs, my experience is that sometimes the short term is the only thing they pay attention to when investors' money is flowing and there's …

  20. comment
    Comment #34789077

    True, although I don't know which library the op is talking about, because all the libraries I use are alive and well, some get very rare updated simply because they are "done"

  21. comment
    Comment #34786303

    Well with that logic it's the same for clojure, Lein and deps.edn they both use the very well documented, incredibly successful, Maven Central repository. They are just two differe…

  22. comment
    Comment #34779414

    Do you have some os projects out there to share where you had to do that? Makes me curious, I think the only time I've ended up making a specific data structure in clojure was for …

  23. comment
    Comment #34779345

    I think every clojure dev that sticks long enough and feels the need for a framework ends up publishing one. The reason none of them stands out much imo is that library composition…

  24. comment
    Comment #34776436

    based on the todomvc example, I can say that it is resilient to being offline, in the sense that whatever you do while temporarily offline is resumed when you are back online. ther…

  25. comment
    Comment #34774953

    Regarding offline I tested the photon-starter-app repo a bit and it looks like it already supports disconnections but without optimistic updates: Here's what I did - killed the net…