Live data from Hacker News

Viewing profile — redditor98654

redditor98654

HN member
Joined
Mon, Aug 22, 2022, 9:10 AM UTC
HN karma
143
Public activity
130 items

About redditor98654

No profile information was provided.

Recent public activity

  1. comment
    Comment #48538575

    In my experience, both Claude and codex are way too good these days that I don’t have to selectively create a prompt with just the right files. I just say something like “look at t…

  2. comment
    Comment #48092945

    I am curious, what kind of work do you use Claude for that sometimes requires hours of working. In my case, I have never seen it go off for more than 10 mins and even that is very …

  3. comment
    Comment #47932576

    I had the same thought. TBH there is nothing in those individual sentences that read like AI but when you read them all together I could see it too. I dunno what it is, only way I …

  4. comment
    Comment #47861082

    Absolutely. What I had hoped was a proper 75% layout with proper full sized up and down arrow keys.

  5. comment
    Comment #46973510

    My introduction to Feynman was more from other science communicators either quoting him or retelling some story about him and initially it formed a mental picture in my mind that h…

  6. comment
    Comment #46375744

    us-west-2 is indeed very large, but will still not be able to take a full failover from us-east-1

  7. comment
    Comment #45514324

    Hi there, I was looking to get a NAS that I can just install and not have to worry about maintenance too much and senility was at the top of the list. If not synology what would yo…

  8. comment
    Comment #45484923

    May be a “fast follow”? Right after launch of the “MVP”?

  9. comment
    Comment #45300480

    Do you use or have used MySQL in the past?

  10. comment
    Comment #45300435

    One benefit is that it makes these operations lazy. There are no intermediate lists created when you call a map on a stream. If map were a method in a list, it would need to return…

  11. comment
    Comment #45166519

    From what I recall, Reddit uses AWS extensively. Could they not have replaced RabbitMQ with SQS? You get the near unlimited horizontal scalability, extremely good uptime, guarantee…

  12. comment
    Comment #45102146

    The way you have expressed this, I am borrowing it for myself. Many times i run into these kind of situations and I fail to explain why doing something like this is frustrating and…

  13. comment
    Comment #45101340

    Interesting. I have used free marker. Pretty happy with it in general. But inability to mutate collections is an annoyance. I will checkout blueprint. A zero dependency library is …

  14. comment
    Comment #45101111

    A while ago, I had attempted to do it the Rust style with a Result type in Java (where it is called Data oriented programming) and the result is not great. I was fighting a losing …

  15. comment
    Comment #45098620

    They thought Alexa will enable users to buy more from Amazon just by voice. But most users turned out like me. I would not spend a single dollar on Amazon without actually seeing t…

  16. comment
    Comment #45098589

    Hmmm, thinking aloud, Oracle?

  17. comment
    Comment #44487441

    Whoa! Mind sharing the company?

  18. comment
    Comment #44160415

    I use the dedicated app but IntelliJ ultimate bundles datagrip into the ide too.

  19. comment
    Comment #44157200

    If you have the license for it, it is hard to beat Datagrip from Jetbrains. Support for just about any database and also integrated support for AI/Copilot making it much easier to …

  20. comment
    Comment #44050195

    Do you already have some common templates ready to be used somewhere?

  21. comment
    Comment #43952868

    I know this does not answer the question for non-Amazon folks but the internal Amazon metrics portal UI is so functional and dense that it was a joy to use. If someone from AWS Clo…

  22. comment
    Comment #43923974

    Interesting that you choose to do it manually. Do you do this as a transaction so that the indexes are always updated. If not, how do you handle partial failures?

  23. comment
    Comment #43868418

    Not really. I have done multiple AWS pricing and costing exercises while launching services and there was never a direction from the VP to sell it lower than what it costs to build…

  24. comment
    Comment #43839500

    Correct, you lose that ordering but then the only other option is to retry indefinitely. You have to think through what your error handling looks like as is the case with any appli…

  25. comment
    Comment #43810100

    I agree on the head of the line blocking problem and that not everyone needs the per partition ordering. For that I have started to use SQS FIFO with the message grouping key being…