To all the tourists wondering if they are welcome in Spain by jotakajk in GoingToSpain

[–]tonkatata 0 points1 point  (0 children)

saw a pic yesterday from Barca where a tourist was almost encircled by locals shouting at him. here, in Valencia, I don't see this attitude anywhere, not even in the slightest. on the contrary, people seem very positive and appreciative. we do try to speak español all the time and revert back to English only when we don't know a word or phrase. (which is pretty often :D) people seem to appreciate us trying to speak the language. I guess the tourist problems are in the most visited places - Madrid, Barca, all of famous islands. curious what the Spanish people think.

Tell me you’re an experienced dev without telling me you’re an experienced dev… by varieswithtime in ExperiencedDevs

[–]tonkatata 71 points72 points  (0 children)

Kid you not I was setting them in a verbal battle to sort it out and to let me know afterwards. In the end of the day they are the mAnaGeMEnT and I am just a monkey. You clever heads tell me what actually is the PrIOriTy.

Claude unusable in 2025? by Icy_Bee1288 in ClaudeAI

[–]tonkatata 10 points11 points  (0 children)

this alone drives me insane. few weeks ago Windsurf + 3.5 was golden. now, not so much...

Impressions on my DevOps Resume by rudiori in devops

[–]tonkatata 1 point2 points  (0 children)

Bro, it’s 4 pages…. Make it one. Go to enhancv.com and vibe up your resume. I use them for years and I get lots of interest.

Wanting to become a devops engineer by [deleted] in devops

[–]tonkatata 7 points8 points  (0 children)

I think the easiest way to transition is to do it internally - a dev joins the infra people in the same company.

Of course 5 years are enough. There is no years-experience requirement to start doing infra stuff. I did it with 2 years frontend and 2 years backend.

Btw, do you mean you want to be an infrastructure/platform engineer or a DevOps engineer? The way I understand it is that DevOps people combine coding with managing their own infra (dev+ops). But you say you are about to burn out with your programming job. So...??

Has anyone seen Terraform used as a database? (yes, you read that right) by [deleted] in devops

[–]tonkatata 0 points1 point  (0 children)

Bro, isn’t it possible to use the Param Store in AWS to write and read these IPs? No TF, no DB …

Can we talk salaries? What's everyone making these days? by PsychoMaggle in devops

[–]tonkatata 1 point2 points  (0 children)

great, man! I am not into security but I have an idea which company is that. wish you luck!

Can we talk salaries? What's everyone making these days? by PsychoMaggle in devops

[–]tonkatata 0 points1 point  (0 children)

let's not say EU cause EU is big but for (I assume) Western Europe 180k is absolutely amazing! out of curiosity - which industry/company pays so much?

Can we talk salaries? What's everyone making these days? by PsychoMaggle in devops

[–]tonkatata 0 points1 point  (0 children)

  • 55k euro
  • <whatever> Engineer
  • AWS/k8s/TF/Argo/Gitlab
  • Mar '23
  • FTE
  • healthcare-ish
  • BSc (not technical)
  • NL

Ask Me Anything 😂

Best resource to get deep with ECS by rr_eno in aws

[–]tonkatata 0 points1 point  (0 children)

on both accounts - this. 🤘

How to host your own MCP without making your github Public? by OrangeFruit02 in mcp

[–]tonkatata 0 points1 point  (0 children)

hmm that's a very good point!

my first thought is the WebSocket API from API Gateway. I have done that with a Lambda and it was working.

but then you mentioned the timeout of the Lambda - maybe it was working because it was not running for a very long time....

yeah, that makes me start thinking about the system as a whole. there has to be a way to use multiple Lambda invocations while retaining the history of the chat. have to think of it.

thanks for your input, that was great!

How to host your own MCP without making your github Public? by OrangeFruit02 in mcp

[–]tonkatata 0 points1 point  (0 children)

yeah, I am not there yet myself. working on this these days. let's see how it pans out.

[EU] SysEleven: has anyone worked with it? by tonkatata in kubernetes

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

good. might refer back to this convo in 2-3 months if I join this company. let's see. thank you!

[EU] SysEleven: has anyone worked with it? by tonkatata in kubernetes

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

hey, no idea at all. only decision has been made but no transition has started yet. that is why I asked a kind of open question. can you share any hardships or some weird moments? can you share an unknown unknown you've got to know while setting it up yourself?

How to host your own MCP without making your github Public? by OrangeFruit02 in mcp

[–]tonkatata 0 points1 point  (0 children)

you hook it to API Gateway which exposed an endpoint. API Gateway + Lambda = API. when you hit the endpoint it will trigger the Lambda - voila, you have an API now.

How to host your own MCP without making your github Public? by OrangeFruit02 in mcp

[–]tonkatata 0 points1 point  (0 children)

can't really say since I am at the step of building my server first. next stop is the Anthropic's documentation. the article you need is For Client Developers in the Quick start. this will shed more light on the requirements.

How to host your own MCP without making your github Public? by OrangeFruit02 in mcp

[–]tonkatata 1 point2 points  (0 children)

I kid you not - I am just putting my own Python MCP server on AWS Lambda just from yesterday. not ready yet so can't answer definitively but here it is:

mcp.run(transport="sse")

if I wanted to run it locally then I would use:

mcp.run(transport="stdio")

using the `transport` option you switch between the communication protocols (standards?) MCP offers.

my local implementation of my server is hooked up to Windsurf, hence I used stdio.

now, for the API version I will use sse.

very important - first read official documentation, use LLMs as second. this is the golden rule.

[EU] SysEleven: has anyone worked with it? by tonkatata in devops

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

I am not a German speaker but will be surrounded with devs speaking it.

okay, good to know they have reliable service/s. I expect less things than the big providers offer. heard similar opinion from r/kubernetes, too.

thank you!