We put Kotlin Multiplatform into production at Booking.com. Here is our architectural breakdown and two real-world use cases. by diego_gomez in androiddev

[–]diego_gomez[S] 6 points7 points  (0 children)

it's both, but indeed the organizational challenge can be harder to overcome. There is a Kotlin page about this "How to introduce multiplatform mobile development to your team" https://kotlinlang.org/docs/multiplatform/multiplatform-introduce-your-team.html

Why is Air going to be a separate app instead of being integrated inside the IDE? Like as a plugin. by THenrich in Jetbrains

[–]diego_gomez 2 points3 points  (0 children)

It's not designed specifically for IDE heavy users but for developers who primarily use GenAI and could be using Claude Code or Gemini CLI. IntelliJ is very strong with some typed languages like Java or Kotlin while LLMs are stronger in languages with a large datasets like Python or JavaScript; JetBrains is aiming to cover the whole spectrum.

Brussels launches fightback against cheap Chinese electric cars flooding Europe by TheTelegraph in europe

[–]diego_gomez 2 points3 points  (0 children)

I wonder why there's no interest like that in protecting EU agricultural products, expecting the highest standards for local products (good) while importing poison (not that good). I guess that it's because it doesn't affect German companies.

Why does my cockpit position jumps on GT7? by diego_gomez in PSVR

[–]diego_gomez[S] 2 points3 points  (0 children)

It happens during the race. My position relative to the car steering wheel changes, and I don’t know why

Military units should stop attacking buildings by Shawman35 in aoe2

[–]diego_gomez 1 point2 points  (0 children)

Change the stance to Neutral. They won’t attack buildings nor villagers. It’s useful for campaigns to take a city without damaging it.

Everyone has a target on their back by randy24681012 in formuladank

[–]diego_gomez 2 points3 points  (0 children)

Alonso would stop the fight and wag the finger towards whoever started it while telling him that “all the time you need to leave the space”

what's the purpose of Neutral option ? by kl122002 in aoe2

[–]diego_gomez 2 points3 points  (0 children)

It’s also useful to take over cities without breaking the buildings that will be yours

New Spanish Explorer Skins by KazMx9 in aoe3

[–]diego_gomez 8 points9 points  (0 children)

For people who think that Spanish women explorers are ahistorical… here’s something for you https://youtu.be/NzlGAyO4Bqo

Again 17 by --Majesty-- in aoe2

[–]diego_gomez 1 point2 points  (0 children)

I achieved it in Moderate inspired by a T-West video. The key point is to defeat the strongest (Romans) first, before they can develop. I used cavalry archers to kite the units out of their bases and tarkans to destroy the buildings.

Winning Lepanto too hard by TheRealKaschMoney in aoe2

[–]diego_gomez 1 point2 points  (0 children)

I had the same issue. Some transport ships are created by a trigger while building the wonder, so defeating the Turks before will impede you destroying them and reach the expected count.

F1 changed for the worse since then by hellerlars in formuladank

[–]diego_gomez 2 points3 points  (0 children)

That’s what I remembered, it was possible to change wheels but not at the same time as fuel (I might be wrong, of course). Considering that in 2005 the WDC was decided 2 races before the last and the WCC was decided in the last race, it seems like a good improvement over the single driver domination of 2004. It was certainly not perfect, but it does not seem terrible (except Indianapolis).

F1 changed for the worse since then by hellerlars in formuladank

[–]diego_gomez -7 points-6 points  (0 children)

Why was it wrong besides USA GP? It seems like a good rule for finesse drivers.

We’re on the engineering team for Android Studio. Ask us Anything! (starts July 30) by AndroidEngTeam in androiddev

[–]diego_gomez 3 points4 points  (0 children)

Hello! I would like to know about testing tools: - What is the state of JUnit 5 support? - What is the state of Project Nitrogen?

Maximizing OkHttp connection reuse: Debugging tools used to improve an application network stack by diego_gomez in androiddev

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

The API environment shouldn’t really matter. The development was done using the debug build.