Live data from Hacker News

Viewing profile — crazy5sheep

crazy5sheep

HN member
Joined
Sat, Jan 04, 2014, 6:39 PM UTC
HN karma
64
Public activity
40 items

About crazy5sheep

No profile information was provided.

Recent public activity

  1. comment
    Comment #49103388

    Given majority of claude's own code was written by AI. I am wondering how they can solve this issue when their AI is down. Do they need to sign a contract with OpenAI to use their …

  2. comment
  3. comment
    Comment #47208226

    The whole point is that LLMs, especially the attention mechanism in transformers, have already paved the road to AGI. The main gap is the training data and its quality. Humans have…

  4. comment
    Comment #47203843

    The 1905 thought experiment actually cuts both ways. Did humans "invent" the airplane? We watched birds fly for thousands of years — that's training data. The Wright brothers didn'…

  5. comment
    Comment #44942425

    Apple is too greedy, it's a joke to have 256GB as a storage option nowadays

  6. comment
    Comment #44642628

    > We left product development teams without anyone focused on production. We undid everything that made DevOps work in the first place. Very good point, that's the same I have obse…

  7. comment
    Comment #40410131

    It really just a state machine

  8. comment
    Comment #35984396

    I thought it was just my asus router broken today, and I was about to buy a new one.

  9. comment
    Comment #30493578

    An interface with many methods is already a bad design. limiting it to a handful methods is way easier to maintain. it's fine to return an object has implement many interfaces, but…

  10. comment
    Comment #29413258

    A 2D to 3D migration?

  11. comment
    Comment #29351202

    Use standing desk, and take good care of your neck.

  12. comment
    Comment #29101125

    Oh, this brought back a lot of good memory in Yahoo. This thing was originally called YTS, it has a very flexible plugin system, the caching functionality was pretty good and easy …

  13. comment
    Comment #28836730

    Same here, I was inspired a lot by this post all these years. I really want to take this chance to say than you to Peter.

  14. comment
    Comment #27525620

    however, it's an easy and achievable investment.

  15. comment
    Comment #27323031

    There's once I was running some jruby stuff in jenkins during a build, the job kept on hanging on some stage, I thought there must be bug somewhere, I forced kill it a couple of ti…

  16. comment
    Comment #26983239

    Why did you kick the ball to the author, Google is on the monopoly side being too powerful and not caring. The author just voiced his concern but not a solution, what Google needs …

  17. comment
    Comment #26473737

    Developing with docker is not necessary a micro service, it's just a way of packaging, distributing and deploying your application in a clean way. And docker is not a virtual machi…

  18. comment
    Comment #25995773

    Prometheus is great, the main problem is the bloat of metrics it's collecting. one really needs to carefully define the rules to scrape, compute, reduce and filter the ones that ar…

  19. comment
    Comment #25886365

    without generic support, Go couldn't even provide things as simple as a Max(...) function for all kinds of numbers in their standard library.

  20. comment
    Comment #25606818

    That's exactly what I have been done for years. I have create a git repo specified for the question, with some code working in way, but buggy, such as logical bugs or race conditio…

  21. comment
    Comment #24381590

    heart rate related?

  22. comment
    Comment #24024364

    If country B does nothing, it would be pure stupidity. The US was already late on taking actions.

  23. comment
    Comment #22115040

    I was in Guangdong when SARS happened in 2003, I have heard rumors for months until the Chinese gov eventually admitted there's such virus exists. Ever since then I basically have …

  24. comment
    Comment #22097064

    Either you didn't switch jobs often, or didn't want to spend time on interview preparing sites like leetcode.

  25. comment
    Comment #22022859

    I don't agree the issues OP later discovered has anything related to `refactoring` itself, but more a issue of premature optimization. my 2 cents, an interface is defined, it shall…