Viewing profile — amccollum
amccollum
HN member- Joined
- Tue, Feb 17, 2009, 6:44 AM UTC
- HN karma
- 192
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About amccollum
Recent public activity
-
comment
Comment #48918088
My uncle (John Monsour) worked on this movie as the “24 Frame Computer Sync Engineer”. Because film cameras and CRT monitors have different frame rates, you needed to use specializ…
-
comment
Comment #48754881
Ben & Jerry's actually adds/discontinues like 5+ flavors / year. I was told that flavors don't go to the flavor graveyard unless they have an interesting story, but it seems like t…
-
comment
Comment #46858556
The standard tax deduction for car travel is $0.70 / mile in the US, which accounts for things like insurance, gas, maintenance, and depreciation. So $500 / month is around 700 mil…
-
comment
Comment #46858455
I used to feel this way. In the early days of "ride sharing," I preferred Lyft and would sit up front so I could have a conversation with the driver, which they encouraged. It was …
-
comment
Comment #45512395
They're not, at least not really. From Wikipedia: In April 2016, Rovi acquired TiVo for $1.1 billion.[8] In December 2019, it was announced that TiVo would merge with Xperi Corpora…
-
comment
Comment #44675679
If everyone is using LLMs to write new code, and LLMs are trained on existing code from the internet, that creates an enormous barrier to the adoption of new programming languages,…
-
comment
Comment #44598192
People were saying we would all be getting in our cars and taking a nap on our morning commute. We are clearly still a pretty long ways off from self-driving being as ubiquitous as…
-
comment
Comment #43723164
The story of the bank built from bricks sent through the mail reminds me of the time I completed a move from Austin to Boston by packing all my possessions into rubber tubs and sen…
-
comment
Comment #42139809
I don't know about the author's case, but often asset purchase agreements will make the principals / shareholders party to the agreement personally with specific liability provisio…
-
comment
Comment #38437978
This usage of "learnings", while certainly more common in "business jargon" today, was used by Shakespeare: https://www.opensourceshakespeare.org/views/plays/play_view....
-
comment
Comment #38437893
Take it up with Shakespeare? https://www.opensourceshakespeare.org/views/plays/play_view....
-
comment
Comment #30531248
Maybe because JS files (specifically add-ons) run from the local filesystem are given escalated privileges compared to normal usage, perhaps for ease of development. I'm just specu…
-
comment
Comment #30353309
If you're interested in these challenges (and trust me, these things all seem simpler than they are in practice), consider coming and joining us at Philo ( https://about.philo.com/…
- comment
-
comment
Comment #27083748
Ha, yes — I haven't been at Facebook since well before they acquired Instagram, but you're right to note a certain amount of irony in the situation! Of course, I don't mind the com…
-
comment
Comment #27083681
Yeah, totally, there are some pictures of the process and the final result here: https://community.glowforge.com/t/little-painted-lady-little... It shows some of the design element…
-
comment
Comment #27081111
We have a Little Free Library ( https://www.instagram.com/paintedladieslibrary/ ) that we painted/decorated to look like our house using a laser cutter and a lot of wood glue to mi…
-
comment
Comment #22080772
At Philo, we believe so strongly that people need to take time off to do their best work, that we took it one step further — we pay people $1k / week to take at least 2 weeks off d…
-
comment
Comment #14249437
If they were going to do that, why wouldn't they just put it in the same bill? It would be extremely naive to assume that they are going to do anything on top of repealing the curr…
-
comment
Comment #14249171
From your post: It makes more sense for Congress to come up with a lasting solution that isn't subject to regulatory bounce-back, and this is what the bill being described in the a…
-
comment
Comment #2930874
I actually took this course in person when Professor Schocken visited Harvard. It is a fantastic course that is extremely valuable for everyone from those who only have basic progr…
-
comment
Comment #2683911
I have pretty much moved to using CoffeeScript exclusively over JavaScript. One of the minor complaints I have (overall, it is magnificent) is that the looseness of the syntax some…
-
comment
Comment #2373857
Actually, it should be "Scott Adams's Controversial..." ( http://www.grammarbook.com/punctuation/apostro.asp )
-
comment
Comment #1976275
Actually, Python does use a Boyer-Moore-Horspool variant internally for substring matching (I'm not sure about Ruby, though). See: http://effbot.org/zone/stringlib.htm Here's a lin…
-
comment
Comment #1969459
Yeah, the title is misleading because really the problem described in the blog post is to store some unknown number of ints between 1 and 10,000. The better solution than a straigh…