BBC News - Alpha Preview
Malcolm Hussain-Gambles (1596) 811 posts |
The latest version of NewsUK v1.15 is avaliable. It’s just been released so it’s not in !Store yet.(awaiting a bit more testing) Avaliable hopefully from !Store soon, and from here |
Malcolm Hussain-Gambles (1596) 811 posts |
Ready for the Wakefield show Tommorow is a new version (v1.18) of NewsUK avaliable on the !Store |
Malcolm Hussain-Gambles (1596) 811 posts |
The last 1.xx version of NewsUK has been released, version 1.20 as always it’s avaliable via the !Store. UPDATE: I’ve just started to have a serious issue with memphisv3 on boot where it causes filecore in use, so for the moment I’ve stopped using it – I just added it to the !Boot tasks, maybe that’s not the way to do it? :-( Anyway hopefully you like the latest additions. |
Malcolm Hussain-Gambles (1596) 811 posts |
Contrary to my previous statement, v1.21 is the last v1 release ;-) As usual avaliable exclusively on the !Store |
Malcolm Hussain-Gambles (1596) 811 posts |
Found some seriously nasty interactions with ChangeFSI which are hopefully fixed now, so there’s a v1.22 release just been pushed to plingstore… |
Malcolm Hussain-Gambles (1596) 811 posts |
Version 1.23 is out, the 32bpp option causes complete destruction. Whatever is going on it’s badly broken. |
Malcolm Hussain-Gambles (1596) 811 posts |
There is another update for NewsUK on it’s way. This update has a minor (and possibly pointless) update for closing sockets. |
Steve Pampling (1551) 8155 posts |
Ever had a machine on for a long while and ended up with no available socket for you news or mail client because things failed a few times when your ISP dropped the line for a while? Cleaning up open sockets when you don’t need them anymore is always a good idea. |
Steve Pampling (1551) 8155 posts |
Having the OS clean up automatically when things haven’t been used for a while would be nice. |
Chris Hall (132) 3554 posts |
Having the OS clean up automatically when things haven’t been used for a while would be nice. I hope you don’t mean ‘like Windows does’. |
Rick Murray (539) 13806 posts |
Having the opinion of heiki-heiki, the OS will deal with it just encourages crap coding. Why bother freeing sockets? Why bother releasing memory claims? Why bother? Grrr… It isn’t hard. You are handed a handle. Check it periodically if nothing interesting is happening. |
Malcolm Hussain-Gambles (1596) 811 posts |
The update adds shutdown before the socket gets closed, it was getting closed before – I’m just adding a shutdown call to the socket before I close it – it seems to make good sense, although I’m not sure it’s strictly needed. How would the OS know whether the socket is being used or not? e.g. if a network service (http etc) is running the socket needs to be open permanently and may have no traffic or usage for possibly days. |
Andrew Rawnsley (492) 1443 posts |
Just a quick note to say that this update is now live on !Store, and has been for the last few days. |
Mike Carter (36) 51 posts |
Andrew what is happening with your posts? I noticed that intercept message appeared on your recent CSA Delegate announcement too. |
Frederick Bambrough (1372) 837 posts |
Teaser? |
Andrew Rawnsley (492) 1443 posts |
It’s hard to say – my news postings and forum posts seem to be being intercepted by something at the moment. Fred might be right, but there’s still some investigating to be done. |
Malcolm Hussain-Gambles (1596) 811 posts |
Another small update, this one prevents those dodgy UTF-8 characters from showing up (well replaces them with spaces at the moment) |
Conor (2370) 36 posts |
Great news, thanks Malcolm! Any updates with regards to !Weather? |
Malcolm Hussain-Gambles (1596) 811 posts |
Thanks, just to give you an update as regards my projects. The UTF-8 work is being done to support xml better, hence the update to NewsUK as it already had a filter in place to deal with non-ASCII characters – it was just pretty basic, so exending it is fairly easy and allows me to test it and be useful at the same time :-D I’ll be adding xml as well as json for feeds that support it, as I’ve had reports of xml being blocked by some filters and json is actually nicer and easier to deal with anyway! The important question is timescales, one I can’t give an answer to. I would like to say I will get the first Weather update out before the end of this year, but it’s proved difficult to get much done so far this year. My target was to have my accelerator done by March, RSS done by June and Rabber done by August and then new versions of Weather and News for Sept. But I’ve not even mananged to get the accelerator done yet, quite depressing to be honest! For me progamming is 10% skill or less and 90%+ effort on RISC OS, I assume the same is true for ROOL/ROOL contributors as well. |
David Feugey (2125) 2709 posts |
I hope that your module will be finish soon. To be able to fetch http pages, xml and json feeds from Basic, could open the door to new applications. If BBC News becomes more generic, it could be fun also to adapt it to other feeds. An RSS kit? |
Malcolm Hussain-Gambles (1596) 811 posts |
Carrying on with the UTF-8 work, version 1.26 is avaliable. This adds conversion for the GBP symbol and the Euro symbol. |
Steve Fryatt (216) 2103 posts |
Um, you’re not implementing UTF-8 to Latin 1 conversion from scratch, are you…? That’s already a solved problem for RISC OS: have a look at Iconv as used by NetSurf. |
Malcolm Hussain-Gambles (1596) 811 posts |
Kind of yes, but it was an exercise in understanding UTF-8 more than anything – fairly easy. |
Chris Johnson (125) 825 posts |
Iconv works fine (obviously) – I use it for decoding UTF-8 and UTF-16 encoded ID3 tags in my ID3TagEd application. |
Rick Murray (539) 13806 posts |
Hiya! I’d suggest work on kana or Hangul first, something that can be tested without the additional complications of right to left (not to mention the complexities of Arabic script!).
Really, this is a job for FontManager, instead of everybody inventing the same wheel over and over. |