I think about this quite often, as 2 of my kids were born in Ireland, but grew up elsewhere (Slavic country). I speak English with them, but so do some of my friends/neighbors with their kids. The other kids would seldom speak English though, while my kids seem to default to English somehow. Btw. they left Ireland when they were 2y and 9months old (now 9 and 7), never attended daycare there, were only exposed to English at grocery stores, doctors etc. My point is, the early exposure to the language seem to make huge difference. I'm sure it's a combination of other things too but I'd say it is definitely a strong factor.
[edits: grammar]
> while my kids seem to default to English somehow.
> I speak English with them
You seem to know the answer already :) Kids regularly find "more reliable" adults and weight their opinion, manners and ideas higher than others, so if you're mainly speaking English to them, they'll default to trying to adopt to that, even if the main language is different all around them.
I think the problem with these general-purpose PaaS on top of Cloud is exactly that they're general-purpose. You will run into limitations and issues as soon as you start doing things only 5-10% of their customers need, like for example running privileged docker containers in kubernetes or wanting to manage parts of your infra with terraform.
I'd much rather see tools helping me deploy one particular niche use case in Cloud really well.
BTW I'm trying to follow this mantra while building https://staticbot.dev
And their value prop that you need expensive hard-to-find AWS DevOps Engineers to run your AWS infra is just fear-mongering.
I think people vastly overestimate how hard it is to learn AWS. It may seem daunting at first but it only takes like a week -- one good YouTube series to cover the basics like IAM, and a lot of playing around with the GUI console, CloudFormation, and pestering support till it all clicks. Multiple backend devs in your team should be able to own your CloudFormation/Terraform scripts and your cloud infra. I basically did exactly this in my new grad SWE job.
Just fucking learn it. You don't need to hire someone for every little thing. Don't treat AWS like some complex arcane machine that only a 3x AWS-certified "Cloud DevOps Engineer" with 10 years of experience should touch. And for the love of God don't add more 3rd party layers like TFA. Most of the world is raw-dogging AWS, why is your company an exception?
I'm building StaticBot.dev. I was surprised how tedious the manual setup for hosting static websites on AWS infra still was after 2 decades in the industry, and as I wanted to put a few websites out there to test waters for some ideas I had recently, decided to tackle it myself. So basically scratching very own specific itch: deploying and managing a fleet of static project websites in AWS infrastructure with IaC and nice UI. I wouldn't myself use something with (hidden) vendor lock-in, so opted for "hybrid" approach where user can deploy conveniently using the tool but has up-to-date terraform code avaiable in s3 so can take over project deployment anytime. Not much of a business mind so I might open source the whole thing later on (though the value of code kind of plumetted lately as AI can generate it so well).
Is it roughly correct to think the speed of the camera in the ESA video would be 683,280,000 times the speed of light? Considering the zoom in took ~1 minute, and that's the number of minutes in 1300 years (the distance to Horsehead Nebula).
For me it's Scott Smith's blog post series describing his current journey after being diagnosed with ALS (Stephen Hawking's disease) as a young father of two little girls. There are unique perspectives on gratitude and how to stand strong in the face of one of the cruelest afflictions life might throw at you.
'"Third option is to launch a clone of the product with a different name, use it for capturing the ad traffic and then direct it towards the original product. This seems workable, but also a bit too experimental for comfort."'
You might also have the option to twist the above - similar to what I did with my product http://exmerg.com. I created a copy of it at http://gridoc.com and directed the traffic from the old product to the new one. Users gradually started going directly to the new one (gridoc) and the original web is now almost forgotten.
If you think that you are lucky to have good friends and helpful colleagues, maybe turn it around and think to yourself - they are lucky to have me!
Personally, I consider people who are humble or even low self-esteem as more interesting. Maybe it even correlates with intelligence? Idk, but the fact that you might feel like you lack confidence can actually make you look more interesting to people.
I know many people (including me) who try to minimize contact with with over-confident people when possible.
Running a 1-man SaaS as a side-project has been one of the best things career wise. It helped me gain a different perspective on software (design, devops, sales, support etc.) in general. Being able to bring some of that experience into my day-time jobs was really rewarding.
The Saas i'm running is Gridoc (https://gridoc.com) - it pays for the car and a few bills. I'm pretty sure it could be doing better but it has been on auto-pilot for a couple years now (started a family).
A pretty easy way to discover how Soundex works can be playing with http://gridoc.com/fuzzy-matching/ - a tool for fuzzy record matching that supports Soundex and Levenshtein Distance.