Skip to content

version 2.0.0 of php locator generator component released

I happy to announce the release of 2.0.0 of bazzlines locator generator component for php. Important changes are:

  • Generator.php now throws "InvalidArgumentException" instead of "RuntimeException
  • Generator now tries to create the provided directory if it does not exists
  • fixed issue 2
  • fixed issue 4
  • fixed issue 5
  • implement usage of php_component_cli_arguments
  • implement usage of php_component_command
  • fixed broken entry of "bin" in composer.json
  • renamed "bin/generalte_locator" to "bin/net_bazzline_generate_locator"
  • renamed "bin/generateLocator.php" to "bin/generate_locator"
  • renamed "example/[..]/run.php" to "example/[...]/run"
  • fixed issue 3
  • updated dependencies

web - Richard Stallman bezeichnet die Betriebssysteme von Micrososft und Apple als Malware

Unter Malware versteht Stallman Software, die ihre Anwender bevormundet, ausspäht und ihnen Fesseln anlegt. Dazu gehören Maßnahmen wie Hintertüren, Restriktionen wie Digital Rights Management (DRM) und Zensur. Diese Maßnahmen seien zwar vielfach in den End User Licence Agreements (EULA) festgeschrieben und somit legal nicht angreifbar. Das mache sie jedoch nicht weniger unethisch.

Stallman schaut zurück in die 80er Jahre, als er die Bewegung für freie Software initiierte. Damals sei Software wie Unix zwar proprietär geworden, die Entwickler haben aber trotzdem im Sinne des Anwenders gearbeitet und nicht gegen ihn, wie heute vielfach zu beobachten. Damals sei Malware so selten gewesen, dass sie Aufsehen erregte. Heute dagegen sei sie so verbreitet, dass jede Software erst einmal verdächtig sei.
[...]

Quelle

Sehr schöner und kurzer Artikel. Stallman hat recht. Ich kann dazu auch das Buch "Freie Software" empfehlen (worüber ich schon seit langem ein Artikel schreiben wollte, weil das Buch wirklich toll ist).

Programming Language Rust 1.0 released

Today we are very proud to announce the 1.0 release of Rust, a new programming language aiming to make it easier to build reliable, efficient systems. Rust combines low-level control over performance with high-level convenience and safety guarantees. Better yet, it achieves these goals without requiring a garbage collector or runtime, making it possible to use Rust libraries as a “drop-in replacement” for C. If you’d like to experiment with Rust, the “Getting Started” section of the Rust book is your best bet (if you prefer to use an e-reader, Pascal Hertleif maintains unofficial e-book versions as well).
[...]

source

Congratulation, I like the idea of rust and it is some fun to play around with it. Fingeres crossed for a bright future :-).

howto fix bootup error message "Failed to start Create Volatile Files and Directories." from "systemd-tmpfiles-setup.service"

Give is, that you get an error message while booting up your system from "systemd-tmpfiles-setup.service" with the description "Failed to start Create Volatile Files and Directories.".
By using systemctl with systemctl status systemd-tmpfiles-setup.service, you get the same description.
A quick look into the archlinux wiki offers you the solution named enable acl in your file system.
If you are running zfs as your root, you have to execute zfs set acltype=posixacl #your_pool_name. To validate if it is working, execute zfs get acltype before and after the set.

If you want to know more, you can read the following links: