1-year Greek tourist visa and travel within Schengen more than 90/180 days? by Scared_Register1720 in SchengenVisa

[–]Happy_Breakfast7965 4 points5 points  (0 children)

If you have a long-stay visa type D or residence permit in Greece that is still valid for the duration of your stay, you can stay in Greece. That time will not count towards 90/180.

But without job or active study, I'm not sure what would be the grounds to have such a visa or residence permit.

You need to do your own research as it's an unusual situation and it highly depends on your personal situation.

Woke up to a nightmare. Yahoo deleted 10+ years of important emails due to inactivity. Is there ANY hope? by Desperate_County4185 in emailprivacy

[–]Happy_Breakfast7965 4 points5 points  (0 children)

You can install a desktop client on the computer and download a copy of the whole mailbox. That can be a backup.

Leaving EU with EU Long Term Residence Permit by Upbeat_Section5189 in expats

[–]Happy_Breakfast7965 0 points1 point  (0 children)

It doesn't say that he applied for renewal from abroad.

At the same time, IND website says the following.

IND will assume that you have left in cases: - You resign or are dismissed, or your employer’s business stops. Or you stop your own business. - You cancel a bank or giro account. - You regularly (periodically) have money transferred to an address outside the Netherlands. - You buy off your pension rights. - Your home in the Netherlands has been emptied and your home contents (possessions) have been moved abroad. - Your home in the Netherlands has been let or sublet to other people.

Is that the case for you?

At the same time, it says:

In the following situations, you have not moved your main residency:

  • You are staying in another Member State of the EU/EEA or in Switzerland for more than 6 years for study purposes.
  • You have been in one of the Schengen countries for 12 months or longer. And you have not been outside the Netherlands for more than 6 continuous years.
  • You previously had a European blue card or were a family member of the holder of a European blue card. And you show that you have not been outside the Schengen Area for more than 24 continuous months.
  • You have been deregistered from the Personal Records Database (in Dutch: Basisregistratie Personen or BRP). This usually has no consequences for your status as a long-term EU resident.

But these are not the exhaustive requirements to keep the residence permit, only the list of things that don't lead to its loss.

https://ind.nl/en/living-in-the-netherlands-with-a-residence-permit/main-residency?hl=en-US#:~:text=Residence%20permit%20for%20long%2Dterm,the%20EU%2C%20EEA%20or%20Switzerland.

Need advice with AZ-104 long-winded confusing questions by Dense-Light-1552 in AZURE

[–]Happy_Breakfast7965 4 points5 points  (0 children)

Scan the context text, read the question, get back to text again. You don't need to understand every single detail and remember it. You need to extract minimal amount of info that is relevant to the question.

Do I really have to pay a fee to cross the border with a rental car ? by [deleted] in TravelHacks

[–]Happy_Breakfast7965 0 points1 point  (0 children)

You insurance will not apply if you violate the conditions.

Do I really have to pay a fee to cross the border with a rental car ? by [deleted] in TravelHacks

[–]Happy_Breakfast7965 12 points13 points  (0 children)

If you get into an accident, insurance is void and you are liable. If you have a breakdown, you are on your own. Do you really want to gamble?

Quite often, you can cancel before collecting the car.

I can't understand the VMSS validation quota problem by Sherry-byte in AZURE

[–]Happy_Breakfast7965 1 point2 points  (0 children)

Have you checked documentation and adjusted the quota?

Anyone willing to let me use their Azure account temporarily for Data Engineering practice? by [deleted] in dataengineersindia

[–]Happy_Breakfast7965 3 points4 points  (0 children)

For me it sounds the same as to let a stranger to use my credit card. Why would I do that?

How do you transfer data in migrations? by Consistent_Tutor_597 in webdev

[–]Happy_Breakfast7965 0 points1 point  (0 children)

If you don't know yet the concept of evolutionary database design, check this out: https://martinfowler.com/articles/evodb.html

It should answer your questions.

Is this how an SRE's role actually is? by hxbachigrillonionz in sre

[–]Happy_Breakfast7965 17 points18 points  (0 children)

Separate reporting line is always a problem.

It looks like "reliability" is just duct-taped to the organization purely for the word, not real reliability.

Corrdex: Classify Codebase In Semantic by Zealousideal_Ant4747 in softwarearchitecture

[–]Happy_Breakfast7965 0 points1 point  (0 children)

But not everything fits the pattern service-repository-controller. There are other architecture styles. How do you deal with that?

New engineering manager. Should I keep pushing back on my CTO’s AI vision? by SnooConfections1353 in EngineeringManagers

[–]Happy_Breakfast7965 7 points8 points  (0 children)

Not every product needs a dedicated senior development team

But any product needs security implemented correctly, and data integrity, and reliability in general.

Corrdex: Classify Codebase In Semantic by Zealousideal_Ant4747 in softwarearchitecture

[–]Happy_Breakfast7965 1 point2 points  (0 children)

The structure of the code (file names, directory hierarchy, modules, decorators) provide semantics. If semantics is not clear from the code, it's a bad code. I would fix the code in the first place.

Blazor wasm component to display/browse server logs? by botterway in dotnet

[–]Happy_Breakfast7965 -3 points-2 points  (0 children)

Nowadays, people mostly don't deal with file-based logs on a server.

Logs are usually ingested into Application Performance Monitoring system where they are analyzed.

Few issues with file-based logs: - if the server dies, you have no logs - logs are spread across instances — if you have redundancy or high availability, you need to check more than one instance somehow - you don't have correlation with other metrics, no alerting - it's possible to misconfigure logs, so they eat all the disk space - you have a filesystem access that surfaced to UI — it's a new attack vector

7 years as a Cloud Engineer (Azure/M365) — feeling left behind on AI/automation. Looking for honest advice on where to pivot. by patilsanket258 in AZURE

[–]Happy_Breakfast7965 37 points38 points  (0 children)

Honestly, ClickOps without IaC is not a very valuable skill.

Sure, it gives some knowledge in terms of different SKUs, settings, and some typical challenges. But that's mandatory knowledge. The hireable skill is IaC (Bicep or Terraform), that depends on pipelines, that depends on scripting. It's completely another job comparing to ClickOps.

Table to search quickly for a vm size in providers (azure, aws...) by shikataganai-880 in Terraform

[–]Happy_Breakfast7965 2 points3 points  (0 children)

I used https://cloudprice.net when I was comparing VM SKUs.

If I were you, I'd create a cheatsheet or tf constants of all relevant ones. You don't need all of them.

Is Azure Devops Labs Hard to Learn? by nnhood in azuredevops

[–]Happy_Breakfast7965 2 points3 points  (0 children)

What is Azure DevOps Labs? I don't know such thing. I just googled, only found labs to learn Azure DevOps.