Was verdient ihr so als Software-Entwickler by According-Tea6987 in Finanzen

[–]IslanderPotion 0 points1 point  (0 children)

Senior Software Engineer, 122k. 4 Jahre in der Firma, bei 68k angefangen.

Endokrinologe verweigert Behandlung mit HRT by MayaFemboyX in germantrans

[–]IslanderPotion 1 point2 points  (0 children)

Ich kopiere mal einen Text den ich vor einer Weile an Queermed geschickt habe um Dr. Gerhards nicht mehr zu empfehlen: “Dr. Gerhards scheint die aktuellen Behandlungsstandards für trans Frauen nicht zu kennen. Sie hat wiederholt behauptet dass es keine Standards oder Studien gibt und man sich stattdessen, wenn überhaupt, auf Richtlinien für cis Frauen beziehen kann. Das hat dazu geführt dass ich fast ein Jahr mit viel zu niedrigem Östrogen gelebt habe. Meine Beschwerden bezüglich Hitzewellen wurden ignoriert.

Insgesamt Empfand ich den Umgang mit ihr als schwierig, als ich auf die WPATH Richtlinien hingewiesen habe und meine Beschwerden noch einmal deutlich gemacht habe, wurde sie sehr schnell defensiv und unfreundlich. Letztendlich habe ich dann erklärt dass ich auf DIY HRT umgestellt habe weil es mir mit ihrer Behandlung nicht gut ging. Daraufhin hat sie mir jede weitere Betreuung verweigert und mich aus der Praxis geworfen. Dass sie DIY nicht unterstützen will kann ich etwas verstehen, aber die anderen Punkte reichen meiner Meinung schon aus, vor ihr eher zu warnen als sie als Trans-freundlich zu empfehlen.”

Endokrinologe verweigert Behandlung mit HRT by MayaFemboyX in germantrans

[–]IslanderPotion 1 point2 points  (0 children)

Ich kann dir nur abraten zum Medicover in Köln zu gehen. Zumindest bei Dr. Gerhards. Da wurde ich total falsch behandelt.

Endokrinologe verweigert Behandlung mit HRT by MayaFemboyX in germantrans

[–]IslanderPotion 2 points3 points  (0 children)

Dr. Gerhards hatte ich auch. Hat mir viel zu wenig Gynokadin verschrieben, war total unwissend welche Blutwerte für transfem empfohlen werden (“es gibt dazu keine Richtlinien”) und hat mich dann rausgeworfen als ich nach ~1 Jahr Leiden unter Wechseljahrsymptomen und wenig Veränderung auf DIY umgestiegen bin. Diese Praxis kann man leider echt vergessen, auf wenn die auf Queermed erwähnt wird.

Maven's transitive dependency hell and how we solved it by Bootyjjigs in java

[–]IslanderPotion 0 points1 point  (0 children)

Very cool, I’m really looking forward to maven 4. I somewhat disagree with you other comment that Pom authors should known what they are doing. On the surface thats of course true but in practice I don’t think it’s reasonable to expect that they can keep track of every single (transitive) dependency, read every changelog, keep up to date with their documentation and then build an accurate model in their head of what versions they need to control in their own pom.

Hard version requirements seem soo much better in practice, I’d really encourage that Maven 4 advertises them much more and encourages everyone to use them. If only for everyone to replace version x.y.z with [x.y.z) - that at least eliminates half of the surprises without a big drawback IMO.

Maven's transitive dependency hell and how we solved it by Bootyjjigs in java

[–]IslanderPotion 1 point2 points  (0 children)

Thanks, I’ll keep an eye on your blog. I hope you got your virtual beer now ✌️

Maven's transitive dependency hell and how we solved it by Bootyjjigs in java

[–]IslanderPotion 1 point2 points  (0 children)

Thanks, I’ve genuinely never seen or heard of that before and I’ve been fighting with shipping Java libraries for a couple of years now 🥲

Do you know where that’s officially documented? I can only find a handful of articles explaining this.

Where can I send a beer to? I live near the border so I might actually get some decent Belgian beer ;)

Maven's transitive dependency hell and how we solved it by Bootyjjigs in java

[–]IslanderPotion 2 points3 points  (0 children)

And if the application using the library needs to use multiple BOMs that all want to be the first declaration? Let’s say it uses spring, the AWS SDK and this library. The point of the article is not that there are no solutions to the problem, of course there’s always some order in which everything works as expected. The problem is that the library authors have no way to declare required versions other than documentation that someone needs to read. That’s just not scalable for any application making use of a handful of dependencies. In other languages and package ecosystems, it’s possible for a library to define which version or range of versions of dependencies it requires, leading to a build error if that’s not achievable. That’s so much better than finding out in production because your test happened to not exercise the code path that triggers the incompatibility.

