World: r4wp
[#Red] Red language group
older newer | first last |
Kaj 23-Jul-2013 [9627] | If you can't stand that, then don't go to the source |
Oldes 23-Jul-2013 [9628] | Here is a starter: https://raw.github.com/Oldes/rs/master/projects/kaj-fossil-download/latest/kaj-fossil-download.r |
Bo 23-Jul-2013 [9629] | I agree. If someone has a favorite or preferred tool and I want to access that person's work, I will learn the tool instead of making the person change. |
Kaj 23-Jul-2013 [9630] | Cool, thanks! But you need GitHub for that ;-) |
Bo 23-Jul-2013 [9631] | (Although, it would be nice to have an index page...but not necessary.) |
Kaj 23-Jul-2013 [9632x2] | The central website is planned to become the index page. Until then, the index is in the download.r |
Oldes, I'm interested in the psychology of this. Why would you rather write a script for which you need deep Fossil knowledge, than download one Fossil executable file? | |
Gregg 23-Jul-2013 [9634x2] | Do we have a Fossil group? If not, we should, so this knowledge and chat doesn't get lost. |
I know Kaj has posted thing a number of times, and I hate to make him repeat himself. | |
Kaj 23-Jul-2013 [9636] | Yes, that would help |
Oldes 24-Jul-2013 [9637x2] | I need Github for what? I just used Github to share the script with other people who could use it. It's just a script made in a hurry, nothing special, I'm using many such a scripts :) |
And why I make a script instead of installing Fossil? Because I like to write such a "data mining" scripts.. It's something like for someone else solving sudoku, for example. | |
Kaj 24-Jul-2013 [9639x3] | OK, I can understand that. I have a hard time understanding such things from an efficiency standpoint. I'm always forced to be as efficient as I can, because I am doing so many projects |
The way one needs GitHub for your script is the same way one needs Fossil for my work that people complain about. They're both web viewers for source control repositories that you can also use to give download links to people, although that's not their primary design | |
The fundamental problem here is that my decisions are always driven by efficiency, while the code I open source for free is downloaded by people who want to play with it. I can't afford to loose any time to playing, so I must insist that people don't waste my time. I don't think that should be a big requirement for all the work I give away for free | |
Andreas 24-Jul-2013 [9642] | Difference between Github's web UI and Fossil's web UI is that Github can generate stable download URLs for the "latest" version. That's a huge difference even from an efficiency standpoint. |
Kaj 24-Jul-2013 [9643] | How so? Fossil supplies the same download URLs |
Andreas 24-Jul-2013 [9644x2] | Where? |
Last time we looked at that, you said Fossil can't do that. | |
Kaj 24-Jul-2013 [9646x2] | I link to them all the time |
I never said that, because it isn't so | |
Andreas 24-Jul-2013 [9648x2] | Then what's a stable link for the latest version of your download.r? |
Which I can wget right away. | |
Kaj 24-Jul-2013 [9650x4] | I always link to this article with a zip package of all my binaries: |
http://web.syllable.org/news/2012-11-18-20-47-Red-high-level-programming-language-first-alpha.html | |
download.r is: | |
http://red.esperconsultancy.nl/Red-test/doc/trunk/download.r | |
Andreas 24-Jul-2013 [9654x2] | Cool, then post that link in the future. First time it was posted here. |
No need to interact with the Fossil web UI with that link. | |
Kaj 24-Jul-2013 [9656] | I publish such links often when a single file is requested |
Andreas 24-Jul-2013 [9657x2] | Be sure to use them in the future, and the Fossil UI can be side-stepped completely. |
Never saw such a link for download.r before (and don't find anything using AltME search either, but then ...). | |
Kaj 24-Jul-2013 [9659x2] | It always could. I've explained many times that Fossil can do everything Git can |
I published three links in that form in the Announce channel, just not of download.r. There are many files, and people are already tired of my links | |
Andreas 24-Jul-2013 [9661] | I'd suggest to use those links in the future. |
Kaj 24-Jul-2013 [9662] | I'll keep it in mind. And I'll remind of this request when people complain about my announcements again :-) |
Andreas 24-Jul-2013 [9663] | In any case, that's the difference between Oldes' link posted before and your previous "get download.r from http://red.esperconsultancy.nl/Red-test/dir?ci=tip". Oldes' link doesn't require you to interact with Github's UI, your link requires one to interact with Fossil's UI. |
Kaj 24-Jul-2013 [9664] | Yes, because I want to supply some context and I don't want to spam with many links that can also be had on one web page |
Arnold 24-Jul-2013 [9665x2] | I am with Kaj on this. Supplying the download link when you update some project is not meaningful. If the corresponding link to the fossil rep is posted you can take a quick look at the projectfiles and then decide if it is worth the troul]ble for you to update your own repo's with the dl script. Besides that, the Github is not a nice solution imho just chosen because of free, and widely used (for exposure purposes) not for real ease iyam (if you ask me). So better appreciate the huge work Kaj has pulled of to make Red much more widely useable and accept his choice. |
I would be interested in the demo video from Kaj where he shows how he uses fossil in his daily work. | |
Kaj 24-Jul-2013 [9667x3] | I thought you were the video master? :-) |
My use is quite simple. I just check in my work and seldomly need a branch. It can be seen in the timelines | |
The more sophisticated use is on Syllable Server, where I host our repositories | |
Arnold 24-Jul-2013 [9670] | Continued in Fossil |
Kaj 25-Jul-2013 [9671x4] | Do you think |
pick [1 2] yes | |
is faster or shorter than | |
either yes [1] [2] | |
DocKimbel 25-Jul-2013 [9675] | Not sure it is faster, but it takes one less statically allocated block. |
Kaj 25-Jul-2013 [9676] | Aren't those EITHER block compiled away into code? |
older newer | first last |