Android application to manipulate sd image from the site
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
h0bby1 (2567) 480 posts |
aaaa |
h0bby1 (2567) 480 posts |
aaaaa |
David Feugey (2125) 2709 posts |
Welcome to RISC OS :) |
Fred Graute (114) 645 posts |
There are three possible reasons why throwback doesn’t work. 1 - Is StrongED's throwback support turned on? Iconbar menu > Choices.. then respond to section 2 - Is the DDEUtils module loaded? 3 - Is the -throwback switch specified in the compile command? All three need to be present for throwback to work with StrongED. |
Jon Abbott (1421) 2641 posts |
This one has caught me out so many times, I now load it in the StrongEd !Run |
h0bby1 (2567) 480 posts |
aaaa |
Jon Abbott (1421) 2641 posts |
I believe Justin Fletcher (aka Gerph) was the main driving force behind RO6 and pretty much defined what it is today and where it was going. It’s worth a read of everything on his site as he’s a very knowledgable individual both on the internal workings of RISCOS and how best to take it forward in some key areas. I’m not sure how to say this without causing offence, but personally, I believe RISCOS development now needs to take a different approach, which is more community lead though peer review and discussion. The days of strongly willed individuals that throw their toys out the pram and override this process needs to end if we’re to take the OS forward. |
Steve Pampling (1551) 8155 posts |
Pretty much the only programmer.
If you wander off onto other portions of the site and think a little about what you’re reading you get an insite into what the side effects of the OS wars included.
Fortunately the opening of the source by Castle has put the OS in a position to be community developed. Time for the day job. |
Rick Murray (539) 13806 posts |
Perhaps useful that somebody is keeping a tight rein on things or else who knows how things could spin out of control… |
Chris Evans (457) 1614 posts |
During my last attempt in 2012 at making some of the excellent ROL work available on the Pi. I was able to find out and talk to pretty much all of those who were programming for ROL. Whilst Justin had been the main contributor at least six other programmers had made significant contributions. Whilst a number of them were quite willing for their work to be opensourced some weren’t and as most of the work was collaborative it required all parties to agree:-( |
Colin Ferris (399) 1809 posts |
Was there no code that could be released – it would be interesting to find out how the Viewfinder driver worked – as the card no longer works with RO5.xx :-( |
Richard Walker (2090) 431 posts |
Perhaps I’m misunderstanding, but presumably the ‘trump card’ in that situation would be to purchase the rights from Aaron? I assume he can do whatever he wants with the code, and any submissions to the ROL codebase would, effectively, be his property. I’ve never used RISC OS 4+ or 6, but from the information available online, I suspect there are some useful features worth having. I appreciate that even trying to merge in (to RISC OS 5) one small feature would be a relatively large job, so even if there were no commercial difficulties, the technical ones are large enough! |
Steve Pampling (1551) 8155 posts |
When I said some of the strong willed elements still exist there was a name prominent in my mind. |
Chris Evans (457) 1614 posts |
Unfortunately not. Various problems e.g.: ROL didn’t actually have all the source code and some contributions where on a basis that didn’t give ROL full rights. This sort of question comes up every few years and most times people just won’t accept what I’ve said. Please can we not have yet another rerun! |
Steve Pampling (1551) 8155 posts |
Definitely. Despite what people might think regarding the power of money to sway weak willed people, it isn’t going to work here. |
Malcolm Hussain-Gambles (1596) 811 posts |
Not quite any price. But no women, no children. That is a joke, as I have no experience or knowledge of anyone involved in this. It was a time I thankfully missed. |
Rick Murray (539) 13806 posts |
I don’t think it has anything to do with being a Yorkshireman, it is more to do with whether or not one is weak-willed enough to easily compromise their morals and what they believe in by having money thrown at them. Of course, there is an alternative method. People who really want stuff done can post up bounties like “£2K for rounded icons”1 and “£3K for non-native image handling integration in common formats” and… err… what else does ROLtd’s branch offer that people need? One of two things will happen:
Great movie. :-) :-)
I saw the beginning and it wasn’t so pleasant. Then I went to France and we unplugged for a long time. Upon getting reconnected, I was very excited that RISC OS was going to be opened up. I was also very [upset|surprised] that the battle was still going on in some people’s minds. ’nuff said. 1 I’m ever so slightly taking the p…… |
Steve Pampling (1551) 8155 posts |
“slightly”? I had you down as likely to shell out for not having rounded icons in the first thousand alterations. :) Personally speaking I think JF was taking the p… or at least did it for amusement value and people took it seriously.
There are a lot of people that don’t listen to the words properly or plain don’t understand that it was a protest song (like born in the USA, which ’merkins misunderstand) |
Rick Murray (539) 13806 posts |
Well, yeah, there is that.
There are those who can’t get past the singer’s accent, don’t know much/anything about The Troubles and don’t know about the two boys killed in ’93, so they think the song is something about zombies (the Romero kind). <sigh> |
h0bby1 (2567) 480 posts |
aaaa |
h0bby1 (2567) 480 posts |
aaaaa |
Jon Abbott (1421) 2641 posts |
I see this a lot in my day job, where I take over IT divisions / big IT projects and sort this kind of issue out, particularly where people are micro managing or simply not focusing on their specific role. In my experience, the longer a person is in a role – the more they drift and the less focused they become. More often than not I have to walk them as they’re either no longer suitable, interfere in other areas or simply block progress as they get set in their ways. I don’t particularly like ruining peoples careers, but at the end of the day I’ve been called in from the highest level to sort out major business problems, so the long term goal has to take precedence. More often than not, it’s the long term goal that gets lost whilst people focus in trivial issues as you point out. Anyhow, I digress. Yes, lots of interesting ideas on his site. How much of it is still applicable I don’t know. RISCOS 5 doesn’t seem to have a long term goal at the moment (not clearly defined and documented at any rate), there’s lots of additions going on to add support for new chips and SoC features and daily maintenance to resolve bugs etc, but nothing I would call long-term. If you look at the threads on multi-core / multi-threading, they’ve been running for years, but as far as I can tell nobody has thought to build a project plan on how to achieve them. Looking at them as an overall task, they’re near impossible but broken down into a detailed project with hundreds of smaller tasks, they’re all pretty trivial to implement. The root problem here is that next to nobody understands the RISCOS source and it doesn’t contain enough documentation within the code to easily work out what’s involved. The first step should be fully documenting the code and public interfaces (SWI’s etc) and build flow diagrams showing interdependencies. This needs to be done under an SPSS / QA type framework so analysis of code changes can be performed and test plans built following all code changes. Another thing I feel should happen is peer-review of all code changes and immediate rejection if there’s not enough documentation. I’d expect to see every other line of code have a comment so you can read what’s going on in English and not have to decode registers etc. The simple rule here is, if your mother can’t follow it – you’ve not documented it enough! |
h0bby1 (2567) 480 posts |
aaaa |
Richard Walker (2090) 431 posts |
I’d agree with this. I’m a Software Engineer, and used to use RISC OS an awful lot. But I only ever dabbled in BASIC and some very simple C/OSLib/Toolbox. In principle, I’m sure I could pick-up the low-level detail, but I can’t imagine where to start. Maybe I just need to read the PRMs cover-to-cover? I assumed they were a reference, not a walkthrough.
Absolutely. Code reviews are standard practice at work, and you don’t need to understand the detail 100%. It should make sense to a power-user or general developer. |
h0bby1 (2567) 480 posts |
aaaa |
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15