phoebos changed the topic of #kisslinux to: Unofficial KISS Linux community channel (logs at https://libera.irclog.whitequark.org/kisslinux/) | https://kisscommunity.bvnf.space | post logs or else | song of the day https://yewtu.be/watch?v=S81bNIK4MaE | KETTLES are for boiling WATER
dery has quit [Remote host closed the connection]
dery has joined #kisslinux
<sewn> sad_plan: manual tar with netcat
<sewn> with rsync I was stuck to 10mbps
<sewn> manual netcat a tat archive went to 300mbps, the maximum network throughput
<sad_plan> hm, ok if there were only a handfull of files, I get that this solution is probably decent. but with just shy of 3500 files, im not sure this is better
<sad_plan> the only time the speed here is an issue, for me atleast, is if I have to sync the entire thing
<sad_plan> interesting idea though. never really used netcat for much of anything really
Ozymandias42_ has joined #kisslinux
Ozymandias42 has quit [Ping timeout: 268 seconds]
Ozymandias42_ is now known as Ozymandias42
Ozymandias42 has quit [Read error: Connection reset by peer]
Ozymandias42 has joined #kisslinux
Ozymandias42 has quit [Read error: Connection reset by peer]
Ozymandias42 has joined #kisslinux
<midfavila> sewn tbh anything that copies anything from A that isn't in B is fine.
<midfavila> i could just use a shell oneliner
<midfavila> but i'm lazy
<Ozymandias42> midfavila, you need the --whole-file flag in rsync. the differential algo can be a HUGE bottleneck in some cases.
Ozymandias42 has quit [Read error: Connection reset by peer]
Ozymandias42 has joined #kisslinux
fultilt has quit [Quit: Leaving]
mcpcpc has joined #kisslinux
<sad_plan> Ozymandias42: openrsync doesnt support that lol
<sad_plan> I just use rsync -av --del when syncing. easy peasy
<Ozymandias42> sad_plan: never heard about openrsync. why is that a thing and how does it differ from normal rsync?
zlg has quit [Ping timeout: 265 seconds]
<sad_plan> Ozymandias42: its openbsd's rsync. it just has less options than regular rsync from samba
<sad_plan> why they made it, I have no clue. but they did
Guest23 has joined #kisslinux
<Guest23> What do you think of Nix?
Guest23 has quit [Client Quit]
sewn has quit [Ping timeout: 245 seconds]
sewn has joined #kisslinux
<sad_plan> fucking webkit man... ive enabled wayland for gtk and couple other things, and rebuilt them, and when I rebuild webkit, I see at the bottom when its done configuring - wayland OFF. even though ive explicitly enabled it.
sewn has quit [Ping timeout: 265 seconds]
floorcrawler has quit [Read error: Connection reset by peer]
floorcrawler has joined #kisslinux
<sad_plan> oh, so thats how it is. Ive rebuilt gtk+3, but for some reason it wasnt installed with the wayland stuff.. silly me
fultilt has joined #kisslinux
<kris_> sad_plan: as with a lot of openbsd projects im sure they were greatly unhappy with the code quality of the og
<kris_> that's why libressl exists anyway
Guest23 has joined #kisslinux
<Guest23> Nix and kiss are miles apart but I'd still like to hear your thoughts... The kiss-adjacent Linux user's perspective
<Guest23> To my limited knowledge, it's easy to install your custom system anywhere and any time with minimal user interaction. As anti-kiss as it may be, another plus is so many projects seem to support it by default.
<Guest23> but it sounds like a lot of hassle post-installation
Guest23 has quit [Quit: Quit]
<sad_plan> kris_: yeah probably right
<sad_plan> i fail to see how nix and kiss is even comparable. they have wildly different goals
Guest23 has joined #kisslinux
<Guest23> They aren't comparable, I am curious how people here see Nix.
Guest23 has quit [Client Quit]
<midfavila> i don't see the point of nix compared to a shell script that contains all of a user's configuration options
<kris_> personally a big fan of it
<dery> nix sounds really cool
<dery> also heard great things about guix
<dery> really scratches a itch with packaging in general
<dery> like I really, *really* respect their efforts at making packages consistent and reproducible
<dery> damn I should really continue the kiss sandbox wrapper
sewn has joined #kisslinux
sewn_ has joined #kisslinux
sewn has quit [Ping timeout: 255 seconds]
sewn_ is now known as sewn
zlg has joined #kisslinux
<sad_plan> dery: oasis has 100% reproducable builds C: