OBEX won't have me
Erlend
Posts: 612
Now I want to share some code. Problem is, I am not allowed in. I've tried with my Forum user & passw, I've tried the 'forgot password' option, and I've tried Register New User. None of them will allow me in.
Is there a magic trick?
Maybe OBEX is tired and Github is wired, I don't know - but I have found no information that it has been abandoned.
Erlend
Is there a magic trick?
Maybe OBEX is tired and Github is wired, I don't know - but I have found no information that it has been abandoned.
Erlend
Comments
This gets you a great tool with which to manage your project, share it and even collaborate with others on any bug fixes/improvements. Whilst not having to refresh the package on OBEX all the time.
Or there is bitbucket of course.
GitHub, yeah I know, but it should not be in desperation
Erlend
I'm still waiting on an email for a new user account.
Why doesn't Parallax just retire the OBEX?
They could maybe put their official code repos into a Parallax GitHub account and offer links to other, approved developers for 3rd party repos.
Yep, we have been campaigning for a git based OBEX for years now. It will come to pass, one day.
IT has reset your user account settings. Please look for an email from OBEX on setting up a new password.
If the issue continues, please email webmaster@parallax.com directly for more assistance.
Erlend
Erlend
On the other hand for day to day use it's very easy, only a handful of simple commands to get used to. As I describe here: http://forums.parallax.com/discussion/comment/1354117/#Comment_1354117
I think bitbucket (Atlasian) perhaps has the best tutorials https://www.atlassian.com/git/tutorials/ Github has similar of course.
You guys are programmers, you think in Spin and PASM and whatever else. I don't believe git is beyond you. I do believe a little time invested in it is worth it. It brings great peace of mind. No more worries about breaking your code, or where is that last working version I had? Or What did I do last? And so on and so on. That's before we even think about more than one person contributing to a project.
Don't forget. Once you have your project up on github or bitbucket it does not matter what disaster or mess you make of your local repository. You can always nuke it. Delete it entirely and clone it again. In the worst case scenario you are no worse off than having a blob in OBEX.
No we don't do git because "that is the way things are going". That is the way things are going, github, bitbucket etc because we were all doing git for a long time already. It had so many advantages over all preceding source management systems. Easy enough to use for even the smallest personal projects, not a nightmare you have to use because your project manager says so
As far as posting code, the obex is simplest for me,apart from the forum before it's ready for obex.
As for that's the way it's going, just because everyone starts jumping off bridges doesn't mean I am going to follow. Same applies for P2... Everyone is going ARM, so best not do a P2
One need not use Github or Bitbucket or "cloud" anything. For a long time I have had a git server running on a spare PC. In fact you don't even need that. Just use git locally. My contention is that even for a small, one man, project a quick git add/commit is a lot more convenient than having to manually copy and version all your files as you go. You don't need a history that can be rolled back in an instant with a log of what you were doing when but I find it very helpful and convenient. Especially if I put a project down for a few weeks and then can't remember exactly where I was when I get back to it. Yeah, that's why I'm going MIPS http://vocore.io/store/index
Any chance you could knock up a Prop board to match the VoCore form factor?
My code at present is in Dropbox folders together with all the other Propeller Tool stuff. So I am always synch. I am fine. It's just that I believe the Open Source way of things is so powerful that I need to be and want to be part of it, even if GritHub it is I have to learn.
Erlend
I just had a quick look at vocore. What do you want to do with the prop? Combine with the complete VoCore?? or replace the cpu???
Looked some more. Presume you want to replace the dock with Prop + uSD board and connect one of the serial ports and DTR/GPIO#?? to reset the prop.
Is this sort of what you are after?
No idea, I don't have the VoCore to play with yet. Certainly a VoCore board, no dock, plus a Prop board would be neat.
Anyway I'm now thinking we should gear up for using LoRa with Pprop boards. Very soon LoRa wireless is going to be everywhere what with Microchip and others getting into making LoRa modules.