262 posts


@hydraulicspood What I don’t like is that they don’t make the relationship clear — you have to proactively look into their profiles to notice.
English
@[email protected] retweetledi

We just released Contrast as open source! 🎉 Contrast seamlessly integrates Confidential Containers with existing managed Kubernetes platforms, providing strong hardware-based isolation without disrupting workflows.
Try it now on GitHub: github.com/edgelesssys/co… 👈👈👈
English
@[email protected] retweetledi

Quick blog post about @ReproBuilds content at @Fosdem 2024 reproducible-builds.org/news/2024/02/0… 🔹🔹🔹

English
@[email protected] retweetledi

Join @m1ghtymo and @katexochen's session "Attestation Strategies for Confidential Containers in Distributed Systems" at #OC3 2024 and explore CoCo's advancements in VM isolation for containerized apps. Don't miss the live demo! Register: eu1.hubs.ly/H07g7cf0

English
@[email protected] retweetledi

I finally finished up my blog post about a Linux EoP bug I reported a while ago: blog.freax13.de/cve/cve-2023-4… #SEV #Linux
English

Nix Learning Group Bochum meetup in January
when: 2024-01-18, 18:00-22:00
where: RUB campus, MC 1.30
registration: forms.gle/Hycs1rzg1q9hUv…

English

@EdgelessSystems Full announcement (german): github.com/nix-community-…
English

Together we install NixOS, learn how to package things with Nix or start with declarative configuration management. No previous experience needed. Bring your laptop and a power cord, we bring drinks an pizza! Sponsored by @EdgelessSystems
English

@ffidencio These quotes doesn't seem to be necessary, is containerd requiring them? Needed quotes are kept by tomlq:
$ cat test.toml
[foo."bar.batz"]
foobar = false
$ tomlq -t '.foo."bar.batz".foobar = false' test.toml
[foo."bar batz"]
foobar = false
English

@ffidencio The Go yq can parse and manipulate, but doesn't support complex TOML output:
$ yq '.foo' test.toml
Error: only scalars (e.g. strings, numbers, booleans) are supported for TOML output at the moment. Please use yaml output format (-oy) until the encoder has been fully implemented
English

@ffidencio $ tomlq -t '.foo.bar.foobar = false' test.toml
[foo.bar]
foobar = false
This omits the empty [foo] section in line 1 (which should be ok).
tomlq seems to be part of the "wrong" yq: #toml-support" target="_blank" rel="nofollow noopener">github.com/kislyuk/yq?tab…
Also has a -i option to update inplace.
English
@[email protected] retweetledi

Help us fund the future of the NixOS binary cache!
discourse.nixos.org/t/nixos-s3-lon…
English
@[email protected] retweetledi

At @FOSDEM 2024, we're organizing a devroom on #confidentialcomputing to foster discussion on the emerging open-source #TEE ecosystem. Our devroom will be hosted on Sunday afternoon, February 4th.
CFP details: lnkd.in/eRapxweX
More about FOSDEM: fosdem.org/2024/

English
@[email protected] retweetledi

❄️ Nix and NixOS are going to have a separate devroom at FOSDEM, which is taking place in Brussels, Belgium on February 4th, 2024. We urge everyone to submit their proposals. The deadline for the CFP is 23:59 CET on December 7th, 2023. buff.ly/3ssPFE5

English

@katexochen Nice. Do you mind opening an issue that explains the Disko incompatibility?
English

