Live data from Hacker News

Viewing profile — tirrex

tirrex

HN member
Joined
Sat, Feb 27, 2021, 6:05 PM UTC
HN karma
661
Public activity
62 items

About tirrex

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #31405355

    I think chair is the most important part. It looks so comfortable.

  3. comment
    Comment #31404771

    Exactly. Is there any benefit running mysql instead of sqlite for Wordpress? Feels like default db should have been sqlite all along.

  4. story
  5. story
  6. comment
    Comment #31404110

    When did this happen? Is it new?

  7. comment
    Comment #30810862

    Are they using four photos or more?

  8. comment
    Comment #30810844

    This should be improved further. Add a scanner to read handwritten answer and post it as the response.

  9. comment
    Comment #30810808

    https://github.com/tezc/sc/tree/master/map For those who are interested in faster hashmaps, I tried bunch of hashmaps and this one performs better than others. This is for C. Maybe…

  10. comment
    Comment #30032463

    I can pay for a search engine service if it blocks paywalls, bloated sites, fake bullshit clickbait contents. It’s time consuming to find what you’re looking for with Google. Unfor…

  11. story
  12. story
  13. story
  14. story
  15. story
  16. story
  17. story
  18. comment
    Comment #28443862

    How are they going to make money and support the development?

  19. comment
    Comment #27780842

    > And how much impact does it have on runtime performance? Well even computing a sum for a relative small number 1000, according to cppbench, the signed version is 430X faster. Alt…

  20. comment
    Comment #27104638

    Thanks, I’ll take a look.

  21. comment
    Comment #27101452

    Too much marketing. Don’t get me wrong but I’m lost among “fast, scalable, low latency, high throughput” marketing paragraphs and images. There are links to other websites(company …

  22. comment
  23. comment
  24. comment
    Comment #26920890

    Some companies have no AGPL policy. e.g : https://opensource.google/docs/using/agpl-policy/

  25. comment
    Comment #26920640

    I agree, “!” is something easy to miss. I prefer “!=“ mostly for this reason. I am just surprised I’ve never seen this in any code base before.