Weather
Peter Scheele (2290) 178 posts |
I made a (nice) program to see the forecast for three days in the UK or the rest of the world. But as it is not according to the Style Guide, it is not for the faint hearted! Anyone else can find it at: http://scheelpj.home.xs4all.nl/Weather.zip Looking forward to your comments. Peter |
John Rickman (71) 645 posts |
It is now part of my desktop. The interface feels a bit strange but everything appears to be working, and you have introduced me to anew word, “over-morrow”, not in regular use in England but perhaps it should be. |
Raik (463) 2059 posts |
Works well for Berlin. Thanks a lot. |
Peter Scheele (2290) 178 posts |
@John: overmorrow is in the English language since 1530 (year, not hour). I like the word, it is much shorter than the day after tomorrow. A nice word for fast speaking people. Spread the word. |
GavinWraith (26) 1563 posts |
I like overmorrow. It is not in the shorter OED, alas. |
Peter Scheele (2290) 178 posts |
The more people use it, Gavin, the sooner it will be in it. So, use your influence :-) |
Clive Semmens (2335) 3276 posts |
It is in the complete OED – but they give the date as 1535… 8~) Yes, I am the sad nerd who has a copy by his elbow… http://coshipi.deviantart.com/art/Oxford-English-Dictionary-553439387 (coshipi is me). |
Chris Mahoney (1684) 2165 posts |
Today I learned that my electronic “Oxford Dictionary of English” is apparently incomplete. “overmorrow” does not appear :( |
Peter Scheele (2290) 178 posts |
Overmorrow: use it or loose it. |
Raik (463) 2059 posts |
@Peter |
Peter Scheele (2290) 178 posts |
Well, Raik, I thought about that while building the program. As the data from the BBC is only in English (and some Celtic languages on the web site) and the program doesn’t need much description, I decided to keep it all in English. But I’ll have a close look at ResFind the oncoming days to find out how to do it. |
Malcolm Hussain-Gambles (1596) 811 posts |
Really nice bit of work there! |
Peter Scheele (2290) 178 posts |
Thank you, Malcolm, your comments make me pretty proud!
I’ll give it a silver lining, next week. I only go to the UK during summer holidays, which is great fun, but I know it can be gloomy. |
Peter Scheele (2290) 178 posts |
I made a new version of Weather and I hope you will have a look at it. General description: https://scheelpj.home.xs4all.nl/Weather-2.zip Comments are very welcome. |
GavinWraith (26) 1563 posts |
Crashes with illegal instruction on Rpi 3B+ RO 5.24. |
Peter Scheele (2290) 178 posts |
I made it on RO 5.21. The difference can’t be that big. Do you have a line number, please, Gavin? There might be a problem with older versions of wget on 3B or 5.24. |
Rick Murray (539) 13806 posts |
If wget is a GCC thing, it might be using an SWP instruction? These aren’t supported on ARMv8. Where’d the wget come from? Supplied with your software or sourced from elsewhere?
Processor architecture more than OS version. The original Pi, for example, is a quite forgiving ARMv5/ARMv6 hybrid (you can choose). It even emulates rotated loads! The Pi 2 (original) is ARMv7 and will fault more instructions (as my adventures with Zap show). Later Pi2 and Pi3 are ARMv8 where SWP has been completely retired. And some other stuff, but it’s the SWP that we felt. |
David Pitt (3386) 1248 posts |
Weather 2.0 is good here on a RPi3B+ OS5.24. ‘wget’ is 1.18, a home built RPi3 compatible version. I am sure the current official release, from PackMan, is RPi3 compatible but riscos.info is down. Older wget’s would have had SWP’s. |
Raik (463) 2059 posts |
Works on my RPi3B Pi-Top and 5.25 without problems. Wget -h tells me 1.19.4 … downloaded last month (?) from the packages. |
GavinWraith (26) 1563 posts |
No. Error looks like it is raised by C runtime: Fatal signal received: Illegal instruction Looks very much as if it is an SWP problem. Annoying that riscosinfo |
Rick Murray (539) 13806 posts |
My latest wget is v1.15. :-/ At any rate, yes. There’s one four instructions into While the GCCSDK guys got on top of this quickly, there’s a load of older software kicking around, so one could wonder if it wouldn’t be useful for the OS to trap the illegal instruction abort and fake SWP on architectures where it doesn’t exist?
…for those who would look to update aging copies of wget, certainly. ;-) It seems to me that riscos.info falls over quite often. Is this a side effect of the autobuilder or something? Just trying to figure out what exactly is bringing the site down. Speaking of which – one for the ROOL admin. I seem to be seeing this very site failing to respond more frequently, and more and more a message about there being “a heavy load, so go away mere peon”. Is something DDOSing ROOL? Or something like Yandex deciding to index the entire site in one go? |
Raik (463) 2059 posts |
Have upload the latest wget 1.19.4. Is the original package file. I will remove if riscos.info is back again. |
David Pitt (3386) 1248 posts |
I have uploaded a RPi3 compatible make 4.1 It will be removed when riscos.info is back. |
GavinWraith (26) 1563 posts |
Brilliant. The Lua 5.4.0-work2 sources compiled straightaway after I dropped it in. Many thanks. — Off topic: I wanted to compile this one, because of this report in the Lua lists. The Lua VM has been made faster in 5.4.
|
Steve Fryatt (216) 2103 posts |
|