Tim Bray provides a bridge between Sun and developers


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Tim Bray provides a bridge between Sun and developers
# 1  
Old 05-05-2008
Tim Bray provides a bridge between Sun and developers

Mon, 05 May 2008 20:00:00 GMT
"I'm a genuine old fart," says Tim Bray as he looks back at his three decades in computing. Widely known for his standards work on XML and the Atom syndication format, at an age when many former developers have moved entirely into management, he seems to have found a niche that takes advantage of his experience. As director of Web technologies at Sun Microsystems, his job is to keep current with Web and general programming and to encourage adaptation of new developments within the corporation. At the recent Open Web Vancouver conference, Bray talked to Linux.com about how he fills his role at Sun, and the trends he sees in computing.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. What is on Your Mind?

Speed Bumps on the Road to Cyber Situational Awareness - Tim Bass

Speed Bumps on the Road to Cyber Situational Awareness Happy Holidays! (0 Replies)
Discussion started by: Neo
0 Replies

2. Shell Programming and Scripting

Run several codes at the same tim?

Hello everyone, I want start 30 codes at the same time in 30 different directories in one terminal. I tried this bu it makes it one by one sh damp-0000/coderun sh damp-0005/coderun sh damp-0010/coderun etc...İt took so much time that way. If run them at the same time that would be much... (1 Reply)
Discussion started by: miriammiriam
1 Replies

3. OS X (Apple)

Hostroute => Bridge and IP-Forwardings

Hello unix community, Could anyone tell me what is the macosx command for: 1) ip hostroute to bridge: ip route add 188.40.1.40/32 dev br0 (linux command) /32 ist for netmask? Because I use /29. 2) and IP-Forwarding: net.ipv4.ip_forward = 1 (linux command) I hope anyone could... (1 Reply)
Discussion started by: girlusingunyx
1 Replies

4. IP Networking

SNMP in a Bridge device

Hello all, recently we've created a Bridge on a machine that was being used as an snmp, and we haven't assigned an IP for the bridge interface, instead we've used one extra NIC to make all the administrations, but SNMP is simply not working, any one have a clue on how to do this? Thanks. (0 Replies)
Discussion started by: Zarnick
0 Replies

5. UNIX for Dummies Questions & Answers

bridge on linux

Hello. I expirince some problems with bridging, i'm pretty new to that technology I've 2 nic's 1 - wireless rt2500 ra0 canyon cn511 card 2 - e100 intel, ifconfig ra0 up && iwconfig ra0 essid xxx channel x mode managed bring me wireless connection up then i do following: brctl addbr br0... (1 Reply)
Discussion started by: hachik
1 Replies
Login or Register to Ask a Question
upstart-udev-bridge(8)					      System Manager's Manual					    upstart-udev-bridge(8)

NAME
upstart-udev-bridge - Bridge between Upstart and udev SYNOPSIS
upstart-udev-bridge [OPTIONS]... DESCRIPTION
upstart-udev-bridge receives information about kernel uevents that udev(8) has completed and creates init(8) events for them. It emits events which match the pattern "S-device-A" where 'S' is the udev subsystem and 'A' is the udev action. See udev(7) and for fur- ther details. Assuming /sys is mounted, possible values for subsystem for your system are viewable via /sys/class/. EXAMPLES
net-device-added Event emitted when a network device is added. net-device-removed Event emitted when a network device is removed. graphics-card-added Event emitted when a graphics device is available to the system. NOTES
This is a temporary tool until init(8) itself gains the functionality to read them directly; you should not rely on its behaviour. AUTHOR
Written by Scott James Remnant <scott@netsplit.com> BUGS
Report bugs at <https://launchpad.net/ubuntu/+source/upstart/+bugs> COPYRIGHT
Copyright (C) 2009,2010,2011 Canonical Ltd. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. SEE ALSO
init(5) init(8) udev(7) upstart 2011-03-08 upstart-udev-bridge(8)