Skip to content

web - Fragwürdiger Seitenwechsel: EU-Kommissarin wechselt zur Bertelsmann Stiftung

Die Ex-Vizepräsidentin der Europäischen Kommission und Kommissarin für Justiz, Grundrechte und Bürgerschaft Viviane Reding wechselt in die Wirtschaft: In die Leitung des mexikanischen Minen- und Metallkonzerns Nyrstar und in das Kuratorium der Bertelsmann Stiftung. Das Kuratorium der Bertelsmann Stiftung ist personell eng verzahnt mit dem globalen Medien und- Dienstleistungsunternehmen Bertelsmann. Besonders fragwürdig: Reding bleibt trotz ihrer Wechsel weiterhin Mitglied im Europäischen Parlament und dort im handelspolitischen Ausschuss.
[...]

Quelle

Ist zwar noch nicht Weihnachten, aber Lobbycontrol mag Spenden :-).

web - Piwik 2.9.0 released

Piwik 2.9.0 is a new major release of Piwik! In this release we have focused on reliability and stability. 58 tickets have been closed by more than 8 contributors!
[...]

source

Thanks to the piwik team. If you use it commercial, please donate to this project!

version 1.0.0 of process pipeline component for php released

I happy to announce the release of 1.0.0 of bazzlines process pipeline component for php. This component will easy up the creation of process pipe.

Indeed, it is a pseudo pipeline (process collection or process batch) since the php process is single threaded so far.

Special thanks to Ralf Westphal and especially for his book the architects napkin.

Why?

  • separate complex operations into simpler
  • easy up unit testing for smaller processes
  • separate responsibility (data generator/transformer/validator/flow manipulator)
  • create process chains you can read in the code (separate integration code from operation code)
  • no dependencies (except you want to join the development team)

How to use?


use Net\Bazzline\Component\ProcessPipe\ExecutableException;
use Net\Bazzline\Component\ProcessPipe\InvalidArgumentException;
use Net\Bazzline\Component\ProcessPipe\Pipe;

try {
    $pipe = new Pipe();

    $pipe->pipe(
        new ProcessOne(), 
        new ProcessTwo()
    );

    $output = $pipe->execute($input);
} catch (ExecutableException) {
    //handle process exception
} catch (InvalidArgumentException) {
    //handle pipe exception
}

How to install?

By Hand


mkdir -p vendor/net_bazzline/php_component_process_pipe
cd vendor/net_bazzline/php_component_process_pipe
git clone https://github.com/bazzline/php_component_process_pipe

With Packagist


composer require net_bazzline/php_component_process_pipe:dev-master

web - The Pirate Bay: Gründer Peter Sunde ist frei

[...]
Gegenüber Torrentfreak erklärte Sunde, dass er nun an seinem Micro-Payment-Dienst Flattr und seinem verschlüsselten Messenger Heml.is weiterarbeiten werde. Zudem plane er ein Projekt, das Aktivisten dabei helfen soll, finanzielle Mittel zu akquirieren.

Quelle

Möge die Macht mit dir sein und du erneut eine Einigkeit mit dir findest.