hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

9K
active users
Simon Ser<p>Status update, April 2025</p><p><a href="https://emersion.fr/blog/2025/status-update-75/" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="ellipsis">emersion.fr/blog/2025/status-u</span><span class="invisible">pdate-75/</span></a></p>
Simon Ser<p>wlroots 0.19.0-rc1 has been released!</p><p><a href="https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.19.0-rc1" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="ellipsis">gitlab.freedesktop.org/wlroots</span><span class="invisible">/wlroots/-/releases/0.19.0-rc1</span></a></p>
Simon Ser<p>Seems like my Framework laptop&#39;s mainboard is toast, 3 months after the warranty expired. Nothing in particular triggered the issue, it just broke itself on its own. Support was very fast and helpful, but I&#39;m a bit concerned about the general durability of their electronics now… I hope I just happened to be unlucky.</p>
Simon Ser
Simon Ser
Simon Ser<p>The 2025 Display Next Hackfest has been announced, will be hosted by AMD</p><p><a href="https://hwentland.github.io/work/2025hackfest.html" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="ellipsis">hwentland.github.io/work/2025h</span><span class="invisible">ackfest.html</span></a></p>
Simon Ser
Simon Ser<p><span class="h-card" translate="no"><a href="https://aus.social/@01micko" class="u-url mention">@<span>01micko</span></a></span> please don&#39;t mention me about issues that have just been opened</p>
Simon Ser
Simon Ser<p>I&#39;ve added support for writing ICC profiles to libicc:<br /><a href="https://gitlab.freedesktop.org/emersion/libicc/-/merge_requests/5" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="ellipsis">gitlab.freedesktop.org/emersio</span><span class="invisible">n/libicc/-/merge_requests/5</span></a></p><p>And then I&#39;ve used it to generate an ICC profile to invert colors:<br /><a href="https://github.com/swaywm/sway/issues/6577#issuecomment-2758643328" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="ellipsis">github.com/swaywm/sway/issues/</span><span class="invisible">6577#issuecomment-2758643328</span></a></p><p>I think ideally I&#39;d add a tool to convert ICC profiles from/to JSON files to make it easy to write your own profiles.</p>
Simon Ser<p>soju 0.9.0 has been released!</p><p><a href="https://codeberg.org/emersion/soju/releases/tag/v0.9.0" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="ellipsis">codeberg.org/emersion/soju/rel</span><span class="invisible">eases/tag/v0.9.0</span></a></p>
Simon Ser<p>Status update, March 2025</p><p><a href="https://emersion.fr/blog/2025/status-update-74/" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="ellipsis">emersion.fr/blog/2025/status-u</span><span class="invisible">pdate-74/</span></a></p>
Simon Ser<p>mako 1.10 has been released!</p><p><a href="https://github.com/emersion/mako/releases/tag/v1.10.0" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="ellipsis">github.com/emersion/mako/relea</span><span class="invisible">ses/tag/v1.10.0</span></a></p>
Simon Ser
Simon Ser<p>This is Sway in HDR mode, but unlike last time, there are no hacks nor tricks. It supports both SDR and HDR content on both SDR and HDR outputs. Phew!</p><p>Want to try it out? Instructions here: <a href="https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/5002" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="ellipsis">gitlab.freedesktop.org/wlroots</span><span class="invisible">/wlroots/-/merge_requests/5002</span></a></p>
Simon Ser
Simon Ser<p>Reposting a GitLab comment I wrote about -Werror, because it seems like it&#39;s a hot take. Am I a crazy person?</p><p>I&#39;ve been enabling -Werror by default on all my projects since basically forever and I&#39;ve only seen positive outcomes.</p><p>Warnings are not meant to be ignored. They almost certainly indicate that something is broken. For instance, calling a non-existing function is -Wmissing-prototypes. The set of warnings triggered depend on a lot of things, including the exact OS, libraries, compiler, enabled features, etc. A CI can&#39;t possibly catch all of the combinations.</p><p>Users will report when a new warning breaks the build, and then the developers or the user can send a patch to fix it. Users can easily turn off -Werror if they want/need to.</p>
Simon Ser
Simon Ser<p>Wrote a small article to sum up my adventures with Podman, Compose and BuildKit</p><p><a href="https://emersion.fr/blog/2025/using-podman-compose-and-buildkit/" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="ellipsis">emersion.fr/blog/2025/using-po</span><span class="invisible">dman-compose-and-buildkit/</span></a></p>
Simon Ser<p>I made a small tool to build Docker Bake files using Buildah:</p><p><a href="https://github.com/emersion/bakah" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="">github.com/emersion/bakah</span><span class="invisible"></span></a></p><p>Only supports JSON for now, which is enough for me (&quot;docker buildx bake --print&quot; can lower HCL/docker-compose to JSON FWIW).</p>