Live data from Hacker News

Viewing profile — boxidea

boxidea

HN member
Joined
Wed, Dec 02, 2015, 5:22 PM UTC
HN karma
8
Public activity
11 items

About boxidea

No profile information was provided.

Recent public activity

  1. comment
    Comment #11471886

    The author of the article does not work at Google. So the article is basically speculation. He has NO CLUE how Google stores the image data.

  2. comment
    Comment #11248000

    > already-written "titleize" function Which is a function provided by ActiveSupport. It's not part of Ruby itself.

  3. comment
    Comment #11238654

    You can deactivate your Facebook account. You won't get the enticer emails and if you ever need to look up some contact info, you can just activate it again.

  4. comment
    Comment #11082621

    I work for a large not-for-profit company. We don't get any free snacks or coffee free here either, but the other benefits outweigh that... like 10% 401a contribution, $30 per mont…

  5. comment
    Comment #10939764

    I'd bet the short obvious answer is that it doesn't cost them anything to ship small, lightweight products like this. The plane was already flying from China to wherever, filled wi…

  6. comment
    Comment #10771301

    Good luck finding an email client that supports canvas.

  7. comment
  8. comment
    Comment #10738876

    # Need to increment this count so it matches up with the length of the list we just created. count = 1 count = count + 1 count = count + 1 count = count + 1 count = count + 1 count…

  9. comment
    Comment #10733297

    I upgraded SSDs in my Mac. The process was very simple using another method as well. 1) Backup current drive to Time Machine 2) Swap drives 3) Boot with new drive 4) Restore Time M…

  10. comment
    Comment #10706531

    One of my favorite articles like this, from 2 years ago: > This morning Apple (NASDAQ: AAPL) announced a record-breaking weekend for sales of its new iPhone 5S and 5C. In the first…

  11. comment
    Comment #10664292

    You can also attach other sqlite databases which might make it easier. attach database 'old-database.sqlite3' as old; insert into dbtable ( id, name ) select id, name from old.dbta…