Twitter Weekly Updates for 2010-09-05

Posted by CobyR on September 5th, 2010
  • New Video! – LSRC 2010 – Glenn Vanderburg – Real Software Engineering – http://odz.mx/79zf5 #

Twitter Weekly Updates for 2010-08-29

Posted by CobyR on August 29th, 2010

Twitter Weekly Updates for 2010-08-22

Posted by CobyR on August 22nd, 2010

A long overdue update – on Confreaks

Posted by CobyR on August 16th, 2010

So I final wrote a long overdue update about Confreaks, its available on the confreaks blog.

http://odz.mx/61Pb1

I’ll be writing more about Confreaks, the equipment I’m using now, and the revised process I’m using these days.

Twitter Weekly Updates for 2010-08-15

Posted by CobyR on August 15th, 2010

Twitter Weekly Updates for 2010-08-08

Posted by CobyR on August 8th, 2010
  • Despite FCC “Scare Tactics,” Researcher Demos AT&T Eavesdropping « The Firewall – Forbes.com http://odz.mx/z7d1F #

Twitter Weekly Updates for 2010-08-01

Posted by CobyR on August 1st, 2010

Twitter Weekly Updates for 2010-07-25

Posted by CobyR on July 25th, 2010
  • I'm now the Duke of Surfrider Oceanfront Resort & Restaurant on #Yelp! http://bit.ly/bicUtH #
  • I checked in at Voodoo Doughnut Too (1501 NE Davis St) on #Yelp http://bit.ly/av24B6 #
  • @vborja not sure if I responded to your tweet or not, yes olabini's talk will be posted follow @confreaks for announcements, #emerginglangs in reply to vborja #
  • found a camera while cleaning up and tearing down after #emerginglangs, #oscon, message me if you think it is yours #
  • There is a human comprehension zone and there is no reason to step outside of it. – Jonathan Shapiro #emerginglangs #oscon #
  • @techmatchmaker – following complete in reply to techmatchmaker #
  • Here is a link to Kodu if you're interested in learning more. http://odz.mx/p71Lr #emerginglangs #
  • Really fun presentation on Kodu this morning #emerginglangs #oscon – Kids programming introduction language #
  • @headius presenting on Mirah at #emerginglangs #
  • OH: the f in F# stands for facemelting – Joe Pamer #emerginglangs at #oscon #
  • @mbleigh I'm in F150 today and tomorrow, @headius is also here, as is @olabini and @technomancy are around here also. #
  • check out Frink at http://odz.mx/H80Z2 #emerginglangs #elcamp #oscon #
  • Enjoyed @aeliasen presentation on Frink at #emerginglangs #elcamp at #oscon. He debunked a myth or two, and validated others. #
  • @vborja yes, @confreaks will be publishing all the talks from #emerginglangs (2-4 weeks from now) in reply to vborja #
  • @olabini presenting on Ioke and Seph – #OSCON #
  • At OSCON recording the Emerging Languages Camp -> Rob Pike presenting on Go #
  • Speaker schedule for the Ruby Hoedown -> http://odz.mx/1Xm1r from @jm, check it out and help boost the HN score. #
  • anyone else at OSCON? If so I'll be in the Emerging Languages Camp room the tomorrow and Thursday, drop by and say hello. #
  • On plane to PDX for Emerging Languages Camp! #
  • @jdunphy – woohoo! – good run – I'm trying to work my way into shape to do the RubyConf 5k in November, assuming there will be one. in reply to jdunphy #
  • can't update my bio on twitter to save my life – all other functionality here seems to work @twitter ? #
  • Last day in the office this week before heading to OSCON/Emerging Languages Camp tomorrow, ping me if you want to meet up at OSCON. #

Heading down the Oregon Coast

Posted by CobyR on July 23rd, 2010

After Emerging Languages camp, I consolidated all of the audio, video, and slide capture data to a single source, and then enjoyed dinner and got a good nights sleep.

This morning after fighting some fires with engineering vs. operations issues, my wife and I are off down the coast.  At the moment I’m sitting at Hungry Tiger Too’s a vegan restaurant/dive bar in Portland, waiting for breakfast, had an espresso next door at Three Friends Coffee Shop, and will stop by Voodoo donuts too for some travel snacks. 

I enjoyed blogging in detail from Emerging Languages, so figure while I’m out and about over the next week, I’m going to try and put some more thoughts up here.  Pending posts:

  • confreaks equipment setup and conference recording
  • thoughts on odz.mx – a side project
  • how the revamp of confreaks web-site is going

Day 2 – Emerging Languages Camp – OSCON 2010

Posted by CobyR on July 22nd, 2010

Back at Emerging Languages Camp for day 2, the presentations got off to a great start:

  • Matt MacLauren presented on Kodu a visual programming language designed to allow children to learn critical thinking.  The language exposes a 3d graphical user interface that allows characters to interact and respond to emotions and the environment.
  • Rich Hickey presented on Clojure and a new potential feature tentatively titled Pods they are similar to transients only better.
  • Mark Miller presented on why E is merging with Javascript and gave a brief history of programming on the web.  E is a secure distributed object oriented language with the intent of improving web programming.  Caja is an object capable safe subject of javascript, also the spanish word for box or vault.  Lessons learned from Caja were presented to the ECMA script committee.
  • Christopher Bertels presented on Fancy.  Fancy is a dynamic, object-oriented programming language heavily inspired by Smalltalk, Ruby and Erlang. It will support dynamic code evaluation (as in Ruby & Smalltalk), concurrency via the actor-model and many more features yet to be implemented.
  • Jonathan Shapiro presented on BitC.  BitC’s domain is critical system code; Saftey; Zero runtime footprint, it has a 7,o00 line microkernel that has been verified.
  • Steve Folta presented on Trylon.  It appears to be a cross between Python and Smalltalk.
  • Amos Wenger presented on ooc – a hybrid language experiment.
  • Jonathan Edwards presented on Coherence and declarative programming, the future of programming and in order to do so started with where we are today.  We are effectively still writing assembly because the program is required to control the order that we read and write, from and too memory.

Instead of taking an afternoon break that was scheduled for 90 minutes, the camp has decided to jam in four more presentations:

  • Bob Nystrom presented on Finch, the language most successful at meetings its goal at the camp.  He designed and started implement it as an exercise to show his work and get a new job.  He succeeded. 100% of goals achieved.
  • Andrew Fischer presented on a live coding language called Circa.  It’s goals are immediate feedback, intuitive use, Fun, ability to maintain flow, and provide good tool support.
  • Matt Youell presented on Wheeler.  Wheeler has the odd property that its fundamental abstraction is state.  Wheeler is about categories it does not have a type system.  Context drives behavior.
  • Alexander Fritze presented on Stratified Javascript.  A cross-browser extension to JavaScript providing advanced concurrency abstractions. It’s implemented in JS itself; runs in unmodified IE, Firefox, Chrome, Safari. Does not require any native browser support.
  • Slava Petsov presented on Factor.  The implementation is fully compiled for performance, while still supporting interactive development. Factor applications are portable between all common platforms. Factor can deploy stand-alone applications on all platforms.
  • Walter Bright presented on the D programming language.  It is a systems and applications programming language.  It does native code generation, static typing and an extremely fast compiler.  It is a big language, covering many paradigms including: Imperative; Metal; Object-oriented; RAII; Functional; Generic; Generative; Concurrent.
  • Tom Van Cutsem from the Software Languages Lab at Vrije Universiteit Brussel presented on AmbientTalk.  AmbientTalk is a distributed language designed specifically around ad hoc networks and mobile devices.