Viewing profile — boxidea
boxidea
HN member- Joined
- Wed, Dec 02, 2015, 5:22 PM UTC
- HN karma
- 8
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About boxidea
No profile information was provided.
Recent public activity
-
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.
-
comment
Comment #11248000
> already-written "titleize" function Which is a function provided by ActiveSupport. It's not part of Ruby itself.
-
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.
-
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…
-
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…
-
comment
Comment #10771301
Good luck finding an email client that supports canvas.
- comment
-
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…
-
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…
-
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…
-
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…