HN user

jacksgt

155 karma
Posts21
Comments17
View on HN
www.philschmid.de 4mo ago

Don't use auto-generated AGENTS.md

jacksgt
1pts0
github.com 1y ago

TriliumNext Notes: Advanced, hierarchical, open-source note taking platform

jacksgt
1pts0
news.ycombinator.com 2y ago

Ask HN: What are some examples of high performance Node.js apps?

jacksgt
1pts1
mobifree.org 2y ago

Mobifree: More ethical and humane mobile software

jacksgt
1pts0
www.bicyclerollingresistance.com 2y ago

Bicycle Rolling Resistance: Tire Rolling Resistance Tests and More

jacksgt
100pts141
partsouq.com 2y ago

Part Souq: Worldwide catalog of car parts

jacksgt
1pts0
github.com 2y ago

Diffoci – diff for Docker and OCI container images

jacksgt
1pts1
go.dev 2y ago

Go Developer Survey 2024

jacksgt
2pts0
home.cern 2y ago

CERN, the European Laboratory for Particle Physics, Turns 70

jacksgt
2pts0
corecursive.com 2y ago

The Story behind Chef the Configuration Management Tool

jacksgt
1pts1
news.ycombinator.com 2y ago

Tell HN: Blogsurf.io Is Offline

jacksgt
1pts0
github.com 3y ago

JuiceFS: Turn Cloud Blob Storage into Local Posix Filesystems

jacksgt
2pts0
kubernetes.web.cern.ch 3y ago

Efficient Access to Shared GPU Resources in Kubernetes

jacksgt
1pts0
cohost.org 3y ago

English Language Is Not Descended from Latin

jacksgt
2pts0
nextcloud.com 3y ago

Nextcloud Podcast

jacksgt
2pts0
github.com 3y ago

Picus: Agent Autoscaler for Woodpecker-CI

jacksgt
2pts0
www.pulumi.com 3y ago

Pulumi Cloud Engineering Days – Nov 2022

jacksgt
3pts0
blog.cubieserver.de 4y ago

Don't use containerd with the btrfs snapshotter

jacksgt
50pts7
blog.cubieserver.de 5y ago

Backups with restic and systemd and prometheus export

jacksgt
1pts1
github.com 6y ago

Show HN: Programmatically build and publish AWS Lambda layers defined in YAML

jacksgt
3pts1
blog.cubieserver.de 8y ago

Continuous Blog Deployment: Self Hosted Edition

jacksgt
1pts0

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

Email: jacksgt at mailbox dot org

Description:

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.

  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.

Go 1.20 released 3 years ago

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!

I highly recommend CoRecursive - The Stories Behind The Code: https://corecursive.com/

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.

I found these two episodes particularly interesting: * Software Word Tour: https://corecursive.com/software-world-tour-with-son-luong-n... * The Untold Story of SQLite: https://corecursive.com/066-sqlite-with-richard-hipp/

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.

More details about this tool available in the repo as well as in this blog post: https://blog.cubieserver.de/2020/lambda-layer-tool/

For now, the tool is quite simplistic, but if you have any ideas or feature requests, just let me know.