@heiglandreas@phpc.social
@heiglandreas@phpc.social avatar

heiglandreas

@heiglandreas@phpc.social

Father. Husband. PHP-Nerd. Draughtsman. Soil-Scientist. Brewer. Rescue-Diver. OSS-Maintainer. Challenge-Accepter.

Homebase roughly 50N 8E

@ teamup.com, ingewikkeld.net & stella-maris.solutions

This profile is from a federated server and may be incomplete. Browse more on the original instance.

heiglandreas, to random
@heiglandreas@phpc.social avatar

I am installing Microsoft Outlook... ๐Ÿ˜ฑ

If you are wondering how my day is going....

heiglandreas,
@heiglandreas@phpc.social avatar

Downloading 1.2GB....

For what? I mean... What is justifying that size?

For comparison: Thunderbird downloads 170MB...

Is that 1GB for a different UI?

It'd better be good!

heiglandreas, to random
@heiglandreas@phpc.social avatar

I hate VPN!

It never worked out of the box for me. There are soooooo many moving parts.

Debugging is difficult.

And it's always the clients fault...

heiglandreas,
@heiglandreas@phpc.social avatar

@psycodepath It's always DNS!

(Or cache-invalidation. But DNS is cache invalidation as a service... )

๐Ÿ™ˆ

heiglandreas,
@heiglandreas@phpc.social avatar

@jaapio Oh! Are you again the only one that complaints?

That's usually what I hear in such situations...

michelle, to random Swedish
@michelle@phpc.social avatar

If you read a review for a book, usually people point out what they liked and what they disliked.

How come when you read a review for code, usually, itโ€™s only the dislikes or if โ€œluckyโ€ a general comment about lack of dislikes? ๐Ÿค”

heiglandreas,
@heiglandreas@phpc.social avatar

@rob Still having at least one praise in a code review is something I try to achieve.

'Cause I see it also as feedback on how to improve and get better for the person submitting the codereview

/cc @michelle

heiglandreas,
@heiglandreas@phpc.social avatar

@rob @michelle

In addition, I tend to ask questions in a code review to understand why the code was written that way.

In a book review that doesn'T make sense.

Perhaps CodeReviews are more comparable to the exchange between author and lector than about what a reader thinks about a book?

GuidoKuehn, to random German
@GuidoKuehn@mastodon.social avatar

Ich lass das mal so stehen.
(Anm. d. Red: โ€žWir lassen das mal so stehenโ€œ kรถnnte ein Slogan der Bahn sein, die einen gerne mal stehen lรคsst: im Regen, nachts, im Nirgendwo, auf postapokalytisch anmutenden Provinzbahnhรถfen, an verwaisten SEV Haltepunkten-wenn man sie denn findet.)

heiglandreas,
@heiglandreas@phpc.social avatar

@GuidoKuehn Ich wรผrde drรผber lachen, wenn es nicht so schmerzhaft der Realitรคt entsprechen wรผrde...

Hier der Link zum Geschรคftsbereich: https://sev.db-ersatzverkehr.de/dbsev. Frรผher hieรŸ das mal Bahnbus (Bitte nicht verwechseln mit Schienenbus!).

Im Gรผter-Sektor heiรŸt der glaub ich DB-Schenker...

heiglandreas, to random
@heiglandreas@phpc.social avatar

Why are there two fundamentally different ways in @symfony to create Email-messages from a Mime\Message object?

One uses the MessageConverter while the other one uses Message::toString()...

And of course the MessageConverter is the one I need to use and that one is very opinionated about how an email content should look like....

heiglandreas,
@heiglandreas@phpc.social avatar

@symfony It gets ... more challenging ๐Ÿ™ˆ

It makes a difference whether you use ses+api as transport or ses+https .... ๐Ÿ˜ฑ

