HN user

jjburka

40 karma
Posts1
Comments30
View on HN

I recently got a pair of MetroFit 220 by LE which can be found for around 80$. (http://www.ultimateears.com/_ultimateears/store/products/met...) Which I like alot. They are buds, put they come with 3 plastic ear pieces of different sizes so you should be able to make them fit. I got these over an active noise canceling one since all the noise canceling ones I have used (and it could just be the ones I used) seem to let out alot of noise when noise canceling.

Not really about the app (It looks neat however) but on the site, the "Take a tour" section should display the screen shots in a gallery, lightbox or some such. It's rather hard to view them all.

Another good introduction to Ayn Rand is the 'Virtue of Selfishness'. Its a collection of her essays with some that were written by people in her group. Its pretty short (100ish pages) and in my opinion says about everything she was trying to say in Atlas Shrugged.

The page does make it clearer when a company has endorsed the page or not. A couple observations

* I don't think the "X has Opted Out of this Community" and "X is not yet participating" states are both needed. Just labeling it as unofficial in both cases should be enough.

* The wording in the post a topic to the forum (#6) is strange sounding to me. Maybe "Ask X customers a question"

With the added complexity of making it mulitplayer you would also have to deal with the increased costs of keeping the game running. Right now when they finish a game the only recurring costs they pay is hosting,bandwidth,and support. If the game fails , except for hosting , those costs would go down (less people buying game means less support etc). But if a multiplayer game fails you have to keep the servers running or risk pissing off the people who bought the game

Private 18 years ago

The difference is that very few if any plugins are sold and it is somewhat easy to downgrade to an older version of Firefox. Could you imagine what would happen if iPhone OS 2.3 came out and 10% of the apps in the itunes store stopped working? It would be a PR nightmare for Apple.

That dot operator took me forever to understand , its highly unintuitive. @synthesize should of just created the setMethod and getMethod that would make sense. Not some weird property light. I'm also a big fan of the parameter descriptions, it makes it really easy to read.

yeah , it was interesting. It is a little difficult to actually see what they are making , but it appears they have paid for some marketing either 12K or 7K depending on if the 5K free marketing 'income' is applied to the expense

Exactly, and he seemed to limit his scope of car companies to American car companies. Since the Auto Industry is global one the number is much higher. And just because you have a lot of players in a market doesn't mean all of them are going to be innovative it just means there will be generally more innovation.

If thats the case I shouldn't be able to. I also might add a up button and a down button (like the left/right buttons you have on the top) so the user is aware the list scrolls. Similar to the Google Reader Widget for iGoogle.

I think really what he is arguing is the marginal benefit of learning a new language diminishes with each new language. Which is probably true if you only learn the syntax and then move on. But thats not what software development is ,the language is a tool that a culture uses. Using your example with Rails , alot of its culture (MVC , TDD , etc) seem to be being adopted in other communities. I would argue that the reason is someone had a extended vacation in Hotel Rails liked what they saw and then brought it home. Finding out how different people do different things and adapting them to your needs is valuable in all contexts.

My question would be why did rails' models take so long to do compared to django. The examples they gave the rails were shorter (granted neither were complex) I'm going to assume that they have the same number of models (5ish) so it can't be that.

My complaint with it when I was messing around with it was I wasn't about to sit the and type into a textfield and not use some-sort of editor. But it appears they fixed that. I just wonder how useful it will be to working on the deployed copy, I mean your site would be giving off all sorts of fun errors to the people coming to your site if your sitting there messing the the script.

I agree completely with the rails aspect. I've only been using ror for about 3 months and as long as you think of what you want to do in a 'rails' way you get lots done.

In regards to the parent question , when I first start a side project I spend a fair amount of time on it afterwork. But it usually settles to 2-3 nights a week for a couple hours and 9-5 sat.