Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
boxidea
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
boxidea
10y ago
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.
▲
by
boxidea
11y ago
> already-written "titleize" function Which is a function provided by ActiveSupport. It's not part of Ruby itself.
3.
▲
by
boxidea
11y ago
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.
▲
by
boxidea
11y ago
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 month commuter benefit, and $25k tuition reimbursement per
5.
▲
by
boxidea
11y ago
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 with AliExpress merchandise. They may have paid for
6.
▲
by
boxidea
11y ago
Good luck finding an email client that supports canvas.
7.
▲
by
boxidea
11y ago
# 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 = count + 1
8.
▲
by
boxidea
11y ago
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 Machine backup
9.
▲
by
boxidea
11y ago
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 72 hours more than 9 million phones were sold in 11 coun
10.
▲
by
boxidea
11y ago
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.dbtable; Then you don't need to use