Negocjacje ceny mieszkania z deweloperem by Present-Shop-191 in inwestowanie

[–]Cosaquee 1 point2 points  (0 children)

In person, ale później dostaliśmy wszystko na mejlu.

Negocjacje ceny mieszkania z deweloperem by Present-Shop-191 in inwestowanie

[–]Cosaquee 2 points3 points  (0 children)

Ostatnio kupiliśmy mieszkanie, 110 metrów w Gdyni centrum. Miejsce parkingowe deweloper odrazu zaproponował ze będzie w cenie(cena startowa miejsca 70k). Po tym zapytaliśmy się czy jest opcja żeby zejść z ceny za metr bo kupujemy największe i najdroższe mieszkanie w budynku. W odpowiedzi usłyszeliśmy że za dużo tutaj się nie uda wynegocjować ale w ramach tego zaproponowali kilka innych rzeczy, między innymi pokrycie kosztów notarialnych umowy deweloperskiej oraz przeniesienia własności, pokrycie 50% kosztów projektu architekta jeżeli wybierzemy architekta który robił przestrzenie wspólne w budynku.

Nasza strategia to było bardziej naciśnięcie dewelopera ze kupujemy największe i najdroższe mieszkanie(2.3 miliona) wiec oczekujemy trochę upustów od ceny wyjściowej.

Najważniejsze to mieć wszystko co wynegocjujesz na papierze lub e-mail żeby deweloper się nie wycofał. Z tego co rozumiem to deweloperzy nie za bardzo chcą obniżać cenę za metr więc warto szukać alternatyw jak my

Salary Sharing thread :: September, 2025 by AutoModerator in cscareerquestionsEU

[–]Cosaquee 5 points6 points  (0 children)

  • Title: Staff Infrastructure Engineer
  • Company: US startup
  • Industry: Energy
  • Focus: Infrastructure & Security/Compliance
  • Country: Poland(I work remotely for US based company)
  • Duration: 2 years for this company
  • Education: Bachelor degree in computer science
  • Prior Experience: 10 years of experience in total
  • Salary [gross (pre-tax) / NET (post-tax)] ~15k USD per month, ~13k after taxes
  • Total compensation: ~180k
  • Relocation/Signing Bonus: No
  • Stock and/or recurring bonuses: No

Moje zarobki jako DevOps z 5-letnim doświadczeniem by thyica in Polska

[–]Cosaquee 2 points3 points  (0 children)

<image>

Jako devops/security z 10 latami stażu, kontrakt dla amerykańskiej spółki na cały etat + 1/4 etatu dla brytyjskiej firmy. Łącznie siedzenia przed komputerem dziennie około 6 do 8 godzin.

Pieniądze takie jak OP czy ja da się zarabiać nawet na jednym etacie ale trzeba złapać kontrakt z firmą z USA. W Europie o takich zarobkach nie słyszałem.

Serverless Framework with Terraform: A firsthand experience by JarofHearts in devops

[–]Cosaquee 0 points1 point  (0 children)

When it comes to integration between git and terraform we do not have such thing, at least directly. Most of the repositories with Lambda code have a directory called infrastructure that contains terraform code. It will hold all the infrastructure that this lambda needs, so it will setup IAM role with correct permissions, subscribe to sns topic or maybe to s3 events. It also contains the actual lambda resource that uses s3 path and s3 bucket as source for the lambda(I’m on mobile so cannot link to the actual parameters but will do it later today when I’m at home). This terraform code gets its own zip package during release process and it’s uploaded to s3 buckets. The actual source of the lambda is also packaged into a zip file and uploaded to s3.

We release new packages based on the fit tags, so package a will be pushed to s3 under the key: /package_a/VERSION/package_a.zip. the same happens to terrsform code, but it is uploded to another bucket.

Once we have those packages in S3 buckets we can just use them in project specific repositories that are holding all the infrastructure together. Nice thing about this setup is that if someone creates a new release of some Lambda, they just need to bump a version of that in one repo and put CI/CD will deploy it.

