Live data from Hacker News

Viewing profile — dr_strangelove

dr_strangelove

HN member
Joined
Tue, Nov 18, 2008, 6:25 AM UTC
HN karma
15
Public activity
9 items

About dr_strangelove

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #38626786

    The architecture is described here: https://youtu.be/Xa_fNuaSE_I?t=416

  3. comment
    Comment #2253377

    For german users a similar service is offered by 1&1 (iPayment, with "silent CGI"-mode). The form on the site is sent to the ipayement servers and those verify the transaction data…

  4. comment
    Comment #1274615

    To open a terminal simply press cmd + return.

  5. comment
    Comment #1091062

    if you had an index on device_id there shouldn't be a difference in performance between the original table and the partioned one. the index is used to reduce the rows that need to …

  6. comment
    Comment #1091037

    had this guy an index on "device_id" and "date_added", there is no way such a query would take 3-4 seconds.

  7. comment
    Comment #577761

    To give you a background why vacuum is necessary: When you update a row in postgres, it is marked as deleted and a row with the updated contents is inserted. Likewise, when you del…

  8. comment
    Comment #577702

    You don't need VACUUM FULL. If you have problems with too much disk space used by your tables, increase the autovacuum frequency.

  9. comment
    Comment #367949

    The language that fits this description best is Erlang, I would say ... (what, in this definition, is specific to objects compared to processes?)