Slashdot Mirror


Open Source Laser Business Opens In New York

ptorrone writes "If you can't stand the idea of a cookie-cutter laptop and you live in New York City, you have a new option: laser-etching. Phil Torrone, an editor at Make magazine, and Limor Fried, a former fellow at the tech-focused art studio Eyebeam R&D, are working together on Adafruit Laser Services, a new, by-appointment-only business in Manhattan that etches custom artwork onto customers' laptops, iPods, cell phones, and other gadgets." The entire business will be open source. From the Adafruit Laser Services site: "We are publishing how to use the high powered laser system, set up, techniques, business practices and templates. You could start your own laser business, we'll even help you."

18 of 96 comments (clear)

  1. Are the lasers frickin'? by Drooling+Iguana · · Score: 5, Funny

    And are they attached to the heads of sharks?

    That should be.

    --
    ... I'm addicted to placebos
    1. Re:Are the lasers frickin'? by UbuntuDupe · · Score: 5, Informative

      On Slashdot, if you want to find the articles about lasers, remember that the tag you should use is "sharks", not "laser" or "lasers".

    2. Re:Are the lasers frickin'? by neuro.slug · · Score: 3, Funny


      shark = new Shark();
      laser = new Laser();
      laser.setType( TypeFactory.createType( "Fricken" ) );
      shark.mount( laser );


      I think that will do...

    3. Re:Are the lasers frickin'? by sottitron · · Score: 3, Funny

      correction: shark.getHead().mount( laser );

    4. Re:Are the lasers frickin'? by hotdiggitydawg · · Score: 2, Funny

      correction:shark.getHead().mount( laser ); This is Slashdot. Any function called getHead() has no place here.
    5. Re:Are the lasers frickin'? by sottitron · · Score: 2, Funny

      You are right. I mean this is a member function! Sheesh, what was I thinking?

  2. How open source is the business? by EmbeddedJanitor · · Score: 4, Funny

    Bank account numbers and passwords please !

    --
    Engineering is the art of compromise.
  3. wait for it. by binarybum · · Score: 5, Funny

    mod points to the first person to get a goatse etched powerbook and post it.

    you know it's going to happen.

    --
    ôó
  4. Oh! Oh! Can I Be First? by ahem · · Score: 4, Funny

    "Do not look at laser with remaining eye."

    --
    Not A Sig
  5. Open Source? by flghtmstr1 · · Score: 3, Insightful

    I thought open source referred to simply making the source code available for public viewing. How can a business "open source" something which is not code? I have noticed an increase in the improper usage of the term "open source" as of late; I've even heard people say that pirating software is "open sourcing" that piece of software.

    1. Re:Open Source? by Drooling+Iguana · · Score: 3, Informative
      From TFS:

      "We are publishing how to use the high powered laser system, set up, techniques, business practices and templates. You could start your own laser business, we'll even help you."
      --
      ... I'm addicted to placebos
    2. Re:Open Source? by MyNymWasTaken · · Score: 2, Funny
      Can you not even spend the slight moment to RTFS?


      We are publishing how to use the high powered laser system, set up, techniques, business practices and templates. You could start your own laser business, we'll even help you
    3. Re:Open Source? by ptorrone · · Score: 5, Informative

      well - all the templates, files, schematics, software we make, jigs, tools - anything that we can open source will be. we didn't construct the laser cutter (maybe we will make a new one) but we'll do our best to put everything out there.

    4. Re:Open Source? by ampathee · · Score: 4, Insightful
      I've even heard people say that pirating software is "open sourcing" that piece of software.


      Wow, we need to stamp THAT out quick. Look what happened to "hacker".
    5. Re:Open Source? by seanadams.com · · Score: 2, Informative

      How can a business "open source" something which is not code?

      It's a pretty intriguing question actually. Maybe not open source, but businesses can certainly be a lot more open. At Slim Devices we pushed that envelope quite a bit by inviting customers to participate meaningfully in developing the products. <plug>There is an interesting article just posted at Fast Company which asks Is this the company of the future?.</plug>

      I believe it _is_ a model that will work well for many other companies, and in fact I've spent plenty of time wondering just how far you could take it. As an extreme, imagine if a new business were to begin with open discussions of strategy, fund raising, hiring, executive comp decisions, etc. Discuss it all on forums and let an open community create the whole thing, not just the products.

    6. Re:Open Source? by RealGrouchy · · Score: 5, Insightful

      It's like an Open Source business model.

      Compare Microsoft's software with Wal-Mart's business model: we see the output of it, but we don't quite know what techniques they used to get there (like upper-level management techniques, how they decide where to locate their stores, etc.) Try to track down the manufacturers for Wal-Mart products. Try to get a tour of the factory to see the working conditions. Hell, try to take a look at Enron's accounting practises (oops. Too late for that one).

      There are many companies in many sectors who go to great lengths to protect their "source": what it is they're doing that will eventually be their output. An "open" company (okay, I admit that the "source" part is unnecessary, but it does add context to what is meant by "open") will let you see the practises of the company, so that company can show it has nothing to hide.

      With business as with software, openness builds trust.

      - RG>

      --
      Hey pal, this isn't a pleasantforest, so don't waste my time with pleasantries!
  6. Is this new? by east+coast · · Score: 2, Insightful

    Just remember, most pyramid scheme businesses are open source too.... they depend on it.

    --
    Dedicated Cthulhu Cultist since 4523 BC.
  7. Re:Language does that by trentblase · · Score: 2, Insightful

    You're not really thinking like a computer scientist. Schematics, templates, jigs (presumably the instructions on building them), etc. can all be source code if you define the language and target system correctly. For example, the template is presumably a set of instructions that tell the engraver where to engrave, what power level, how long, etc. These instructions get compiled or interpreted by the engraver and executed just like any other source code would. amirite?