KuraFire Network


Latest addition: Jan 19, 2007: Times are changing

Log

d.Construct report, "liveblog"

· By Faruk Ateş on Nov 11, 2005 · comments off ·

Subject level: Intermediate

This post now contains the full subEthaEdit transcript that a whole bunch of us put together during the d.Construct conference. I will be adding a report as a next post.

10am - 10:45am - What is Web 2.0 by Andy Budd

* "Open Data" / user created&ownership
* "Open devices" - available cross-device, location/device independant.

* Community. (ownership ^ ^)
* Groupthink/collective intelligence

* Web2.0 apps are a pleasure to use
* Rich, thin client applications

* OnOneMap = Google Maps + external data (houses)
* Netvibes.com = custom start page
* Backpack/Basecamp (37signals/whatever) - wiki on speed
* Meebo.com - online IM client (covers 4 biggest: AOL, MSN, Y!, Jabber/Google Talk)
* Writely - word on the web (see also: JotLive.com, Dojo rich text, WriteBoard) + collaboration + versioning

* http://www.ning.com/ provides an API for their data sources, bookmarks etc...

* Where's the revolution? What's the big deal? Maybe it's because we're all cool? :D
* more mature << think this is v.important. learn to crawl before walk. Exactly.
* healthier culture/economy
* using existing tech in new, innovative ways

* uk needs more statups!
* exciting time to be a web dev - we're HAWT! (for jobs, at least)

* people throwing out hard work of the last few years for the sake of interactivity
* Fix first, not last.
* Not everything has technical solution
* Don't create solutions for non-existant problems
* _Is there a market??_

* Is it just another bubble?
* See revolution
* Subscription/advertising business models more viable.
* People have learnt from the excesses of 2k

* Squiggly line.__^__
http://hmestrum.blogs.com/photos/uncategorized/gartner_hype_cycle_curve.jpg

* Web changing from document delivery to app delivery
^ ^ Agree, but can/should this be happening? Do the 2 coexist easily?
I think it depends on how usability is acknowledged... If affordance is made to illustrate differences obviously to users, then no issue.
* faster speed to market

* Ajax apps
* Desktop, web enabled widges (web apps sans browser)
* Flex
* OpenLazlo
* XUL
* Avalon/XAML (Windows Presentation Foundation)
* Atlas < microsoft ajax. 20 page .doc for a todo list. Bloated, slow, featureless (read: alpha)

Questions:
Where do microformats fit (open, decentralised data)? (http://microformats.org)
Hack/extend XHTML in lieu of new standards dev of extensions to try to stop MS lock-in

How do we get around corporate resistence to W2.0?
* Don't tell them it's 2.0.
* Web 2.0 is our state of mind.
* See also: 'Advocating the Quiet Revolution' on Stuff and Nonsense (http://www.stuffandnonsense.co.uk/archives/advocating_the_quiet_revolution.html)

trust third parties with our data?
Don't invest critical data into startups.
Trust bigger players more than smaller.

Should Ajax-y apps still gracefully degrade?
YES!!!!!
Works without Javascript.
To use Jeremy Keith's term - hijax the browser. (Is bad use 'hijinx'?)
with rails you can write ajax applications that little bit faster.

Selling points of Ajax:
People react better to
good user interaction.
Avoid Ajax for the sake of Ajax

MS ditching IE?!?

10:45 - 11:30 DOM Scripting and Ajax by Stuart Langridge
* Better user experience!!!

* Interaction can be designed
- Design user interaction
- Force users to work the way we want ^_^

* Javascript
- JavaScript = unicorns following your cursor, scrolly status bar messages, image rollovers

Web used to be under construction. It's now finished. We're all out of work.

* CSS and valid HTML
- enormous improvement
- not just hacks.
- I'm the only person taking notes.

* Clean, powerful, expressive TOOL
* not for EVIL
* not old-school DHTML
* not 'works best in [not your browser]
* exercise more control
- make the web work better

* sep. of structure/content
- W3C said it in '96, we were all clueless.
- Didn't articulate it very well.

* We all love the CSS Zen Garden <3
- 807 designs altogether to date.
- Demonstrates the power of seperation
- different designs, one unchanging base
- loads of power
- time travellers like CSS

S5
- Browser based presentation tool (based on Opera's 'OpenShow'(?) concept).
- Vanilla HTML + funkalicious CSS/DOM Scripting
- makes it work like a presentation
- Loads of power, seamless degredation

Behaviour layer
- control behaviour of users.
- break their fingers if they don't like the way you want them to work.
- frees you from browser limitations
- no page refreshes. Is this necessarily a good thing all the time.
*managing expectations... (but these might change?)
Definitely.
- no waiting.
- alert new changes by fading information on the screen (Yellow fade technique)
- For detail buy a book (especially when the text is half-off the screen)
- DOM Scripting initially - very good, also: http://domscripting.com
- DHTML Utopia
- O'reilly book: Javascript The Definitive Guide. (really good REFERENCE)
- awesome author photo

- Unobtrusive scripting!!!
- Sites need not to depend on it.
- don't use javascript in href; (no scripting in markup)
- don't rush to get to market and drop things like accessibility, usability

Data in open formats, remix, mashup
- do mashups, remix sites
- how do *I* want to interact with this, not how do they want me to
- hook things in to other APIs

Amazon.co.uk example of Javascript on/off:
- direct interfacing with aspects like "I own it" and "Not interested" and instant Rating saving
- creating controls we didn't have before.
- sucks my credit card dry
- Design how you want the web to work - the credo of Web 2.0? Is that the English word, btw? credo? Web 2.0 "Do it yourself, your own way" ?
- Little touches make good into great
- Je ne sais quoi makes things how you want 'em
- Browsers no longer limit what your designs can do

How to do DOM scripting
- Gratuitous advertising á la Geocities/Angelfire :D

Build scripts unobtrusively!
- don't mix script and HTML
-
- only put in a script element to load a separate .js -- DO NOT EMBED and (you're doing the right thing)
- three separate layers
- JavaScript is a bit more effort than CSS due to hooks

Event driven
- user actions rock JavaScript's world.
- Especially if your script is designed to make page elements wiggle and shake.
- Register with events
- Good scripting is unobtrusive - UNOBTRUSIVE!!!!!!

What can your code do?
- Anything!
- Anything you can think of that you can do with HTML, you can do with Javascript;
- can rewrite the HTML as you see fit (entirely)
- Instead of sending it back to the user via the server, you can do it directly in the client \/ on the fly :)
- I want the page to look like this. Rewrite on the fly.
- DOM + Ajax = no more waiting

People think that the web is "Click on something and wait for 10 seconds"
- An application that's rubbish!
- No more! It teaches the public (in general) what the Web *could* be.
- Teach the public what the web is to geeks :D

Amazon reccomendations
- DHTML Utopia (im psychic)
- Make new features possible when they weren't before.

DOM + Ajax
- use other people's code
- mmmmm cherries. NO CHERRIES FOR YOU!!!! breakfast time in a bit! The expression is brunch and YAY!
- generic enhancements (think script.aculo.us (talk by the author in london sometime), dojo, atlas, Simon Willison's (Harry Potter presenting later) entire site, Jeremy Keith's entire site)
- Load pages without page load
- Standing on the shoulders of Harry Potter
- You don't have to write gMail
- Compare Mac to Windows. (Oh no, I really wouldn't. Or tell me so I can get cover)
- Make recommendations a viable marketing.
- We've learned our lessons from our mistakes.
- Evolution, rather than revolution - (r)evolution
- Take the existing web and make it better.

Just get out there and change the web\
- 'You can do it Ozzy, bite his fucking head off' (Rob Sneider, 'Little Nicky') snicker snicker snort

Questions:
What about events pre-DOM-load?
Moz: DOMContentLoaded
Saf: Dave Hyatt == t3h sex.

11:30 -12:15 Ajax and the Flickr API by Harry Potter aka Simon Willison

Simon's only been working there for 3 weeks so he is a charlatan and didn't build any of this

* API
* XML Web Services
* Flickr - everyone <3 flickr
* Web 2.0 buzzword compliant
- viral marketing. Everyone tells everyone else...
- tagging
- folksonomies
- Web services API
- Ajax
* Don't want to trust data to a little startup
- Build an API and let users build tools around it
- Innovative new flickr-as-platform apps
- no-one ever built the originally intended use of the API.

Shiny, gratuitous demos:
* Flickr related tag browser - www.airtightinteractive.com
- by Felix Turner
- using Flash
- enter a tag, loads photos from flick with that tag, along with related tags
- Brighton -> Banksy -> Bridges/rats/police
- flickr not hosting - makes things confusing.

* 3rd Party/Community Produced Flickr upload tools
- iPhoto by Fraser Spiers
- Numerous linux uploaders
- FlickrFS virtual file system

* Geoblogger(http://www.geobloggers.com)
- ultimate geo-spatial mashup
- added 'magic' tags:
- geo:lon:…
- geo:lat…
- Geotagged XXX
- microformat

* Web Services
- SOAP (Simple Object Access Protocol) and XMLRPC (XML Remote Procedure Calls)
* Magic function calls
- REST architectural style
* Academic, based on URLs and XML
- Flickr somewhere in the middle REST style (URLs + degugging), but uses functions with params

* Methods and params
- (REST) requesting urls.
- params required: method, api_key
- utf-8, doh!

Every flickr photo includes:
- id
- server_id
- secret (shhhh! its a secret)

Authentication required for deletions etc:
- Many public methods
- Some authenticated
- many return different results when authenticated

API explorer (flickr.com/services/api):
- Allows investigation of methods et al.
- Allows playing with arguments and so forth from web UI, rather than messing with having to call functions.
- Currently supported API tools:
- Actionscript
- Delphi
- Ruby
- .Net
- Python
- PHP
-Scrümjax! SCRUMJAX! (Scrumpy Jack, anyone? ooo Cider.... yay)
- Inline editing
- Notes
- Misc. niceties (Scones?)
- Slideshows/Organizr currently use Flash

Under the hood
- REST and XMLHttpRequest
- uses public API for internal stuff.
- Eating our own dog food (I don't know what he's into) - If the api breaks then flickr breaks too
- Ensures that the API stays up to date - we can't build usefull ...?

Tech demo:
- Mountain in Peru
- Add To Faves/Remove From Faves - 'Classic AJAX' (Quick - write down his API key! *snicker snicker*)
- Firefox Extension (Live HTTP Headers tool) <- http://livehttpheaders.mozdev.org/

The benefits of adding web services to an application are huge
- User trust
- Encourages better app design from the start
- XMLHTTPRequest + REST = t3h sex
- Feeds!!!
- Squirrels = good

Questions:
What percentage usage from API?
Flickr heaviest user (obviously) - interesting point of view that the hole thing is built around the API rather than the API being added on top.
Uploaders
I saw Stewart Butterfield talk and he said it was about 5% of all traffic
Lots of load - some queries ~very~ expensive. (User's most popular tags?)

How has API design evolved?
Thinks API was in place early, uploads an excuse to play with it?

What kind of server side tech in use?Entirely PHP/mySQL + lots of caching - stored procedures?
Yahoo hired PHP creator, Rasmus. Standard, supported templating solution. Performance stuff = C++

Which API key does Organizr use?
Magic, fast refreshed key.
Organizr use XMLRPC version of API.
SOAP/XMLRPC sorta works. Just get a big chunk of XML data back.
oooooooo
flickr hacking time! magic keys! :)

Anything not publicly available on main site?
API free for non-commercial.
API keys allow cutoff. So don't build a flickr killer with one of their apis ok?
Allow 'fair use'.
Comments not exposed in the API.

1:00 - 1:45pm Backstage BBC - Ben Metcalfe
Presentation avail. as CC by:

* What is backstage.bbc.co.uk
- BBC doing scraping.
- Wanted to assist the community.
- Nothing done above board or sanctioned = Cease & Desists :(
- Opportunity for BBC + Community to connect.
- Want to allow legally licensed content reuse. (Robust licence, non-commercial)

Why are BBC doing this?
- 'Open BBC' push at the mo
- Support creativity and innovation
- identify and showcase talent
- public service for the 21st century
- Ben wants to steal licence fee payers' money via the web

What's on offer?
- RSS feeds, Web 2.0 formats (any idea what this might be if not RSS / XML ???)
- Travel XML
- TV Listings data
- Weather data via the Met (coming soon!)
- BBC message board threads
- MORE TO COME!

What's the deal?
- Strictly non-commercial use
- 'Remixing' with other web services such as Yahoo, Google, Flickr encouraged
- Users retain their IP
- Showcase their work on backstage.

Fuzzy mic interference*
- sounds fuzzy
- high pitched
- noted and fixed

Going forward (never backward, upward, never forward, and spinning, spinning)
- BBC want to work with the producers of successful prototypes to help them
- Ultimately we want to implement compelling work back into the organisation - to benefit of our entire audience on bbc. co.uk

It's possible because…
- All data is made available
- Data is rights-cleared
- Passionate user-base (how much "love" does your service have?)
- depends what sort of love
… Cool(TM) points!
- support from the top
- Director of new media is keen on backstage

Prototype showcase
- Google Map + Travel XML feed = coolness
- Beeb doesn't do this yet. Looking to steal the guy's idea and pay him nothing. And kill his pets? They'll send round the Mitchell brothers...
- Jamcams - good for watching as you spread strawberry jam on your toast.
- Alteratively, can be used to watch traffic.
- point of information: (Faruk: I gotta say that this is really bad-ass. I'm used to the Netherlands. The BBC-equiv. in the NL is much like "what's an API?" or "Flickr? What do gay people have to do with it?")
(point of information 2: "Flickr" in Dutch is pronounced the same way "fags" in Dutch is pronounced)

MighyV.com
- competition winner of Beeb competition
- Adding value and making value-added content available as web 2.0 funk.
- Good ajax example, too.
- Hover over program, TV listing shows more info in 'tooltip' type thing
- RSS feeds, JSON
- Prize was a rackmount server
- Suggest offering something good next time? :p (e.g. wimmens)

Web2.0 @ BBC
- Read/Write web in a read-only corporation
- Not many 'proper' APIs in the BBC ~yet~
- Rights - bbc doesn't own all of it's own data
- lots of data not in a CMS (does that mean it is likely to be more valid ;))
Most legacy content of any large organisation is still not in any sort of CMS, but exists on the web solely as plain old HTML files (and no, they're generally not valid)(!)
- BBC does "get it" (Web 2.0)
- Rights holders are beginning to appreciate alternative business models.
- We are slowly eeking out cool data from the BBC's repositories

BBC Programme Catalogue - IMDB for bbc's content
- No downloads, but allows lots of funky searching of the BBC archive
- Still in dev - demo off of dev server
- not a complete record of BBC programs
- Hope to launch early '06 as experiment
- BBC librarians don't get out much and so have time to document everything ever done in the history of time Sssssh! No talking.
- "There will be a Web 2.0 offering alongside it"
- http://203b.picdiary.com:3000/infax/search/ requires authentication, though :(
- Zach has been on TV. Thinks he's cool.
- Interrogable in Web2.0 ways (REST)
- Supplies FOAF info
- Wifi is slow because we're fucking it with this. Right everyone log out!
Nah, this is ultra low bandwith I'd have thought
'Rubberband' net connections.
I'm glad this doesn't eat bandwidth like honeymonster eats sugar puffs.
I love "available as Web 2.0" - it's like a file format or something
Faruk: that's what I inquired about, yes. "RSS, XML and Web2.0" ...

ben.metcalfe@bbc.co.uk
http://backstage.bbc.co.uk/misc/dconstruct.ppt
http://benmetcalfe.com/blog/

Tech stuff
Ruby on Rails (first BBC app)

Questions:
Making media files available with the IMDB-esque thing?
No, but product next year that has that in scope.

Will 'listen again' feeds be available? Likewise BBC radio?
Paul Hammond nodding wildly. 'There are plans'.

Stuart Langridge: Lots of historical info, this is great.
Is the beeb pushing other companies to make data available, or not to make beeb look better?
Pushing others to, but don't have rights and generate feeds themselves (so don't have other channels' data).
Sees no reason why others wouldn't, but not that they don't want to.

Big Ryan Carson: If they weren't limited by licensing and all capabilities were there now, what would Ben do?
Every single page would have RSS feed.
Every repository (postcodes to broadcast databases) would be available.
Not a technical mission, all about rights holders loosening a bit.
BBC has potential to be a significant provider of data in web 2.0 environment.

Offtopic: Radio content in RealPlayer only. Any chance of the Beeb putting it into non-proprietary format?
Historically always used Real because it was the only tech available when this was launched.
BBC news console uses WMP instead.
If PodCasting takes off for all shows, probably looking at mp3. (Rights a billig issue still due to musical content)

1:45 - 2:30 Web Everywhere by Tom Hume

Working in web <2000
Blank stares 'just for geeks'
£20m VC for gravel selling.

entered mobile market (?when?) - 50% market penetration.
Different perspective on Web 2.0 - not our Ajaxian view.

'[Lots of bloody mobile phones]'
Analysts are lying bastards.

Sile pmuprlpeo,s e devices bad for general consumer? Rich experience - PC
Bill Gates = sexy beast.

What's web 2.0?
- What is Web 2.0?
- How do web geeks stay connected?
- Where do web and mobile overlap?
- Where do they diverge?

We're not able to define Web 2.0, but we're the geeks that should know.
- Differentiate the new funk from the old
(like ariel washing powder)

Lots of walled gardens in mobile networks.
- NTT DoCoMo/3 work well in walled gardens

User created data
- calls, SMS, MMS

Users own contacts, SMS, et cetera.

Using cross-device data is what mobile phones are about.

So mobiles therefore ARE Web 2.0 (Apparently)

Magic pixie dust + crap idea = 4t3hwin!

70% world population don't have mobiles

Audience participation bit
~10% online now
~50% have laptop with them
1 hasn't got phone
0 haven't ever had a text message

What's it all about?
- Communication
- Glancing, gifting = picture messaging (What the fuck do these mean?)
* desktop app which lets folks know you're thinking of them
- Personal entertainment
- Conversations/user generated content being reclassified so that 'content is king' types look cool
- He believes the future of the net is mobile (Surprise, surprise)
On the mobile web: just look at Japan and see where it may possibly go.
- My bum still hurts - ditto Must buy battery and cushion. And, as we're in Brighton, women too,
- TV on mobile phones is shit, but consumers drool over stupid things.
- Nokia are the largest camera manufacturer in the world (doesn't make them the best, though)
* apparently, Apple are looking over their shoulder at Nokia, but they're not gonna get beat. Apple = cool, Nokia = sux Nokia < banana < Apple
^^ that was news to me, too
Medium is the message.
- Implicit versus explicit communication.

Web on Mobile
- WML (Very, very, very shit)
- XHTML-MP (XHTML Mobile Profile, visually richer compared to WML, out there and growing)
- cHTML (NTT DoCoMo standard)
- HTML (Opera, MiniMo, also IE on SPVs...)
- Ajax
- Bear in mind quite alot of mobile web agents don't have javascript support of any kind whatsoever, and there doesn't seem to be much development towards it outside of Japan, either (so far)

- Typical Ajax = point/click/drag (not sure I agree) (Faruk: that's how AJAX for desktop computers has developed, but there are many non point-and-click AJAX approached that will be useful and worthwhile to implement)

Google killed the pub quiz! (but they left the kitten alive)
Also see: http://iyhy.com/

Lots of similarities and some overlaps
- Java has been in Faruk's bed. LOL
- HTML
- Flash
- Tiny slice of the pie (mmmmmmmmPie)
- Time spent writing markup is minimal compared to design

Trad web agencies treating the mobile web as the old web... similar to print design companies slicing up photoshop comps 10 years ago. It's not that. It's new and different, and comes with it's own challenges

Differences
- Network operators (Orange, Voda, t-Mo)
- Diversity of devices
- Tight software/hardware integration
- True mass market
- Implicit commerciality
- Context of use
Does anyone else note a distinct 'we're better than you' tone to this bit? :|

Network operators
- Wankers
- Vital wankers
- Wrap complex tech + support into 'magic box in the palm of the hand'
- Take ownership of end-to-end experience
- Poor customer service (never gonna get it just right)
^ ^ does everyone agreee with that? ^ ^?
I certainly do, and can probably speak for about 10-15 others that
sorry, i mean the "never getting it right" - don't see why not?
Ah, right... Could be hard. People are hard to please...
- Vodafone = pr0n :D
- Customer support - difficult job. Test on the network, give it to public, then support it.
- Subsidise the industry. Typical RRP of phone ~£500, typical street price ~£50.
- Billing management. Aggregating micropayments (buzzword), billing coherently, etc.
- Advertising content providers (iMode posters: lastminute.com) Proxying et al.
- loyalty to manufacturers, not networks

Diversity of devices
- 3-4000 types of browser, network, content, whatever
- Loads of vendors
- Customers are clueless
- No standard form factor
- WURFL open database of handset features
- blogs and vendors are your friends.

Tight software/hardware integration
- Closed devices
- 12-18 months upgrade cycle
- Have to adapt to users 'cos people don't upgrade software...
- Operators control/certify (applications)

Truly mass market
- 100%? penetration in the UK?
- HSBC think lots of people have two SIM cards
- >100% in other markets (finland, singapore...)
- Broad demographic reach (mums sending texts)
- Mother beating because she wouldn't use the internet but would use
- Kids getting mobiles at stupid ages. Parents should be taken out of the gene pool.
- Language: doesn't require techy introduction (think http:// et al)
* not the user's problem if they don't understand. Don't even expect you to use it.
- Proper usability and interaction design becomes more important with mass market, write-once hardware.

Implicit commerciality
- no freedom of information thoughts unlike the net
- Billing relationships with customers
- Aggregation of micropayment
- Everything costs
- Different economics
- mobile has more limited bandwidth.... Radio spectrum. Landlines, we can lay new cables... We can't invent new bits of the EM spectrum to use! (So I hear)

Context of Use
- private personal anonymous
- anywhere anywhen
- disposition towards goal driven use
- not shared.

SMS doctor service:
- People contributed information willingly without being asked
- SMS = anonymity?

WIFI will destroy telcos
- Infrastrucure
- Roaming
- Customer Support
- 3G is an on-demand usage model... Wifi is ?what's the word i'm looking for?

Stuart - wi-fi is a lot less limited imo
**sorry - rewinding here.** why?

Still I don't find the idea of developing for mobiles that appealing - That's just me though
I do I guess. Its a fun idea as its not like EVERYBODY and their mother is doing it unlike web true but everyone and their mother is not necessarily doing web design well!
Do x we just not like the idea cos it sounds WELL HARD? I think that's what puts me off

14:50 Flash: State of the Art (Aral Balkan)
flashant.org (aral's blog)
ariaware.com

What is Flash?
* Misunderstood?
* A platform (as defined by MM)
- Virtual Machine (runs Action Script Byte Code)
- Flash (the IDE, part of Macromedia Studio) is just a small part of it... It has a thriving open source community.
- Developed massively as an application platform from Flash 5 - Flash MX/Flash 8
* Viking Kittens! and interstatial ads. Magical Trevor (look at him now!) We like tha moon!!
* Skip Intro
* Try to ignore "Bad Flash" in favour of RIAs (Rich tInternet Apps)

The State of the Art
* Has contained similar technologies to Ajax since 1990's
* the 'K12' online school - a "Real School" = no bricks and mortar
* Requires Plug-in

'Opal SMS System' (http://opal.telrock.co.uk/opalextra/app/)
* Built in Flash MX
* For sending SMS messages
* Custom UI controls

The Macromedia Flash IDE
* How do we architect apps in it?
* Take a look at other peoples' Flash... :S

Flex - Declaritive UI Design.
* Lots of people know of it, not many used.
* User Interface XML syntax
* Separate data from Flex mark-up
* Flex mark-up linked to a Class
* Good for prototyping (Flexbuilder). But not so good for real code - use Eclipse!

ARP (Ariaware RIA Platform)
* Available from OSFlash

Case Study: Marvel Brand Assurance Tool
* Architecture:
- Flex
- Flash Remoting (maintain synchronised client and server class states) < why is this amazing?(other than binary-goodness of protocol)
* Development Tools
- Eclipse
- FDT (Flash Development Toolkik)
- SVN (Subversion) & Trac based SourceSecure (Source Control)
- ServiceCapture
* Process Management Tool
* Built in 2 months
* ≥100 screens
* Looks rather Appley/Microsoft Officey
* Flash contains tech to manage multiple-file uploads [might want moving to a different Flash technology heading]

Summary:

- OS Flash is good
- Symbiosis with MM and OASFlash
- Swfmill, ASDT, MTASC,
ARP, Cairngorm
ActionStep (component framework), AsWing ()
Red5 (OS Media Server), Laszlo (Open Source alt. to Flex)
- Ruby + Flash = "Flash On Rails???" (in actionstep?)

Flex 2.0: http://labs.macromedia.com/ (Using ActionScript 3)

Flash Discussion:

Havent been blogging below:

Quesiton to the Panel (i.e. us) in case any of you might know: is there a subEthaEdit equivalent on Windows? i.e. with collaborative writing
like this?
Probally. Don't know of one. Google it I guess.

Not that I'm aware of. There are web services that do similar (there's a d.Construct Writely group running)
Those were discussed earlier today during Andy's preso, iirc, and they were apparently considered to be completely sub-par compared to SEE
Indeed they were.
Seeing as Apple have released Bonjour for Windows, I don't see why it couldn't be done, assuming the communication protocol is published. The makers of SSE have said they won't be making a Windows version themselves, though.

Arrrgh, I broke the highlighting. Sorry! Battery dead now.

Flash Questions: None.

3:15 - 4 The Remix Economy by Cory Doctorow (Boing Boing)

- Electronic Frontier Foundation
Alchemists
- Trying to turn lead to gold
- Mercury = poison if you drink
- Dark ages
- Alchemy is not about turning copper into gold, but turning Superstition into science = enlightenment

We are all completely influenced by scientific traditions
- Net is a scientific network
- Quoting habits in e-mail/usenet due to scientific arguments
- Lawyers get told how long to make replies, and then they go off and do it themelves
- Lawyers never 'fisk', scientists/engineers do.
- Fisking = comms method of the enlightenment

Explicit and implicit encouragement to build on one another's work
- Mitch Kapor founder of EFF
'Architecture is politics': way the net is designed affects the way we think about one another, way we interact with our social systems.
- Tim Berners-Lee made a light-weight hypertext.
- Lawyer would have tried to get this contracted.
- 1995 someone tried to get every copy of a doc to require seperate licences
(Proxy licence, frame buffer licence, cache licence, et cetera)
- Scientists = permission free environment

Next iteration - Web 2.0
* Suite of tools for mashups/remixing/whatever of disparate sources
* Next stage of scientific revolution that began when scientists started publishign
* Politics more important than something
* All of us can stand on the shoulders of giants
* Some industries think creation should require explicit permissions and so forth.
- Explicit copyright
- Copyright inherent with a social value - creation of new works.
- Copyright shouldn't restrict new works

Copyright bundles:
- Right to perform
- Copy

Rights not reserved to rights holder:
- Right to create devices that may be used to copy/duplicate/whatever
- can't copy copyrighted video casettes, CAN build VCRs...
- Tale of Sheet Music Publishers lobbying to ban music players - could not appreciate different 'types' of music.
- Sheet music creation should be approved by a cartel

We have a regime were politicians propose to put technology of the entertainment industry.
- Todays entertainment industry are yesterday's pirates.

Another word for pirate is innovator

Copyright law evolves. Fix it, don't break technology.

Job of the internet is to move as many bits as possible between two points at smallest cost.
Lawmakers today think this should be broken to stop copying.

DVB has been hijacked to restrict uses of digital TV signals to ensure restrictions, rather than fidelity and quality
Looks like a regulation.

Has features no-one would pay for.
Majority of requests come from american entertainment giants.
Law will say can only build a device that meets the spec.
Spec will say device must respond to signals embedded in the video.
- should be able to set a limit on how many screens content can be viewed on.
- How far from receiver can be watched
- How many repeat views

DTV allows us to take stuff that used to be for free, and now they can charge for.
- Features have value, should be able to offer as value added service.
- Rather than offering more freedoms/features, freezing uses, taking away, and trickling back one drip at a time, at a price.

DRM systems contain renewability
- === revocability - system capable of being updated to change the deal without user's knowledge.
- contract changes without agreement

Copyright expanding to new realms
- Control social policy
- allow only to be viewed in one household, but household is defined behind closed doors at DVB
- what constitutes a valid family? (not social norms - what the DVD companies say is.)

Alchemy starts again when we have closed systems et al.

DVB published blue book last week http://dvb.org/ ???
Covers commodity hardware, restricts by government.

DVB equivalent of FCC.

EFF sued FCC over broadcast flag.
- broadcast flag doesn't die, keeps getting pushed back in in a new, sneaky way.

We are funding an organisation trying to put us out of work.

We can help by joining Open Rights Group and EFF.

It's coming here and it's real and it's frightening.

Questions
==========
Should the entertainment industry drink mercury and die!?

Yes and no -- remember how long the dark ages last!

500 long years of mercury drinking.
History is a pendulum.
How many martyrs do we want?
How many arrests for making new tech?
How many sites shut down?
How many innovations do we want to see NEVER realized because of copyright laws and contracts keeping you at bay?
Copyright laws and social contracts should support us, not stop our innovation.

Potential copyright complaints add $2500 to BoingBoing's hosting costs. Cheap webhosts won't allow controvertial content.

Isn't there an answer that's not an uprising? Can't we negotiate a settlement.

What're your thoughts on Creative Commons?
Cory loves CC.
Tries different licenses with every publication.
53million creative commons works since launch
Cory's book was first published book under CC.

CC are different - point to net-native mechanisms

CC run into trouble with US revenue, problem is that a charity needs a wide membership pool.
- Want £2-£3 to be a member.
- volume of members more important than funded money

Broadcast flags: Are creators running risk of becoming irrelevant? Create own entertainment.

Joey Ido, exec of Timothy Leary's estate.

Started own entertainment company.
Said 'go on putting DRM on stuff'. If you're lucky, we might actually stop watching it. Where will you be then?
Cory thinks won't see end of big ents companies
- Superior economics more likely to kill production of current media.
- Blogs kill newspapers -> no, they're kinda symbiotic
- Newspapers in the states in trouble because of eBay, craigslist, and google classifieds?
* More exposure, less money, thus papers don't make enough advertising revenue.

Everquest 46th in world nations for economy.
Movie as long as a game at movie cost - $14bn.
- Games have superior economics
- Movie better for ROI for investors
- Could change...
- Movies could be killed by capital fleeing to higher return, lower risk ventures.

Bookmark: Newsvine del.icio.us Digg

Comments

4 comments

#1 · Zach Inglis · Nov 11, 2005 (16:10)

It seems to have cut off?
As you know im writing one at my blog (to those who want to see the rest).

#2 · AkaXakA · Nov 13, 2005 (12:37)

Most insightful thing:
Standing on the shoulders of Harry Potter

#3 · Steve Marshall · Nov 14, 2005 (10:57)

I do believe that was me ;)

#4 · Jessica · Nov 18, 2005 (23:51)

Thanks for posting the transcripts!!

All times are in CET. It is now 19:45.