Slashdot Mirror


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.

58 of 100 comments (clear)

  1. Sounds stupid by Psychotria · · Score: 4, Insightful

    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?

    1. Re:Sounds stupid by Psychotria · · Score: 4, Interesting

      I should say that I am no longer working as a software developer because I needed a change and got another degree and now work in a science field, but the same thing still applies and programming is still part of my job.

      I could spend 8 hours writing crappy code, iterating over it, changing it, tweaking it, etc, etc, throughout a typical work day. But, and I'm pretty confident in this, I can (and do) instead spend maybe 25-75% of my day (or more) thinking about things -- designing things -- before implementing them and end up with a better result. I've had jobs where lines of code, or in some cases, words per minute typed, were a metric and left them as soon as I found a job based on reality instead of fiction.

    2. Re:Sounds stupid by Hognoxious · · Score: 2

      Like this, probably. http://dilbert.com/strip/1995-...

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    3. Re:Sounds stupid by Karganeth · · Score: 1

      Meh, you'll just have to scribble on software paper now instead. Or if it records your voice too, talking through the problem would be neat. Audio proof you're working.

    4. Re:Sounds stupid by Anonymous Coward · · Score: 4, Insightful

      Those aren't developer jobs, they're programmer jobs. You know, the kind of jobs that are often hidden behind "implementation left as an exercise to the reader". The kind of problem that you have to think about does not concern programmers. Their job is to apply the tools to translate a specification into a program.

      And fuck these people for giving employers the idea that "computer people" should be watched and paid piece-rate like a factory worker. To the employers: If you pay be LOC and hours worked on a problem, then that's what you get: Lots of code that takes a long time to write.

    5. Re:Sounds stupid by fatgraham · · Score: 1

      If 10% of your time is actually spent interacting with the computer, then just charge 900% of your normal hourly fee. "Thinking" is now just an expense covered by your rates :)

    6. Re:Sounds stupid by Anonymous Coward · · Score: 3, Interesting

      Awwwwwwwww, it's always cute when kids discover sarcasm for the first time.

    7. Re:Sounds stupid by jellomizer · · Score: 1

      I prefer the whiteboard myself. Even with a pencil, there are too many eraser marks marks, I rather just rub it off with my finger and do the correction.
      I normally go to the whiteboard when I realize I am stuck with just coding it from my head so I use it to visualize the information I need to work with.
      Sometimes I flow chart it, other times it is just to chart it out. Tools like Visio and excel, are too clumsy for such work as they try to make assumptions that I want something, that I myself isn't sure if I want it or not.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    8. Re:Sounds stupid by mysidia · · Score: 1

      If 10% of your time is actually spent interacting with the computer, then just charge 900% of your normal hourly fee.

      This makes sense.... you are actually getting paid for everything you do. The number of hours you are actually coding is just being used as a benchmark; it should only be a proportion of the time, if your work is high quality ---- BUT it should still be a proportion of your time.

      If you're spending 1 hour of thinking for every 1 hour of coding, then the hourly rate should be triple what it would be if you were just spending 0 hours of thinking for every 1 hour of coding.

      Also, people want to pay for something they can see.

      So you could do "live thinking" where you jot some notes, and you create some 'draft' text files and do a couple rough sketches.

    9. Re: Sounds stupid by jellomizer · · Score: 1

      I got my MBA, and I took an MBA course in Software Application Development. I was constantly butting heads with the professor because the concepts where based on unrealistic assumptions. I did learn UML so I can toss that on my Resume, however starting with the first assumption.
      Figure out all the people who will be interacting with your software at some level. Aka the Actors. Because as the product gains footing more people jump in and some jump out. Which makes the second phase of gathering required information that each person needs, impossible as well, because 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.

      For an application of any real scale the UML based design cannot be done in one pass, but will need to be iterative over time. So you will have the programmers going back and redoing their work over and over again.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    10. Re:Sounds stupid by shadwdrak · · Score: 2

      It's really not "Hire a worker" to do "work". The service is more geared around a private tutor model.
      You can hire a streamer to get a private one on one stream with them; for whatever reason the streamer wants to hire out for.
      Sure, people can do work for hire that way but I don't think it will see much use in that regard.

    11. Re: Sounds stupid by RabidReindeer · · Score: 1

      They are not unskilled workers.

      I take a look at the general quality of code and have to disagree. Sure, it takes some experience to learn the tools, but only in the same sense that construction workers are not "unskilled workers" either. It is difficult to see who can do what, but that doesn't mean that there are no differences. You will not find a developer on one of those "watch me work" sites who can solve problems that don't already have a "best practice" solution awaiting implementation. As is the topic of this thread, who would pay for seeing someone think? The jobs which still need thought are unsuitable for these sites, and developers who have those skills don't have to whore themselves out like that. That leaves straight-forward implementation, and there are people who do that and just that, whether you like it or not.

      This just plays into the old movie trope where some nerd sits in a dark room with a bunch of friends, types at a high rate of speed, and "presto!", he's hacked the Pentagon. And don't forget that you can see letters from the screen projected on the wall behind him. It's no more realistic than the "zing" sound when someone draws a sword, the "pfhut!" that's all that comes from a silencer or that every car wreck results in an explosion and fire.

      Real development doesn't take place at the keyboard, any more than real architecture takes places where the blocks are being laid and the concrete is being poured. The important stuff was done elsewhere. Even if you wanted to posit that the architectural work was done at the drafting table, a lot of the work consists of drawing things and then throwing them away.

      One of the problems with software is that there's immense pressure to "Git 'R Dun!" and NOT to throw away work even if it was a false start. It's not that developers are all unskilled workers, it's that the demands of the day actively punish skilled workers in favor of the "productive" ones. Productive as defined by "make pretty web pages quickly", not by performance, security, robustness, or even the quality of the code.

      As long as the buyers want fast and cheap over value and quality, expect that to continue.

    12. Re: Sounds stupid by Anonymous Coward · · Score: 1

      In software development the source code is the blue print. The "pouring concrete" and building part is actually the build system and compiler's job. So the costruction workers and factory workers doesn't really exist in software development.

    13. Re:Sounds stupid by Fnord666 · · Score: 3, Insightful

      I could spend 8 hours writing crappy code, iterating over it, changing it, tweaking it, etc, etc, throughout a typical work day. But, and I'm pretty confident in this, I can (and do) instead spend maybe 25-75% of my day (or more) thinking about things -- designing things -- before implementing them and end up with a better result.

      But in the former case at least you would be "Agile".

      --
      'The tyrant will always find pretext for his tyranny.' - Aesop's Fables
    14. Re: Sounds stupid by Hognoxious · · Score: 1

      So the costruction workers and factory workers doesn't really exist in software development.

      I thought their equivalent was the users. Hitting a nail through a pipe, sticking a part in upside down, putting the number of employees in the NAICS code ...

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    15. Re: Sounds stupid by HornWumpus · · Score: 1

      It's a big business thing. Old big business.

      System analysts was the old pigeon hole. They were supposed to build tight and complete specs (which made them instant 'database experts'), coders never met the users. Never worked, always took forever, cost a fortune and couldn't hit a moving target.

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    16. Re:Sounds stupid by tlhIngan · · Score: 1

      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?

      You're not the only one. I hate sitting at the computer and typing up code. Instead, I want to understand it, ponder it, think, and then write a succinct amount of code that does it cleanly, properly and correctly, is easy to maintain, and is pretty clear.

      I'm sorry, but I can't just be given a task to write some code and write it (I can, but it's a waste of skill and time (and thus your money), and I will say so, but it is, in the end, your dime, which will buy less if you ask me to do it than a cheaper code monkey). I will try to architect the code, figure out what is needed and then proceed the write the least amount of code. I will also stop and think if I see myself copying and pasting code to see if the situations are such that it really warrants the duplication (too many small changes) or if there's something more general about it.

      Yes, I like to think before I type.

    17. Re:Sounds stupid by sg_oneill · · Score: 1

      Yeah im the same. I'm often working in fits and starts. Often I'll get into the office, smash down a coffee and blast a couple pages of code out, then hit a snag, lose steam and not really achieve much for half an hour, then blast back into it for another 10 minutes, then completely zone out for an hour before hitting the groove again for an hour straight. Some bosses see this and whilst they might note I *always* hit my deadlines want me to spend less time non productive. The problem is, programming is brain work, and brains dont work well by constant pumping. They are muscles that need to relax and turn off to recharge for more work. And sometimes the best ideas happen during that zone out. I'll be idly reading some wikipedia page on a particular algorithm, and then it strikes me that its the solution to a problem that I've been wrestling with. Or I'll be out the back having a cigarette with the boss talking over the job and we'll stumble over a great way to move forward.

      Productivity isnt just a constant flow of key strokes. Thats just makework metrics. Productivity is the whole ugly process, and as much as we try and structure it with various time management techniques, at the end of the day, creativity is chaotic.

      --
      Excuse the Unicode crap in my posts. That's an apostrophe, and slashdot is busted.
    18. Re:Sounds stupid by slashdotwannabe · · Score: 1

      Give me six hours to chop down a tree and I will spend the first four sharpening the axe.

      -- Abraham Lincoln

      --
      This comment is my opinion and does not represent an official position of Donald Trump or others I do not work for
  2. Low rates by cerberusss · · Score: 3, Informative

    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?
    1. Re:Low rates by Billly+Gates · · Score: 3, Interesting

      You know out of curiosity I clicked on one of these sites a half decade ago expecting to laugh at H1B1 company applicants with 5 years experience in Rust and Node.js etc.

      Instead found a white guy in Mexico. In Mexico?? Turns out he lives on a tropical beach and living the life :-)

      No boss, sucky city, corporate stuff. Just living and soing what he wants.

      My exwife got a job in Alaska during this time. OMG LOOVED it!! Ok maybe not by March after 7 months of winter :_)

      But money is not everything. If I could be whatever I wanted I would happily live in Alaska for the summer and be in hiking, fishing, boating heaven and Hawaii for 45 Euro and do my own thing with less pressure then sign me up. Everyone I know who chases money becomes misserable after 3 months

    2. Re:Low rates by DNS-and-BIND · · Score: 1

      This just in: markets have several levels! It's today's unwelcome education in economics. You, being in the middle, do not wish to work in the low end of the market? Well, great for you! You understand more than you let on. If you only had more self-awareness...

      --
      Shutting down free speech with violence isn't fighting fascism. It IS fascism!
    3. Re:Low rates by cerberusss · · Score: 1

      I totally agree, and the cost of living in a city offsets the decent rate I mentioned.

      My best time in the last couple of years was when I took a $300/month internship at a small startup on Bali, with housing included. Office hours between 11 AM and 4 PM, swimming pool at the back of the office, and the office basically consisted of two large tables under a giant gazebo, with two fibers coming in.

      I actually had to cry when I got on the plane back to Europe, but my SO was pregnant and did not (still does not) want to move.

      --
      8 of 13 people found this answer helpful. Did you?
  3. First time submitter? Hope it's the last time too. by Hognoxious · · Score: 2

    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."
  4. I couldn't go for this by cyber-vandal · · Score: 1

    I'd have to use much less profanity in my comments and variable names.

  5. This is like... by DevYogi · · Score: 1

    Uber-ification of software development. This trend should catch on...IMHO.

  6. ... A gimmick by Reibisch · · Score: 1

    Hourly contract is/was the 'Uber-ification' of software development. This is nothing more than a gimmick.

    Anyone who has enough knowledge to observe someone code and understand what's the developer is doing has better things they could be spending their time on. Anyone who doesn't have that knowledge won't be able to tell the difference between the developer toiling on the work they were contracted for or on a personal pet project.

    1. Re:... A gimmick by DevYogi · · Score: 1

      Hourly contract is just like renting the car and the driver. Hourly contract has no transparency. Whether someone understands what the developer does, is not of relevance. Humans and businesses want control, transparency and dynamic developer environment. Something like a start-up with no clue on what they want to do, but would like to develop software for their business as the developer "types out the code". They travel from Point A to Point B with one developer and can go to Point C with another developer. Hailing a developer to do something is a good way to figure out things at lower cost. I do not think, till now, remote software development allows "hailing" a developer.

    2. Re:... A gimmick by Reibisch · · Score: 1

      Humans and businesses want control, transparency and dynamic developer environment.

      Buzzword bingo started: you have 3 squares so far. Are you a fresh MBA grad? WTF does 'dynamic developer environment' even mean in this context? Fuck that, what does it mean period?

      Something like a start-up with no clue on what they want to do

      Just... what? A start-up with no clue on what they want to do? Why did they form a 'start-up'?

      ... would like to develop software for their business as the developer "types out the code". They travel from Point A to Point B with one developer and can go to Point C with another developer.

      You've described a situation where salary-, hourly-, task-based contracts already provide a solution. Adding the ability to 'watch a developer code' add nothing to shops that need to go from A to B to C.

      Hailing a developer to do something is a good way to figure out things at lower cost.

      Again... What? If you need someone to 'figure out things' and watching someone code as your 'lower cost' option is your 'best' option, you're fucked. Full stop. When a task is so difficult that you need to find someone to teach you how to solve a problem while watching them type, congratulations: you've just spent their fee *and* at least one person's salary/time to watch them type. And you may not even have a solution. 'Hard problems' of this sort are not something that can be solved in discrete 'code watching' sessions.

      I do not think, till now, remote software development allows "hailing" a developer.

      There are eleven million task-based software development websites. Go find one of them. They'll be cheaper than a task-based service that also requires a developer to surrender a view of their screen.

  7. er, task-based! by Reibisch · · Score: 1

    Gah, I meant task-based contract is the 'uber-ification' -- not hourly.

  8. My opinion about all this by CustomSolvers2 · · Score: 5, Interesting

    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.
    1. Re:My opinion about all this by vix86 · · Score: 1

      I never liked LiveCoding. I found out about this whole "watch people code live" thing from the article sometime back about /r/watchpeoplecode and the people on Twitch that were doing it. It was interesting way to see what people were doing and even landed me a part time job doing some freelance coding with someone on the side.

      Somewhere around the time that /r/WatchPeopleCode was gaining some traction, LiveCoding seemed to pop up out of no where and started to aggressively try and recruit people that were streaming on twitch. They, or rather the primary founder it would seem, would "stalk" people (looking for their primary email contact, or hitting them up on social media) and constantly email them trying to get them to switch to LiveCoding. Some of the people that actually did try it out found themselves trying to be forced to stream on schedules. Apparently there was/is a spreadsheet that had time blocks that specified when they should be streaming. They weren't even asked if they wanted to participate in something like this.

      LiveCoding has never been particularly user friendly for either the streamer or the viewers. I'm not sure if they've changed it now, but months ago, you still had to register in order to be able to see streams. This just drives away any one thats interested. The founder gave the excuse that this was due to bandwidth concerns or whatever. In addition, they set up focused advertising which would appear on /r/watchpeoplecode to draw people to their site. I always figured they were in this for the money, but I never saw the angle until now. I guess its try and get in on the freelance market or something.

  9. Coder all day long? I wish. by vmfedor · · Score: 4, Insightful

    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.

  10. Crappiest idea ever. by AchilleTalon · · Score: 1

    Most stupid idea I ever seen. I can't believe decent programmers are going this path. Just another way after the 'coding for pizza' idea to devaluate developers' skills and hold them in contempt.

    --
    Achille Talon
    Hop!
  11. It is Stupid. by jellomizer · · Score: 1

    Software Development is a professional trade, and Software Developers should be treated like professionals.
    I am sick of these methods to try to monitor our work like a fast food employee.
    I have a reputation for being having quick turnaround in my code, and I get called in when others say it cannot be done. this sometimes bites me back when someone is harder than normal so it will take me a week to do something, but Software Development is a skill, and sometimes you need to take extra time and though into a solution, The solution is often just 2 or 3 lines of code, perhaps just a change in parameter, or fixing of a math formula, or fixing a parenthesis. But still it take a long time to look at it, see why it failed, figure out how it passed in the first place. Evaluate what downstream effect the fix will have... A lot of work for something I can type in 3 seconds.
    I have never worked in a place where there was rampant goofing off, or just people not doing work. They were always professionals about the work, with the same amount of goofing off and idle time, that other units have such as finance and accounting. You know those other professional level positions.

    The issue is the demand for coders in job sectors that have limited use of professional employees, so Mr. Boss man thinks he can treat them like any other minimum wage employee, and have easy/real-time measurements on results. While for professional software developments the metrics are harder to calculate and take time to show their results.
    The product may be 2 month late, but it works perfectly vs on time and has a lot of issues that takes 10 months to fix.

    --
    If something is so important that you feel the need to post it on the internet... It probably isn't that important.
  12. Lose-lose situation by Anonymous Coward · · Score: 1

    So, the coder only gets paid at the end once the project is complete, but the client has to pay hourly rates with no guarantee how long it will take at first? Without a decent contract written up front, I can see a lot of projects getting scrapped part way through, shafting the coder, and others costing way too much for the client.

    1. Re:Lose-lose situation by oakgrove · · Score: 1

      I'm guessing some kind of rating or feedback system like how ebay does it might be in order.

      +++_-_WOULD CODE FOR AGAIN!!1-_-+++

      Or some shit.

      --
      The soylentnews experiment has been a dismal failure.
  13. advertisement by Gravis+Zero · · Score: 1

    i'm just going to go out on a limb and say this is an advertisement because the first thing "alphamore" aka Alphamore Media Solutions did after creating an account was submit this story. despite their address being created on 2015-06-23, they claim to have completed 1,412 projects and written 712,094 lines of code.

    seems legit, right? -_-

    --
    Anons need not reply. Questions end with a question mark.
    1. Re: advertisement by alphamore · · Score: 1

      Hello, No affiliation with any parties whatsoever. The numbers you speak of are actually modest, there is life before domain registration so says the white hair growing out of my ears.

    2. Re: advertisement by esmithsta2 · · Score: 1

      Hello, No affiliation with any parties whatsoever. The numbers you speak of are actually modest, there is life before domain registration so says the white hair growing out of my ears.

      hee hee.i likee you

      --
      im a fixture at stack overflow
  14. No, if you don't suck at your job by Samhain138 · · Score: 1

    The kind of client that hires iOS developers is an Apple zealot too stupid to hire remote employees and pay them well (or understand anything about software engineering for that matter).
    The kind of horrible freelance you are can't get normal clients.
    iOS developers are a dime-a-dozen so people don't get stuck w/o devs and even consider hiring remotely.

    I don't know, you're stating these "facts", so so can I!
    Have you seen sites like WeWorkRemotely? Remotive?
    FULL of remote jobs at awesome companies offering really, really competitive salaries and benefits.
    Yes, even for iOS developers, knock yourself out. Glad to prove you wrong.

    I am a freelance, work remotely, charge more than twice what you do, been doing it for 9 years or so.
    Not even once, not a single potential client, has asked me for a discount or expected me to earn less because I work remotely.
    It's usually "oh, we don't work that way", and even that's really uncommon these days.

    Now, you're on slashdot so I don't expect you to understand human beings but...
    We don't work just for the money. And we want that money so we can use it for stuff that's not related to work.
    Personally, I travel all over the world all year round, and if that meant getting paid a few percents less per hour compared to being stuck in the same city and having to go to an office (read: prison with a coffee machine) and spend time in traffic or public transport, then...
    I really, really, really, realllllly couldn't care less.

    1. Re:No, if you don't suck at your job by Shados · · Score: 1

      It seems to me like it would be purely a supply and demand thing.

      If you only look at the pool of devs in a locality, you have, at most, the population within a couple of miles range of that locality. If you accept remotes, you have the entire world. And you only need 1 (or 10, or 100, or 1000, doesn't matter). Your demand is fixed, but your supply changes depending on if you want on site vs remote.

      Then you have the fact that the guy who's paying for his million dollar condo in SF/NYC/Cambridge will negotiate a lot harder than the guy who's living in upstate NY.

      Obviously, if you made a name for yourself, since highly qualified engineers are hard to find, you basically can bill whatever the fuck you want.

    2. Re:No, if you don't suck at your job by cerberusss · · Score: 1

      I have to say, it sounds extremely appealing to me. It's just that I haven't succeeded with these sites so far. They'd say stuff like: "amazing opportunity, huge budget", and the budget would actually be 5 or 10 K. I'm looking for the 30-60 K range, at the very least.

      And yes, it's not all about the money. Especially being able to pick up my daughter somewhat earlier from daycare would be a huge boon. In any case, you're saying that WeWorkRemotely and Remotive are the places to find good clients?

      --
      8 of 13 people found this answer helpful. Did you?
    3. Re:No, if you don't suck at your job by Samhain138 · · Score: 1

      When have you last checked? It's getting more and more popular, really.
      And aren't they giving away free money where you live, anyway??? ;-)

      I go over these websites mostly out of my interest in remote jobs (seeing what companies are in the game, what kind of jobs, what do they offer, etc.).
      The jobs/pay seem way more legit than what you're thinking about...
      See for yourself, and learn how to negotiate, you're a freelancer!

      The best place to find good clients is your inbox. Word-of-mouth is still the best tool.
      This kinda requires you to be great at what you do, impressing your clients and coworkers.
      You shouldn't be looking for clients, that sucks because no one's paying you for it, and it's not exactly free-time either.

      If you're not amazing at what you do (say, you prefer being a great dad than the best iOS dev on the planet?), keep in mind that $potential_remote_employer is exposed to way more devs from way more places in the world.
      Chances are, some of them are better than you and charge less than you, simply because you live in a pretty damn expensive country.
      So it's not necessarily the clients being cheap or expecting you to earn less *because* it's a remote job.
      It's probably because they're not looking at the same market as you are (which, in your city, is t-i-n-y, and the salaries are relatively high to begin with, because they just rape people out of their money with taxes over in Holland).

    4. Re:No, if you don't suck at your job by cerberusss · · Score: 1

      Thanks for some great pointers! I'm confident in my skills as a developer but I have to admit I can do better than this.

      Really appreciate your replies.

      --
      8 of 13 people found this answer helpful. Did you?
  15. watch them to see what they need by raymorris · · Score: 2

    > 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.

  16. Hunt and peck. by Trax3001BBS · · Score: 1

    My luck I'd get a great programmer with no typing skills.

  17. Have fun trying to code in a goldfish bowl by Applehu+Akbar · · Score: 1

    With someone tapping the glass every few minutes to see if you react.

  18. What are you doing? by presidenteloco · · Score: 1

    Thinking.

    Can't you do that on your own time?

    --

    Where are we going and why are we in a handbasket?
    1. Re:What are you doing? by Bill+Dog · · Score: 1

      Some of my best thinking is done in the shower in the morning. Would not be pretty to watch that.

      --
      Attention zealots and haters: 00100 00100
  19. Jiffy Lube? by Fnord666 · · Score: 1

    So is this an attempt to build the Jiffy Lube of coding?

    --
    'The tyrant will always find pretext for his tyranny.' - Aesop's Fables
  20. Re:Coder all day long? I wish. by Shados · · Score: 1

    It's the pendulum issue. Once upon a time, people thought all they needed was coders. They would hire anyone that could code, or even outsource the job.

    They didn't work so hot, because you actually need someone with critical thinking, business knowledge, experience, and the ability to actually engineer a system, not just code it, to keep it ticking.

    So then they go the other way. Coders are useless, I just want the tip top 1% of the 10x devs. Now, even forgetting how hard it is to find these folks, there's another problem: When you're trying to do something stupid, the engineer you just hired will actually tell you. And that hurts your ego, as a product manager, CEO, whatever. Its your job to tell how the product should be built! The fact that the guy or girl you just hired has already done the same damn thing you thought was your brilliant idea before, and will tell you better ways of doing it...that just causes friction.

    So then you realize what you really want is someone to acts on your marching orders...a coder!

    And the cycle repeats.

  21. Re:First time submitter? Hope it's the last time t by alphamore · · Score: 1

    Hello, during the posting process, had the field called for "Link to Original Source of Original Source(s)" rather than simply "Link to Original Source" of the story, i'd've obliged. I myself am not fond of the idea, but to each his own. Just a story I read moments before. Delete it, edit it, either way is fine by me. No biggie.

  22. Just what we need by BubbaJonBoy · · Score: 1

    Add performing code monkey to my list of skills...

  23. Re:Coder all day long? I wish. by BubbaJonBoy · · Score: 1

    I never have points to mod up when I need them.
    You definitely used that hammer to hit the nail square on bro.

  24. Not coder but!.. Time. by eionmac · · Score: 1

    1 I am not a coder or programmer or computer logic problem solver but I recognize the problem immediately.
    2 I write 'words' for a living. These define consequences of compliance with {get paid!] or non compliance with [get lawsuit!] providing a 'machine to do a job'.
    3 I work in two ways, as Case A) a 'per diem fee on site' OR at same rates hours offsite where I and only I say how many hours apply. Thus offsite work often thinking time 48 hours and 30 minutes writing a single paragraph gets billed as 48.5 hours devide by 7.5 hrs/day multiplied by per diem fee; and Case B) a fixed fee for job.My guess if this will pay or not estimated at estimated hours by a per diem of 180% of billed normal per diem (attendance) fee (allows for the unknowns that come up). If fixed fee not suitable to client I refuse job.
    4 All professional jobs have as before described , thinking times, research time, learning time, solution development in the mind and then 'tool handling time' (the writing in my case). Folk get what they pay for. I get more work than I can handle so I guess my reputation for job and fees is OK. (A point I can never prove!)

    --
    Regards Eion MacDonald
  25. Kids today... by Hognoxious · · Score: 1

    Are you incapable of adding the markup for links manually? It uses those pointy lefty-righty things, they're usually down near the bottom.

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    1. Re:Kids today... by alphamore · · Score: 1

      Hello, sure I can explain further. From your original comment I gather you read the Story: http://thenextweb.com/insider/... . Notice the first 2 words are "Live" and "Coding", combined together in the form of a Hyperlink. When clicked, said Hyperlink takes the reader directly to another document, in this particular case, Live Coding. Hope that helps.