-
Website
http://www.scripting.com/ -
Original page
http://www.scripting.com/stories/2009/03/11/anAlternateOscon.html -
Subscribe
All Comments -
Community
-
Top Commenters
-
eas
55 comments · 4 points
-
AndrewBurton
134 comments · 10 points
-
Michael Markman (Mickeleh)
154 comments · 16 points
-
Rex Hammock
52 comments · 9 points
-
malatmals
81 comments · 3 points
-
-
Popular Threads
-
How I develop formats and protocols. (Scripting News)
1 day ago · 11 comments
-
Open is in the eye of the beholder. (Scripting News)
3 days ago · 13 comments
-
Store Twitter URLs in earth's oceans? (Scripting News)
5 days ago · 16 comments
-
Why today's Twitter is like Napster in Y2K. (Scripting News)
5 days ago · 15 comments
-
If you wrote the words you own the copyright. (Scripting News)
5 days ago · 7 comments
-
How I develop formats and protocols. (Scripting News)
One error in your post: you say OSB is "in Portland on June 17-19 at the same time as OSCON." OSB is June 17-19, as you said, but OSCON is July 20-24, nearly a month afterwards. So, no need to choose between the two: I plan on being at both.
I fixed the post...
The unofficial title we use is "the conference for open source world domination".
Hit us up if you'd like to know more. We'd love to hear your proposals for talks; hope you can attend.
Thanks for writing about us, and we'd love to see you join us in Portland. I'm the co-chair of the conference, along with Audrey Eschright.
We're accepting proposals through the end of the month, and we're looking to host hackfests for individual projects.
Please submit a proposal! And I'll contact you as our hackfest plans firm up.
-selena
Thanks for writing about us, and we'd love to see you join us in Portland. I'm the co-chair of the conference, along with Audrey Eschright.
We're accepting proposals through the end of the month, and we're looking to host hackfests for individual projects.
Please submit a proposal! And I'll contact you as our hackfest plans firm up.
-selena
Glad to hear OSCON is in San Jose this year. I've always wanted to go but haven't been able to make the trip.
matter" right? I'm sure it was just a matter of limited space. And the
fact that I'm not friends with the people who run it. I'm just stating
a fact Bob, that's all.
For example, I know that several of the people picking sessions for JavaOne like me quite a bit, but they still only accepted one out of my three proposals. I think they were wrong to not accept the other two, but they were just doing what they think's best for the conference. It's up to me to change their perception in time for next year. :-)
2 wishes for the future:
1- I wish there were a printable .pdf manual for learning the current version
2- I wish the o'reilly book had been kept up-to-date.
Needless to say, I'm in no position to do either, but I do like having a book, even if I have to print it myself. I know it's old fashioned, but it's one of the reasons I wasn't able to just jump back in in the 2k's after a long time doing fx, screen writing, and such in LA. The product had changed a lot, and I'd lost my o'reilly book somewhere on the road.
Mind you, I think the online docs are excellent. But the problem (with me, not the docs), is I get lost if I don't finish it all in one session. Finding where I was and resuming is much more difficult (for me, again, with my adhd, etc..) with online docs than with printed docs.
I hope you won't take this as criticism (again, one of the richest and most enjoyable development environments I've ever used), but just as a suggestion for a way to make an already excellent tool even better, and for a possible gotcha! that might holding back adoption. I used "scripting the mac" and the o'reilly book to learn frontier the first time. Can't find either anywhere at any price lately. when I was learning python, on the other hand, I was very unhappy with the o'reilly book, which was very windows-centric, but there was a plethora of downloadable and printable stuff on the python home site. That took care of me.
I hope you get your session dave. I'd love to have customers know the name and have the confidence in it they have in python, perl or php. It should be on every hosting service. It deserves it.
Cocoa libraries. It writes to Quickdraw, and on Windows it uses the
GDI. And the UI code is all abstracted internally, the higher level
code calls the OS routines through its own interfaces, so the porting
work is minimized. There are not OS-specific calls scattered through
the code. You can download it and look for yourself.
rewritten. By the time I wrote the original code, I had ported lots of
code from UCSD to Apple to IBM PC to Macintosh, so I knew how to
abstract the differences to make porting easier. That said the port to
Windows was a bitch and took a long time. But by then I wasn't working
at that level so I can't really say why.
http://www.fermiproblem.com/users/steve/weblog/...
The basic idea is to separate the interpreter and object database from the UI. What do you care if the UI is in a web browser or a mac or windows or x-windows app? Its completely irrelevant.
Usertalk should be a small library that you could then link into an execution environment - a tool, an outliner, apache, etc. The object database is just a bunch of data in the filesystem.
Base usertalk on the straight posix APIs and let the people that want a UI build one on top of it.
Everytime I mention this approach, you kind of shoot it down, although I don't really think you've considered it. (See my previous comments from disqus.)
--sma
You know what might help? If you released the source in a publicly accessible repository so that people can download and sync to your trunk. If you don't want ot host the server yourself, there are a variety of sites that will do this (google code, launchpad.net, github).
Barring that, I think it would be critical to fix the broken links here: http://kernel.scripting.com/download
There's a mail list and a
You may want to look at SCALE (www.socallinuxexpo.org) and some of the other community events here in California.
Ilan