Dominik Wombacher
-
I finished my Hack Week 25 project "SUSE Virtualization (Harvester): VM Import UI flow"!
Currently, migrating VMs requires writing Kubernetes manifests.
So I thought, wouldn't it be cool to do this through the Harvester UI directly?
Who knows, maybe you'll see this feature in a future release ;)Read more on my blog: http://dominik.wombacher.cc/posts/hack-week-25-vm-import-ui-flow-harvester.html
#SUSE #HackWeek #Harvester #VMImport #UI #OpenSource #VueJS #Rancher #RancherExtensions #Frontend
-
During my time at AWS, I built automation for Neuron kernel modules on OpenShift. They need rebuilding for each OpenShift version, which creates ongoing maintenance work. My solution uses GitHub Actions with nightly builds and minimal container images. This removes the manual work and was part of a broader, still ongoing, effort to enable Neuron workloads on OpenShift.
More in my Blog: https://dominik.wombacher.cc/posts/aws-neuron-kernel-modules-on-openshift-with-kmm.html
#AWS #RedHat #OpenShift #AWSNeuron #Inferentia #Trainium #Automation #AIML
-
I noticed the official repo of the AWS Neuron kernel driver hasn't been updated since 2020, even though releases exist as RPMs and are licensed under GPL-2.0. So, I've built a Go tool to extract and publish the source. It checks for updates automatically every week. Simple problem, simple solution to give everyone access to the source code of all releases.
More in my Blog: https://dominik.wombacher.cc/posts/automated-aws-neuron-driver-source-code-publishing-from-official-rpm-packages.html
#AWSNeuron #Inferentia #Trainium #Golang #Go #AWS #OpenSource #Linux #Automation #GPL #FOSS
-
I released [1] new versions of terraform-provider-sourcehut (v0.2.1) [2] and the related Go library sourcehut-go (v0.1.1) [3]. This is a bugfix release to address an issue when updating a repository description.
[2] https://git.sr.ht/~wombelix/terraform-provider-sourcehut
-
Have you heard of AWS S3 Vectors [1]? I tested it with AWS Bedrock Knowledge Base to build a Serverless RAG without monthly costs. Pretty cool to create a MVP/PoC or just play around with an AI Chatbot for less than a cup of coffee. More in my Blog [2].
-
SUSE Hack Week is over :( But it was a great time, can't wait for 2025! Day 5 recap: https://dominik.wombacher.cc/posts/suse-hack-week-2024-day-5.html
Lot of coding today, actually only coding the whole day :D I solved the annoying problem from yesterday and finished around 2/3 of what was planned. I hope to get the rest done in the next week or two. My Goals were probably too ambitious, as always ;)#SUSE #openSUSE #HackWeek #pagure #AWS #CodePipeline #AWSCodePipeline #OpenSource #Python
-
SUSE Hack Week day 4 recap: https://dominik.wombacher.cc/posts/suse-hack-week-2024-day-4.html
Nothing fancy today. I had to fix a couple of things in my pagure dev instance. Writing the plugin code went fine till I hit a weird issue with one of the tests that I couldn't solve yet. Overall progress was ok but I lost a lot of time with unexpected problems. Let's see what will be finished on the last day tomorrow.#SUSE #openSUSE #HackWeek #pagure #AWS #CodePipeline #AWSCodePipeline #OpenSource #Python
-
Another day SUSE Hack Week, another recap: https://dominik.wombacher.cc/posts/suse-hack-week-2024-day-3.html
The time I could invest today was pretty limited. I focused on further Architecture improvements. And started with the pagure ci plugin implementation. It's in an early stage but I'm confident that there is more to demonstrate tomorrow.My Project: AWS CodePipeline CI plugin for pagure on code.opensuse.org (https://hackweek.opensuse.org/projects/aws-codepipeline-ci-plugin-for-pagure-on-code-dot-opensuse-dot-org)
#SUSE #openSUSE #HackWeek #pagure #AWS #CodePipeline #AWSCodePipeline #OpenSource #Python
-
A couple bug fixes and improvements. Followed by research, tests and design decisions. SUSE Hack Week Day 2 recap: https://dominik.wombacher.cc/posts/suse-hack-week-2024-day-2.html
I was hoping for a bit more progress today, bug hunting and planning took quite a while. Three days left, I'm still on track and confident that I have something usable at the end of the week.
#SUSE #openSUSE #HackWeek #pagure #AWS #CodePipeline #AWSCodePipeline #OpenSource #Python
-
I finally fixed a long annoying issue and completed two out of four goals, great first day :) SUSE Hack Week Day 1 recap: https://dominik.wombacher.cc/posts/suse-hack-week-2024-day-1.html
My Project: AWS CodePipeline CI plugin for pagure on code.opensuse.org (https://hackweek.opensuse.org/projects/aws-codepipeline-ci-plugin-for-pagure-on-code-dot-opensuse-dot-org)#SUSE #openSUSE #HackWeek #pagure #AWS #CodePipeline #AWSCodePipeline #OpenSource #Python
-
My new Blog: Use a Bucket as Git repository and AWS CodePipeline source with git-remote-s3 (https://dominik.wombacher.cc/posts/use-a-bucket-as-git-repository-and-aws-codepipeline-source-with-git-remote-s3.html).
#AWS #AWSCodePipeline #CodePipeline #Git #S3 #Bucket #OpenSource
-
I stumbled across Keyoxide today. I gave it a shot, created and uploaded an ASP [1]. Now I have my own profile [2] that verifies some of my identities, neat! Adding my mail throws an error message though. I use WKD to publish my OpenPGP key [3]. I learned that my mail address is therefore already discovered by keyoxide.org [4], can't be used twice as it seems.
[1] https://asp.keyoxide.org
[2] https://keyoxide.org/aspe:keyoxide.org:CDKSMZK6K2WIQFSXRLHXVRIJ6E
[3] https://dominik.wombacher.cc/posts/my-gpg-key-is-now-available-via-web-key-directory-wkd.html
[4] https://keyoxide.org/dominik@wombacher.cc -
It's never too late for an ambitious goal and to learn something new. I'm reading "Linux Kernel Programming - Second Edition" by Kaiwan N. Billimoria [1]. Chapter two brought back a lot of memories. Glad that "make menuconfig" and the like are still around even after so many years I didn't touch them. Wish me luck on my journey to contribute to the Linux Kernel one day.
[1] https://www.packtpub.com/en-us/product/linux-kernel-programming-9781803232225
#linuxkernel #kernelprogramming #linux #kernelhacking #kerneldevelopment
-
Finished Chapter 2 of "Building Multi-Tenant SaaS Architectures" by Tod Golding [1]. Curious what it will teach me at the end and the other 15 Chapters have to offer. Has anyone else read the book already? Thoughts?
[1] https://www.oreilly.com/library/view/building-multi-tenant-saas/9781098140632/
#saas #architecture #multitenant #multitenancy #aws #serverless