Slashdot Mirror


User: djd20

djd20's activity in the archive.

Stories
0
Comments
7
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 7

  1. Re:NoSQL is just a vague term on MariaDB 10 Released, Now With NoSQL Support · · Score: 2

    You may also be interested in the new jsonb postgres feature upcoming in 9.4 http://www.craigkerstiens.com/...

  2. auctions? on Is Zynga Trying To Patent Virtual Currency? · · Score: 1

    Sites such as http://www.jingobid.com/ swoopo.com and mad bid have been doing this for ages in the form of non-refundable 'bids' which are the current used for participating in the auctions. Fat chance getting that kind of a patent through. The unified currency makes it easier to accept multiple currencies at a fair rate.

  3. Re:Mass market games on Desktop Linux Is Dead · · Score: 1

    For many of these wine actually works quite well out of the box - I find that for most games I don't have any trouble running them in wine. Steam works well too. Nevertheless, I appreciate that not having to fiddle and just be able to play what you've bought. That's why I own a ps3... Oh, and Ubuntu is an awesome desktop environment. Run it on a few machines which are used for work.

  4. Re:Threads on Parallel Programming For the Arduino · · Score: 1

    See: http://en.wikipedia.org/wiki/JCSP - CSP for Java, why write your own, probably incorrect abstraction when good libraries for this already exist?

  5. Re:Is it anything like C*? on Parallel Programming For the Arduino · · Score: 1

    See also: http://projects.cs.kent.ac.uk/projects/tock/trac/ - tock occam compiler, written in Haskell. It produces really fast code that supports large SMP systems, written by members of the KrOC group.

  6. Re:Artists are NOT going to be programming AVRs on Parallel Programming For the Arduino · · Score: 1

    I know for a fact that artists with litte or no programming experience have been able to pick occam up on the arduino or RCX. Its challenging when you have to write assembly, not when you have a library designed for that microcontroller and all you need to do is write 5-10 lines of code to start doing 'cool stuff'.

  7. Re:That kind of thinking... on Parallel Programming For the Arduino · · Score: 1

    Actually - you can run occam on Lego as well http://transterpreter.org/platforms/rcx/ A port for the NXT is underway. (I was one of the developers of the transterpreter virtual machine which occam runs on when used embedded)