kpcyrd ๐ณ๏ธโ๐๐ด
kpcyrd@chaos.social
<p>Rust Developer ๐ฆ, {Arch Linux,Debian,Alpine} Package Maintainer ๐ฆ, Reproducible Builds Enthusiast โ, Security Researcher ๐ฆ, Anarcho Communist ๐ด</p>
Posts
-
Post #3795195
Something to consider for the current #aur incident, if you don't want to engage with the javascript ecosystem anyway - add this to your /etc/pacman.conf: IgnorePkg = npm IgnorePkg = bun Also make sure both packages aren't installed already and uninstall if necessary. #archlinux
-
Post #2007140
This took me quite a bit of time, but I managed to boot postmarketOS on a currently unsupported devboard (commonly available for โฌ25-30 where I live). Little bit proud, but it&#39;s not a proper port yet, I ripped the kernel and other parts of the pre-init bootchain (fip.bin, u-boot, ...) from a pre-made Debian image for that device. I have a (mostly working) APKBUILD for that device&#39;s userland though. :) #postmarketos #linux #milkv #riscv64
-
Post #1758933
I pushed curl-rustls-8.19.0-3-x86_64.pkg.tar.zst to Arch Linux, with this version it&#39;s now possible to encrypt the TLS client hello: curl-rustls -sSv --ech hard --doh-url=&#39;https://dns.mullvad.net/dns-query&#39; &#39;https://defo.ie/ech-check.php&#39; Should display: &lt;p&gt;SSL_ECH_OUTER_SNI: cover.defo.ie &lt;br /&gt; SSL_ECH_INNER_SNI: defo.ie &lt;br /&gt; The --doh-url is mandatory, otherwise curl won&#39;t query the `https` dns...