Live data from Hacker News

Viewing profile — Attummm

Attummm

HN member
Joined
Wed, May 12, 2021, 9:43 AM UTC
HN karma
314
Public activity
160 items

About Attummm

No profile information was provided.

Recent public activity

  1. comment
    Comment #49238049

    Sounds interesting, but there isn't any description or readme to go by.

  2. comment
    Comment #48905466

    Well you have our attention, could you explain the backstory?

  3. comment
    Comment #47327757

    Incredibly sad news. His contributions to the foundations of computing will remain relevant for generations to come.

  4. comment
    Comment #46696762

    There is evidence that exceptionally high intelligence can work against someone in the normal world and is linked to negative school outcomes.

  5. comment
    Comment #45447116

    During the first few hours, it was great product. However since then it seems that products are currently downgraded.

  6. comment
    Comment #45418830

    Anthropic really nailed this release. There had been a trend where each new model released from OpenAI, Anthropic, etc. felt like a letdown or worse a downgrade. But the release of…

  7. comment
    Comment #44479168

    The title is clickbait, unfortunately. The article states the opposite. > Writing fast algorithmic trading system code is hard. Measuring it properly is even harder.

  8. comment
    Comment #44143688

    A post like this hitting the HN front page feels like a monthly occurrence. Normally I think of commenting in your support but never post it. While I agree with your technical poin…

  9. comment
    Comment #43977681

    It sounds very intriguing indeed. However, the README makes some claims. Are there any benchmarks to support them? > Built for performance we're currently 1000x faster than Neo4j, …

  10. comment
    Comment #43189140

    This sounds great. Python is really great for quickly developing applications. However, maintaining them is a real pain point—especially when it comes to packages and their depende…

  11. comment
    Comment #43179620

    I'm working on a small project for managing settings in Golang. I found that boilerplate code needed for handling defaults, environment variables, and CLI variables could become un…

  12. comment
    Comment #43166169

    Tested the new model, seems to have the same issue as october model. Seems to answer before fully understanding the requests, and it often gets stuck into loops. And this update re…

  13. comment
    Comment #43163664

    Hi Boris, Would it be possible to bring back sonnet 2024 June? That model was the most attentive. Because we lost that model this release a value loss for me personally.

  14. comment
    Comment #43117427

    I've been a proponent of pair programming since the early days of Agile, when it was still seen as part of extreme programming. Unfortunately, it’s not often employed in workplace …

  15. comment
    Comment #42379157

    That is great news. Redis remains my favorite database. I've had the opportunity to work extensively with it, not only professionally but also through open-source projects like red…

  16. comment
    Comment #42349012

    Great in-depth article, unveiling a lower level of Golang previously unknown to me.

  17. comment
    Comment #42346164

    To add to your point. The food industry, like any other industry, focuses on numbers. Consumer spending favors new varieties of fruit with sweeter taste (e.g., increased glucose/fr…

  18. comment
    Comment #42330659

    The ideas presented are great, and I can see myself adopting them in the future. However, the tone of the accompanying text feels off-putting, which makes me hesitant to share it. …

  19. comment
  20. comment
    Comment #42249467

    This isn't a gotcha, it's an important aspect of how Go runs. While it's not highlighted enough concurrency isn't magic, and GOMAXPROCS is important to control your Go app, especia…

  21. comment
    Comment #42247701

    It's ironic even after 150 years, the person is still facing the same issue.

  22. comment
    Comment #42243860

    For me, the issue with error handling is that while errors are explicitly stated, they are often poorly handled. Rarely have I seen the handling of multiple reasons for why an erro…

  23. comment
    Comment #42241418

    suffix the language name plus name would give us redis-py. Which in turn would create the filename redis_py.py Which would immediately raise the question why not a dot. redis.py > …

  24. comment
    Comment #42229332

    I have to disagree with your premise. The goal of many software engineers is to build software / systems they can be proud of. They love software and the machines it runs on. Many …

  25. comment
    Comment #42126602

    The "what/how" distinction is fundamental. If the "what" is getting healthy and fit, that is a very high-level goal. Within your example, you choose the "how" through running It co…