Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
coreycollins
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
coreycollins
14y ago
This is awesome!
2.
▲
by
coreycollins
14y ago
I actually think it's genius. Mocking himself a little bit and other sites that display testimonials. It caught my eye and I signed up because of it.
3.
▲
by
coreycollins
15y ago
There has been a lot of talk that these glasses will connect via 3g/4g and have different sensors to improve the augmented reality experience. Why not just have a display, power source, and bluetooth module? Then use your phone for the diff
4.
▲
by
coreycollins
15y ago
I built it mostly because my biz partner and I wanted to know when a file changed in a shared folder. We use markdown a lot for meeting minutes, discussions, etc...and sometimes i missed (or just didn't pay attention) to growl on my mac. Th
5.
▲
White elephant gift idea...Buy your buddies domain.
(brianlambelet.com)
1 points
by
coreycollins
15y ago
|
0 comments
6.
▲
by
coreycollins
15y ago
For not being designers, the UI/UX is fantastic! Great work guys.
7.
▲
by
coreycollins
15y ago
I cringe at the thought of putting versioning gates all over my code, but maybe that's the easiest solution. What about having two code bases on your production server and having your web server (nginx) route the traffic accordingly? 85% go
8.
▲
by
coreycollins
15y ago
The article discusses deploying to a percentage of your user base at a time. I have an idea on how to do this, but it is probably the wrong way. Anybody know of any articles explaining this process for a rails app?
9.
▲
by
coreycollins
15y ago
I was cringing all the way down through this article. Thank god for the last paragraph.
10.
▲
by
coreycollins
15y ago
Were talking about iOS and the Interface Builder, not MacOS. I do not develop apps for the Mac, but I agree using Interface Builder would make sense for "larger" screens with more ui elements. To be clear I used Interface Builder for over a
11.
▲
by
coreycollins
15y ago
I think during XCode3 I just really started to hate NIB's haha. They seemed slow to initiate and load. I admit that i haven't yet used Interface Builder in XCode4 and it apparently has fixed a lot of those "weird" bugs.
12.
▲
by
coreycollins
15y ago
Your analogy doesn't really apply since you still have set the properties in Interface Builder. It's more like i'm just using a different stove. It does some, but not all. And most of the steps it does do are default for the class anyway. I
13.
▲
by
coreycollins
15y ago
I admit I did stop using it during XCode3. I got so use to it I haven't yet used it in XCode4. I meant it more as a better way to understand the iOS view hierarchy, not necessarily the faster way to build apps. But building faster apps does
14.
▲
by
coreycollins
15y ago
I find that added generated NIB files just dirty the code base. Of course this is just my preference. However, when I was a beginner, beginning to create more advanced views, I found it easier to programmably add them then to use Interface
15.
▲
by
coreycollins
15y ago
Yep, sorry. Interface Builder. Shows how much I use it haha.
16.
▲
by
coreycollins
15y ago
The one thing I would recommend people do is not use Interface Designer. It bloats your code base and adds more complexity to the view hierarchy. It might be good to quickly mock-up a prototype, but not much else.