Spines11's comments

Spines11 | 14 years ago | on: Steve Jobs Sometimes Lies to You

My family uses it a lot, but only between family, and mostly at home. It's a more personal form of communication, so I feel like it's more likely to be used in a private space.

Spines11 | 14 years ago | on: Kind of Screwed

It sure seems like fair use to me, especially since he had his friend draw it, rather than deriving it from the original by putting the original through a pixelating program or something.

It's sad that since the potential losses of going to court are so high, most people have no option other than to settle.

Spines11 | 14 years ago | on: Using Chrome Web Store for App Distribution (by the numbers)

It seems like you don't have to write any extra code to become a Chrome Web Store app. "Installing" the DayZipping app just puts an icon on your home page that is a link to dayzipping.com.

This seems like a good way to get some free traffic to your web app.

Spines11 | 14 years ago | on: My gripes with JavaScript

JavaScript is definitely very easy to mess up, but if you follow best practices, I think it can actually be a pretty nice language.

Spines11 | 14 years ago | on: Tesla Roadster reaches the end of the line

Tesla's next car, a sedan, will cost $58,000. What is it that makes electric cars so expensive? I don't know much about cars, but I thought electric cars had fewer parts than a gas car. Is it just that the parts for electric cars haven't reached economies of scale yet?

Spines11 | 14 years ago | on: Show HN: My project PocketLoot (direct link)

I like the fact that I can start using it without having to sign up, and that you let me create an account later if I want to save my data.

I'm not entirely sure what I would use this for though. It seems like I have to constantly update your site with the amount of money I spend, and that is a lot of work just to be able to have a daily budget calculated for me.

I use mint.com, and I don't have to enter anything, everything is just automatically pulled from my credit cards and bank accounts. They let me set monthly budgets for different categories of spending, and let me see if I am on track for my budget or if I need to reduce my spending to meet the budget.

Spines11 | 15 years ago | on: Java.next() - The Groovy Programming Language

I've been building the web app I'm working on completely in Groovy, and running it on Google App Engine. I'm quite happy with my choice to switch over to Groovy from Java. There are 3 main features of Groovy that greatly speed up my productivity as compared to coding with Java.

1. Closures - items.find { it.name == 'groovy' } is much easier than looping.

2. Language support for collections - Maps can be declared like: [key:'value'], and lists can be declared like: [1,2,3].

3. Easier handling of nulls - The "Elvis Operator" can be used to specify defaults like: (item ?: "defaultvalue") and the safe navigation operator will return null rather than throwing a NullPointerException when doing something like this: (item?.address?.street).

Spines11 | 15 years ago | on: Apple takes 30%, Amazon took 70%

Thirty percent may be okay for books, but companies selling music like Rhapsody probably don't even have profit margins of thirty percent.
page 2