Tag: java

  • Various Notes | Morse Code Ringtones | Java updates | More Pages on the Way

    Sorry for the vague title, but there are various thoughts floating around at the moment. The first is a big thanks to the support at Westhost for recovering my VPS over the last weekend. I had started an automatic upgrade of wordpress in one of the sites hosted in this vps, it hung… so I ssh’ed in and found the vps was essentially ruined – it managed to wipe out quite a bit. I’m not sure if it was a coincidence or if the wordpress upgrade was really the culprit, but it managed to destroy quite a bit. The support at westhost though had things back up within 24 hours. It wasn’t just a matter of the site and database getting deleted, but files in /etc were gone (mail configuration hostname resolution wasn’t working, scp wasn’t working…. it was trashed in a bad way.)

    Anyway, I’ve still been tinkering with the free morse code mp3 ringtones. In particular I’ve been tinkering with the Text to morse code mp3 generator. I’ve been trying to add utf support. The backend generator does interpret morse for utf characters, I’ve managed to get a way to decode the url encoding if they’re placed in the text box, my big challange at the moment is the file name. I have to truncate the filename so that it’s not too long, but most everything I’ve tried to truncate counts bits instead of characters. Some, even if I tell it to count characters will assume that 1 character=1bit and I wind up with some of the utf characters cut short which gives unusual filename results. In the testing version of the script I’ve just decided to sanitize things by replacing an extended character with an x….

    (more…)

  • Running windows applications directly in linux

    Linux.com has a good explanation of using binfmt_misc to directly launch a windows (or java or python) application just by typing in the application name. *(without all the contortions of … /home/user/bin/wine /home/user/.wine/c_drive/Program\ Files/Really\ Neat\ Software/Program.exe ) You do have to make the app executable under linux (chmod 755) and you can take it as far as symlinking from a directory in your path (/home/user/bin???) or the system path (/usr/bin).

  • Mozilla Firefox 1.0x series end of life….

    The Mozilla Firefox 1.0.x series will no longer be supported with security updates. IF you use Firefox as your web browser, make sure you’re using the current version in the 1.5 series (currently 1.5.0.3). You can find what your current version is by going to Help, “About Mozilla Firefox”. The 1.5 series automatically downloads and installs updates and periodically checks for updates for the installed extensions.

    (more…)

  • Open Source Java and Linux distros redistributing java

    For years, the call has been to open source Java…. it appears that day is, well… coming. Not at hand yet, but for startersJava can now be bundled with Linux distributions…. and is looking for advice on how to get from where they are to open source Java. So it sounds like they’re enlisting advice from developers on this and the day will at least be coming that Java will be open source.

    (more…)

  • Shortwave Radio schedule browsing Application

    Ok, I have too many interests. One of them is listening to shortwave radio. I guess in many ways I’m a news junky. Also, I’m working on my Spanish so, listening to shortwave gives me vast listening resources. I know, I know, “can’t you stream the feeds over the web” Yes, many of them, but it’s just nice to get away from the computer and tinker with something completely different, a radio and hear the whistling and the drift, etc.

    One problem though with shortwave is (more…)