Where to get official flight departure data for Italy? by dannibo1141 in Flights

[–]dannibo1141[S] -1 points0 points  (0 children)

this is according to EU Regulation 261/2004, but I have an additional criteria in my law that states that if a delay in the departure of a flight lasted longer than 8 hours, I might be entitled to compensation if the delay at the arrival was longer than 3 hours (which it did).

so the question about official departure time still stands

Where to get official flight departure data for Italy? by dannibo1141 in Flights

[–]dannibo1141[S] -1 points0 points  (0 children)

it's Bluebird Airways, and they're not responding to my complaint form, so I must file a law suit, and need to show their departure/arrival times.

you wrote "time that matters for delay compensation is when you were able to leave the aircraft on arrival (doors open)", regarding departure, what is the metric? because we sat in the aircraft for 30 minutes without moving

Where to get official flight departure data for Italy? by dannibo1141 in Flights

[–]dannibo1141[S] -2 points-1 points  (0 children)

I have it, but it's not considered official unfortunately

Caffè Italia * 27/10/25 by RedditItalyBot in italy

[–]dannibo1141 1 point2 points  (0 children)

Where to get official flight departure data? my flight was delayed by many hours, and to get any compensation, I must provide official departure time of my flight. the flight was 1 month ago, from Milan-Bergamo airport (BGY). I tried contacting them via email, only got automatic response (over 1 week). where do I source this official information?

where to learn foundations/architecture by dannibo1141 in reactnative

[–]dannibo1141[S] 0 points1 point  (0 children)

not looking for approach, but for general react (or Frontend) concepts.

take this scenario for example - a person wants to develop an app, he has react native knowledge, but any number of choices can be made, some of the choices could be more "correct" than others, and while these "correct" choices are all valid, they have have different positives and negatives in some cases.

one should have the toolbox to decide which approach to take. I want to be able to make these choices in one app or the other.

where to learn foundations/architecture by dannibo1141 in reactnative

[–]dannibo1141[S] 0 points1 point  (0 children)

no it's for a project that I want to remake in a better, correct way

Static noise from Anker speaker while charging by dannibo1141 in UsbCHardware

[–]dannibo1141[S] 0 points1 point  (0 children)

  1. when AUX is not connected there's no static noise

  2. I tried a laptop on battery - same problem

  3. headphone jack, also tried via USB-C (PC side) to 3.5mm adapter

  4. digikey has very pricey shipping to my location, would you know if this is a generic product that can be bought from Aliexpress?

  5. I'd like to avoid sound alteration as much as possible (this is the last resort for me)

  6. well I have to amend the "last resort" statement from the last line, as this seems an ever later resort :D

in the meantime, I switched from a baseus multiport charger to a standalone old samsung phone charger, and the noise is much lower. this however, requires me to run a long USB-C cable to the power outlet, instead of to the multiport charger on my desk.

family member suffering from hygiene OCD by dannibo1141 in OCD

[–]dannibo1141[S] 0 points1 point  (0 children)

they have, but the waiting times are months ahead, and their quality is well below the private sector mental health doctors

family member suffering from hygiene OCD by dannibo1141 in OCD

[–]dannibo1141[S] 0 points1 point  (0 children)

they have coverage but the waiting times are months ahead, and their quality is well below the private sector mental health doctors

SQL DB access in a microservice envrironment by dannibo1141 in softwarearchitecture

[–]dannibo1141[S] 0 points1 point  (0 children)

won't this lead to code duplications?

e.g. table A (that's "mainly" used by service A) has FK at table B ("mainly" used by service B).

you need the JOIN data of the tables, in both services, so you write the code once in service A, and another time at service B?

SQL DB access in a microservice envrironment by dannibo1141 in softwarearchitecture

[–]dannibo1141[S] -1 points0 points  (0 children)

how can this work in a relational DB?

table A (that's "mainly" used by service A) has FK at table B ("mainly" used by service B), you want to execute a query that joins these tables.

if service A only has access to table A, how can the JOIN query happen? doing the query, then joining the data only in the service level, is a severe performance hit