Which software are folks using to run self-hosted / on-premises S3? I'm looking to replace MinIO in my homelab and would like to keep a S3 management UI.
Hi HN, I'm currently looking for my next step as a Cloud/DevOps/Platform Engineer.
Out of the technologies listed above, I particularly consider myself a expert in OpenShift and Kubernetes with several Yeats of professional experience.
I like building internal platforms, private clouds and focusing on developer experience.
More generally I have solid CS fundamentals and am good at problem solving, brainstorming, rapid prototyping and knowledge sharing.
I think Loki is pretty much the easiest thing you can find (if you want it to be multi server, at least).
Loki whole approach comes down to avoiding expensive indexing (compared to Elastic search et all.), and really on "grep" for searching instead.
I would really like to start converting some of my personal media and websites to use JPEG XL, but the momentum doesn't seem there yet - despite clear technical and practical benefits.
"CoRecursive: Coding Stories" (from Adam Gordon Bell) is one of the Podcasts I look forward to the most. Incredible high production value, yet very personal and down to earth.
Probably one of the best episodes is the interview with Andreas Kling, the author of Serenity OS
Location: Switzerland / EU
Remote: Yes
Willing to relocate: No
Technologies: Kubernetes, OpenShift, Containers, CI/CD, Helm, Prometheus, Grafana, Linux, Go, Postgres, Python
Résumé/CV: https://blog.cubieserver.de/about/
Email: jacksgt at mailbox dot org
Description:
Hi HN, I'm currently looking for interesting consulting / freelancing positions.
Out of the technologies listed above, I particularly consider myself a specialist in OpenShift and Kubernetes - as I'm a currently an OpenShift cluster admin, I have several years of professional experience with these.
I like building internal platforms, private clouds and focusing on developer experience.
More generally I have solid CS fundamentals and am good at problem solving, brainstorming, rapid prototyping and knowledge sharing.
Off topic: it's such a breath of fresh air to read this content without 1) having to close half a dozen popups and 2) all in a single post and not painfully spread out across multiple messages.
> Go 1.20 supports collecting code coverage profiles for programs (applications and integration tests), as opposed to just unit tests.
> To collect coverage data for a program, build it with go build's -cover flag,
This is absolutely awesome! I'm looking forward to trying this on some server binaries!
Basically, the host (Adam Gordon Bell, himself a programmer) is interviewing other software developers about their career or the journey to a particular piece of software.
Recently at work, I wanted to standardize our workflow for building the layers used by our AWS Lambda functions.
First, I tried to hack together a shell script. While this solution offers the most flexibility, I quickly had to realize it does not scale well since you have to repeat a lot of code.
Instead, I wrote this simple tool in Python. It allows you to define the build steps for the layer in a YAML configuration files, along with features such as pattern exclusion.