• 0 Posts
  • 15 Comments
Joined 2 years ago
cake
Cake day: June 3rd, 2023

help-circle


  • Good information here about EXO, and ChromeOS:

    Neal Gompa (ニール・ゴンパ) 1 week ago

    Is Exo going to continue to exist as a Wayland compositor? I figured it was going to be retired as ChromeOS turned into an Android overlay…

    Fangzhou Ge 1 week ago

    Yes, becoming Android overlay removes Chrome from the OS so Exo is going to retire. We still have to maintain Exo experience until the all ChromeOS device reach AUE or be updated to Android. Latest device AUE date I see are in 2033.

    If folks don’t want Exo be listed we’ll just have Chromium here. Edited 1 week ago by Fangzhou Ge

    Neal Gompa (ニール・ゴンパ) 1 week ago

    I’m fine either way, if the Aura Shell is going to be around for a while, then it makes sense to include it.

    I don’t even knowed that Chrome OS is/will be replaced by Android as an overlay.


  • The first improvement (Media Foundation by FFMPEG) could be significant. Currently, VALVe generates large shaders to re-render those Media Foundation videos into other free codecs. These shaders can be several gigabytes in size for some games with lengthy videos. With FFMPEG, those videos could be played without being re-encoded as shaders.









  • I used Tekton for the last two years, and I didn’t like it. One of the reasons is the community split around Tekton Hub between versions 3 and 4. Another reason is that it’s not very Kubernetes native. While you write YAML, there are a subset of instructions that limit you regarding mundane things you can do on Kubernetes but Tekton doesn’t support, such as mounting different PersistentVolumeClaims or setting tasks by platforms or nodes (amd64, arm64, etc).

    I was so frustrated that I created my own Kubernetes-native CI/CD solution. Currently in development phases (when it is done, I will publish it here). This one uses real native Kubernetes components (jobs). You create Webhooks that launch Workflows, and Workflows can launch other Workflows or Jobs. You can do anything in a Job with no limitations other than Kubernetes itself. Take a look if you want: https://github.com/jlsalvador/simple-cicd