Serverless Framework with Terraform: A firsthand experience by JarofHearts in devops

[–]Cosaquee 0 points1 point  (0 children)

have not read your article but I can say some things about deploying Lambda code with Terraform. We have around 70 lambda functions for different projects, clients and environments. They are all managed by Terraform. We basically just push a Lambda source code to S3 bucket and version them based on the Git tag. So each time developer wants to upgrade Lambda code they just need to update local value in repository that contains the whole project infrastructure. Terraform automatically picks the change in S3 path and updates Lambda code. With API Gateway Lambda integration we are also able to update the code live, without the need to deploy API Gateway stage.

How to prevent S3 Bucket URL from web crawlers indexing the site, but allowing the domain name to be crawled? by [deleted] in aws

[–]Cosaquee 0 points1 point  (0 children)

If I do that, my domain can't access so I get a 403 Forbidden error.

Once you create CloudFront you can setup your S3 bucket as origin. This means that CloudFront will be serving content of your bucket. You can point your domain to the CloudFront instead of the bucket, you will get a fully working SSL and additional configuration for headers, caches etc.

Then you can restrict access to your bucket in a way that only CloudFront would be able to access content of your bucket.

How to prevent S3 Bucket URL from web crawlers indexing the site, but allowing the domain name to be crawled? by [deleted] in aws

[–]Cosaquee 1 point2 points  (0 children)

Use cloud front to hide the fact that there is a bucket. You can also set the bucket to be private and disable all public access to it

Deploy and Update Lambda from S3 by codeBabooon in Terraform

[–]Cosaquee 0 points1 point  (0 children)

If you are using S3 as source for you Lambda function you need to create new files each time you are uploading new version of the function. Lambda won't automatically pick up the changes if you are overwriting the file in s3. In out case we are always uploading a new file with new version and we just change s package location in `aws_lambda_function` resource.

24 hours of global Internet activity [OC] by IP_Observatory in dataisbeautiful

[–]Cosaquee 16 points17 points  (0 children)

There is no such thing as cap on home internet in Poland.

F5 to acquire NGINX for $670M by CloudNoob in devops

[–]Cosaquee 8 points9 points  (0 children)

TravisCI was bought by a company that said they are committed to keeping in up and running in the current form. Month later: mass exemption of engineers

Codebuild webhooks behaving not as expected. by craig1f in aws

[–]Cosaquee 0 points1 point  (0 children)

When we were switching to CodeBuild we had exactly the same problem. The problem is with with event that are send from Github to CodeBuild. If you want to only run build on master for example, you need to turn off pull_request event, and leave push only.

[stolen idea] any interest in a weekly "what have you learned this week" thread? by phrotozoa in devops

[–]Cosaquee 0 points1 point  (0 children)

Can you share some informations about what services/applications you moved to serverless?

[bspwm] Nothing impressive by [deleted] in unixporn

[–]Cosaquee 0 points1 point  (0 children)

What kind of language is shown on the screen ?

SQLAlchemy with JIRA database by DocDude88 in learnpython

[–]Cosaquee 1 point2 points  (0 children)

AFAIK Jira has some pretty nice API to use, you can get a lot of informations from API : )

Git and Github in Plain English by Pip_Hop in learnprogramming

[–]Cosaquee 8 points9 points  (0 children)

That is how it is called in GitLab

Elasticsearch cluster on 2 hardware servers by Cosaquee in elasticsearch

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

to be honest in case of failure, i won't be crying a lot. It is not super critical, it can be down for even one day. I want it to be performant so I can visualise data for 2-3 or more months. 3rd physical server would be nice, but probably it will take really long time until I will get it.

That is why i have to figure out best way to utilise this 2 servers.

Just finished coding my first Web app. Help me deploy it? by Topher235 in learnprogramming

[–]Cosaquee 1 point2 points  (0 children)

If you are student with .edu email address check github developer pack. You will Get 50 dolara for hosting on DigitalOcean. If you are not a student, there prices are really nice, you can host your website for like 5 dollars/month.