Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bemaniac
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
bemaniac
11y ago
For some context: This is the first app I've ever gotten onto the App Store. I have an engineering background, but I spent the summer learning Swift, and this was the fruit of that effort. I'm an avid weight lifter, but I found th
2.
▲
Show HN: Gains – Truly simple weightlifting/bodybuilding logging for iPhone
(gainstheapp.com)
5 points
by
bemaniac
11y ago
|
1 comments
3.
▲
by
bemaniac
12y ago
They're not welcome to the club when they're taking actions to strip the rights of another individual. Opinions are one thing, concrete actions are another.
4.
▲
by
bemaniac
12y ago
If sexual orientation is a choice, then why aren't there throngs of "straight" male scientists choosing to be gay for a while, fucking a bunch of dudes, enjoying it (that's the key part), then writing papers on it?
5.
▲
by
bemaniac
14y ago
I think for someone who already loves CoffeeScript, this stuff shouldn't be review. This post is intended for people who have specific objections to using it. Anyway. To each his/her own.
6.
▲
by
bemaniac
14y ago
I wasn't defining a function in that example, I was calling a function that contained a closure as an argument (in both JS and CS). This is perfectly valid JavaScript. I've edited the post to be more clear on this.
7.
▲
In Which I Tell You to Stop Whining About CoffeeScript
(singy.posterous.com)
49 points
by
bemaniac
14y ago
|
53 comments
8.
▲
by
bemaniac
15y ago
To rephrase, we found that most logic in our app was view/event/interaction-related, and we found that keeping that stuff in the views made more sense for us.
9.
▲
by
bemaniac
15y ago
Ah I see what you mean. No, we generally don't unbind events on models/collections, but this is mostly because we don't remove views/subviews from a page that often. We try to cache as much stuff as possible so subsequent clicks between tab
10.
▲
by
bemaniac
15y ago
Yeah, it seems weird, but that's the way it works in Backbone (at least for us). Views are more similar to iOS' UIViewController than a Rails view. Backbone views handle event binding and rendering, so they're more similar to Rails controll
11.
▲
by
bemaniac
15y ago
I didn't go into much detail because I could have gone on and on forever. We keep our models and collections very bare. They essentially just have methods that communicate with our API and that's it. We handle subviews by appending them in
12.
▲
by
bemaniac
15y ago
I guess it just depends on your definition of "big". I'm curious to see how many views they have. We have many, many views. Our new Posterous Bar -- http://blog.posterous.com/introducing-the-new-posterous-bar -- was also built using a few
13.
▲
by
bemaniac
15y ago
Your ideas are intriguing to me and I wish to subscribe to your newsletter.
14.
▲
by
bemaniac
15y ago
In my experience, these recruiters just grep for words like "Ruby" and "Javascript" and blindly send out form letters. I will say though, when I was looking for a job, a recruiter helped me set up quite a few interviews in a short period, a
15.
▲
by
bemaniac
15y ago
Inline styles. For shame.
16.
▲
by
bemaniac
16y ago
The main difference is that these buttons require no images, while the Zurb ones still require an image. The lack of images makes the buttons highly scalable.