HN user

funkyboy

86 karma

UX designer and developer of web and mobile applications. Founder of http://studiomagnolia.com Creator of http://appversion.io

Posts42
Comments49
View on HN
www.upbeat.it 7y ago

How often do you clean/update the dependencies in your software projects?

funkyboy
2pts0
www.upbeat.it 9y ago

Playing devil's advocate about Electron

funkyboy
1pts2
www.affiliator.io 9y ago

Show HN: Affiliate link management made easy

funkyboy
13pts2
www.affiliator.io 9y ago

Show HN: Affiliator

funkyboy
2pts1
www.upbeat.it 10y ago

The Spite Machine Doesn't Look Back

funkyboy
1pts0
www.upbeat.it 10y ago

Pitching a Product Is a Bit Like Dating

funkyboy
1pts0
www.upbeat.it 10y ago

How you'd split iTunes on the Mac?

funkyboy
1pts0
www.upbeat.it 10y ago

Alternatives to iTunes

funkyboy
1pts0
www.upbeat.it 10y ago

Gratuitous Animations

funkyboy
2pts0
www.upbeat.it 11y ago

Sanbox is bad sandbox is good

funkyboy
1pts0
www.upbeat.it 11y ago

On Forcing

funkyboy
1pts0
canihazawatchapp.com 11y ago

Show HN: Can I Haz a Watch App

funkyboy
1pts0
appversion.io 11y ago

Show HN

funkyboy
3pts0
www.upbeat.it 11y ago

Icons Labels or Both

funkyboy
1pts0
www.upbeat.it 11y ago

The Unsustainability Pattern

funkyboy
1pts1
www.upbeat.it 11y ago

The Notifications Whore

funkyboy
1pts0
www.upbeat.it 11y ago

Concerns with Apple

funkyboy
1pts0
www.upbeat.it 11y ago

Putting Marco's Numbers in Perspective

funkyboy
4pts1
www.upbeat.it 11y ago

Would you work for Apple?

funkyboy
1pts1
www.upbeat.it 12y ago

It's not C, it's the API

funkyboy
1pts1
www.upbeat.it 12y ago

On Why I Am Not Gonna Buy Any Smartwatch

funkyboy
5pts9
www.upbeat.it 12y ago

On Naming Macros in Objective-C

funkyboy
1pts0
www.upbeat.it 12y ago

On Naming Methods With Blocks

funkyboy
1pts0
www.upbeat.it 12y ago

Building a Business Outside the App Store

funkyboy
1pts0
www.upbeat.it 13y ago

On Excitement in the Apple Land

funkyboy
2pts0
www.upbeat.it 13y ago

On Stealing the Right Thing

funkyboy
1pts0
www.upbeat.it 13y ago

On Firing a Client

funkyboy
2pts0
www.upbeat.it 13y ago

On Your Vaule

funkyboy
1pts0
vimeo.com 13y ago

Show HN: Fully accessible iOS application

funkyboy
1pts0
www.upbeat.it 13y ago

On App.net Going Freemium

funkyboy
2pts0

True, the point is that you are learning a moving target.

Some people in the community are excited by this, because they have something new to learn.

Others are pissed, because code that worked yesterday doesn't work anymore.

Everything mentioned (IDEs, typing, automation) is a great advice. But the greatest advice I have been given is "the best code is the one that you don't write". And that's true in my experience. More code means more mess when you have to debug. It also means more time for another developer to get acquainted with your project. So before writing something I often ask myself "do I really need this?" It can be a function, a class, a module or even a graphical asset. It helped me a lot, both on client and personal projects.

Our stance is that, as an app developer, you should not care too much about the technology behind a backend. You should rather stay focused on the front end.

Assuming you have Centos, deploying is as easy as:

yum install java-1.7.0-openjdk scp baasbox-xx.tar.gz user@host:remotepath cd remotepath ./start

The Start-Up Trap 13 years ago

Ok, then. Let's put it in another way. TDD should be used by those who can afford it. Right? I don't think many startups can, that's the point I guess.

I agree. I'd trade some stomach pain (due to junk food) to get the opportunity to meet someone like minded, or with skills complementing mine, so that some friendship/collaboration/startup) can start.

I prefer joy to happiness. Joy is more an attitude, whereas happiness seems to come from something "external", like I have bought a new car, that VIP said hi to me, etc.

Like I have said it is just a "language layer" around Cocoa API, there are no extra, built-on-top classes/things. Instead of writing Obj-c you write Ruby, but the behavior is the same.

I had this issue with an iCloud-based app. A client wanted it to be ready on the iOS5 release. I agree, it's living on the edge, but sometimes it is required to have access to beta stuff and work on that. Not every third party tool allow that.