Hire a Developer, Watch Them Work In Real-Time
New submitter alphamore writes: Live Coding, which is like Twitch for developers, has added a service that allows viewers to actually hire someone they've been watching. The aptly named 'Hire a streamer' service works exactly as it sounds. Via the profile of a developer you've seen coding on the site, a 'hire me' button lets you request their time. The service is completely opt-in for developers, so not everyone will be for-hire. When you click on the 'hire me' button, you'll be met with a list of disciplines that developer is familiar with, and their hourly rate. Once you've booked a session, the money is held in escrow (transactions happen via the site) until the developer has completed the work.
When I'm coding I might spend 30 minutes thinking about something or scribbling on paper and then spend maybe 2 minutes actually typing the code. Those are just fictitious numbers of course, but really both of those numbers could be much higher or much lower depending on the problem.
How does this service account for thinking time?
I'm a freelance iOS developer and from what I've seen, the rates for remote work are always significantly lower than when I report for duty at the client's office. Right now I'm billing a minimum of 70 euros per hour. I won't get that remotely.
This will be no different. The kind of client that hires remote workers, doesn't want to pay a good rate.
8 of 13 people found this answer helpful. Did you?
Looks like another excuse for low-balling rates. Hey, you stopped typing for 30 seconds, I want 10% off!
P.S. Don't you think you should have included a link to Live Coding itself?
Confucius say, "Find worm in apple - bad. Find half a worm - worse."
This is the second article about Live Coding here; in fact, I wrote a comment to the previous article. Back then, I said that the idea seemed interesting and was about to test it for self-promotional purposes. Finally, the experience turned to be HORRIBLE.
I was expecting it to be a business run by/addressed to programmers, genuinely interested in promoting programming; an assumption which was quickly proven wrong. Although I never felt any kind of interest in watching someone writing code, I believed ideas on the lines of "newbies find it very helpful".
This experiment didn’t last for too long and that's why I am not completely sure about the target audience. In any case, I met quite a few completely-clueless people not knowing anything about the given programming language, even about programming in general; asking random things and pointing out irrelevant problems. There were also cheerleaders, trying to trigger participation in the less-appealing-to-me way possible (e.g., talking about random things without caring about the code being written at all). There were also some people interested in knowing what was going on, but they were a minority.
As far as my intention was just taking this as an excuse to have videos where I was coding (like a picture of mine: a complement to my online references), I didn't mind too much the aforementioned issues. The worst part was the site itself (and their staff). They are certainly not programmers, but want to manage the whole thing their way. The result? I found the overall service/site very unappealing at different level (support, features, control on your videos, etc.). Imagine that Slashdot is being completely managed by Dice people (including moderation)!
My recommendation to any programmer planning to go down that road (mainly with Live Coding): this is not a site/concept managed by programmers. Accept this point and you might even enjoy the experience (so many people, so many minds).
Custom Solvers 2.0 = Alvaro Carballo Garcia = varocarbas.
Okay, sure, you can watch a coder in real time, but most of the time people don't need a coder, they need a developer. A developer has project management and other "soft" skills. Coding is the hammer and the nails... you have to know what you're creating before you start to build it. Most of the time you would see the developer typing up emails, creating diagrams and flow charts, writing executive summaries, managing their agile tracker, consulting on a conference call, researching documentation, etc.
I'm so tired of people thinking that software engineering is about coding. It isn't about coding, it's about developing real-world technical solutions of which coding is a relatively small part.
I like my women how I like my sugar.. granulated.
> they really don't know what they need, they think they do, until they see the project in action, then they will need other stuff.
This part jumped out at me. Absolutely users rarely know what they need. Very often they'll tell you they need A. When pressed further, they'll explain that they need A in order to get to B. Which they need in order to get to C. Of course, it's much easier and more correct to just give them C, skipping A and B altogether.
However, in my experience, if you walk over to their desk and watch them work, you can normally see what they need. That's been incredibly valuable, watching users work and seeing what they do, so I can actually see the whole process and also take note of the problems they run into.