HackerTrans
TopNewTrendsCommentsPastAskShowJobs

andrecp11

no profile record

Submissions

Approaching software problems from first principles

world.hey.com
4 points·by andrecp11·5 ปีที่แล้ว·0 comments

Kubernetes Is Kind of Cool

world.hey.com
1 points·by andrecp11·5 ปีที่แล้ว·0 comments

comments

andrecp11
·5 ปีที่แล้ว·discuss
I did the above and truly recommend it. Great mix of theory and practice.
andrecp11
·5 ปีที่แล้ว·discuss
Out of curiosity, with COVID I imagine people are WFH more and there's a tendency for that to continue. Did you think about buying a desktop instead? Usually is much better value for the money and Linux is likely to run without issues too.
andrecp11
·5 ปีที่แล้ว·discuss
Flask with jwt Stripe for bills
andrecp11
·5 ปีที่แล้ว·discuss
Ansible, there's plenty of material around it!
andrecp11
·5 ปีที่แล้ว·discuss
It really depends on what you’re optimizing for. If it’s money and FIRE, sure I guess.
andrecp11
·5 ปีที่แล้ว·discuss
The K8s docs offer ways of running on-prems, you can do it with nginx ingress daemonset + DNS pointing to the IP (or CNAME) of your workers.

It's all covered quite well here: https://kubernetes.github.io/ingress-nginx/deploy/baremetal/ and we use it in production.
andrecp11
·5 ปีที่แล้ว·discuss
That has also been my experience. Truth is, there are many good developers out there. Maybe they can't be bothered to practice for leetcode (and why should you do it if you do not have 100k applicants per open role?).

In ~4h total time interview you can have a very strong feeling if someone will be a fit culturally and if they aren't incompetent. Give them a chance.

Or you can spend months and many more hours to roll a dice with a bit higher chance of making a better hire...
andrecp11
·5 ปีที่แล้ว·discuss
I'm excited about the things I can build with software, not so much about software itself. All the problems we can solve with OSS tools.. is truly amazing!

If a new database comes and is better than postgres, I might switch to it in a couple of years, but, I wouldn't want to be working in a new database. Software for software sakes doesn't motivate me too much.

Solving problems for the film industry with visual effects does motivate me a lot. I love seeing the end product and being part of it by making the studio and artists more efficient! That I can do it by using my tech skills is awesome.
andrecp11
·5 ปีที่แล้ว·discuss
What sorts of features from 3.8 and 3.8 have you been seeing regularly used?
andrecp11
·5 ปีที่แล้ว·discuss
Hell yes.
andrecp11
·5 ปีที่แล้ว·discuss
We do adhoc pair programming when mentoring a junior or going through a tough problem together.

It probably sums up to 2-4h per month. I wouldn't want to have it be obligatory or mandated. We use it as a tool when we feel it's useful.
andrecp11
·5 ปีที่แล้ว·discuss
What kind of UI are you building? What platform are you targeting?
andrecp11
·5 ปีที่แล้ว·discuss
Because it wasn't mentioned yet, Dropbox was quite magical as an end user tool. You use your computer normally with folders and everything is sync'd to other computers.

Unfortunately dropbox the company chose to grow into everything except their core product.
andrecp11
·5 ปีที่แล้ว·discuss
Ansible licensing? I must be missing something! Do you mean Ansible Tower? Ansible is free and OSS. It has AWX which is the Tower equivalent but free.

Yes. Ansible is a framework with plugins. Just like Django or Ruby on Rails.
andrecp11
·5 ปีที่แล้ว·discuss
I think you misunderstand how Ansible is supposed to work. You can put in the work (much less than ~ 6 months, I'm available for freelancing!) and have it working. By then you will be able to run your command :-)

You will also be able to share as much of the deployment as you want/can between the different models/OSes. Templating configuration variables based on their characteristics.

What you're asking to is akin to "Why cannot I download an app that does what $PRODUCT does but for my business for free? Why do I need to write my own software?"
andrecp11
·5 ปีที่แล้ว·discuss
In the case of bricking, a strategy I've seen is have two partitions in your flash (I am imagining your device has a flash?) then a watchdog can verify the health your deployment, in case your deployment is unhealth it can boot from the known good partition.

Hopefully it makes some sense!
andrecp11
·5 ปีที่แล้ว·discuss
Ansible can also run in pull-mode, just like Puppet. Is there anything that hasn't scaled well that you could share?
andrecp11
·5 ปีที่แล้ว·discuss
I've used Ansible to manage thousands of baremetal servers, you do have to build some stuff yourself but it mostly just works. The Ansible framework for gathering facts is pretty neat, it has a framework to do X or Y depending on facts from hosts, you can run it in pull model or push model, through AWX or jenkins. A lot of freedom.

If you want something that just works automatically and is free, well, I don't think you will find. Learning Ansible (or another configuration management tool) well will pay dividends through a lot of your career tho.
andrecp11
·5 ปีที่แล้ว·discuss
Which city did you enjoy more and why? As someone who has entertained moving to either one day from Vancouver/Bc, am very curious!
andrecp11
·5 ปีที่แล้ว·discuss
> SF a condo might be 1M, but getting paid 250k+ for a job is fairly common.

If you're in tech of course. SF and Toronto have many other professionals living in. How's the median salaries comparing?