Klabauterjan

4 Followers
46 Following
66 Posts
PHP Dev, Project Manager & Boardgame Enjoyer
HelloWorld

RE: https://gruene.social/@Gerbsen/116052492129846084

Money transfer from the German Federal Administration to Microsoft:

2023: 274.091.361,75 Euro
2024: 347.665.579,71 Euro
2025: 481.369.660,77 Euro

(Source: German Parliament 21/4006 page 96 https://dserver.bundestag.de/btd/21/040/2104006.pdf )

Daniel asks what #FreeSoftware #OpenSource could have been procured and developed with such sums and how you feel about when you see those numbers. He also fears this trend will continue.

I had a great time at my first #SymfonyCon in #Amsterdam celebrating 20 years of #Symfony!

And thank you so much @packagist for the ticket. Without you I would not have been able to afford the visit!

2025: oh no, we deskilled our factory labor force and now we can't produce anything in our own country!

also 2025: here's a great idea: nobody needs to learn how to program for real because we now have these great AI systems! why waste years in computer science degrees?

2045: oh no...

Had a great day with very interesting talks at my 2nd @FrOSCon / #FrOSCon

Looking forward to more awesome topics tomorrow.

The only thing I'm missing this year is the #PHP sub-conference

stop doing β€œgit add .”

Complexity has nothing to do with intelligence, simplicity does.

β€” Larry Bossidy

Is there a way to install PHIVE packages without confirming or specifying the signatures?

I want to run "phive install" in CI and do not know which packages will be installed. Thus I cannot use "--trust-gpg-keys".

#php #phive #phar

It's often observed that we spend more time reading code than writing it.

What many conclude from this is that we should aim to make that task easier by making code more readable; what we should conclude is that we should aim to create code that doesn't have to be read as often and that doesn't take as long to read.

The goal is write code that reduces overall reading time rather than thinking of the reading time as constant. Move that needle.

The object-oriented model makes it easy to build up programs by accretion. What this often means, in practice, is that it provides a structured way to write spaghetti code.

β€” Paul Graham

#oop

"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live." -- Martin Golding