ses+https uses the same way to create the message as smtp, ses+api uses the MessageConverter` ....

WHY???????

(I mean: There must be a reason, must there not be?)

mina, to random German
@mina@berlin.social avatar

@prefec2

Die Leute von der CSU sind ja nicht dumm. Die wissen genau, was sie tun. Sie sind nur vรถllig skrupellos. Anstand, Moral und Menschlichkeit sind ihnen vรถllig fremd.

@EngelMichelmann @MarieRechthaler

heiglandreas,
@heiglandreas@phpc.social avatar

@mina Also nur noch "Union"...

/cc @prefec2 @EngelMichelmann @MarieRechthaler

heiglandreas, to random
@heiglandreas@phpc.social avatar

So next Monday and Tuesday evenig I'll be in Zurich. Anyone I know there up for a favourite beverage?

heiglandreas,
@heiglandreas@phpc.social avatar

@michelle That sounds like a very good option ๐Ÿ˜

dansiela_b, to random German
@dansiela_b@mastodon.social avatar

"Das Gegenteil von dem was die Grรผnen tun" ist jetzt also Wahlprogramm der CDU?

heiglandreas,
@heiglandreas@phpc.social avatar

@dansiela_b "Dagegen" war schon immer einfacher als Ideen haben, Optionen aufzeigen und Kompromisse schmieden...

Skoop, to random
@Skoop@phpc.social avatar

Is my search-fu leaving me, or is there no PHAR for Rector?

heiglandreas,
@heiglandreas@phpc.social avatar

@Skoop IIRC there isn't...

heiglandreas,
@heiglandreas@phpc.social avatar

@Skoop That is the "problem" with PHARs. They are great for standalone tools. But as soon as you need plugins, dependencies or whatever, you get either into a lot of trouble or .. let's not discuss the OR...

heiglandreas,
@heiglandreas@phpc.social avatar

@Skoop The biggest hinderer for PHARs is IMO the "let's just use dev-dependencies in composer" attitude...

And opinions.

heiglandreas,
@heiglandreas@phpc.social avatar

@Skoop Which is why I tend to lean more and more towards Marcos approach to use tool-specific composer.json files

heiglandreas,
@heiglandreas@phpc.social avatar
heiglandreas,
@heiglandreas@phpc.social avatar

@sven It shouldn't be. As it's even more complex than having to use a different tool.

But in times of developers not being capable of using 2 different tools for 2 different things it looks like it's the way people go.

It's not DRY, it's using wrong abstractiosn. But .... ๐Ÿคท

/cc @Skoop

heiglandreas,
@heiglandreas@phpc.social avatar

@Skoop @sven Depending on how Rector calls PHPStan you can even use the replace config inside the composer.json to make it not install PHPStan and then use PHPStan from the tools-directory...

roughly speaking...

heiglandreas,
@heiglandreas@phpc.social avatar

@theseer Opinions.... ๐Ÿ˜•

/cc @Skoop @sven

kboyd, to random
@kboyd@phpc.social avatar

Sometimes when people attempt to explain irony, I find myself doubting my own understanding of it. But then I realize they are the ones who don't understand it, and I think that is just lovely.

heiglandreas,
@heiglandreas@phpc.social avatar

@kboyd The irony of not understanding irony?

markush, to random German
@markush@digitalcourage.social avatar

Ein in Sachsen entwickeltes und unter Anderem nun im Rahmen der Amtshilfe (!) in Berlin eingesetztes, mobiles รœberwachungssystem nimmt Kennzeichen von durchfahrenden Kraftfahrzeugen sowie Gesichtsbilder der Fahrzeuginsassen auf und vergleicht die Aufnahmen automatisiert und beinahe in Echtzeit mit Bestandsdaten.
Aber keine Sorge, laut Berliner Innensenat erfolgt der Einsatz natรผrlich nur โ€žzur Identifizierung von Tatverdรคchtigen und zur Aufhellung von Fluchtrouten und bei der Tat genutzten Wegen bekannter Tatverdรคchtigerโ€œ.

Entwicklung und Betrieb ist natรผrlich Geheimsache, daher wissen wir nicht, in welchen Fรคllen das System mit welcher Trefferquote eingesetzt wurde.

Schรถn auch, dass als Rechtsgrundlage fรผr diese biometrische einfach Mal auf die Rasterfahndung zurรผckgegriffen wurde - man ahnt schon, dass auch die dafรผr notwendige Abwรคgung ob ein minderes Mittel womรถglich รคhnlich effektiv wรคre, Geheimsache ist.

https://netzpolitik.org/2024/ueberwachungstechnik-polizei-observiert-mit-gesichtserkennung/

heiglandreas,
@heiglandreas@phpc.social avatar

@markush Da geht es mit Sicherheit um die "Identifizierung von Tatverdรคchtigen und Aufhellung von Fluchrouten" der 674 flรผchtigen rechtsradikalen, von denen in der kleinen Anfrage der Linksparte die Rede war, oder?

https://dserver.bundestag.de/btd/20/049/2004973.pdf

scy, to random German
@scy@chaos.social avatar

Nachdem gestern der Pi mit dem Paperless-ngx ausgefallen ist, verweigert heute der Router den Dienst.

Vielleicht werd ich einfach Fรถrster.

heiglandreas,
@heiglandreas@phpc.social avatar

@scy Glaub mir. Ist nicht besser!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • โ€ข
  • normalnudes
  • rosin
  • ngwrru68w68
  • tacticalgear
  • DreamBathrooms
  • mdbf
  • magazineikmin
  • thenastyranch
  • Youngstown
  • Durango
  • slotface
  • everett
  • vwfavf
  • kavyap
  • megavids
  • khanakhh
  • Leos
  • cisconetworking
  • cubers
  • InstantRegret
  • ethstaker
  • osvaldo12
  • modclub
  • anitta
  • provamag3
  • GTA5RPClips
  • tester
  • JUstTest
  • All magazines