HN user

vgrichina

85 karma

Componentix (http://www.componentix.com/) co-founder and lead developer (Java, Grails, .NET, iPhone)

Posts22
Comments57
View on HN
medium.com 7y ago

Unsolved Problems in Blockchain Sharding

vgrichina
6pts0
kmkeen.com 11y ago

Nice collection on tiny code

vgrichina
1pts0
www.componentix.com 11y ago

Show HN: My implementation of transducers in Apple's Swift language

vgrichina
1pts0
spreadsheets-on-steroids.tumblr.com 11y ago

Show HN: I made LightTable plugin that writes code for you

vgrichina
2pts0
motocoin.org 12y ago

The first Proof-of-Play crypto-currency

vgrichina
1pts0
www.cycript.org 12y ago

Explore and modify running applications on either iOS or Mac OS X

vgrichina
2pts0
codepen.io 12y ago

32x32 pixels Flappy Bird game

vgrichina
1pts0
www.youtube.com 12y ago

Computer simulations teaching themselves to walk

vgrichina
10pts1
news.ycombinator.com 12y ago

Ask HN: Got rejected this time, here is my application

vgrichina
9pts15
news.ycombinator.com 12y ago

Ask HN: Is it OK to publish your YC application before submitting it?

vgrichina
2pts1
news.ycombinator.com 12y ago

Ask HN: What are the crazy/clever ways you use and abuse spreadsheets?

vgrichina
6pts13
hosted-ci.com 13y ago

Hosted CI WWDC meet-up – discuss continuos integration for iOS and Mac

vgrichina
1pts0
hosted-ci.com 13y ago

Hosted CI: Test Your Apps With Real People via Amazon Mechanical Turk

vgrichina
1pts0
hosted-ci.com 13y ago

Hosted CI: Updates to Plans & Pricing

vgrichina
1pts0
hosted-ci.com 13y ago

Configure Jenkins to Include Commit Logs With TestFlight Builds

vgrichina
2pts0
www.componentix.com 13y ago

App.net bookmarklet to share the current webpage

vgrichina
1pts0
www.componentix.com 13y ago

Customize UITableViewCell background for grouped table view using UIBezierPath

vgrichina
1pts0
www.componentix.com 14y ago

Git aliases inspired by GUM, a better UI for Git

vgrichina
2pts0
news.ycombinator.com 14y ago

Ask HN: Need feedback on my first own iPad app – Coloring book with some magic

vgrichina
5pts10
www.componentix.com 14y ago

Custom calendar view for iPhone

vgrichina
1pts0
hosted-ci.com 14y ago

Hosted Continuous Integration for iOS and Mac

vgrichina
4pts0
news.ycombinator.com 14y ago

Ask HN: Is anyone interested in hosted CI (Jenkins) for iOS / Mac?

vgrichina
4pts4

It's not like Google is some magical unicorn place though. It's boring soul-crushing big corp job with overwhelming politics.

Seeing smartest people waste their time on this was very depressing for me during 3 years spent there.

Hi Evan,

I own small consultancy and am an iOS / OS X developer myself. We are in Ukraine, so 10k / year goes much further here.

We can help you with support, e.g. for percentage of sales. Or we can negotiate other deal. Drop me a line to vgrichina@gmail.com, let's discuss the details.

IMO the problem isn't that there are less resources dedicated to open source stuff than to commercial projects. The problem is that there is much less effort and especially polish dedicated to any not user facing aspescts of software. Internal libraries are almost certainly even more half-baked and full of shitty code than most open source projects.

I think even more important question is "what essential dev tools you've purchased that had some sort of open source equivalent".

As for me, last thing I remember – I've purchased http://theolabrothers.com/sip/ when is wasn't free. And it is just a simple tool I don't require at all (any image editor can be used instead), it is just much more convenient than any other alternative.

My current plan is to make runtime platform open-source, but sell hosted development tools as SaaS.

While software developers don't usually buy platform stuff like compilers, libraries etc – they are usually more than willing to buy products that make things simple. Otherwise companies like GitHub or (my own product – Hosted CI) won't get any revenue.

Got your point about being less technical. Also I agree that project is currently more about research than building actual product.

(1) There are 2 main pain points: 1) for programmers it is building and debugging systems in non-interactive way; 2) for non-programmers is building contraptions using Excel and bubble gum – see some discussion on that here https://news.ycombinator.com/item?id=7363824

(2) Potential market size is around 20 million exiting software developers, based on e.g. this post http://www.quora.com/Ruby-on-Rails-Professionals/Where-can-I... Around 0.05% of that market needs to be captured to have reasonable ROI I guess.

(3) Agree with you. BTW, may you detail what is your background?

"bubble gum and duct tape programming job" – I guess you just found a name for the programming paradigm I plan to implement :)

As I understood in your case a system was a mix of what spreadsheets are good fit in (accounting) and where it is currently a kludge (gathering and massaging data).

So I think I'll explore data massaging in more depth. I am a bit concerned however with the representation of hierarchical data (like JSON) in spreadsheet model.