- https://en.wikipedia.org/wiki/Lekhah_Dodi
- https://www.youtube.com/watch?v=dUfGwwlKWmw – the melody I am most familiar with – and that I like a lot
Blog
-
Judaism: Kabbalat Shabbat: Lekhah Dodi
-
Sofico Miles: “auto & asset finance, leasing, fleet and mobility management software”
- http://www.sofico.be/solutions/benefits/finance
- http://www.sofico.be/solutions/markets/vehicle-leasing-rental : “Managing the entire leasing process efficiently“
They are using Oracle DB as RDBMS and JasperReports for creating PDF documents.
Yesterday I attended a one day introduction to their data model, called GALAXY.
They supply their customers with sample JaspersReports documents, actually “.jasper” files. “.jasper” files can be losslessly transformed to JRXML files. JRXML files can get operated on and inspected in iReport, a GUI editor – but in fact you are not able to preview or even print these samples. For “running” a JRXML (or “.jasper”) file, you need to supply parameters and the framework will run a SQL query to retrieve data from the database. If you are just starting to explore the supplied samples, you don’t want to bother with those parameters and the data available in your database – you just want to print the sample documents with the fieldnames printed themselves (resp. something descriptive at least) instead of sample values. But Sofico do not supply you with any such documents or documentation.
I guess I am going to prepare “a couple of” such documents “for myself” next week – “sample invoice” etc. look quite intriguing.
I really wonder, how the SQL for filling this kind of documents looks like. Usually in the RDBMS context you are operating on a cursor, to retrieve “sister details” efficiently. But how would you deal with a kind of cursor in this context? (PL/SQL?!?)
For creating my “meta documents” I won’t use iReport – but rather my favourite text editor “in XML mode” (i.e. GNU Emacs with nxml-mode). I am really, really excited to start that – but this is Friday afternoon, just a little before Kabbalat Shabbat, and no access to the sample documents – what a pity!
In our Sofico Miles implemtation project my task is to create business documents – maybe similar to the sample documents – but I (we?) don’t really know. Searching the database views (the GALAXY) for the proper details (needed for filling the business documents) looks just too fatiguing – I rather learn and copy from these sample documents – actually that looks like the way, that Sofico teaches their customers to learn themselves how to deal with their data model.
-
O’Reilly Media video training course: Learning Oracle PL/SQL (by Darryl Hurley)
- http://shop.oreilly.com/product/0636920047087.do – the 2016 Hurley video training course
- http://shop.oreilly.com/product/9780596001803.do – the 2001 Pribyl&Feuerstein book
As I have full access to Safari (as an individual), I don’t pay for individual books and videos – as long as I only access them online (referring to the books) – so I can just start the video training course and see, how it goes. Right, O’Reilly Media let you view 15 lessons for free anyway.
I already knew, that PL/SQL is based on Ada, so the syntax did not surprise me.
The examples used in the course are available for downloading. The README file within the ZIP file explains, where to get updated sample code over time, but the ZIP file I downloaded from www.infiniteskills.com isn’t actually any different at all. The sample code is divided by chapters, but the sample files within the chapters should be sort of numbered (as a filename prefix), so they are easier to relate to the video sessions.
(to be continued)
-
Synology: the DSM-6.1 update disables the “Intrusion Prevention” package – that’s a disaster
The packages will not receive any future updates and will be disabled after the system update.
- Intrusion Prevention
I am at loss. How to ensure intrusion prevention from now on? Is the firewall (control panel / security) good enough?
https://www.synology.com/en-uk/releaseNote/DS713+ (Version: 6.1-15047)
Known Issues & Limitations
- Ended support for Intrusion Prevention since DSM 6.1. This package will be removed from Package Center.
-
nice little video clip: The Little Frog (Who are you listening too?)
in English with Hebrew subtitles:
in English with Portuguese subtitles:
-
a Google Chrome plugin: Microdata.reveal
The Chrome Task Manager just showed me that this plugin consumed 1.2 GB of memory. I immediately removed the plug-in for that reason.
I really like the idea of incorporating microdata into HTML documents.
On en.wikipedia.org and de.wikipedia.org (wikis based on MediaWiki) there are templates (for citing web resources and literature) that create microdata into the HTML, and I quite favour using them.
-
my browser (“Chrome”) and my webmail access (“Horde (software)”) had a “conflict”
Since last night my ISP did not let me log in – that’s what it looked like. I called in, they did not notice any general problems, suggested I should try Chrome’s “icognito mode” in order to bypass Chrome’s cookies (wrt the website in question), and “bingo!”: succesful log-in. If “icognito mode” works, then removing the website respective cookies helps as well – and that assumption holds.
-
VirtualBox needs “occasional” reboots for best performance
I am running VirtualBox on a MacBook Pro (Mac OS X 10.11.6).
It is running 2 virtual machines:
- Win8.1
- openSUSE
I hardly ever completely shut down the MacBook, I always only pause it.
I “never” shut down the virtual machines, I only pause them as well.
Until I shut down the virtual machines and VirtualBox and also upgraded it today, “this” was going on now for like 2 months. The performance of the guest OSs degraded more and more, the CPUs got eaten up by VirtualBox activity. But after today’s reboot everything is as fine as it always was, when I truly enjoyed it.
But why does the performance degrade that badly? Really, really strange.