moredhel | 1 year ago | on: Terraform Config Root Setups
moredhel's comments
moredhel | 5 years ago | on: Ask HN: Freelancer? Seeking freelancer? (June 2020)
Devops, Cloud Engineer, CICD.
I have been working on all 3 clouds (GCP, Azure, AWS) focusing on IaC, CICD & Architecture.
I have also delivered many trainings on Kubernetes & building Cloud Native software.
Reach out if you would like to run some internal training, or are considering a move to the public cloud.
My email can be found in my profile
moredhel | 6 years ago | on: Helm (the Kubernetes package manager) 3.0.0 has been released
In fact, helm has moved closer ideologically in this new release to what Kustomize is.
moredhel | 6 years ago | on: Free Solo and Economic Growth
Even using gear from 30-40 years ago, it is possible to climb with relative safety, the new gear is mainly only an incremental improvement in safety.
That's not to say that I would happily take a fall on older equipment, just that the main element of danger is generally not the equipment but the surrounding environment.
moredhel | 6 years ago | on: Free Solo and Economic Growth
1. The psychology of fear and how we can learn to overcome fear. I think there is a lot to say about the tantalising experience of facing death.
2. The evolutionary nature of a discipline. Some disciplines improve with technology, others with knowledge.
I really love technical sports and am inspired by the amount of sharing in the communities. It is also easy to see in the newer sports how much progress has been made.
It's exciting seeing how far we can push ourselves through what we previously thought was difficult/impossible and redefine the frontiers of the sport
moredhel | 7 years ago | on: Show HN: Paperkast
moredhel | 8 years ago | on: A Study of Tabbed Browsing
moredhel | 8 years ago | on: Multiprocessing in Python with Fortran and OpenMP
[1] https://www.esdu.com/cgi-bin/ps.pl?sess=unlicensed_117111319...
moredhel | 8 years ago | on: Breaking up the Container Monolith
The support is decent and has a couple of interesting properties.
The first is bringing all of the stateful code `apt update` etc. out of the image. It is not necessary for it to be there in the first place. Because of the packages being updated out of the container, and the way nix caching works we don't need to worry about security fixes being missed because of the Docker caching.
Another benefit is declaratively building the image, This gives us a guarantee that we will get the same image on two machines. They are currently working towards reproducible builds meaning we will get to a point where two builds will produce _exactly_ the same docker image.
I agree with all that you're saying, Dockerfiles seem to be artificially constrained and a poor interface for building images.
moredhel | 8 years ago | on: Leading elephant conservationist shot dead in Tanzania
moredhel | 8 years ago | on: Leading elephant conservationist shot dead in Tanzania
moredhel | 9 years ago | on: Why 30 is the decade friends disappear
[1] http://www.ibblaw.co.uk/insights/blog/boarding-school-syndro...
moredhel | 10 years ago | on: Lamdu – towards a new programming experience
How are you meant to implement the reverse function without a helper function? I tried defining an anonymous lambda function in a let statement, but recursion isn't allowed it seems. And interesting project though! well done
Define a default which is backwards compatible.