Arc Forumnew | comments | leaders | submit | bootload's commentslogin
2 points by bootload 5913 days ago | link | parent | on: The Erlang Challenge

"... Myspace has lots of users. What do they do about concurrency? ..."

    MySpace uses BlueDragon.NET software running 
    CFML   (ColdFusion Markup Language) code on 
    Microsoft-IIS servers 
prayer & hacks ~ http://computer.howstuffworks.com/myspace1.htm

-----


Nice effort brett & thanks for adding the source code. If you push the dates out to 2034, first of Jan differs b/w tracksruns & gnome clock 2.2 But considering the lack of libs I can't complain.

-----

3 points by brett 5916 days ago | link

Thanks for the double check. But I get the same on both tracksruns and iCal for Jan 2034: starts on a Sunday ends on a Tuesday.

edit: So far the earliest month I've found that's off is 2101.

-----

1 point by bootload 5917 days ago | link | parent | on: Ask PG: And the canonical source is...?

"... I'm running Linux, and so date was broken and thus so was the web server, I looked in the repository and was happy to see someone had a fix, and I didn't even have to read the date man page ..."

by git repos do you mean ~ http://git.nex-3.com/?p=arc.git;a=summary ? [0]

[0] http://arclanguage.org/item?id=809

-----

2 points by CatDancer 5916 days ago | link

Yes. When projectileboy said "the Git repo that's been created", I assumed he meant the one you just linked to (I don't know of any other), which is where I found the date fix.

-----

2 points by projectileboy 5915 days ago | link

Yep

-----

2 points by bootload 5921 days ago | link | parent | on: Arc logo draft proposal

"... Arc logo draft proposal ..."

At 16x16 it does not stand out enough. Dots need to be bigger. I would have added a big "A" to the top right hand logo space in black. Simpler.

-----

2 points by uvl 5920 days ago | link

The idea was to have five pixels forming an arc with their trajectory. To make the logo stand out better you can change the colors or the size of the whole thing. I have added an alternative with text and in black/white. uvl 8-)

-----

1 point by bootload 5920 days ago | link

"... To make the logo stand out better you can change the colors or the size of the whole thing. I have added an alternative with text and in black/white. uvl 8-) ..."

Like this one, "PNG, black/white, 32 x 40" much better contrast. Bauhous inspired? ~ http://en.wikipedia.org/wiki/Bauhaus

-----

2 points by uvl 5920 days ago | link

"Bauhaus inspired?" You can't escape that in Germany (especially as a phd-student at the Bauhaus-University) uvl 8-)

-----

2 points by bootload 5922 days ago | link | parent | on: Arc Repo

"... The idea isn't to have a single standard repository, of course. It's to take advantage of the purpose of distributed revision-control systems - to provide a standard way of publishing and exchanging patches. ..."

Hey nex3 that is such a neat solution, using git is smart.

-----

1 point by bootload 5922 days ago | link | parent | on: Add snippets to arclanguage site?

"... Or maybe a title and description is enough. ..."

As little as possible. Filling in fields is a pain. I think the description field could be optional if the code is commented. The bit I think would boost the understanding of the language is concrete examples. The pattern of reading the source code, writing a bit of code, posting it to arclanguage works for people who read the post.

Snippets scale better which is what you want. Quick failure with bad ideas. Good ideas expressed in code will then have to stand the test of time.

-----


"... My super fantasy includes small examples with their outputs. If the Arc team hates this idea, maybe an Arc Wiki is the way to go? ..."

Damn I missed this thread. The examples are exactly the way to go. My idea was something along the lines of a snippets collection by user, title plus code and unique url. [0] This means the good code rises to the top, is stored at arclanguage for all to see and read. Sorted by hacker. At some time in the future it could also be run server-side - something pg has hinted in the past.

"... maybe an Arc Wiki is the way to go? ..."

But this idea is more focussed on describing the code. Is there anyway a code document generator could be written extracting

- filename

- function name

- description

to auto generate the documentation much like Python? [1] This one thing Guido got right - documentation: A tutorial (already exists) and the module index (does not). [2] By having a PyDoc equivalent running over the latest version of Arc you can have a arclanguage.org/doc url with a module index plus the tutorial.

This is how python became so damn useful. You could find how to solve a problem reading both the tutorial, then check the module index to read the details. Sure beats having to do a wiki which arclanguage pretty much covers sans the markup.

[0] http://arclanguage.org/item?id=743

[1] http://docs.python.org/lib/module-pydoc.html

[2] http://docs.python.org/modindex.html

-----

1 point by bootload 5924 days ago | link | parent | on: MzScheme v360 seems to work

"... that isn't caused by v360: see http://arclanguage.org/item?id=155 for a patch ..."

Starc I can confirm this patch does the job. Thanks.

-----

2 points by bootload 5924 days ago | link | parent | on: Welcome

"... blog.arc seems to work with v360. :) ..."

Same here on a ubuntu 7.10 gutsy 64amd. There's no (easy) way to do an install for v352 w/o doing a source compile (works) and manually installing the files (can't be stuffed).

-----

1 point by bootload 5924 days ago | link | parent | on: Welcome

"... for different system versions of 352, the script for Ubuntu i386 is very friendly and works a charm. ..."

for 32 bit systems :(

-----