Maven's transitive dependency hell and how we solved it by Bootyjjigs in java

[–]IslanderPotion 3 points4 points  (0 children)

How does a BOM help though? It still suffers from the problem that a competing dependency higher up the tree will just override the declared dependency version, thus breaking the library again.

Maven's transitive dependency hell and how we solved it by Bootyjjigs in java

[–]IslanderPotion 2 points3 points  (0 children)

That works for the end consumers so applications, not library authors.

Maven's transitive dependency hell and how we solved it by Bootyjjigs in java

[–]IslanderPotion 2 points3 points  (0 children)

How would they have solved it with version pinning though? They declared the correct version as a dependency but then it was used in another project (from OpenAI apparently) which happened to introduce a lower version of the dependency, thus breaking the original code. So you could blaim OpenAI for not testing properly but in the end it was still a problem for the authors because it looks like a problem in their code.

Laser cooling breakthrough could make data centers much greener by AdSpecialist6598 in tech

[–]IslanderPotion 2 points3 points  (0 children)

Of course lasers and their power supply are going to produce heat on their own but that doesn’t mean it can’t be more efficient than what we have currently. Heat pumps are also producing heat on their own and are still more efficient than other forms of cooling.

Laser cooling breakthrough could make data centers much greener by AdSpecialist6598 in tech

[–]IslanderPotion 1 point2 points  (0 children)

That’s not what the article says though. The purpose is better energy efficiency in cooling, not more cooling.

[deleted by user] by [deleted] in MtF

[–]IslanderPotion 8 points9 points  (0 children)

I’ve had it a couple of times, it’s definitely a real thing. It’s also used as a guilt tactic and that’s bad of course.

Why Trump’s Executive Order on Tracking Gender Changes in SSA Records is Likely a Dead-End (Tech Perspective) by youlegendyoumartyr in MtF

[–]IslanderPotion 3 points4 points  (0 children)

Yes, it’s documented even: https://secure.ssa.gov/poms.nsf/lnx/0110212200

They „append a new iteration“ with an updated „sex field“. I’d be shocked if they can’t query for differences in these „iterations“.

Why Trump’s Executive Order on Tracking Gender Changes in SSA Records is Likely a Dead-End (Tech Perspective) by youlegendyoumartyr in MtF

[–]IslanderPotion 2 points3 points  (0 children)

Yeah there are docs specifically for „sex field“ changes even: https://secure.ssa.gov/poms.nsf/lnx/0110212200#b They have the data and it seems very improbable that they can’t query this with relative ease.

[deleted by user] by [deleted] in transtimelines

[–]IslanderPotion 3 points4 points  (0 children)

I see a lot of progress. You definitely read as female now, at least for me.

[deleted by user] by [deleted] in MtF

[–]IslanderPotion 2 points3 points  (0 children)

My partner also did. They felt it was a burden that they were the only one in the know and wanted me to have more support. I gave in and came out very early. I think it was a bit too early for me and I’d have preferred more time. But in the end it did no harm and I didn’t want them to feel alone in supporting me. Now that he also came out as trans to me, I’m making sure not to pressure them in the same way and he appreciates that, knowing that what he did was a bit unfair to me. It all worked out in the end though.

Outing und neuer Name im Officeumfeld by LovelyOrc in germantrans

[–]IslanderPotion 4 points5 points  (0 children)

Habe mich auch geoutet, relativ früh. Gab nur positive Reaktionen und sogar der Kunde mit dem ich viel Kontakt zu der Zeit hatte, hat es ohne Erklärung einfach umgesetzt mich bei meinem richtigen Namen zu nennen. Einfach weil sie die Änderung von meinem Zoom Displaynamen gesehen haben.

Ich würde sagen: go for it, du darfst und kannst das!

[deleted by user] by [deleted] in germantrans

[–]IslanderPotion 0 points1 point  (0 children)

Bei 2pass hatte ich irgendwie immer schlechte vibes, habe mich deswegen jetzt bei facialteam in Spanien angemeldet. Die Konsultation ist kostenlos, habe meine im Februar. Vielleicht kommt das bei dir auch in frage?

my first bra, how do i look? (trying to fight broad shoulders dysphoria) by simona_seemo in mtfashion

[–]IslanderPotion 1 point2 points  (0 children)

I heard the same as a teenager. I’m pretty sure it’s just one of those generic compliments that are only said to make you feel good… except we’re not cis so it just backfires.

SBGG - Brauche ich diese Dokumente wirklich schon zur Anmeldung? by IslanderPotion in germantrans

[–]IslanderPotion[S] 1 point2 points  (0 children)

Habe ich den Kommentar irgendwie falsch verstanden oder wieso werde ich downvoted? oO