Slashdot Mirror


Ask Slashdot: Whiteboard Substitutes For Distributed Teams?

DoofusOfDeath writes I work on a fully distributed software development team with 5-10 people. Normally it's great, but when we're doing heavy design work, we really need to all be standing in front of a whiteboard together. This is expensive and time consuming, because it involves airplanes and hotels. Conference calls, editing shared Google docs, etc. just don't seem to be the same. Have people found any good tools or practices to replace standing in front of a real whiteboard?

164 comments

  1. White board is and will always be the best way by Anonymous Coward · · Score: 2, Insightful

    sorry, but we are physical beings.

    1. Re:White board is and will always be the best way by BitZtream · · Score: 2

      And thats what he's asking for, but distributed.

      This is not a new question, comes up in my office rather often as we have a lot of teams working from different parts of the world. I'm curious as to see what others have to say myself as we've considered a side project to create a distributed whiteboard that doesn't suck ourselves.

      One that shares the display between more than one location, as well as does neat things like letting you export documents from the drawings such as flowcharts and things like that.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    2. Re:White board is and will always be the best way by BitZtream · · Score: 1

      Well, its ... a lot more complicated than that, but yes, except no one has made the large touch screen that you plugin to the LAN and it just does that ... yet.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    3. Re:White board is and will always be the best way by Half-pint+HAL · · Score: 1

      Well, its ... a lot more complicated than that, but yes, except no one has made the large touch screen that you plugin to the LAN and it just does that ... yet.

      Isn't that what Smart Podium does?

      --
      Got them moderator blues I blieve I walk out the do', With these mod-points I been gettin', I 'most never post no mo'
    4. Re:White board is and will always be the best way by kcitren · · Score: 1

      I'm pretty sure Smarttech's SmartBoard can do that. But it's connected to a computer.

    5. Re:White board is and will always be the best way by CohibaVancouver · · Score: 1

      no one has made the large touch screen that you plugin to the LAN and it just does that ...

      Sure they have -

      http://smarttech.com/Home+Page...

    6. Re:White board is and will always be the best way by matbury · · Score: 1

      I've used SMART's stuff before, though not this particular gadget. They suck big time. Basically, you have to prepare everything you want to use ahead of time. They're not as spontaneous and creative as they might seem at first glance.

    7. Re:White board is and will always be the best way by choseph · · Score: 1

      isn't microsoft's new surface hub just that? http://www.microsoft.com/micro...

    8. Re: White board is and will always be the best way by xaxa · · Score: 1

      I'm surprised by how expensive they are ($1000). There was a push to get them in schools in Britain starting around 2002-3, and the three schools I've seen in the last couple of years have had them in every room.

      They're accurate enough for my Chinese evening class. Share a screen with MS Paint, and get a decent conference microphone.

    9. Re:White board is and will always be the best way by wierd_w · · Score: 1

      There's also the potential to use a wii with a VGA projector.

      http://johnnylee.net/projects/...

      Put the wiimote on the podium facing the screen, so the wiimote's sensor can detect your laser pointer. Then point at the screen where you want to draw.

      It's a wiii homebrew, so you need a hacked wii--- but otherwise, this looks pretty damned low cost.

    10. Re:White board is and will always be the best way by Whiternoise · · Score: 1

      I'm pretty sure any distributed solution is going to need to be connected to a computer. The computer is probably going to be much less than the board itself, those things are pricey.

      http://smarttech.com/Home+Page/Solutions/~/link.aspx?_id=BCF4121A410B48A79C89A8700775DC8B&_z=z

      Seems like this is exactly what the OP needs, although it's not clear if they all work at home which would make it a lot more expensive.

  2. Does this ever actually work? by Anonymous Coward · · Score: 2, Insightful

    Really, asking Slashdot? All you're going to get is a bunch of snarky comments and a holy war or two.

    1. Re:Does this ever actually work? by Half-pint+HAL · · Score: 2

      Really, asking Slashdot? All you're going to get is a bunch of snarky comments and a holy war or two.

      I, for one, welcome our blue and black SystemD overlords.

      --
      Got them moderator blues I blieve I walk out the do', With these mod-points I been gettin', I 'most never post no mo'
  3. SpecLog by jordanjay29 · · Score: 3, Interesting

    I recently did some research into (but not actual production use of) SpecLog. It's part of a TDD suite built as a Cucumber implementation for .NET. However, SpecLog is the one product that steps out of the IDE and allows devs, managers and clients to all be on the same footing. It's basically a digital whiteboard made specifically for specifications and requirements gathering. It uses a repository backend which allows for remote input and synchronization, and a graphical interface that lays out and connects features, user stories, actors and business goals all together.

    1. Re:SpecLog by Anonymous Coward · · Score: 1

      I'm sorry, but your post is as useless as a marketing blurb. You've said nothing about how one actually interacts with that software.Is it like a whiteboard, with just a single area where erveryone interacts? at the same time? Or are multiple there pages? Is there a moderator when one collaborates, or can anyone just draw/write, paste into the same "document"? What platforms does it run on? Does it support video conferencing at the same time, or at least audio, or does one need a separate solution for that?

    2. Re:SpecLog by jordanjay29 · · Score: 1

      Thanks. I didn't really get much of a chance to use it in a live environment, so I don't know the kinds of features that were desired. I looked into it for another reason, and eventually found that SpecLog's sister project, SpecFlow, was a better fit for the needs.

      I'll answer your questions as best I can.

      SpecLog is a Windows/.NET 4.0 application. As far as I'm aware it only runs via Windows, but it has several export options for HTML, PDF, or spreadsheets. It also connects to a Microsoft SQL Server on the backend (this is optional, but likely ideal for the OP's scenario). Theoretically, one could create an interface for non-Windows users simply by calling a few queries and building a front-end for it.

      The software allows for multiple projects, each would appear as a "page" or tab. Within the project is one massive editing area, which can be made larger than the viewable area. I didn't try editing with multiple clients, so I'm unsure if the project can be edited simultaneously by multiple people remotely, but considering it's simply built on a SQL server, it could probably be edited in near-real time, just not real time. SpecLog's doc wiki claims multiple clients can edit in parallel.

      There's no moderator, access is pretty all or nothing. Either someone has access to to edit or they don't.

      An external solution would need to be found for video/audio conferencing.

      Hope that helps!

  4. OpenMeetings by kallen3 · · Score: 4, Interesting

    Ever tried OpenMeetings (http://openmeetings.apache.org)? It has a whiteboard in it and I have been in group discussions using it, voice and video. Not as good as a face to face but better than having to travel especially when weather makes it difficult. I think Google Hangouts does something like that too but have not tried it.

    1. Re:OpenMeetings by i.r.id10t · · Score: 2

      Similar is Big Blue Button (a google summer of code project) - whiteboard functionality, upload files and do the "john madden football commentator thing" to them, voice and cam sharing, ability to mute, etc. And can be set up to record meetings/conferences/etc. Tested it a while back stand-along on a linode that would be $10/mo now (it was a $20/mo plan then), and it was enough to support 15 users at once as long as they all weren't connected via the same wireless link to the LAN to get out to the World

      --
      Don't blame me, I voted for Kodos
  5. Rocketboard by Anonymous Coward · · Score: 4, Informative

    http://www.rocketboard.it/

    1. Re:Rocketboard by whitelabrat · · Score: 1

      Oooh, nice.

    2. Re:Rocketboard by Anonymous Coward · · Score: 1

      Another vote for Rocketboard here. It's not 2-way sharing, but I'm not sure if you need that or not. What it does for whiteboard broadcasting and saving, though, is excellent!

    3. Re:Rocketboard by DoofusOfDeath · · Score: 1

      I saw your video - it looks very interesting. Any idea about pricing and availability?

    4. Re:Rocketboard by melheor · · Score: 1

      It's not set in stone yet, but we'll probably have a freemium model, where sharing it with 5 or fewer people will be free and having more than 5 viewers would require a subscription (i.e. $5/month).

    5. Re: Rocketboard by Anonymous Coward · · Score: 0

      Will there be an on-premise version for security reasons?

    6. Re: Rocketboard by melheor · · Score: 1

      Good question. We've actually already been approached by a financial institution asking for this. This would obviously have a high upfront cost, and require us to determine which features should be locked down or replaced (i.e. sharing to intranet sharepoint instead of dropbox/evernote). I'm not at liberty to speak on the delivery or cost of such solution at this point yet, however, but we do plan on it since there is already a demand for this.

    7. Re:Rocketboard by DoofusOfDeath · · Score: 1

      Any thoughts on how to let multiple people work on the same (virtual) whiteboard with your product?

    8. Re:Rocketboard by melheor · · Score: 1

      This is admittedly the Achilles heel of solutions that allow the use of a regular whiteboard rather than a tablet/projector. Ours is no exception, but there are 2 methods we allow for handling this, each with their own drawbacks, but between the two users should hopefully have enough power to do what they want.

      1. Set up a phone aimed at a board on each end. The drawback is that the whiteboards are not shared (you write on one, but look on the other). Moreover, having boards in more than 4 locations may get cumbersome.
      2. We allow the viewers to draw on the shared whiteboard session (sort of like MS Paint overlaid on top of the presentation). These temporary doodles can be seen by others watching the session online, but obviously don't make it back to the original board.

    9. Re:Rocketboard by DoofusOfDeath · · Score: 1

      Interesting. Do you plan to allow tiling on a single display? For example, suppose I and three coworkers are each using your system on his own real whiteboard. Do you plan to make it so a computer monitor can show those four whiteboard images on some screen at the same time?

      Also, different question: do you expect to support Linux hosts that have webcams plugged in?

    10. Re:Rocketboard by melheor · · Score: 1

      We do plan to allow users to merge sessions together so they can flip between the whiteboards in the same room, although right now that's not yet implemented. Since we filter out all the "noise" from the whiteboard, we should be able to detect which whiteboard is currently being updated and bring that one into focus automatically.

      At this time, we're only planning to support phones/tablets. There are 2 reasons for that:
      1. Stack: it's much easier to concentrate on a single platform, especially as a startup (in fact, at this time we only support iOS, but do plan an Android app in the future). For the app to work well, we make use of several components of the phone (GPU processing, gyroscope, etc.) that would be a pain to scale to a generic platform with unknown hardware.
      1. Cellphones tend to have better cameras than a typical webcam you'd see at home. A high-resolution office camera may in fact be better, but trying to explain to users why their laptop camera isn't good enough may prove to be an exercise in futility.

    11. Re:Rocketboard by Jane+Q.+Public · · Score: 2

      On OS X, I highly recommend BaiBoard

      It's simple, easy to use, and free.

    12. Re:Rocketboard by DoofusOfDeath · · Score: 1

      Thanks for the info. I'm sure you've done your market research, but just FYI, the iPhone-only requirement is a seriously limiting factor for my team. I don't know how representative we are, but you might consider broadening the platform support asap.

    13. Re:Rocketboard by Anonymous Coward · · Score: 0

      Why do they make the privacy policy so hard to read? The text is not selectable and there is no scroll, even by rolling the mousewheel, only clicking the mousewheel, arrow keys, age up/dn work it seems.

    14. Re:Rocketboard by Shados · · Score: 1

      Looked at the site, can't wait to be able to try it (signed up on the site to hopefully get in the beta eventually).

      We're also in Boston and starting to have remote teams/offices, but full digital whiteboards are a little too much for us. This looks like a sweet spot.

    15. Re:Rocketboard by nmb3000 · · Score: 1

      Pretty interesting concept and if it works as well in the real world as the video portrays, it could be very cool to use. I was all ready to sign up for early access and talk about it with my team on Monday, until I saw your comment below that it only works on Apple devices.

      In the tech and development world (especially in the trenches) Android rules, and our office is no exception. What a downer.

      --
      "What do you despise? By this are you truly known." --Princess Irulan, Manual of Muad'Dib
      /)
    16. Re:Rocketboard by Anonymous Coward · · Score: 0

      This looks like the best solution so far, but it still kinda sucks that only folks in the "main" location can draw on the whiteboard, and everyone else is read-only.

    17. Re:Rocketboard by mdm42 · · Score: 1

      In my own (quite extensive) experience working in distributed teams, you're almost never going to find the entire team using OS X; it's a near certainty that all OSs will be represented, so a single-platform solution is a non-starter, no matter how good it may be.

      --
      New mod option wanted: -1 DrunkenRambling
    18. Re:Rocketboard by Wycliffe · · Score: 1

      In my own (quite extensive) experience working in distributed teams, you're almost never going to find the entire team using OS X; it's a near certainty that all OSs will be represented, so a single-platform solution is a non-starter, no matter how good it may be.

      It really depends on what your budget is and how distributed your team is. If there are only 2-3 different locations
      then getting a couple dedicated OS X boxes just for a distributed whiteboard would be worth it.
      I also work on a distributed team and I have considered spending a weekend playing with the wii remote hack to
      see if I could get it working as a whiteboard. 40" lcds are cheap enough that if it actually worked, I could easily
      justifying buying one for everyone on the team (but I probably wouldn't have to as they all probably already have
      a TV available). That's really what is needed, a cheap (under $500) device like the wii remote hack that you
      can plug into two or more tvs and have them all be interactive. Touch screens are expensive so it would need
      to be either something like the wii remote or a webcam to remain cost effective. It would also need to be easily
      installed and callibrated.

    19. Re:Rocketboard by Jane+Q.+Public · · Score: 1

      In my own (quite extensive) experience working in distributed teams, you're almost never going to find the entire team using OS X; it's a near certainty that all OSs will be represented, so a single-platform solution is a non-starter, no matter how good it may be.

      I don't know that I'd agree with "almost never". In my own experience, also extensive, and also distributed, most of the people I have had need to use a whiteboard with were already using OS X. It has a disproportionate presence among developers, although Apple lately seems less willing to support its developer base.

      At the same time, I won't pretend that my own experience represents the typical situation. I'm not going to claim it's everybody's thing. Which is why I wrote "IF you're on OS X..."

  6. I'll say it by Anonymous Coward · · Score: 0, Interesting

    Unless your team is grossly international, per diem and whiteboards are a lot cheaper than wasting time trying to do face to face tasks online. You communicate a lot better, bring the team together for the rest of the project, and work much, much more efficiently.

  7. How about using a whiteboard? by SeaFox · · Score: 4, Informative

    No, seriously.

    I know I've seen systems that use sensors you mount around the edge of a whiteboard and special markers to track where you are drawing and reproduce it electronically on remote monitors -- it's on a cheap system, but it's cheaper than flying people in airplanes all over the place.

    You could also just have the whiteboard person use a graphics tablet, and skip the big arm movements.

    1. Re:How about using a whiteboard? by SeaFox · · Score: 1

      whoops. meant to say the electronic whiteboard scanner is *not a cheap system.

    2. Re:How about using a whiteboard? by vanye · · Score: 3, Informative

      We use two E-Beam Edges, one in the US (with projector) and one in the UK (large TV).

      I'm pretty happy with them - I'd recommend them.

      Coupled with video-conferencing using TelyHD gives use an effective remote office presence in the UK.

      It means I can still participate in interactive design meetings while I'm in the UK.

    3. Re:How about using a whiteboard? by unrtst · · Score: 1

      Seriously? Digital whiteboard? How does the other side touch it?

      In this day and age of tablet ubiquity, it's the ONE THING they should be nailing perfectly. There should be a couple "standard" protocols or apps for this (though I won't hold my breath... the main text chat clients/protocols don't interoperate, so who would expect anything more complicated to work).

      Every time I go to look for a whiteboard solution (networked and multi-user), I'm amazed that the old solutions are no longer around, and there's new solutions, and the places that I'd expect to have grown to cover this feature (existing and popular chat clients like pidgin, skype, hangouts, jitsi, etc) still don't have it.

      The direct answer to TFS's question is not all that interesting. Why it's not an obvious couple answers is, IMO, interesting/peculiar.

    4. Re:How about using a whiteboard? by thegarbz · · Score: 1

      Seriously? Digital whiteboard? How does the other side touch it?

      That was a trick question right? If the other side also has a digital whiteboard then they can scribble on the same image.

    5. Re: How about using a whiteboard? by Anonymous Coward · · Score: 0

      Yeah, that whole snap a picture on cell phone and email thing my team has been doing for 7+ years is super expensive and time consuming.

    6. Re:How about using a whiteboard? by unrtst · · Score: 1

      I picked a really poor phrase there. See the comment one above mine: "I know I've seen systems that use sensors you mount around the edge of a whiteboard and special markers to track where you are drawing and reproduce it electronically on remote monitors"

      In those cases, they are one way systems. You can setup another going the other direction, but it's not a shared whiteboard. The remote end can't tell your markers to draw on your board.

      There are ones that use a projector and fake makers (ie. a marker shapped IR LED), but then the orig question fully applies - what do you use? There are certain makes/models of these things, and they are often incompatible.

    7. Re:How about using a whiteboard? by thegarbz · · Score: 1

      Compatibility issues is not something I've seen. The whiteboards we use (Hitachi Starboards at our end, some Sharp at one of the other locations, and I'm not sure about the rest of the company) are input devices, windows treats them as a tablet device nothing more. They are glorified projectors with pen input.

      Any collaboration software which will allow shared drawing on a single canvas works on these boards. Sure you get extra features if you use a specific manufacturer's own software like quick changing colours by tapping the side of the board, but ultimately that's minor and you may even get better features by not using their software.

      Ultimately though the compatibility issue shouldn't really come into play at all since we are talking about one company with distributed teams. I would be very surprised if they don't standardize on a common vendor anyway.

  8. Very simple solution by Anonymous Coward · · Score: 1

    Buy tablets and have someone host a shared VNC session of mspaint.

    1. Re:Very simple solution by xeoron · · Score: 1

      That or use Adobe's Creative Cloud, which lets you share and edit documents in RT. Create a canvas in one of their drawing programs and treat is as a whiteboard online,then invite X number of people to mark it up and view.

    2. Re:Very simple solution by Anonymous Coward · · Score: 0

      Most meetings are company confidential. To use public websites hosted by third parties is irresponsible to say the least. In some cases, such as if client information is discussed, it can even be illegal.

  9. Ladybug by Anonymous Coward · · Score: 1

    In eons past, I used Coccinella against my own jabber server. Free software, but a bit stale now.

    1. Re:Ladybug by Anonymous Coward · · Score: 0

      That might be because the guy who wrote it died some time ago. It's a good piece of software and a shame nobody has adopted it.

  10. Whiteboards and whiteboarding are a bad idea. by Anonymous Coward · · Score: 3, Funny

    Whiteboarding is a symptom of a greater problem: the inability to properly break down concepts into simpler concepts.

    Some may say that whiteboards are a tool to enable this, but that's never the case. Whiteboarding does the opposite. It allows the most vocal participants to add complexity to a situation.

    If you can't express the idea in text and text alone, then you haven't broken it down properly. Drawing pictures on a whiteboard won't help with this.

    In fact, it makes the situation even worse. As they say, a picture is worth a thousand words. More words are exactly what we're trying to avoid. We need fewer pictures, and hence fewer words to describe the concepts at hand.

    Anyone who has worked with UML and any real programming language will know that this is true. One UML diagram can result in hundreds of thousands of lines of unnecessary Java code. Often that same Java code could, if written sensibly, take up less than a few hundred lines.

    1. Re: Whiteboards and whiteboarding are a bad idea. by Anonymous Coward · · Score: 0

      Sounds like you guys need to learn how to whiteboard. It's really only hard if you over-think it.

    2. Re:Whiteboards and whiteboarding are a bad idea. by BitZtream · · Score: 5, Insightful

      If you can't express the idea in text and text alone, then you haven't broken it down properly

      A picture is worth a thousand words, FOR A REASON.

      And you're an idiot.

      I don't need to write a manuscript to describe an abstract problem when a couple boxes and some lines will do the same thing. That doesn't mean I've given exact specifications for a problem either.

      Anyone who has worked with UML and any real programming language will know that this is true. One UML diagram can result in hundreds of thousands of lines of unnecessary Java code.

      Anyone who has worked with UML and thinks you convert that to code doesn't understand code, they've just bought into the UML hype (thats still happening? WTF I thought it died 15 years ago). You seem to think the drawing is the code, and again, you're an idiot. The drawing is a way to describe whats happening in an abstract way so others have a general idea of the concept. It IS NOT the code, its abstract logic.

      UML and Java ... you pretty much showed in that little blurb you're not qualified to be part of this discussion. Go back to being a middle manager who doesn't know anything about software design or actually writing code.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    3. Re:Whiteboards and whiteboarding are a bad idea. by Anonymous Coward · · Score: 1

      In the Real World, Java is the most widely used programming language, and will be for some time. C#, which is a lot like Java, is close behind.

      We hear a lot about Ruby and Go and Rust these days, but they see very limited use. The only reason we hear a lot about them is because there are a lot of unemployed people who have lots of time to sit around yelling about how great these technologies are.

      UML is still used, too, especially for larger projects. If you're the kind of person who only ever works on simple blog systems, as you appear to be, you wouldn't realize this fact.

    4. Re: Whiteboards and whiteboarding are a bad idea. by Anonymous Coward · · Score: 0

      Text is awful enough to read as a system spec as it is and that's even if you know EXACTLY what you're going to build. How many industries does that apply anymore? White boarding helps figure out how the hell you're going to bend this complex system to do exactly what the business folks just realized they needed an hour ago.

    5. Re:Whiteboards and whiteboarding are a bad idea. by DoofusOfDeath · · Score: 1

      And you're an idiot.

      I'll need you to state that with a picture.

    6. Re:Whiteboards and whiteboarding are a bad idea. by Half-pint+HAL · · Score: 4, Insightful

      If you can't express the idea in text and text alone, then you haven't broken it down properly.

      ...and at the planning stage, you are still trying to break down the problem. The core concept behind team thinking is that individually, we often fail to analyse the situation completely, and input from others can show holes in our reasoning and things we've failed to properly consider. The whole, hopefully, is greater than the sum of its parts.

      I'm coding alone at the moment, and because I have no-one to bounce ideas off, I frequently find myself heading into dead-ends because the problem domain I'm dealing with is very large, and as there's no-one to discuss things with, I need to prototype to find my mistakes. Then I have to go back and rewrite.

      --
      Got them moderator blues I blieve I walk out the do', With these mod-points I been gettin', I 'most never post no mo'
    7. Re:Whiteboards and whiteboarding are a bad idea. by Hognoxious · · Score: 1

      A picture is worth a thousand words

      I once got a bug report. It consisted of nothing but four screenshots:
      screen 1701 with field alpha having a value of foo
      screen 2303 with field bravo having a value of bar
      screen 1701 with field alpha having a value of baz
      screen 2303 with field bravo having a value of qux.

      After much faffing and false starts (and eventually talking to someone else other than the submitter) it turned out that when they change field charlie on screen 666 it should change field alpha on 1701.

      How many words were those pictures worth? Zero, maybe less.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    8. Re:Whiteboards and whiteboarding are a bad idea. by Anonymous Coward · · Score: 0

      By "Real World" did you mean
      1) things that have important consequences if they don't work like like medical devices, automotive controls, air traffic control, etc.
      2) things that enable everyone else to do work, network switch firmware, drivers, operating systems, etc.
      3) all those awesome little programs college kids write for course assignments

    9. Re:Whiteboards and whiteboarding are a bad idea. by Bengie · · Score: 2

      If you can't express the idea in text and text alone, then you haven't broken it down properly. Drawing pictures on a whiteboard won't help with this.

      And you should be able to compose great music via sheet music alone, but it might be a good idea to actually listen to your music.

    10. Re:Whiteboards and whiteboarding are a bad idea. by facetube · · Score: 2

      Pictures and text. Both are required.

      I've seen "specs" that consisted solely of a bunch of pictures and high-level diagrams, where I would have had to be a mind-reader to figure out what was going on at the detail level. In these cases, text would have gone a long way toward explaining some of the more subtle details of an interaction/procedure/design.

      I've also seen "specs" that were a giant wall of text, where I had to get out a whiteboard and draw on my own because a human being couldn't possibly keep the whole verbosely-written thing in their head at once.

      You need both. Anything else is bad communication.

    11. Re:Whiteboards and whiteboarding are a bad idea. by wvmarle · · Score: 1

      I'm coding alone at the moment, and because I have no-one to bounce ideas off, I frequently find myself heading into dead-ends because the problem domain I'm dealing with is very large, and as there's no-one to discuss things with, I need to prototype to find my mistakes. Then I have to go back and rewrite.

      Start with a partner or friends. If it's about UI issues or related things, they don't need to be programmers or versed deep into the problem at hand. People that know nothing about it actually can at times give you the best ideas, exactly because they know nothing about it and haven't yet restricted their minds by thinking about it. The programmatic implementation itself of course you have to do yourself, but that's generally the straightforward part (after you properly defined the problem, and the solution you want to work towards).

    12. Re:Whiteboards and whiteboarding are a bad idea. by Anonymous Coward · · Score: 0

      Excuse me, but Java is used in all of those projects you indicate that it's not used in.

      I should know, I was a Java programmer at Oracle, and while I didn't program medical devices, I can assure you it is also used in (some) parts of your power grid software. Of course it's not used in every part of a critical system like power grid monitoring and control, for a lot of the critical bits we use FORTRAN.

      So, it's not just for college kids, that's probably why 1/3 of all the new projects use Java. If you don't see that, then you are in a very interesting enviornment, the kind that rarely looks outside of itself.

      Being in such an enviornment offers clarity and comfort, but it is also blind to the rest of the world. Peek over the edge some time because occasionally your environment takes over the world and eventually your world takes over your environment. There's already a few questions about "Is Ruby dead?" and a few incredibly respected people have even said yes. Is it dead? I don't know. Who cares. Even "dead" langauges like FORTRAN are actively developed in, they are just no longer the "go to" languages for starting up new projects.

    13. Re:Whiteboards and whiteboarding are a bad idea. by bitingduck · · Score: 1

      If you can't express the idea in text and text alone, then you haven't broken it down properly. Drawing pictures on a whiteboard won't help with this.

      Feynman diagrams?

    14. Re:Whiteboards and whiteboarding are a bad idea. by Anonymous Coward · · Score: 0

      A whiteboard is a collaboration tool. Repeatedly calling the guy an "idiot" suggests you're not very good at collaboration.

      Is chair-throwing also part of your expert communication style?

    15. Re:Whiteboards and whiteboarding are a bad idea. by gl4ss · · Score: 1

      yeah it's always bad when vocal participants like the client(product owner whatever) wants to add complexity to actually make the product do what it is supposed to do..

      and if you actually make an uml diagram that results in hundreds of thousands of lines of java code that does the same thing as 100 lines then you have fucked up quite badly in both making the uml diagram and writing the code.

      I think the OP was asking for a solution to do just high level design anyhow, to slash up the work into smaller logical segments - so that they don't end up writing hundreds of thousands of lines of unnecessary code.

      a whiteboard is useful that you can draw anything on it.
      like drawing the flow of the program from ui side for example to communicate to the team what the end product needs to do so the team can figure out what the backend has to be capable of and so forth. if that part is skipped the server guys can for example write some shit that they claim fills the role of the server but is fucking horrible at doing what it needs to do and ends up needing a total rewrite before the product can ship.

      --
      world was created 5 seconds before this post as it is.
    16. Re:Whiteboards and whiteboarding are a bad idea. by Half-pint+HAL · · Score: 1

      The programmatic implementation itself of course you have to do yourself, but that's generally the straightforward part

      I'm working in natural language processing for generating parallel equivalent text in multiple languages.

      (after you properly defined the problem, and the solution you want to work towards).

      That's a bit circular though, because my difficulty is properly defining the problem, or rather the set of all subproblems, and the solution(s). It's easy to implement once you know what you're doing, but if we all knew what we were doing, there'd be much less buggy software out there....

      --
      Got them moderator blues I blieve I walk out the do', With these mod-points I been gettin', I 'most never post no mo'
    17. Re:Whiteboards and whiteboarding are a bad idea. by Anonymous Coward · · Score: 0

      Are you seriously unable to respond to someone without the invective/uncivilized language? It's ridiculous.

    18. Re:Whiteboards and whiteboarding are a bad idea. by HornWumpus · · Score: 1

      Excuse me, but WTF does Oracle have to do with power companies?

      A lot of power companies run Oracle DB, but that's all I've ever seen. I saw one that used Apps for a little while. But once the decision maker went on the her no show job at Oracle, everybody realized just how hard they had just gotten fucked.

      1/3 of American power was traded on an Access app (for years). Until we drove a wooden stake through it's heart. Don't laugh Europeans/Australians, I've got bad news for you also.

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    19. Re:Whiteboards and whiteboarding are a bad idea. by Anonymous Coward · · Score: 0

      Oh please! We've moved on from Access. Our mission critical trading apps are all written in Excel VBA.

  11. Grey by Anonymous Coward · · Score: 0

    matter .. you piece of shit .. grey matter ...

    1. Re: Grey by Anonymous Coward · · Score: 0

      Indeed once that is available and operational the applicable and feasible solution will be found. Btw how do they solve that vwhite board problem when team is say 30+ people - not all will see the whiteboard. Then there is a problem with yellow stickers that fall off the board and tasks get forgotten. I wonder...

  12. online whiteboard? by Anonymous Coward · · Score: 1

    Try Mural.ly

  13. lifesize video conference by iceco2 · · Score: 3, Interesting

    I have used pretty much every tool out there skype, goto meeting hangouts to name the more popular ones. But when I did some work with E-bay a while back I got a chance to work with their lifesize system. The camera the screen the high definition and the lack of lag come together to make something far better then anything else I used. I suspect they charge an arm and a leg for such a setup but it works. (I have no financial intrest in lifesize )

    1. Re:lifesize video conference by Anonymous Coward · · Score: 0

      The Lifesize stuff is good. It's also standards based do you can use solutions from other manufacturers too -look foe SIP, H.323 or WebRTC

    2. Re:lifesize video conference by Anonymous Coward · · Score: 0

      lifesize leaves a lot to be desired if you're using the "cloud" version. A 4 office deployment with one codec per location cost $30k, not including the $1000+ per codec annual license fee (on equipment you supposedly "own" no less) and $8k+ annually for 25 user licenses - 4 of which are taken up by the codec so really it's only 21 licenses.

      None of this includes recording. If you want to record anything that'll cost you another $30k and probably has annual licensing as well. Domestic calls are ok, if you're doing anything across the ocean quality is spotty at best.

      The interface is less than unified across devices and practically unusable on mobile clients. For example, there was no way to hang up a call from the lifesize mobile app on any platform - you had to either have the other party disconnect or force close it.

      25 licenses, er 21 licenses means created accounts not concurrent users. If you create a 26th account they give you a little time to either get rid of one or buy more seats in chunks of 25.

      This was all about 6 months ago just after they launched so it may have improved by now. One of our overseas offices took 3 months to get their codec delivered and none of their sales staff seemed to care.

    3. Re:lifesize video conference by loufoque · · Score: 1

      There are plenty of companies that do high-end videoconference equipment (they often call it telepresence), Lifesize isn't the only actor in this area.
      The leader is Tandberg/Cisco, Polycom is a cheaper alternative.

  14. A couple solutions by GoodNewsJimDotCom · · Score: 3, Insightful

    1) You can use Join.me or Gotomeeting and everyone can share the same picture. Fire up a paint program, and voila whiteboard. I find coding with multiple people actually is cool when everyone can see the screen instead of being uncomfortably bunched together.

    2) For a bulletin board todo list, use www.Trello.com

    I love telecommuting work, it feels more efficient than in person office work.

    1. Re:A couple solutions by BitZtream · · Score: 1

      Drawing on a computer is far slower than grabbing a marker and doing it on the whiteboard. You ever try writing text with a mouse?

      Whiteboards are NOT FOR CODE, I think thats another problem you're having. You draw flowcharts and make notes on the whiteboard, not write down code that then gets transcribed and compiled.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    2. Re:A couple solutions by Dutch+Gun · · Score: 1

      I agree, a mouse is horrible to draw with. A few people have mentioned Wacom tables. There are even models available with a built-in screen, for example, which makes it pretty easy for anyone to draw right on it with little training. It's normally used mostly by digital artists, but I could see it being useful for digital whiteboard sessions as well. It's also superior to tablets in that it's optimized for pen use rather than finger touches, which makes it much more precise for actually drawing.

      --
      Irony: Agile development has too much intertia to be abandoned now.
  15. Combination of Lync and Wacom Tablet... by Uzull · · Score: 3, Interesting

    We use the combination of Microsoft Lync, where you can start a common whiteboard, and a Wacom Tablet, so you can do some freehand drawing.
    It is not free. But the cost is offset after one meeting with members from all over the world...

    1. Re:Combination of Lync and Wacom Tablet... by choseph · · Score: 1

      any interest in the surface hub? I was surprised no one in here mentioned it, but it is rather new. wasn't sure if it was a bad idea or just too new as I haven't heard many user reviews. http://www.microsoft.com/micro...

  16. Multiple whiteboards + Google Hangout by swillden · · Score: 4, Interesting

    Okay, so the submitter asked for "good" solutions, and this may not qualify, but it's what I do: A whiteboard at each location, with a camera pointed at it. I can't draw on your drawing, but I can see what you draw, and you can see what I draw. I've experimented with various web-based shared whiteboards, but they all require drawing on the computer. Even with a tablet (either Wacom-style attached to a laptop/PC or a mobile device) and a pen, a real whiteboard is better.

    In my case, generally there are at most three locations in the meeting, and usually only two: My home office and a group of people in a conference room. Having more may make the "real whiteboards" solution less effective.

    --
    Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  17. Electronic White Boards by ERJ · · Score: 2

    There are several companies that make electronic white boards. I have seen them in use a couple times and they are used in distance education. An example:

    http://smarttech.com/Home+Page/Solutions/Business+Solutions?WT.ac=homepage_bus

    1. Re:Electronic White Boards by Anonymous Coward · · Score: 0

      As much fun as investigating the SmartTech(TM) Visual Collaborative Solution(R) with Smart Meeting Pro(TM) for Microsoft(R) Windows(TM) kapp(TM) I don't have the willpower to wade through all that marketing bullshit.

      Hey, companies. Here's a hint for you. Don't pepper the front page of your site with TM and R bullshit. It's visually and mentally draining to try to figure out what the fuck you're actually trying to say, and no, you're not going to have your trademark stripped because you forgot to put a TM after it, so why bother?

    2. Re:Electronic White Boards by thegarbz · · Score: 1

      This. I use electronic whiteboards at work. The ability to share a session in the software is great. It works just like a real whiteboard except with more features and the ability for people in distributed locations to write on the same board in the same meeting is well worth it.

    3. Re:Electronic White Boards by bazorg · · Score: 1

      I've seen this one in action and it works really well. It's not a touchscreen like those on your phone, the screen edges work like a camera to find where your fingers and where the pens are. It works like a normal screen attached to your PC and then there's a Windows application that lets you make annotations beyond what the normal OCR and OneNote drawings allow. I'm trying to get my company to buy at least one of these.

      They also have smart whiteboards that scan their content and broadcast it to mobile phone apps. It's not bi-directional interactive like the big Smart screen but it's only £500 I think.

  18. I'd bet surface hub would work well for this when by Anonymous Coward · · Score: 2, Funny

    probably will be expensive but does exactly what you are asking for

  19. Projector and One Note by Anonymous Coward · · Score: 0

    We use projectors/Large TV and One Note + Skype with web cam. With a good internet connection is really fast.
    I ahv e been in a team of 10 people and 2-3 persons per location.

    Make sure that everybody is prepeared for the meeting. You much be more prepared than an in-person-meeting.

    1. Re: Projector and One Note by Anonymous Coward · · Score: 0

      Gsgsusinbwgs bagahqisi ,,,,...hshshs bw hakalslx hxbsvfqfa hkzkxhxvs. Ahxu qm!

  20. Try to meet in person by jgotts · · Score: 4, Insightful

    There is no substitute for meeting in person. We've evolved over millions of years to meet with each other in person. Every distributed meeting I've ever attended has had yelling, mumbling, and misheard things caused by technological failures.

    If you're sketching out your next year's worth of work, spend the money and get together for it.

    If you're just talking about a couple of minor issues, then by all means use a distributed whiteboard.

    1. Re:Try to meet in person by Anonymous Coward · · Score: 1

      Yeah, a telephone is no substitute for talking in person. Tell Bell his invention sucks.

      Video conference stuff all sucks, as you can't smell the other people. (or offer to meet them in a motel afterwards)

      People have evolved to meet in person only.

    2. Re:Try to meet in person by wvmarle · · Score: 1

      Exactly. What people also forget is that it's not just about the whiteboard, it's at least as much about the beers afterwards. Getting to know your colleagues in person helps a lot in getting cooperation going (it helps you interpret the writing in their e-mails properly, for example).

      There is no real substitute for in-person meetings. And considering the problem at hand has already the budget of flying people around to get it solved, you'd better make use of it.

    3. Re:Try to meet in person by qpqp · · Score: 1

      The obligatory Tripp Crosby

    4. Re:Try to meet in person by Anonymous Coward · · Score: 0

      Well actually, humans evolved only for like a couple of 100 thousand years, but point taken!

  21. Get some money by Anonymous Coward · · Score: 0

    Take a page from the marketing/sales executive's book: you all meet in Hawaii for your design team meetings.

    Geeze!

    Oh! And don't forget the booze and hookers!

    1. Re: Get some money by Anonymous Coward · · Score: 0

      I prefer Amsterdam actually. The hookers are prohibitevly expensive and you have to watch out as some have dicks too but you can smoke shit and avoid hangover. I'd say that is better than Hawaii except for the weather.

    2. Re: Get some money by dltaylor · · Score: 1

      It rains in both places, and snow, although not so much on North Shore. The rain is just a bit colder in Amsterdam, but that's a reason to stay indoors and avoid sand in "naughty bits" (as a Californian, I learned, a long time ago, some techniques for that, but they're harder to remember when "under the influence").

  22. Mural.ly by Anonymous Coward · · Score: 3, Interesting

    I worked on a product that tried to solve this problem... It's but super expensive and not very well executed: Bluescape.com. There are youtube videos showing it in action.

    The best thing out there I've seen is mural.ly

    1. Re: Mural.ly by jddj · · Score: 1

      Yeah, Mural.ly is great, but more of a sketchboarding solution (like BoardThing) than a shared whiteboard.

      Would gladly use mural.ly if the team would adopt it.

  23. Messaging problem hiding as a whiteboard problem by quietwalker · · Score: 4, Interesting

    The problem you're having isn't a whiteboard issue. It's not technology. It's that you're only getting half the message.

    You may not be aware of it, but person-to-person communication is extremely high bandwidth. It's so high that we rarely even recognize the component parts of it, and only come up with little more than a mux generalization, like "they're angry" or "they're unsure". Our minds look at someone's stance and posture, at the speed they're blinking, where their eyes are looking, whether or not there's a nearly imperceptible pause when they're about to say certain words, subconscious muscle tics, and so on, and it passes through this great big neural net and some sort of amazing transformation happens and we get discrete knowledge out the other end. What's more, what they're doing is always going to partially be a response to what we're doing; we're providing real time feedback and both of us are adjusting ourselves accordingly. We're so good at it, that about 5 words into an introduction, we can usually tell if someone likes us or not.

    On the other hand, a digital whiteboard, even with audio and video, we can't attempt to get this nuance or the feedback response that a person-to-person meeting allows. There's no way to send that much information successfully.

    That's why no digital whiteboard will ever beat the real thing. Because these solutions do not allow you to see each varied nuance and react to them, and allow the other parties to do the same in turn. That's why a person-to-person meeting takes 5 minutes to cover what would go 30 minutes in a phone call. Or why video calls always seem to take far more time than you've allocated. That's why all those business types are always doing face to face meetings and ignoring 90% of our technical advances down here in the trenches of engineering, where we're trying not only to solve a problem with technology poorly, but we're not even aware of what the problem actually is.

    Let me sum it up for you; there is no technological replacement that comes close to the clarity and efficiency possible - and likely - in a face to face.

  24. Wiimote by mttdbrd · · Score: 2

    This is from a few years ago. Carnegie Mellon developed a low-cost multi-touch whiteboard using the Wiimote. It's low cost and would require only a little more pretty straightforward work to share over an internet connection. https://www.youtube.com/watch?...

    1. Re:Wiimote by qpqp · · Score: 1

      This is a great hack. Thanks a lot for the link!

  25. Videoconferencing + whiteboard by luis_a_espinal · · Score: 1

    Whiteboard Substitutes For Distributed Teams?

    Videconferencing + whiteboard. It's a very common combination (as it is no longer uncommon to work with remote teams.)

  26. Rocketboard by melheor · · Score: 2

    Our startup in Boston ( http://www.rocketboard.it/ ) is actually working exactly on the product you describe, in our previous jobs we've encountered exactly the same problem running scrums, which gave us this idea. We're currently going through a private beta but plan to open it up to the general public in the next few months. The app runs on your phone and detects + processes any board it's pointed at. By processing I mean fixing aspect ratio, removing shadows, glare, presenter, and enhancing the colors. The app streams the content in real time to anyone with a browser (and access to the url). After the presentation, the app creates a slide deck that you can share with those who weren't present at the meeting. You can also view a demo on the Rocketboard website.

  27. Networked Projector by dacullen · · Score: 1

    Checkout Epsons new web connected projectors. Functions like a Smartboard but can be attached to a network for remote and multiuser

  28. HP Sprout by davide+marney · · Score: 2

    https://sprout.hp.com/us/en/ This is what you need: a touch/draw surface for you to draw on, but overlaid with a video projection of what everyone else is drawing.

    --
    "We receive as friendly that which agrees with, we resist with dislike that which opposes us" - Faraday
    1. Re:HP Sprout by DoofusOfDeath · · Score: 1

      That looks pretty neat. Unfortunately that's pretty expensive by my current standards.

  29. Google Wave? by horm · · Score: 1

    I'm still sad they abandoned/scuttled that project.

  30. Google by darkain · · Score: 2

    My team is spread all over the world. We've managed to do quite well using a combination of Google+ Hangouts (with their various interaction plugins) and Trello.

    We use G+ for those real-time drawing and thinking sessions, and then once we get all of our thoughts organized and shared with one another, we push it out to Trello for long term storage and project management tracking.
     

  31. Wiimote Whiteboard by andrew_d_allen · · Score: 1

    These guys made their own, with a projector, a screen, an infrared pen, a Wiimote, and the Wiimote Whiteboard program. Pretty cool results. Seems like a great market opportunity for someone to package it up in a self-contained plug-and-play unit (although you have the "big videoconference touchscreens" as an upper limit on your price point): http://www.instructables.com/i... http://www.instructables.com/i...

    1. Re:Wiimote Whiteboard by andrew_d_allen · · Score: 1

      Actually, looks like Mitsubishi has already made a $500 projector with light pen functionality built-in. http://www.mitsubishi-presenta...

  32. online whiteboarding by Anonymous Coward · · Score: 0

    I'm doing something very similar right now with two teams, a team of 4 and a team of 5.

    I looked at a couple online whiteboarding tools, and gave realtimeboard.com a try.
    Some nice things:
    free to start - 3 free boards basic sharing tools are free. Skype can do the voice in lieu of the upgrade
    infinite space - just keep scrolling and writing
    export to pdf/google/etc
    basic editing tools (squares, lines, arrows, embed images, etc)
    text blocks (don't have to scribble text with a mouse - and I know I can type faster than I can write with a marker)

    multiple people can edit at the same time (though not the same object), so it has been very convenient, in an irc like manner, to have multiple conversations occuring in the 'channel' while we are brainstorming. anyone can chime in on any thread, and using the infinite board, you can see the conversations as they move in different directions, and pull them back together if needed. Being able to throw up a quick chart or scribble is great for clarifying where the simple chat channel wouldn't work out. And with more preparation time (or faster artists), you can do more extensive graphical presentations of ideas.

    not affiliated, just a happy trial user.

    In person meetings are still preferred for initial kickoff sessions and idea forming (read: beer sessions), but I think this format is actually much more productive for our team than in-person designing has been.

    Also, 10 people in a design meeting is asking for trouble. Watch for symptoms of design-by-committee and lowest common acceptable. If you want the whole team in there, make it more of a presentation (which realtimeboard does have some features that say something about that, just haven't used yet), than a contribution session.

  33. Try what's used in many classrooms by Anonymous Coward · · Score: 1

    Look at two products which were originally designed for classrooms, to allow students and teachers to interact. They might be easily adapted to your situation.

    Blackboard

    Lanshool

    1. Re:Try what's used in many classrooms by Anonymous Coward · · Score: 0

      Blackboards, and without all the damn fumes!

  34. What's a whiteboard? by Anonymous Coward · · Score: 0

    I work in a place with a clean desk policy, nothing allowed on the walls and a fricken room for innovation! No wonder we never ship anything on time...

  35. It's people like you that cause global warming by johncandale · · Score: 1, Offtopic

    It's people like you that cause global warming and will make all the northern forests to die off. People have such a warped sense of entitlement. Just because you can hire someone in another country doesn't mean you should. Just because you can easily drive from downtown to your house in the suburbs doesn't mean you should. There is absolutely no reason you can't get good people that live near you. You have no sense of community or socialization. If something is too far to bike to, something in your society is off. This doesn't just apply to work. When family moves away it breaks all the ties that matter. "But it's only a 3 hour plane flight" is silly. I know this is kind of radical, but unpack it for a moment. All those nutty holiday flights. No sense of shared responsibility because most of the people you know will get a new job and move in 5 years. The other half live 30 minutes away by car and you see them once a week. You don't have a community, you have buddies. No phone calls and skype don't count. That only makes you care about the person, not the city taxes they are under, or who they should vote for, or their schools. It just makes you narrow and selfish. Phone cares to people far away also just take away from people you could be with near you, or the chance to meet people near you.

  36. Pen/stylus tablets? by msobkow · · Score: 1

    I'd think using pen/stylus tablets to scribble diagrams and then emailing or messaging those amongst the team members would be about as good as you can get, unless you can find a software package that would let the people share a drawing space using individual tablets. I've long wanted to get one of the Samsung tablets just for that purpose.

    --
    I do not fail; I succeed at finding out what does not work.
  37. This is really hard. As in "middle-east peace" har by jddj · · Score: 1

    I reviewed 30 offerings for my office. None pleased everyone or most. If you have just a few office locations, Smart makes great connected whiteboards. It's hard to find better. If you have work-from-home or people want to use iPads and whiteboards at the same time, or you've got paper-only constituents, it's a complete mess. Might look at Groupboard or Board thing.

  38. Google Slides by Anonymous Coward · · Score: 0

    I've used Google's PowerPoint replacement (Slides) for this before. It is kinda perfect. It stores all revisions. Any number of people can simultaneously edit. Has good enough drawing and typing functions. Can work on multiple boards (slides) at the same time, etc...

    Oh, and it is free.

  39. what about together.js? by Anonymous Coward · · Score: 0

    Never used it but the concept looks interesting.

  40. Re: Messaging problem hiding as a whiteboard probl by Anonymous Coward · · Score: 0

    If only people were really that perceptive.

  41. You need "Short Throw Interactive Projectors" by Anonymous Coward · · Score: 0

    Get a few Ultra-Short Throw Interactive Projectors. Nothing else required in some cases (ie, no PC). These were designed specifically for your multi-location whiteboard application.

    See an example here: http://www.epson.com/cgi-bin/Store/Video-Library/video/Featured/BrightLink-Ultra-Short-Throw-Interactive-Projector-Product-Overview/1727559829001?BV_UseBVCookie=yes

    A lot of companies are making them now.

  42. Re:Messaging problem hiding as a whiteboard proble by Anonymous Coward · · Score: 1

    Are you trying to imply that they way people communicate is forever fixed in stone and cannot be changed or improved upon? Don't you think that's a little shortsighted?

  43. MS Surface Pro by ChunderDownunder · · Score: 1

    Who said anything about a mouse? People write with a whiteboard marker, or in its digital form, a stylus.

    A number of years ago I worked for an organisation where people took notes in meetings using a Panasonic Toughbook. The software for the forthcoming Windows 10 is, hopefully, a lot more sophisticated than XP tablet edition as MS tune their software for touch/scribble.

  44. OneNote by GrantRobertson · · Score: 1

    Have you thought about Microsoft OneNote? It is free now. All you do is everyone opens the same file over a network share. If you have touch screens or graphics tablets, you can all draw at the same time. It only takes a second or two to catch up.

    1. Re:OneNote by Gumbercules!! · · Score: 1

      You're going to get crucified for suggesting a Microsoft product on slashdot :-P - but I agree with you and was going to say, it, too. We use it for distributed teams and I find it works exactly as we want. Dare I say we even use it with Surface Pros? Any tablet screen would work, though, iPad, Android or otherwise.

  45. Second Life location "Bluepill" by ihtoit · · Score: 1

    This was an application of the "Coven" research done between 1995-1999 among several European school partners. Was shockingly successful, back in 2003. Don't know if it even still exists... had whiteboards, an auditorium, a poster gallery (with video walls and Powerpoint scrollers), you name it.

    Citations: Steed, Tromp &al.

    --
    Political debates have me rolling my eyes so much I think I got optical whiplash. I should sue. - Foamy The Squirrel
  46. Time for the mega screens by jlowery · · Score: 1

    I'm waiting for whiteboard sized touch screens to make their appearance. I know Microsoft was working on this a couple of years back.

    This would not only be useful for long-distance collaboration, but for team collaboration as well. Image working on a conference table-sized monitor, with a common workspace among 7-8 people. I think a team like that could potentially be more productive than the same number working independently. May require a different sort of programmer.

    --
    If you post it, they will read.
    1. Re:Time for the mega screens by drinkypoo · · Score: 1

      I'm waiting for whiteboard sized touch screens to make their appearance. I know Microsoft was working on this a couple of years back.

      No you aren't. You're waiting for them to come down from astronomical prices. You can get them now.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    2. Re:Time for the mega screens by Joosy · · Score: 1

      I'm waiting for whiteboard sized touch screens to make their appearance. I know Microsoft was working on this a couple of years back.

      No you aren't. You're waiting for them to come down from astronomical prices. You can get them now.

      The problem may be that the mega screens are (from what I've seen) video quality, and thus crazy expensive. What's needed for simple whiteboarding, with the equivalent of dry erase "markers" for drawing, could be much lower in resolution and be limited to 256 colors. I really just want to be able to do what I can on a real whiteboard: draw some flow charts and diagrams, write text visible across the room and erase what needs to be changed.

      Bonus for the digital version would be some straightforward copy/pasting (ie, move part of a diagram to a different place on the board), recording, and, of course, the remote collaboration aspect. (Any solution that involves a camera aimed at a real whiteboard is going to fail the "remote collaboration" aspect.)

      In short, the video and audio conferencing stuff has already been solved, as has document sharing. So let that run in parallel on different systems and just solve the shared whiteboard problem.

      --
      I'm sick and tired of these hip, "ironic" sigs. This is an actual, honest-to-goodness no-nonsense sig!
    3. Re:Time for the mega screens by drinkypoo · · Score: 1

      The problem may be that the mega screens are (from what I've seen) video quality, and thus crazy expensive.

      Nope. The cost of the display itself pales compared next to the cost of the digitizer.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    4. Re:Time for the mega screens by Wycliffe · · Score: 1

      The problem may be that the mega screens are (from what I've seen) video quality, and thus crazy expensive.

      Nope. The cost of the display itself pales compared next to the cost of the digitizer.

      Here is a relatively economical digitizer($600) that just connects to any tv/projector: http://store.e-beam.com/ebeam-...
      Here is a $500 projector that supports a light pen: http://www.mitsubishi-presenta... and I know there are many more.
      There is also the wii remote which is dirt cheap if a little bit of DIY.
      These are not near the resolution of a professional digitizer but would still easily match the resolution of the typical dry erase marker
      and you can attach them to any tv that you have lying around.

    5. Re:Time for the mega screens by Joosy · · Score: 1

      The problem may be that the mega screens are (from what I've seen) video quality, and thus crazy expensive.

      Nope. The cost of the display itself pales compared next to the cost of the digitizer.

      Then same argument, different component: use digitizers with lower resolution to bring the cost down. You don't need smart-phone or Wacom quality for a whiteboard.

      --
      I'm sick and tired of these hip, "ironic" sigs. This is an actual, honest-to-goodness no-nonsense sig!
    6. Re:Time for the mega screens by drinkypoo · · Score: 1

      Here is a relatively economical digitizer($600) that just connects to any tv/projector: http://store.e-beam.com/ebeam-...

      Requires a special pen, expensive and easy to misplace, cleaning lady hides it, etc.

      Here is a $500 projector that supports a light pen: http://www.mitsubishi-presenta...

      It's too bad they give absolutely zero details about the light pen on the page. They just say it exists. Won't even show it to you. I'm guessing this is also shit.

      Real multitouch digitizers which attach to a display cost a lot more than the display. You want people to be happy with crappy alternatives. If they were good, they'd already be widely adopted.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    7. Re:Time for the mega screens by Wycliffe · · Score: 1

      If they were good, they'd already be widely adopted.

      The reason they aren't widely adopted has nothing to do with whether they are good or bad.
      The reason thay aren't widely adopted is because most people just don't need one.
      Alot of schools have installed smartboards. For the most part, I've never seen them use
      the digitizer and defintely not enough to justify the cost. They are mostly used to show
      movies and slides which could have been done at half the cost with a regular tv.

  47. This problem was solved in 1994 by Anonymous Coward · · Score: 0

    http://ftp.fi.netbsd.org/pub/csc/graphics/NCSA/collage/

  48. Not Rocket Science by Anonymous Coward · · Score: 0

    Have been using this with distributed teams for years. I saved a 4 guy trip the first week I had it. Looks expensive, but ROI should be pretty quick.

    http://www.smarttech.com/Home+Page/Solutions/Business+Solutions

  49. Re:Messaging problem hiding as a whiteboard proble by thegarbz · · Score: 1

    Those bits of communication that only come through face to face can be substituted by more technology. Someone in a teleconference doesn't need to read my facial expression when drawing if I then say "Wow, holdup, I don't understand." There's a whole different method of communication when it comes to having an effective meeting that isn't face to face. Things like going around the table person to person and addressing each person individually, asking for confirmation of something being understood, not assuming that someone knows something etc. There's nothing magical about a face-to-face meeting that can't be communicated via a telephone using a different method. You said it yourself, it takes longer, but as soon as you include travel it is actually far more efficient.

    Spend $5k on sending each person to a business communications class, and an how to run an effective meeting class. Then save yourself $50k / year on flights.

  50. Re:Messaging problem hiding as a whiteboard proble by Gim+Tom · · Score: 1

    This may be true for a meeting with all or mostly technical types, but throw in a pointy haired manager or two and the information exchange bandwidth goes asymptotically towards zero.

  51. Re:Messaging problem hiding as a whiteboard proble by Anonymous Coward · · Score: 0

    What is this "looking at people" thing? Do us autistic technical types do it?

    I laugh at the idea that lack of physical shared spaces makes for too-long meetings. Been in too many too-long meetings that WERE in physical shared space.

    Then again, I've been in meetings where half the people in the room were spending more time communicating with people who weren't in the room than with the ones who were. A bunch of Crackberry addicts.

  52. Epson 1420wi collaborative white boards by Anonymous Coward · · Score: 0

    These short throw projectors have a smart whiteboard capabilities and can be connected to other epson 1420 projectors so that all can see and add annotations.

  53. Re:Messaging problem hiding as a whiteboard proble by Anonymous Coward · · Score: 0

    How are you going to see if the person is losing interest, or if they have a puzzled look on their face?

    Communication is not fixed, but nobody argues that every form of communication is equally good at communicating every idea. Letter writing is an awesome form of communication, but for everything it gets right, a picture still can be worth "a thousand words".

    He's focusing on the drawing combined with the speech as the communication medium. When I took classes on communication at University (yes people really do study it, I advise you try to too!) there was only one focus which would have a maximum impact; the audience.

    Forget the whiteboard, what does your audience need to know? What, you didn't ask them? No wonder your whiteboard diagrams aren't getting the job done.

  54. Microsoft Surface Hub ... by Anonymous Coward · · Score: 0

    http://www.microsoft.com/microsoft-surface-hub/en-us

    Like that ?

    1. Re:Microsoft Surface Hub ... by Anonymous Coward · · Score: 0

      http://www.microsoft.com/microsoft-surface-hub/en-us

      Like that ?

      How could anyone know? The link is to a (badly stuttering) marketing video that leaves my questions unanswered.

  55. Re:Messaging problem hiding as a whiteboard proble by Joosy · · Score: 1

    That's why no digital whiteboard will ever beat the real thing

    I don't see any reasonable person claiming this. But if your team could use a quick session with another team that's 1000+ miles away, having a functional shared whiteboard is better than 1) taking three days for one team to fly back and forth, or, 2) not meeting at all because there's no point unless they can see the other team's facial tics.

    --
    I'm sick and tired of these hip, "ironic" sigs. This is an actual, honest-to-goodness no-nonsense sig!
  56. Wacom, ArtRage, Skype by LostMyBeaver · · Score: 1

    I am a near full-time instructor who regularly teaches in multiple countries at once thanks to this rig.

    For multiple people sharing the same whiteboard, I recommend using WebEx which has a mediocre whiteboard, but it works better than the other's I've tried.

  57. Vyew by awol · · Score: 1

    Is what I have used. I have found it quite adequate. Hooked up a graphics tablet to my machine and I could draw like a 3year old. With practice I might get better.

    --
    "The first thing to do when you find yourself in a hole is stop digging."
  58. HP Virtual Rooms by Anonymous Coward · · Score: 0

    It's heavily used internally and, in my experience, works fine. Seen it used on Windows and OS X.

    You can share desktops, have chat rooms for breakout sessions and do presentations.

  59. Whiteboard and Cameras by BinBoy · · Score: 1

    Keep using the whiteboard and put a cheap camera in front of it.

  60. Hololens! by Anonymous Coward · · Score: 0

    Just wait a bit. The Hololens will change the world.

    I know, I sound like a shill. I'm sorry. But this is the very first time in my life Microsoft has ever made me happy.

  61. BigBlueButton by UncleRage · · Score: 1

    I'm currently implementing it as part of our digital learning platform.

    Not sure if it covers all the things you need, but it's a start.

    --
    #SickNotWeak
  62. Re:Messaging problem hiding as a whiteboard proble by Jeremi · · Score: 1

    Are you trying to imply that they way people communicate is forever fixed in stone and cannot be changed or improved upon? Don't you think that's a little shortsighted?

    Sorry, could you rephrase your questions? I didn't understand what you were asking, as I was unable to see your facial expression as you were typing them.

    --


    I don't care if it's 90,000 hectares. That lake was not my doing.
  63. Open Sankore and wimote to try by Anonymous Coward · · Score: 0

    If you want to try out some things inexpensively you might try the wimote whiteboard IR pen tracking as others have mentioned.

    There are various whiteboard applications that could be used, I have not seen this one mentioned in this thread:
    http://open-sankore.org/
    Works on Mac, Windows, and Linux, they caim to have support for various input devices such as wacom.

    1. Re:Open Sankore and wimote to try by Anonymous Coward · · Score: 0

      Hey - that looks like a great solution for our office! Thanks for the post. I don't think it is exactly what the original poster is looking for, but that's what slashdot is about - right? ;)

  64. Tablet and an online whiteboard service by Anonymous Coward · · Score: 0

    We've had some success with using a tablet and online whiteboard service such as https://awwapp.com/draw.html.

  65. Is OURBOARD something for you? by krid4 · · Score: 1

    Hi, Maybe http://wyxs.net/web/wiiscan/in... could be a startint point. I't our own developed digital interactive whiteboard.

  66. Whiteboardfox.com by Anonymous Coward · · Score: 0

    I've used whiteboardfox.com many times. Its a simple tool site, where you create a unique whiteboard and share the link. Everyone who connects sees and can interact with the whiteboard.

  67. Whiteboard by Anonymous Coward · · Score: 0

    I don't really know a better substitute but you can learn chinese in skype at http://preply.com/en/chinese-by-skype.

  68. A shared zooming whiteboard by RichardZed · · Score: 1

    There is one to try which proved efficient: Ziteboard. Although it is simple as a stick maybe that's what is the best in it. Only-facebook login however is a downside to it but I'm sure email login will come soon. I'm using the chrome extension so I don't forget the domain name. Anyway, it works on my phone, tablet and the company laptop. I guess that's a huge Pro for web-apps.