World: r4wp
[Community] discussion about Rebol/Rebol-related communities
older newer | first last |
AdrianS 11-Jan-2013 [29x3] | Would it be worth putting what compiler switches were used for the builds? Do you think you'll want to provide debug builds at any point? |
wrong group... ugh. | |
well, maybe not - you are providing pre-built binaries for the community! | |
Scot 16-Apr-2013 [32x2] | Not sure where to post this. Links on the R2 Desktop are broken, notably rebolforces. Anybody have news of this? |
Example: http://www.rebolforces.com/reb/13/game-index.r | |
Endo 17-Apr-2013 [34] | There are many broken link on R2/Desktop for long time, unfortunately. |
Maxim 29-May-2013 [35x2] | how the hell do we ask to be member of a bord in trello? there is absolutely no menu anywhere to join or ask for membership.. if there is one its very well hidden... so I guess this is an official request to be part of the trello board |
my user is moliad, on trello. | |
Andreas 29-May-2013 [37x2] | There's no functionality to request membership, as far as I know. |
In any case, I added you. | |
Maxim 29-May-2013 [39x2] | thanks... its weird that there is no way to ask for board membership. |
seems to defeat the purpose of social coding practices :-) | |
GrahamC 29-May-2013 [41] | Trello still has bugs |
Arnold 30-May-2013 [42] | Yes can't connect to it at work, because it demands IE9 or higher or safari or chrome or firefox. None of those are any option. Sometimes I seriously doubt if all of these demands to the users system are really necessary. |
Cyphre 30-May-2013 [43] | Well, if you want to use 'web app' which tries a bit to not resemble just "HTML page" you have to always use the most updated browsers. I think this rule will hold for very long time :-) |
GrahamC 30-May-2013 [44x3] | You can use your Android, or better still, your IOS device to view Trello |
For the moment at least we're pretty happy with it as a "collaboration" tool | |
Arnold, you do know about the Red trello board?? | |
Arnold 30-May-2013 [47x2] | Yes, got a message there saying my browser was not supported and I should upgrade my bosses computer. |
Same reason I do not develop for Red, because Github does not support Snow Leopard any more, and my Mac cannot go further and I do not buy a new mac for github. And the command line I consider too much trouble to learn. | |
GrahamC 30-May-2013 [49x2] | What does snow leopard have to do with github? |
You can use GUI tools ... such as Git GUI | |
Arnold 30-May-2013 [51x2] | Github has a program for Mac for Lion and up |
Github p*ssed me off, for when I was on Leopard, there was a program for Snow Leopard and I did upgrade then and then demands had been pushed up. | |
GrahamC 30-May-2013 [53] | So, what is this then? http://gitx.frim.nl/ |
Arnold 30-May-2013 [54] | Did not know that program, I will give it a try soon. Thank you for the link Graham! |
GrahamC 30-May-2013 [55] | google is your friend |
Geomol 30-May-2013 [56x2] | and enemy |
I switched to use https://ixquick.com/ for many searches, after Google was changed some time ago. | |
Arnold 30-May-2013 [58] | ixquick knows already what language I speak. Privacy friendly? ;) |
Geomol 30-May-2013 [59] | I don't know. :) I also use https://duckduckgo.com/ from time to time. I think, that's privacy friendly. |
Arnold 30-May-2013 [60] | downloaded GitX, it works, only a menu atm. have to run now.. cu! |
Kaj 30-May-2013 [61] | Carl couldn't get into Trello, either |
GrahamC 30-May-2013 [62] | Carl tends to run old systems |
Kaj 30-May-2013 [63] | So do non-geeks |
Cyphre 31-May-2013 [64] | Some people holds to the saying "if it works for you well, dont try to fix it"...I belong to them and don't update apps just because 'update is available'. I got bitten by updating to 'newer and better' version many times. |
Geomol 31-May-2013 [65] | I think, I'm two OS versions behind on my iPhone, and it says, it has 26 app updates for me. I'm one OS X version behind on my MacBook and found out the other day, my Xcode is 'old' too. So what? It works. I haven't updated my Windows and Linux 'machines' in VirtualBox for years. I just can't waste my time on all this updating to "now even more, newer, better". It's rubbish! :) |
Cyphre 31-May-2013 [66] | yup ;) |
Geomol 31-May-2013 [67] | Now go update World! ;P |
Henrik 31-May-2013 [68] | I tried installing a mail program on my Linode, but the repositories for the debian I use are now gone. I'll have to perform a complicated day-long upgrade procedure to move to a newer Debian. So, you can neglect upgrading to a degree that going forward will be much more complicated than simply doing incremental upgrades. |
GrahamC 31-May-2013 [69] | that is an issue with old versions of linux :( |
Henrik 31-May-2013 [70] | Writing the NLPP program, one of the very biggest challenges was to make a no-hassle upgrade procedure. This was one of the hardest things to do and also one of the parts that took up most time to code and test. |
Geomol 31-May-2013 [71] | Something is wrong in all this. I try to see software as tiny bits and pieces, each doing a certain task. Like very simple Lego building blocks. So each piece takes some input (like a function does) and produces an output. If that piece needs to be updated, then it's because it has some error, or that there is a faster way to do, what it already does. If new building blocks arrive, because new software needs them, then they're just added to the system. If that is done right, then updating should be very simple and only include very little data to be transfered to my system. |
GrahamC 31-May-2013 [72] | In the past I've done upgrades by binary diffs but then you have to track each binary to get the right diff |
Henrik 31-May-2013 [73] | Geomol, how do you handle changes in configuration structures that way? |
Geomol 31-May-2013 [74x2] | Couldn't such structures just be small files, each taking care of a certain part of the configuration? |
Following this thought, maybe all the mezzanine functions in %cortex.w (in World) should be separate files in a directory? And the shell commands should be separate files in a %libs/shell/ directory. Reminds me, that I should pick up my database again. It has records as separate files. | |
GrahamC 31-May-2013 [76x2] | well, that's black box theory |
but things don't exist in isolation | |
Geomol 31-May-2013 [78] | Can't we make them? :) some-func: func [input1 input2] [...] ; -> produces some output. That's isolated, and it should work, even if other functions, it depends on, get updated. The task is to define each function/object as doing one simple thing. |
older newer | first last |