Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bdicasa
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
How Many People Does It Take to Ship Software?
(thecodist.com)
2 points
by
bdicasa
10y ago
|
0 comments
2.
▲
by
bdicasa
12y ago
Not many developers that I know of use WYSIWYG editors. Most is done by hand, at least in my world of web development. Haven't taken the courses by Treehouse but I've heard good things. I'd recommend looking into a good JavaS
3.
▲
by
bdicasa
12y ago
Kind of frustrating, really. I just bought 2 reserved instances about 6 weeks ago. Would have saved a nice penny if I waited. It's definitely nice to see the pricing become more affordable over time though. Before this cut I really str
4.
▲
by
bdicasa
13y ago
I understand this model, but with some software there is no obvious model for selling solutions beside the software. A lot of times the software is the solution.
5.
▲
by
bdicasa
13y ago
How does one sell free software?
6.
▲
by
bdicasa
13y ago
How does the free software movement live in a capitalistic society? I'd be all for writing and contributing to free software if I could make a living off it. But I need to make a living, and that likely isn't coming from writing f
7.
▲
by
bdicasa
13y ago
I don't use the product I'm working on as the product isn't geared towards me. It's geared towards businesses with part time workers - https://whatsmyhours.com
8.
▲
by
bdicasa
13y ago
JavaScript is no longer the only language. I wouldn't be surprised if JavaScript is used at all for large projects in the future. With things like Dart, TypeScript, CoffeeScript, and asm.js JavaScript is becoming more of a compile targ
9.
▲
by
bdicasa
13y ago
HTML5 may not bring any benefit to you as a gamer, but it has the potential to bring the games to millions of other people who don't use Steam. I don't see HTML5 being used for creating cutting edge games. I do see it being used t
10.
▲
by
bdicasa
13y ago
Not sure how you come up with that logic - most applications are built on the web because it is easily accessible to millions of users.
11.
▲
by
bdicasa
13y ago
5 shouldn't stop you. Find a problem that has been solved already and innovate on it.
12.
▲
by
bdicasa
13y ago
I've used both Angular and Backbone pretty extensively and I think client side MVC in general makes you less productive. I've been starting to use PJAX with a splash of jQuery for most pages. Only using Backbone / Angular for pages that rea
13.
▲
by
bdicasa
13y ago
Sounds a lot like what I'm experiencing in my current role. We are supposed to be launching in a month and the product is riddled with problems. From creating 5+ threads per user and not being horizontally scalable. Offered many alternate s
14.
▲
by
bdicasa
14y ago
I wouldn't use a client side MVC framework for pages that need to be crawled. I find them great for webapps that require a user to login.
15.
▲
by
bdicasa
14y ago
Check out Twitter Bootstrap as well. It works well with jQuery and you can end up with a pretty nice site even if your design skills aren't that great.