Publication of the installers of the Hebrew Calendar and Letters and Words software in versions 10.4.2 and 6.14.2 and 3.17.2 in order to update the SSL certificate verification file for the ordisoftware.com domain following the change of hosting.
The verification problem came from the use of Let's Encrypt, this has apparently been definitively resolved while maintaining a minimum of security concerning the origin of the download via the application (domain name and SHA512 checksum).
PSDD, Progressive Spike Driven Development, is an Agile hybrid software development methodology that combines exploration by spiking and iterative code refinement. It is based on a structured alternation of exploration, validation and refactoring phases to progressively build a clean and maintainable final code.
Agile PSDD
Publication of the installers of the Hebrew Calendar and Letters and Words software in versions 10.4.1 and 6.14.1 and 3.17.1 in order to update the SSL certificate verification file for the ordisoftware.com domain following the change of hosting.
New double-sided business card 2022 with images of:
- Red clover saving my life from a birth in 1973 immunocompromised (requires immunoglobulins) and infected but strong in bones and organs.
- Vulgar heather partially saving me from the villains who are wrong to want since 1984 to make me suffer and die prematurely since my early childhood for what they do and they don't do because they have the wrong target and means.
New double-sided business card 2022 with images of:
- Red clover saving my life from a birth in 1973 immunocompromised and infected but strong in bones and organs.
- Vulgar heather saving me from the villains who are wrong to want since 1984 to make me suffer and die prematurely since my early childhood for what they do and by what they don't do because they have the wrong target and means.

Composed and arranged in June 2021 using:
- Renoise Tracker 3
- AAS Ultra Analog VA-3 All Packs
- Native instruments Kontakt 6, SuperCharger GT, Replika XT, Raum, Flair, Choral, Phasis
- Toontrack EZdrummer MetalHeads and EZmix 2
- Tone2 AkustiX
- Blue Cat Audio TripleEQ 4 Free
Libre image from Pixabay
License Creative Commons Attribution-NonCommercial-ShareAlike 4.0
BandCamp
SoundCloud
Continue reading »
In .NET and C# all is object.
Simply said.
Even a value type, a struct, an interface and an enum.
One can not approve, but the point is that everything is object, except pointers/references, and literals from binary files, even CPU optimized primitive types, since it is the OOP Theory as well as the. NET specifications and therefore the facts.
Continue reading »
Interfaces are to make an abstraction, an archetype, of the abstraction, the classes, of the reality, the objects.
Interfaces are to specify contract terms without providing implementation provided by classes.
Continue reading »
Polymorphism in OOP Theory is the ability to:
- Invoke an operation on an instance of a specialized type by only knowing its generalized type while calling the method of the specialized type and not that of the generalized type: this is dynamic polymorphism.
- Define several methods having the save name but having differents parameters: this is static polymorphism.
The first if the historical definition and the most important.
Continue reading »
Encapsulation in OOP Theory is the process to mask some properties and operations in the class that will become inaccessible from the exterior: these are only internal things and behaviours like a digestive system.
It's a compartmentalization.
Continue reading »
|
|