Re: formats and localtime

2000-07-31 Thread Robert Spier

TJ> The month and day indices should stay zero since they are array
TJ> indices.  The manual will reflect this.

[rspier@localhost rspier]$ perl -wle 'print +(localtime)[3] '
31

To what index do you refer?

month days are currently 1 based.

_consistency_ would be nice, C be dammed.

I propose "consistency" as a "goal".  

(Consistent with what?  With itself.)

(Not in the tcl everything is a command, or python everything is a who
knows what way..  but wherever reasonable.)

And the manual will reflect _everything_.  If it's not documented, it
might as well not exist.

-R




Re: svn links for the Architecture section on the website?

2006-04-23 Thread Robert Spier
> Given the recent explosion of svn commits in the synopses, and the fact that 
> the versions of the synopses on the dev.perl.org/perl6 site are lagging a 
> bit, would it make sense to add a link to the svn site to the
> Synopses page? 

I'd rather not.

The ones on the dev site shouldn't have been more than 24 hours out of
date.

I've updated the cron job so they should now update every 6 hours.

-R



OSCON Call For Proposals Now Open

2005-01-21 Thread Robert Spier

From: O'Reilly Conferences <[EMAIL PROTECTED]>
Subject: OSCON Call For Proposals Now Open
Date: Thu, 20 Jan 2005 11:30:03 -0800

The Call for Proposals has just opened for the
7th Annual O'Reilly Open Source Convention
http://conferences.oreillynet.com/os2005/

OSCON is headed back to friendly, economical Portland, Oregon during the
week of August 1-5, 2005. If you've ever wanted to join the OSCON speaker
firmament, now's your chance to submit a proposal (or two) by February 13,
2005.

Complete details are available on the OSCON web site, but we're
particularly interested in exploring how software development is moving to
another level, and how developers and businesses are adjusting to new
business models and architectures. We're looking for sessions, tutorials,
and workshops proposals that appeal to developers, systems and network
administrators, and their managers in the following areas:

- All aspects of building applications, services, and systems that use the
new capabilities of the open source platform
- Burning issues for Java, Mozilla, web apps, and beyond
- The commoditization of software: who and/or what can show us the money?
- Network-enabled collaboration
- Software customizability, including software as a service
- Law, licensing, politics, and how best to navigate other troubled
waters

Specific topics and tracks at OSCON 2005 include: Linux and other open
source operating systems, Java, PHP, Python, Perl, Databases (including
MySQL and PostgreSQL), Apache, XML, Applications, Ruby, and Security.

Attendees have a wide range of experience, so be sure to target a
particular level of experience: beginner, intermediate, advanced. Talks
and tutorials should be technical; strictly no marketing presentations.
Session presentations are 45 or 90 minutes long, and tutorials are either
a half-day (3 hours) or a full day (6 hours).

Feel free to spread the word about the Call for Proposals to your friends,
family, colleagues, and compatriots. We want everyone to submit, from
American women hacking artificial life into the Linux kernel to Belgian
men building a better mousetrap from PHP and recycled military hardware.
We mean everyone!

Even if you don't want to participate as a speaker, send us your
suggestions--topics you'd like to see covered, groups we should bring into
the OSCON fold, extra-curricular activities we should organize--to
[EMAIL PROTECTED] .

This year, we're moving to the wide open spaces of the Oregon Convention
Center. We've arranged for the nearby Doubletree Hotel to be our
headquarters hotel--it's a short, free Max light rail ride (or a lovely
walk) from the Convention Center.

Registration opens in April 2005; hotel information will be available
shortly.

Deadline to submit a proposal is Midnight (PST), February 13.

For all the conference details, go to:
http://conferences.oreillynet.com/os2005/

Press coverage, blogs, photos, and news from the 2004 O'Reilly Open Source
Convention can be found at: http://www.oreillynet.com/oscon2004/

Would your company like to make a big impression on the open source
community? If so, consider exhibiting or becoming a sponsor. Contact
Andrew Calvo at (707) 827-7176, or [EMAIL PROTECTED] for more info.

See you Portland next summer,

The O'Reilly OSCON Team




design docs on dev.perl.org -- Re: +<< or +

2005-04-03 Thread Robert Spier
> The definitive answer is +< -- the pod document at 
> http://dev.perl.org/perl6/synopsis/S03.html is out of date.
> This has been corrected in the perl6 svn repository for some time
> (http://svn.perl.org/perl6/doc/trunk/design/syn/S03.pod), but I don't
> know the magic for getting updates in the svn repository reflected
> on the website.

I've created some new magic so that the svn repository and the site
are now tied together.  The site pulls from the svn repo daily at
around 3am Pacific time.

-R


Re: What's MY.line?

2002-07-11 Thread Robert Spier

Chip Salzenberg writes:
>Ouch.  I gather, then, that nntp.perl.org does not house complete list
>archives, or else the discussion was not on p6-language ... ?

It should have complete archives.  It uses the same backend data as
the html version on archive.develooper.com.






Re: Perl 6 documentation project mailing list

2002-11-08 Thread Robert Spier
>Ah... that would explain why I haven't seen it then. Looks like
>someone broke perl6-all.

No, it was just "not configured".

Future messages to perl6-documentation should end up on perl6-all.

-R




Re: purge: opposite of grep

2002-12-05 Thread Robert Spier
>How about my original inclinaton: "perg"?  It just screams out "the
>opposite of grep".

So it greps a list in reverse order?

-R (who does not see any benefit of 'perg' over grep { ! code } )