castelli.me is a domain that was created on 2009-11-24,making it 14 years ago. It has several subdomains, such as flavio.castelli.me , among others.
Discover castelli.me website stats, rating, details and status online.Use our online tools to find owner and admin contact info. Find out where is server located.Read and write reviews or vote to improve it ranking. Check alliedvsaxis duplicates with related css, domain relations, most used words, social networks references. Go to regular site
HomePage size: 22.881 KB |
Page Load Time: 0.280766 Seconds |
Website IP Address: 104.21.84.145 |
Flavio Castelli flavio.castelli.me |
Flavio Tordini, Carefully designed applications for Mac, Windows and Linux flavio.tordini.org |
Manager 2010 - Flavio Fazio Engineering manager.flaviofazio.com |
Castelli Cycling Blog blog.castelli-cycling.com |
Flavio Castelli https://flavio.castelli.me/ |
Posts - Flavio Castelli https://flavio.castelli.me/post/ |
Kde - Flavio Castelli https://flavio.castelli.me/categories/kde/ |
Debugging my life - Flavio Castelli https://flavio.castelli.me/page/5/ |
Debugging my life - Flavio Castelli https://flavio.castelli.me/page/2/ |
Debugging my life - Flavio Castelli https://flavio.castelli.me/page/8/ |
Debugging my life - Flavio Castelli https://flavio.castelli.me/page/7/ |
Debugging my life - Flavio Castelli https://flavio.castelli.me/page/6/ |
Debugging my life - Flavio Castelli https://flavio.castelli.me/page/3/ |
Playing with Common Expression Language https://flavio.castelli.me/2022/07/21/playing-with-common-expression-language/ |
Build multi-architecture container images using argo workflow https://flavio.castelli.me/2020/10/05/build-multi-architecture-container-images-using-argo-workflow/ |
Build multi-architecture container images using Kubernetes https://flavio.castelli.me/2020/09/16/build-multi-architecture-container-images-using-kubernetes/ |
Write kubectl plugins using WebAssembly and WASI https://flavio.castelli.me/2022/04/26/write-kubectl-plugins-using-webassembly-and-wasi/ |
Building a unikernel that runs WebAssembly - part 1 https://flavio.castelli.me/2023/02/07/building-a-unikernel-that-runs-webassembly---part-1/ |
Semantic versioning and containers https://flavio.castelli.me/2020/02/27/semantic-versioning-and-containers/ |
A castelli.me. 300 IN A 104.21.84.145 |
AAAA castelli.me. 300 IN AAAA 2606:4700:3035::6815:5491 |
MX castelli.me. 300 IN MX 10 alt1.gmr-smtp-in.l.google.com. |
NS castelli.me. 21600 IN NS lex.ns.cloudflare.com. |
SOA castelli.me. 1800 IN SOA lex.ns.cloudflare.com. dns.cloudflare.com. 2340485013 10000 2400 604800 1800 |
Date: Mon, 13 May 2024 06:04:09 GMT |
Content-Type: text/html; charset=utf-8 |
Transfer-Encoding: chunked |
Connection: keep-alive |
Last-Modified: Wed, 08 Feb 2023 11:40:18 GMT |
Vary: Accept-Encoding |
Access-Control-Allow-Origin: * |
expires: Mon, 13 May 2024 06:14:09 GMT |
Cache-Control: max-age=600 |
x-proxy-cache: MISS |
X-GitHub-Request-Id: A48E:1FE941:2122671:28C026F:6641AD59 |
CF-Cache-Status: DYNAMIC |
Report-To: "endpoints":["url":"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=3Vp2C%2Bd9XiVdJZLUMVwgaUk%2FWrTJUZFJQvPS60xQjO%2BEnu%2BI%2B626ZxZ11nGDnjJHyQPd3O9t5pmsPMnZWdt%2BI%2BcSY3FE3rZSpTfSTArCq2IdJXmupHO3BQfa83dnLcgCW1dDKqVNen0qr%2F6F9QUw51o%3D"],"group":"cf-nel","max_age":604800 |
NEL: "success_fraction":0,"report_to":"cf-nel","max_age":604800 |
Server: cloudflare |
CF-RAY: 8830731108c931b5-LAX |
alt-svc: h3=":443"; ma=86400 |
content="text/html; charset=utf-8" http-equiv="content-type"/ |
content="True" name="HandheldFriendly"/ |
content="320" name="MobileOptimized"/ |
content="width=device-width,minimum-scale=1,maximum-scale=1" name="viewport"/ |
content="" name="description"/ |
content="" name="keywords"/ |
content="" name="author"/ |
content="Hugo 0.49.2" name="generator" |
Debugging my life Navigate… » Blog » Archive Blog Archive Feb 7, 2023 - 6 minute read - Comments - Unikernel WebAssembly Rust Building a unikernel that runs WebAssembly - part 1 Hackweek 22 took place last week. During this week all the SUSE employees are free to hack on whatever they want. This one of the perks of working at SUSE ?. This time my personal project has been about building a unikernel that runs WebAssembly. I wanted this blog post to contain all the details about this journey. However I realized this would have been too much for a single post. Read On → Jul 21, 2022 - 8 minute read - Comments - kubernetes WebAssembly CPP Common expression language Playing with Common Expression Language Common Expression Language (CEL) is an expression language created by Google. It allows to define constraints that can be used to validate input data. This language is being used by some open source projects and products, like: Google Cloud Certificate Authority Service Envoy There’s even a Kubernetes Enhancement Proposal that would use CEL to validate Kubernetes’ CRDs. I’ve been looking at CEL since some time, wondering how hard it would be to find a way to write Kubewarden validation policies using this expression language. Read On → Apr 26, 2022 - 4 minute read - Comments - kubernetes WebAssembly WASI Write kubectl plugins using WebAssembly and WASI A long time passed since the last time I wrote something on this blog! ? I haven’t been idle during this time, quite the opposite… I kept myself busy experimenting with WebAssembly and Kubernetes. You probably have already heard about WebAssembly, but there are high chances that happened in the context of Web application development. There’s however a new emerging trend that consists of using WebAssembly outside of the browser. Read On → Oct 5, 2020 - 16 minute read - Comments - argo argo workflow ARM buildah containers kubernetes multi-architecture container Build multi-architecture container images using argo workflow Note well: this blog post is part of a series, checkout the previous episode about running containerized buildah on top of Kubernetes. Quick recap I have a small Kubernetes cluster running at home that is made of ARM64 and x86_64 nodes. I want to build multi-architecture images so that I can run them everywhere on the cluster, regardless of the node architecture. My plan is to leverage the same cluster to build these container images. Read On → Sep 16, 2020 - 23 minute read - Comments - AppArmor ARM buildah containers kubernetes multi-architecture container podman seccomp Build multi-architecture container images using Kubernetes Recently I’ve added some Raspberry Pi 4 nodes to the Kubernetes cluster I’m running at home. The overall support of ARM inside of the container ecosystem improved a lot over the last years with more container images made available for the armv7 and the arm64 architectures. But what about my own container images? I’m running some homemade containerized applications on top of this cluster and I would like to have them scheduled both on the x64_64 nodes and on the ARM ones. Read On → Feb 27, 2020 - 6 minute read - Comments - docker containers kubernetes Semantic versioning and containers Developers are used to express the dependencies of their programs using semantic versioning constraints. For example a Node.js application relying on left-pad could force only certain versions of this library to be used by specifying a constraint like = 1.1.01.2.0. This would force npm to install the latest version of the library that satisfies the constraint. How does that translates to containers? Imagine the following scenario: a developer deploys a containerized application that requires a Redi database. Read On → Jul 18, 2018 - 9 minute read - Comments - docker portus containers openSUSE Hackweek Project Docker Registry Mirror As part of SUSE Hackweek 17 I decided to work on a fully fledged docker registry mirror. You might wonder why this is needed, after all it’s already possible to run a docker distribution (aka registry) instance as a pull-through cache. While that’s true, this solution doesn’t address the needs of more sophisticated” users. The problem Based on the feedback we got from a lot of SUSE customers it’s clear that a simple registry configured to act as a pull-through cache isn’t enough. Read On → Jul 24, 2015 - 1 minute read - Comments - docker opensuse Putting openSUSE Docker images on a diet In case you missed the openSUSE images for Docker got suddenly smaller. During the last week I worked together with Marcus Schäfer (the author of KIWI) to reduce their size. We fixed some obvious mistakes (like avoiding to install man pages and documentation), but we also removed some useless packages. These are the results of our work: openSUSE 13.2 image: from 254M down to 82M openSUSE Tumbleweed image: from 267M down to 87M Just to make some comparisons, the Ubuntu image is around 188M while the Fedora one is about 186M. Read On → Apr 23, 2015 - 3 minute read - Comments - docker portus opensuse suse hackweek Introducing Portus: an authorization service and front-end for Docker registry One of the perks of working at SUSE is hackweek, an entire week you can dedicate working on whatever project you want. Last week the 12th edition of hackweek took place. So I decided to spend it working on solving one of the problems many users have when running an on-premise instance of a Docker registry. The Docker registry works like a charm, but it’s hard to have full control over the images you push to it. Read On → Nov 3, 2014 - 1 minute read - Comments - docker openSUSE orchestration Orchestrating Docker containers on openSUSE A couple of weeks ago the 11th edition of SUSE’s hackweek took place. This year I decided to spend this time to look into the different orchestration and service discovery tools build around Docker. In the beginning I looked into the kubernetes project. I found it really promising but AFAIK not yet ready to be used. It’s still in its early days and it’s in constant evolution. I will surely keep looking into it. Read On → 1 2 3 4 5 6 7 8 9 Father, husband and passionate programmer. Distinguished engineer at SUSE. Recent Posts Building a unikernel that runs WebAssembly - part 1 Playing with Common Expression Language Write kubectl plugins using WebAssembly and WASI Build multi-architecture container images using argo workflow Copyright © 2023 - License - Powered by Hugo and Hugo-Octopress...
Domain Name: castelli.me Registry Domain ID: f47e7e94fee74ae4a1cf857f2939ac5e-DONUTS Registrar WHOIS Server: whois.rrpproxy.net Registrar URL: http://key-systems.net Updated Date: 2024-01-08T15:13:17Z Creation Date: 2009-11-24T15:12:52Z Registry Expiry Date: 2024-11-24T15:12:52Z Registrar: Key-Systems GmbH Registrar IANA ID: 269 Registrar Abuse Contact Email: abuse@key-systems.net Registrar Abuse Contact Phone: +49 6894 9396 850 Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited Registrant Organization: c/o whoisproxy.com Registrant State/Province: VA Registrant Country: US Name Server: lex.ns.cloudflare.com Name Server: lila.ns.cloudflare.com DNSSEC: unsigned >>> Last update of WHOIS database: 2024-05-17T18:11:17Z <<<