Live data from Hacker News

Viewing profile — tkyjonathan

tkyjonathan

HN member
Joined
Fri, Apr 04, 2014, 9:26 AM UTC
HN karma
201
Public activity
243 items

About tkyjonathan

No profile information was provided.

Recent public activity

  1. comment
    Comment #47720552

    Misadventures in AWS Lambda, connection pooling and killing the database with unclosed transactions.

  2. story
  3. comment
    Comment #23015464

    Isn't this DataOps?

  4. comment
    Comment #22877376

    Almost none of the company leaders or even VCs fully understand what AI even is or does. They just like to hear thats its there. If you don't have some AI in your company, you won'…

  5. comment
    Comment #22816003

    "Normalization was built for a world with very different assumptions. In the data centers of the 1980s, storage was at a premium and compute was relatively cheap." But forget to do…

  6. comment
    Comment #22751985

    Location: UK, Horsham Remote: Yes Willing to relocate: No Technologies: Data Engineering, Data Architecture, Data Performance Engineering, Java, Python, SQL. Résumé/CV: https://www…

  7. comment
    Comment #22665675

    Location: West Sussex, UK Remote: Yes Willing to relocate: No Technologies: Data Architect, Data Modeling, Data Performance Engineer, SQL, MySQL, Percona, MariaDB, Galera, Postgres…

  8. story
  9. comment
    Comment #22503236

    This is obvious to me. Since Hadoop came out, (a lot of) people have been giving up on even forming algorithms and just dumping data into machine learning and hoping for the best. …

  10. comment
    Comment #22492501

    I said this 3 years ago, the future is having an SQLite DB inside a container for each one of your customers. /s

  11. comment
    Comment #22441678

    If its minimum of 70k, then its probably a good idea, because you would only hire if you absolutely have to. 37signals would be proud. If you decentivize the most productive people…

  12. comment
    Comment #22411914

    I reduce my RDS bill by 66% by keeping it on EC2 and using Percona Server.

  13. comment
  14. comment
    Comment #22383513

    Batching is the multi-threadedness of databases. Its also important to remember that in databases, you are more often optimising for IO usage than CPU.

  15. comment
    Comment #22382696

    That could be a fault of complex physical data models that need simplification.

  16. comment
    Comment #22382669

    It is worth mentioning that there are some data-process heavy work that can be done much faster and more efficiently in SQL. Real life example for a regulatory batch job: 6 tomcat …

  17. comment
    Comment #22354956

    Imagine my shock. Asking for regulation simply to attack the competition or new entrants..

  18. comment
    Comment #22326483

    This is very impressive. The average lifespan of a company on the S&P 500 is 15 years.

  19. comment
    Comment #22279829

    I'm still on pen and paper..

  20. comment
    Comment #22264773

    I feel that philosophy of systems and theory of constraints would be a better philosophy to use with computer systems.

  21. comment
    Comment #22190445

    And a lot of those lakes remain untouched for years..

  22. comment
    Comment #22190440

    Already started a DataOps team in my company!

  23. comment
    Comment #22050423

    Where has this been since 2015?

  24. comment
    Comment #21973207

    This is going to be your next cloud agnostic data warehouse.

  25. comment
    Comment #21911663

    Not sure which DB you are using, but you can load the csv file into the DB directly on a single thread using something like LOAD DATA INFILE. If you have some good indexes and do s…