Ändern wird sich nichts in Deutschland

Ändern wird sich nichts in Deutschland

Es wird sich nichts ändern. Das Zustrombegrenzungsgesetz wurde am gestrigen Freitag, den 31.01.2025 vom Bundestag abgelehnt 349 Nein-Stimmen zu 338 Ja Stimmen. Die Fraktionen SPD und Grünen stimmten mehrheitlich dagegen, gegen den Antrag der CDU, wo es auch Abweichler gab. Viele enthielten sich der Stimme. Die AfD stimmte dafür, auch einige in der BSW (Bündnis Sahra Wagenknecht). Die Debatte fing mit vier Stunden Verspätung an, wo Herr Friedrich Merz noch versuchte, SPD und Grüne zu überzeugen. Das Gesetz, welches seit…

Weiterlesen Weiterlesen

Es wird sich nichts ändern

Es wird sich nichts ändern

Nur eine Sache wird sich ändern. Ich habe heute meinen letzten vertraglichen Arbeitstag. Ja, mein letzter Arbeitstag war schon der 20.01.2025. Aber ich hatte noch Resturlaub, aber der Arbeitstagsvertrag endet heute um 0 Uhr. Also morgen um 0.00 Uhr. Ab morgen bin vogelfrei, wie man so schön sagt. In den letzten Tagen habe ich mich natürlich auch hingesetzt in Bezug auf Logo erstellen, meine Programmierkenntnisse ausgebaut – vielleicht entwickelt sich da etwas zu. Auch wenn es nur kleine Brötchen sind,…

Weiterlesen Weiterlesen

Python 3.13 How to check how many pages a PDF file has

Python 3.13 How to check how many pages a PDF file has

In order to do this, you need the Python module PyPDF2. You install it with pip3 install PyPDF2 Then it is important for this code here, you have the version PyPDF2 Version 3.0.1 If not then you have to update the module because the programmer of the tool has changed a command within the module In the foreign version the command PdfFileReader was the correct command but now in version 3.0.1 the command PdfReader is the correct one, otherwise this…

Weiterlesen Weiterlesen

Python 3.13 read information in photos

Python 3.13 read information in photos

In photos there information saved, that it is called exif. Of course you can click on every photo and read this information. A little bit easier it would be with a script in Python. You have to install the module: pillow. pip3 install pillow or to check it whether you already installed it pip3 list | grep pillow Here is the script: The output looks like this: ResolutionUnit:2ExifOffset:214Make:AppleModel:iPhone XRSoftware:15.5Orientation:1DateTime:2022:06:30 06:59:46YCbCrPositioning:1XResolution:72.0YResolution:72.0HostComputer:iPhone XR