Live data from Hacker News

Viewing profile — adamddev1

adamddev1

HN member
Joined
Sat, Jun 27, 2020, 1:33 PM UTC
HN karma
1,129
Public activity
378 items

About adamddev1

No profile information was provided.

Recent public activity

  1. comment
    Comment #49222382

    > "Exponentially growing costs" I don't think people thing don't think enough about the exponentially growing costs with AI. The cost of tokens, the cost of bugs, the cost of techn…

  2. comment
    Comment #49203949

    I moved to a self-hosted Forgejo, with a self-hosted runner on another cheap Hetzner server. It's amazing how clean, snappy, and reliable it is.

  3. comment
    Comment #49168086

    Here's a guy who does more than make simple, bloated end-user apps. He tries to dig into the code and make novel performance optimizations etc. He sees that AI can't code everythin…

  4. comment
    Comment #49162376

    > by writing N parsers (“readers”) and M renderers (“writers”), one could support N × M conversions. Beautiful writeup for a wonderful project. In an age of vibe-coding hype it's a…

  5. comment
  6. comment
    Comment #49136181

    One book probably doesn't do it. I know the LLMs have been trained on one particular book that explains some crucial things about the grammar of a low-resource language. The LLMs w…

  7. comment
    Comment #49135700

    It almost feels like alchemy.

  8. comment
  9. comment
    Comment #49133720

    > In the same way high-level languages are a layer on top of writing machine code manually. Another layer, yes, but NOT "in the same way." It is a new, different kind of layer. The…

  10. comment
    Comment #49120636

    This looks great. It seems crazy how we got to this point where this is a revolutionary, unique product.

  11. comment
    Comment #49072424

    But is the information really scanned and preserved for direct access? Or is it just trained into an LLM so that we can only get fuzzy answers about the information?

  12. comment
    Comment #49038015

    This is an excellent analogy that shows how LLMs are fundamentally different than linters, auto-complete, or transpilers.

  13. comment
    Comment #49037980

    Fair point, but I mean perhaps it's not fair for them to have to impose usage limits (which would limit everybody) when they could just make a decision to avoid certain types of pr…

  14. comment
    Comment #49034331

    They're not obligated to deal with the higher load brought on by people's LLM coded projects, CI pipelines etc. In order to keep things freed up and flexible for others, I think it…

  15. comment
    Comment #49032893

    Making a principled ban against LLM would seem to allow for more freedom and flexibility with usage limits. People who are creating more by hand would still be allowed to have more…

  16. comment
    Comment #49031920

    > In addition, Codeberg conflates “having a community” with “being legitimate software worth hosting” I don't think this is a fair summary. I don't see this conflation in Codeberg'…

  17. comment
    Comment #49019136

    I've seen some extremely unnatural ones, like börek that looks overstuffed or Afghan Kabuli Palau with what looked like chocolate squares instead of meat chunks! It feels like look…

  18. comment
    Comment #49019068

    Exactly. I've been trying to say this. Some people think that because people can write CRUD APIs and end-user apps with AI, no-one will need to write code anymore. There is so much…

  19. comment
  20. comment
    Comment #49014277

    It's sad now to see a university library where students sit among endless shelves of amazing books, sitting on laptops, almost all of them with ChatGPT open. The library has become…

  21. comment
    Comment #48972253

    And then the AI gets trained on the advice and information subreddits, and we see an exponential growth downwards in quality?

  22. comment
    Comment #48961937

    I see people talking about the negative experiences, and I'm sure they are real, but I also had some very positive experiences. I remember being amazed that some internet stranger …

  23. comment
    Comment #48961885

    The book takes you through simpler examples, but I found that the exercises did an excellent job of drilling a kind of recursive problem solving skill into your head. You represent…

  24. comment
    Comment #48959305

    Natural language phrase generation in a very complex foreign language that follows recursive syntax trees. And making a GUI to handle and edit these syntax trees visually.

  25. comment
    Comment #48950056

    How to Design Programs with Racket was life changing. https://htdp.org That helped me to think about recursion, functional programming, and type driven development. After going thr…