gchristensen changed the topic of #nixos-chat to: NixOS but much less topical || https://logs.nix.samueldr.com/nixos-chat
<ashkitten> gonna try and set up a mail server soonish... wish me luck
<DigitalKiwi> there's another one too
<DigitalKiwi> if you find either of those helpful let me know because i haven't gotten around to trying either and i'd like to know >.>
drakonis has quit [Quit: WeeChat 2.6]
<ashkitten> DigitalKiwi: ty
<ashkitten> i was just going to try setting up stuff by myself
buckley310 has quit [Quit: The Lounge - https://thelounge.chat]
buckley310 has joined #nixos-chat
wildtrees has quit [Quit: Leaving]
drakonis has joined #nixos-chat
Hunterkll has quit [Remote host closed the connection]
Hunterkll has joined #nixos-chat
waleee-cl has quit [Quit: Connection closed for inactivity]
ajs124 has quit [Remote host closed the connection]
das_j has quit [Remote host closed the connection]
ajs124 has joined #nixos-chat
das_j has joined #nixos-chat
buckley310 has quit [Quit: The Lounge - https://thelounge.chat]
buckley310 has joined #nixos-chat
buckley310 has quit [Client Quit]
buckley310 has joined #nixos-chat
<colemickens> I keep missing office hours.
<colemickens> :(
<colemickens> I should copy it to my calendar
<DigitalKiwi> i don't think you missed it this week
<DigitalKiwi> well, no more than anyone else
<samueldr> I think we all missed it, but no one failed to catch it
<ashkitten> hmph, im annoyed that pango dropped support for bitmap fonts so suddenly
<ashkitten> i use terminus for my i3bar and i cant really find a suitable alternative
drakonis has quit [Ping timeout: 272 seconds]
<ashkitten> it's not possible to downgrade pango without rebuilding everything that depends on it, right?
<jtojnar> ashkitten there were some mentions of grafting few days ago on this channel (or maybe #nixos-dev)
<ashkitten> grafting?
<ashkitten> like forcing impurity?
<jtojnar> that is how it is called if I recall correctly
<jtojnar> but you would need to make sure the ABI did not change (otherwise you are out of luck)
<ashkitten> yeah
<ashkitten> because it's impure
<jtojnar> there is also a PR to convert the fonts to opentype
<ashkitten> jtojnar: apparently there's a version of terminus as a ttf, so i'm gonna use that
<ashkitten> have to use some custom fontconfig settings for it to look good though
<colemickens> Is there a command like `getent hosts` but instead it just tells me what resolver it thinks its supposed to be using?
<colemickens> pretty confused, I've got a netns container, I overwrite /etc/{nsswitch.conf,resolv.conf} (confirmed from inside) and yet, DNS leaks and DNS resolution breaks if I stop systemd-resolved on the host.
<colemickens> nsswitch.conf containing "hosts: dns ...", should make it use resolv.conf which has "nameserver x.y.z.a" where x.y.z.a is a valid nameserver.
<colemickens> ergo I'd expect functional DNS?
<colemickens> oh boy, I do not understand what is going on here
<colemickens> inside the container, /etc/resolv.conf is a symlink that points at systemd-resolved's stub resolver... but when I cat that file isnide the netns, it shows me the overlayed resolv.conf. How is this possible?
<colemickens> inside container ` readlink -f /etc/resolv.conf` -> /run/systemd/resolve/stub-resolv.conf, but it has different values in/out of hte container
<colemickens> but inside the netns container, resolvectl still lists google/cf dns from the host resolved's configuration
<colemickens> Ooof, it all comes down to nscd
<colemickens> Yeah, nscd exposes a socket in /var/ that leaks through `ip netns exec` and nicely leaks DNS if you don't happen to test for it and catch it.
<colemickens> And worse, it seems like it doesn't always use nscd, so you get false positives. Luckily "am.i.mullvad.net" seems to do a longer default test and caughti t.
<colemickens> Oooh goody, and on top of it, if you restart resolved, somehow it manages to clobber the netns's resolv.conf due the aforementioned weirdness regularly the interplay of nixos's etc/static symlinks and how networkd plays with symlinks and /run
<colemickens> unless I'm overly tired and making mistakes, this stuff is hard to use correctly, hate to be that guy but "too many choices". Not using nscd or resolved would have avoided all of this (and other past nixos bugs that have affected many people). :/
<colemickens> phew, I'm not crazy, but I did spend hours discovering something that I've now found pre-documented
<colemickens> https://github.com/slingamn/namespaced-openvpn "Hardened DNS". Linux is hard.
lovesegfault has quit [Ping timeout: 268 seconds]
__monty__ has joined #nixos-chat
<DigitalKiwi> give me the confidence of a man with a phd
<DigitalKiwi> i think a lot about the time an MD couldn't fathom or be convinced that clear/transparent glitter was a thing and thought i was lying
<DigitalKiwi> (someone poured it in my ear and it caused a wax plug and loss of coordination...)
<__monty__> In general I've been less than impressed with doctors, both MD and Phd.
<__monty__> GPs' knowledge of drugs and their side-effects and interactions *is* impressive. But also fairly amenable to a good search engine.
<DigitalKiwi> and somehow the removal of the wax plug was worse ...for a few minutes...the world spun
<__monty__> That does sound unpleasant.
<DigitalKiwi> before that i just kind of walked without as good of balance lol
<joepie91> I've mainly been annoyed by phds seemingly not realizing that their expertise is scoped, and it doesn't automatically make them correct about everything else, nor does it justify an attitude as if they're smarter than others...
<DigitalKiwi> https://twitter.com/kamatsu8/status/1226408822165475328?s=20 that exactly is what i was subircing
<DigitalKiwi> (that being what you said joepie91)
<DigitalKiwi> they didn't even like the stickers :(
<DigitalKiwi> it's their book! http://learnyouanagda.liamoc.net/
<elvishjerricco> Docs on btrfs aren't great... I'm just trying to figure out how its raid levels actually work, and I can't find it written down anywhere. Like I want to know how raid1 and raid10 are different in btrfs given that raid1 stores 2 copies on N disks, which sounds like striping (raid10) to me.
<DigitalKiwi> isn't btrfs with raid like...reallly likely to lose your data? or is it only certain raid levels
<DigitalKiwi> raid 5 i know is mentioned a lot
<DigitalKiwi> as in: avoid it
<DigitalKiwi> does zfs suite your needs?
<DigitalKiwi> suit*?
<DigitalKiwi> anyway raid10 usually needs 4 disks
<elvishjerricco> DigitalKiwi: Oh I'm a ZFS fanboy for sure :P I'm just curious about btrfs is all. Supposedly the random "oops my data's gone" bugs are pretty nonexistent these days, and all that remains is a very obscure raid5/6 write hole bug. (Not that I actually trust it)
<DigitalKiwi> and raid 1+0 is different than raid 0+1 it depends on the order you do it
<elvishjerricco> DigitalKiwi: Yea, with old style raid, raid1 is just a plain ole mirror, and raid10 strips over mirrors.
<elvishjerricco> But btrfs is quite different
<elvishjerricco> You can have N devices in any btrfs pool and the raid level determines how they're used
<DigitalKiwi> oh
<elvishjerricco> btrfs raid1 just stores two copies in some place over N disks. And so does btrfs raid10... But for some reason btrfs raid10 requires minimum 4 disks
<__monty__> From your description I'd assume "raid1" is just keeping a redundant copy on a seperate disk.
<elvishjerricco> __monty__: Yea, but if it can have many disks then how is it storing everything in a way meaningfully different than striping?
<DigitalKiwi> joepie91: thank you, i'm pretty sure that's the site i was trying to find >.>
<__monty__> And raid10 must be striping the files.
<joepie91> DigitalKiwi: figured :P
<joepie91> handy to have on speed-dial
<__monty__> elvishjerricco: The entire file in two places. Vs the chopped up files all over the place, with no two identical stripes on the same device?
<elvishjerricco> Like with a raid1 pool of 6 disks, everything gets written to at least two disks, but still spread over all 6 disks. Still sounds like striping
<__monty__> elvishjerricco: I'd assume files get spread but not sub-file units.
<elvishjerricco> __monty__: Why would either mode have two identical stripes on the same device?
<__monty__> Neither does, that's the 1 in the description.
<elvishjerricco> right
<DigitalKiwi> i bookmarked it both on twitter and on firefox :D
<elvishjerricco> oh i misread that message, my bad
<elvishjerricco> Ok so you just think it's a file level distinction. I'm not sure why they'd do it that way
<DigitalKiwi> i have a computer with mdadm raid 10 on two disks
<DigitalKiwi> because i can
<elvishjerricco> Or why that would make raid10 require four devices in their model
<DigitalKiwi> but you really need 4
<__monty__> elvishjerricco: Well, spreading the stripes increases risk of data loss.
<elvishjerricco> __monty__: What does "spreading the stripes" mean?
<DigitalKiwi> it's setup so that each disk is in half
<DigitalKiwi> and each half is a full disk so even if a disk dies the other disk has everything
<elvishjerricco> DigitalKiwi: Why not just a normal mirror then?
<DigitalKiwi> but there's probably a lot of disk thrashing on writes but reads are faster
<__monty__> elvishjerricco: Well that's what striping is. In real raid you write each chunk/stripe to every disk. I assume btrfs raid10 just writes each stripe to two disks.
<elvishjerricco> ah
<DigitalKiwi> 11:00 DigitalKiwi: because i can
<DigitalKiwi> it was a fun project
<elvishjerricco> __monty__: Yea I guess. Still seems like a loose distinction at the level they're working on
<elvishjerricco> DigitalKiwi: I think raid1 will still double read speeds, right?
<__monty__> I'm just guessing btw. Salt to taste.
<DigitalKiwi> yeah but not writes
<elvishjerricco> Yea this is why I wanna find some docs from btrfs on the matter :P
<DigitalKiwi> my setup was still faster than a raid1 just not as good as a real raid10
<elvishjerricco> DigitalKiwi: Ohhh heh neat.
<elvishjerricco> I'd figure the write thrashing would ruin that advantage, but if it works, then cool :P
<DigitalKiwi> it was mostly to learn mdadm and i only had 2 disks
<__monty__> elvishjerricco: Ok, so I think you need a minimum of 4 because they can't guarantee redundancy otherwise.
KeiraT has quit [Read error: Connection reset by peer]
<elvishjerricco> __monty__: Why not?
<__monty__> Because device failure could affect all your raid1 groups simultaneously. And that's not what people expect of raid10.
<elvishjerricco> __monty__: I guess I'm still just not understanding the storage model with btrfs. Like I get it with traditional raid, but btrfs appears to be different due to its ability to do raid1 with just 2 copies over N disks
<DigitalKiwi> given d1 d2 d3 d4; 1. s1 = striped d1+d2; s2 = striped d3+d4; md = mirror s1||s2; alternatively 2. m1 = mirror d1||d2; m2 = mirror d3||d4; md = striped m1+m2
<DigitalKiwi> if i did that right; one of those is raid1+0 the other is raid0+1
<elvishjerricco> Yea but again, btrfs is weird :P
<__monty__> elvishjerricco: Yeah, I think the raid terminology is just because it's familiar. The raid1 sounds like simply 100% redundancy.
KeiraT has joined #nixos-chat
<__monty__> elvishjerricco: Hmm, this may help: https://carfax.org.uk/btrfs-usage/index.html
<elvishjerricco> I wonder why this stuff isn't better documented...
<__monty__> ¯\_(ツ)_/¯ devs and docs
<DigitalKiwi> it seems their raid10 is the same as regular raid
<__monty__> Maybe the SUSE documentation is better? IIRC they push or have pushed for btrfs adoption?
<__monty__> Not quite, DigitalKiwi.
<__monty__> Afaik raid10 has pretty strict requirements on the disks being the same size?
<DigitalKiwi> this one does too?
<__monty__> Create 10 disks in that calculator of sizes 100 through 1000.
<__monty__> You'll see it really doesn't.
<DigitalKiwi> with 4 disks the behavior is the same as raid10
<__monty__> Yep, that's why I said create 10 disks of differing sizes, not 4.
<__monty__> It's not at all similar to how raid10 behaves re heterogeneous device sizes.
<DigitalKiwi> and by regular raid are we meaning hardware raid or mdadm
<__monty__> It's like how you don't see a difference between raid1 and btrfs' raid1 with only 2 disks.
<DigitalKiwi> because mdadm allows for...interesting setups (mine above as an example)
<__monty__> Afaik mdadm has the same restrictions as hardware raid?
<__monty__> Well, *broken* setups more like : p
<DigitalKiwi> you take that back
<DigitalKiwi> my setup is perfect
<DigitalKiwi> <3
* DigitalKiwi comforts array don't listen to them
<__monty__> Oh, just noticed I've been using the term "stripe" wrong. What I meant when I used it earlier is the part of a stripe that ends up on a single device.
<__monty__> That's a good example of how it is entirely unlike raid10.
<DigitalKiwi> why is there so much white
<__monty__> So, btrfs's raid0 is actually slightly more resistant to device failure than RAID0.
<__monty__> DigitalKiwi: So little, you mean? With RAID10 you'd have a lot more unusable space.
<__monty__> And the reason is because you only have 3 exceptionally large devices. If you had more plenty more space would be in use.
<DigitalKiwi> i'm pretty sure with mdadm i could get more
<__monty__> Because the data needs to be on a minimum of 4 devices.
<DigitalKiwi> oh it did say at the bottom "not enough disks"
<__monty__> Not as I'm reading it.
<DigitalKiwi> and then i accidentally hit an arrow key and it deleted everything so now i'm mad
<__monty__> But if you can "fake" partitions as devices, maybe there's other tricks.
<DigitalKiwi> for example you could take all of those small disks and combine them into a bigger one!
<DigitalKiwi> 11:41 __monty__: But if you can "fake" partitions as devices, maybe there's other tricks.
<__monty__> Yeah but that's not what btrfs's striping does.
<DigitalKiwi> yes
<__monty__> Btrfs spreads a stripe over as many disks as possible.
<DigitalKiwi> i maybe might have actually converted that one to a full raid10 with 4 disks...hmm...i know i started to...
<DigitalKiwi> i at least go to the part where i had 2 more disks that are in an array that should have 4 but is missing disks >.>
<DigitalKiwi> or i might have made it zfs
<DigitalKiwi> idk it has arch on it i don't use it much it's the only computer i haven't converted to nixos other than some ancient laptops i don't use and the one windows i have for my cutting machine
<__monty__> Oh, btw, DigitalKiwi. Https doesn't actually prevent MITMing as Russia has shown lately.
<joepie91> hm?
<etu> __monty__: It does as long as you trust your CA's
<joepie91> __monty__: what incident are you referring to?
<__monty__> etu: Yeah but that's the thing. They've been forcing CAs to pony up keys.
<DigitalKiwi> oh well in that case we should definitely abandon https
<DigitalKiwi> all is lost
<joepie91> __monty__: do you have a link?
<joepie91> because that would pretty much lead to an immediate distrust of those CAs
<DigitalKiwi> i vaguely recall hearing about something that tracks with what they're saying
<DigitalKiwi> but that's like an edge case i hope...
<__monty__> joepie91: No, this is from a conversation with someone doing a Phd on "slavistiek."
<__monty__> Apparently they're not being at all secretive about it though so I'm sure you could find sources. (You might need to read Russian though.)
<DigitalKiwi> pfft, they don't even have their phd yet, what do they know :*)
<__monty__> DigitalKiwi: I've probably mentioned this here before. So you may still only have one source on this ; )
<DigitalKiwi> i play a game where half of what i say is sarcastic and the other half is not and you have to guess which is which
<joepie91> __monty__: that sounds a lot like speculation to me
<joepie91> not exactly the fact you were presenting it like earlier :)
<joepie91> so I don't really find this credible; it's not like there's no Russians involved in maintaining the various CA lists, and they would've picked up on this if this were an open secret
<__monty__> According to them it wasn't. Most of what they're doing is simply going through communiques from the Kremlin. And they said that Russia has forced CAs to hand over keys and is currently trying to gain control of more of them.
<joepie91> (Russian sources are fine too.)
<joepie91> __monty__: well then it should be possible to provide a source, no?
<__monty__> I can try to contact this person if you really want me to.
<__monty__> As I said *I* don't have a source. I have no reason to doubt this person's competence though.
<joepie91> __monty__: please do - if this is genuinely a sourced thing, I'm sure I can ping a few people who would want to know
<__monty__> Alright, I'll try. Might take a couple days.
<joepie91> no problem
<joepie91> thanks
<__monty__> Feelers sent.
<DigitalKiwi> __monty__: idk did you see this https://twitter.com/joshgnosis/status/1225536602790924288?s=20
<__monty__> No? Don't see the relevance to the current discussion though?
<DigitalKiwi> is joke; "I have no reason to doubt this person's competence though."
<DigitalKiwi> __monty__: ask them if they believe in clear glitter
<__monty__> elvishjerricco: Hmm, then I'm not sure what that calculator is showing with raid10.
<elvishjerricco> __monty__: After asking a bit on #btrfs, I think I've got a somewhat better understanding. raid1 kinda haphazardly writes all over the place so long as it's on two disks. Raid10 breaks things down into actual stripes and mirrors much more like regular raid10, which theoretically offers better perf
<__monty__> Doesn't raid1 keep all the chunks of a fail on a single disk? Well, two disks.
<elvishjerricco> Not sure what you mean
<__monty__> A file consists of a bunch of chunks, the size of which depends on the disk. If you have a single disk all the chunks of a file end up in blocks on the same disk. Does btrfs' raid1 guarantee that all of a file's chunks will be on a single disk? I.e., only store entire files rather than spreading blocks around on all devices?
<elvishjerricco> Up to 1G, I think so. Then it starts breaking things up
<__monty__> Ah, then I understand your confusion. I assumed the redundancy granularity was files, not blocks or 1GB sets of blocks.
tilpner has joined #nixos-chat
drakonis has joined #nixos-chat
drakonis has quit [Quit: WeeChat 2.6]
Church- has quit [Ping timeout: 256 seconds]
Church- has joined #nixos-chat
<srk> what browser you guys use? I'm getting tired of firefox as it can't handle my tab heavy workflow
<srk> would love something with indexing so I can close all the tabs and still find stuff I've previously browsed
<DigitalKiwi> firefox :(
<eyJhb> Chromium, but I am not sure that is better
<srk> I've dropped chromium recently, was using it from time to time but it won't do tree style tabs and I don't like to be tracked
<eyJhb> Tree style?
<srk> eyJhb: yes, plugin that moves tabs to the left/right side and organizes them into tree
KeiraT has quit [Quit: KeiraT]
KeiraT has joined #nixos-chat
<__monty__> srk: Hmm, I think joepie91 would disagree with you re tabs.
<__monty__> Maybe your bad tab performance is due to the plugin.
<joepie91> lol
<joepie91> actually I think I would agree, the 'indexing' that srk describes sounds exactly like the "merging the concepts of tabs and bookmarks" that I was jabbering about earlier
<joepie91> that doesn't seem to exist in any browser for real yet
<__monty__> I meant performance problems.
<srk> __monty__: yes, the performance of tree style tabs is not ideal
<srk> it felt better before it was migrated to new extensions framework
<srk> there's an extension that claims it can do full text indexing - it's called worldbrain memex but it doesn't quite work for me
<srk> need to take a better look why it doesn't index..
<__monty__> Hmm, `rm /Volumes/pendrive/*` reports "somefile: No such file or directory", but ls doesn't list any files.
<__monty__> What is this ghost file and can I get rid of it?
andi- has quit [Quit: WeeChat 2.6]
andi- has joined #nixos-chat
endformationage has joined #nixos-chat
<elvishjerricco> Wonder how much effect this will have on NixOS build farms
<srk> they do rely on such mechanism?
<srk> "This pattern is fairly traditional on Unix, and works very well"
<srk> "Note! This kernel improvement seems to be very good at triggering a race condition in the make jobserver
<srk> :D
waleee-cl has joined #nixos-chat
neeasade has joined #nixos-chat
joepie91 has quit [Remote host closed the connection]
<__monty__> I expected the context-switches in the buggy case to be a lot higher. I guess they *are* because it's a lower frequency over a longer period but still.
<__monty__> Just wonder whether I'm reading those stats incorrectly.
<__monty__> Good demonstration of many eyes, shallow bugs though.
lovesegfault has joined #nixos-chat
lovesegfault has quit [Quit: WeeChat 2.7]
joepie91 has joined #nixos-chat
nckx has quit [*.net *.split]
skrzyp has quit [*.net *.split]
jD91mZM2 has quit [*.net *.split]
spacekookie has quit [*.net *.split]
pie_[bnc] has quit [*.net *.split]
aszlig has quit [*.net *.split]
samueldr has quit [*.net *.split]
betawaffle has quit [*.net *.split]
spacekookie has joined #nixos-chat
jD91mZM2 has joined #nixos-chat
skrzyp has joined #nixos-chat
nckx has joined #nixos-chat
betawaffle has joined #nixos-chat
samueldr has joined #nixos-chat
aszlig has joined #nixos-chat
pie_[bnc] has joined #nixos-chat
samueldr has quit [Excess Flood]
neeasade has quit [Ping timeout: 272 seconds]
f18d7dc7 has quit [*.net *.split]
samueldr has joined #nixos-chat
f18d7dc7 has joined #nixos-chat
leons has quit [*.net *.split]
worldofpeace has quit [*.net *.split]
LnL has quit [*.net *.split]
Peetz0r has quit [*.net *.split]
AluisioASG has quit [*.net *.split]
davidtwco has quit [*.net *.split]
joepie91 has quit [*.net *.split]
Irenes[m] has quit [*.net *.split]
ashkitten has quit [*.net *.split]
johanot has quit [*.net *.split]
manveru has quit [*.net *.split]
rawkode has quit [*.net *.split]
malSet has quit [*.net *.split]
{^_^} has quit [*.net *.split]
fpletz has quit [*.net *.split]
flokli has quit [*.net *.split]
atopuzov[m] has quit [*.net *.split]
cocreature has quit [*.net *.split]
<samueldr> ugh!
Peetz0r has joined #nixos-chat
leons has joined #nixos-chat
johanot has joined #nixos-chat
fpletz has joined #nixos-chat
worldofpeace has joined #nixos-chat
joepie91 has joined #nixos-chat
davidtwco has joined #nixos-chat
AluisioASG has joined #nixos-chat
{^_^} has joined #nixos-chat
atopuzov[m] has joined #nixos-chat
steveeJ has joined #nixos-chat
cocreature has joined #nixos-chat
LnL has joined #nixos-chat
ashkitten has joined #nixos-chat
flokli has joined #nixos-chat
rawkode has joined #nixos-chat
malSet has joined #nixos-chat
manveru has joined #nixos-chat
Irenes[m] has joined #nixos-chat
<samueldr> it looks like the IRC brokenness is not entirely handled right
Peetz0r has quit [Max SendQ exceeded]
waleee-cl has quit [*.net *.split]
andi- has quit [*.net *.split]
lejonet has quit [*.net *.split]
vesper11 has quit [*.net *.split]
tokudan has quit [*.net *.split]
CRTified has quit [*.net *.split]
srk has quit [*.net *.split]
hyperfekt has quit [*.net *.split]
hyperfekt has joined #nixos-chat
srk has joined #nixos-chat
vesper11 has joined #nixos-chat
lejonet has joined #nixos-chat
tokudan has joined #nixos-chat
CRTified has joined #nixos-chat
andi- has joined #nixos-chat
waleee-cl has joined #nixos-chat
steveeJ has quit [Ping timeout: 246 seconds]
colemickens has quit [Ping timeout: 240 seconds]
rycee has quit [*.net *.split]
jtojnar has quit [*.net *.split]
ctp has quit [*.net *.split]
cbarrett has quit [*.net *.split]
vdemeester has quit [*.net *.split]
raboof has quit [*.net *.split]
manveru has quit [Ping timeout: 270 seconds]
emily has quit [Ping timeout: 252 seconds]
leons has quit [Ping timeout: 246 seconds]
davidtwco has quit [Ping timeout: 246 seconds]
andi- has quit [Max SendQ exceeded]
cbarrett has joined #nixos-chat
averell has quit [*.net *.split]
tokudan[m] has quit [Ping timeout: 258 seconds]
philipp[m] has quit [Ping timeout: 258 seconds]
atopuzov[m] has quit [Ping timeout: 240 seconds]
vaibhavsagar has quit [Ping timeout: 252 seconds]
Irenes[m] has quit [Ping timeout: 248 seconds]
dtz has quit [Ping timeout: 245 seconds]
worldofpeace has quit [Ping timeout: 246 seconds]
averell has joined #nixos-chat
Peetz0r has joined #nixos-chat
arcnmx has quit [Ping timeout: 260 seconds]
davidtwco has joined #nixos-chat
samueldr has quit [*.net *.split]
endformationage has quit [*.net *.split]
kraem has quit [*.net *.split]
ravndal has quit [*.net *.split]
gspia has quit [*.net *.split]
obadz has quit [*.net *.split]
eyJhb has quit [*.net *.split]
jackdk has quit [*.net *.split]
DigitalKiwi has quit [*.net *.split]
andi- has joined #nixos-chat
waleee-cl has quit [*.net *.split]
lejonet has quit [*.net *.split]
vesper11 has quit [*.net *.split]
tokudan has quit [*.net *.split]
CRTified has quit [*.net *.split]
averell has quit [*.net *.split]
srk has quit [*.net *.split]
hyperfekt has quit [*.net *.split]
cbarrett has quit [*.net *.split]
Peetz0r has quit [*.net *.split]
LnL has quit [*.net *.split]
AluisioASG has quit [*.net *.split]
davidtwco has quit [*.net *.split]
joepie91 has quit [*.net *.split]
ashkitten has quit [*.net *.split]
johanot has quit [*.net *.split]
rawkode has quit [*.net *.split]
malSet has quit [*.net *.split]
{^_^} has quit [*.net *.split]
fpletz has quit [*.net *.split]
flokli has quit [*.net *.split]
f18d7dc7 has quit [*.net *.split]
cocreature has quit [*.net *.split]
nckx has quit [*.net *.split]
skrzyp has quit [*.net *.split]
spacekookie has quit [*.net *.split]
jD91mZM2 has quit [*.net *.split]
pie_[bnc] has quit [*.net *.split]
aszlig has quit [*.net *.split]
betawaffle has quit [*.net *.split]
Hunterkll has quit [*.net *.split]
das_j has quit [*.net *.split]
Church- has quit [*.net *.split]
tilpner has quit [*.net *.split]
__monty__ has quit [*.net *.split]
evanjs has quit [*.net *.split]
kcalvinalvin has quit [*.net *.split]
rizary has quit [*.net *.split]
nh2 has quit [*.net *.split]
mutantmell has quit [*.net *.split]
ajs124 has quit [*.net *.split]
thefloweringash has quit [*.net *.split]
KeiraT has quit [*.net *.split]
Jackneill has quit [*.net *.split]
qyliss has quit [*.net *.split]
viric has quit [*.net *.split]
aminechikhaoui has quit [*.net *.split]
m1cr0m4n has quit [*.net *.split]
clever has quit [*.net *.split]
adisbladis has quit [*.net *.split]
lassulus has quit [*.net *.split]
infinisil has quit [*.net *.split]
cransom has quit [*.net *.split]
monsieurp has quit [*.net *.split]
FireFly has quit [*.net *.split]
yorick has quit [*.net *.split]
buckley310 has quit [*.net *.split]
lopsided98 has quit [*.net *.split]
kgz has quit [*.net *.split]
aleph- has quit [*.net *.split]
andi- has quit [*.net *.split]
aria has quit [*.net *.split]
savanni has quit [*.net *.split]
jared-w has quit [*.net *.split]
zimbatm has quit [*.net *.split]
emilazy has quit [*.net *.split]
srhb has quit [*.net *.split]
Shados has quit [*.net *.split]
Taneb has quit [*.net *.split]
ldlework has quit [*.net *.split]
sphalerite has quit [*.net *.split]
disasm has quit [*.net *.split]
kini has quit [*.net *.split]
etu has quit [*.net *.split]
__red__ has quit [*.net *.split]
noonien has quit [*.net *.split]
tazjin has quit [*.net *.split]
hexa- has quit [*.net *.split]
gchristensen has quit [*.net *.split]
mog has quit [*.net *.split]
wirew0rm has quit [*.net *.split]
endgame has quit [*.net *.split]
hl has quit [*.net *.split]
waleee-cl has joined #nixos-chat
malSet has joined #nixos-chat
__red__ has joined #nixos-chat
nh2 has joined #nixos-chat
m1cr0m4n has joined #nixos-chat
ldlework has joined #nixos-chat
cocreature has joined #nixos-chat
lopsided98 has joined #nixos-chat
__monty__ has joined #nixos-chat
spacekookie has joined #nixos-chat
aria has joined #nixos-chat
thefloweringash has joined #nixos-chat
ajs124 has joined #nixos-chat
KeiraT has joined #nixos-chat
Hunterkll has joined #nixos-chat
srhb has joined #nixos-chat
noonien has joined #nixos-chat
yorick has joined #nixos-chat
joepie91 has joined #nixos-chat
disasm has joined #nixos-chat
Shados has joined #nixos-chat
cransom has joined #nixos-chat
gchristensen has joined #nixos-chat
m1cr0m4n has quit [*.net *.split]
noonien has quit [Ping timeout: 252 seconds]
cransom has quit [*.net *.split]
yorick has quit [*.net *.split]
manveru has joined #nixos-chat
gspia has joined #nixos-chat
eyJhb has joined #nixos-chat
DigitalKiwi has joined #nixos-chat
obadz has joined #nixos-chat
samueldr has joined #nixos-chat
endformationage has joined #nixos-chat
kraem has joined #nixos-chat
ravndal has joined #nixos-chat
jackdk has joined #nixos-chat
samueldr has quit [Excess Flood]
manveru has joined #nixos-chat
manveru has quit [Changing host]
m1cr0m4n has joined #nixos-chat
aminechikhaoui has joined #nixos-chat
qyliss has joined #nixos-chat
Jackneill has joined #nixos-chat
viric has joined #nixos-chat
clever has joined #nixos-chat
adisbladis has joined #nixos-chat
lopsided98 has quit [*.net *.split]
elvishjerricco has quit [Ping timeout: 260 seconds]
thefloweringash has quit [Ping timeout: 240 seconds]
aanderse has quit [Ping timeout: 260 seconds]
makefu has joined #nixos-chat
aleph- has joined #nixos-chat
kgz has joined #nixos-chat
lopsided98 has joined #nixos-chat
buckley310 has joined #nixos-chat
peel has quit [Ping timeout: 260 seconds]
waleee-cl has quit [Ping timeout: 270 seconds]
samueldr has joined #nixos-chat
<samueldr> wow
<samueldr> did they break everything
gchristensen has quit [*.net *.split]
aria has quit [*.net *.split]
srhb has quit [*.net *.split]
Shados has quit [*.net *.split]
ldlework has quit [*.net *.split]
disasm has quit [*.net *.split]
__red__ has quit [*.net *.split]
<samueldr> couldn't change nickname since I was on channels that (seemingly can???) forbid nickname changes
pasukon has quit [Ping timeout: 260 seconds]
yorick has joined #nixos-chat
FireFly has joined #nixos-chat
monsieurp has joined #nixos-chat
cransom has joined #nixos-chat
infinisil has joined #nixos-chat
lassulus has joined #nixos-chat
nh2 has quit [Ping timeout: 260 seconds]
hl has joined #nixos-chat
wirew0rm has joined #nixos-chat
gchristensen has joined #nixos-chat
tazjin has joined #nixos-chat
endgame has joined #nixos-chat
mog has joined #nixos-chat
hexa- has joined #nixos-chat
<samueldr> but I didn't have my nickname, so wasn't +r, so couldn't join some channels!
KeiraT has quit [*.net *.split]
sphalerite has joined #nixos-chat
Shados has joined #nixos-chat
emilazy has joined #nixos-chat
srhb has joined #nixos-chat
zimbatm has joined #nixos-chat
jared-w has joined #nixos-chat
savanni has joined #nixos-chat
ldlework has joined #nixos-chat
etu has joined #nixos-chat
aria has joined #nixos-chat
Taneb has joined #nixos-chat
disasm has joined #nixos-chat
andi- has joined #nixos-chat
kini has joined #nixos-chat
__red__ has joined #nixos-chat
kini has quit [Max SendQ exceeded]
andi- has quit [Max SendQ exceeded]
sphalerite has quit [Max SendQ exceeded]
hexa- has quit [Max SendQ exceeded]
mudri has quit [Ping timeout: 260 seconds]
<samueldr> meaning that I'm probably accidentally off of some channels, but no way to clearly know
tazjin has quit [Ping timeout: 252 seconds]
peel has joined #nixos-chat
waleee-cl has joined #nixos-chat
peel has joined #nixos-chat
peel has quit [Changing host]
waleee-cl has joined #nixos-chat
waleee-cl has quit [Changing host]
kalbasit has quit [Ping timeout: 260 seconds]
kini has joined #nixos-chat
srhb has quit [Ping timeout: 245 seconds]
andi- has joined #nixos-chat
sphalerite has joined #nixos-chat
aria has quit [Ping timeout: 245 seconds]
emilazy has quit [Ping timeout: 245 seconds]
nh2 has joined #nixos-chat
emilazy has joined #nixos-chat
hexa- has joined #nixos-chat
jared-w has quit [Ping timeout: 245 seconds]
steveeJ has joined #nixos-chat
jared-w has joined #nixos-chat
noonien has joined #nixos-chat
aria has joined #nixos-chat
srhb has joined #nixos-chat
pasukon has joined #nixos-chat
KeiraT has joined #nixos-chat
KeiraT has quit [*.net *.split]
<makefu> samueldr: i needed to /reconnect -server freenode to get back to "normal"
<samueldr> my client "helpfully" remembers channels I was and wasn't in
rizary has joined #nixos-chat
<samueldr> so it "helpfully" remembers that I was forced off channels :(
cbarrett has joined #nixos-chat
<samueldr> if you see me or {`-`} missing from a channel, do tell
mudri has joined #nixos-chat
cbarrett has quit [Excess Flood]
cbarrett has joined #nixos-chat
tazjin has joined #nixos-chat
KeiraT has joined #nixos-chat
kalbasit has joined #nixos-chat
elvishjerricco has joined #nixos-chat
kalbasit has joined #nixos-chat
kalbasit has quit [Changing host]
rizary has quit [Excess Flood]
rizary has joined #nixos-chat
rizary has quit [Excess Flood]
rizary has joined #nixos-chat
KeiraT has quit [*.net *.split]
KeiraT has joined #nixos-chat
worldofpeace has joined #nixos-chat
<worldofpeace> lol, it seems matrix has died in this room
colemickens has joined #nixos-chat
<colemickens> has it?
<colemickens> :(
<colemickens> yay for infrequently released software
<worldofpeace> it seems there's no log between "it looks like the IRC brokenness is not entirely handled right" and now
<worldofpeace> all good now though
* colemickens looks, #sr.ht is still broken :(
<joepie91> worldofpeace: matrix.org perhaps, but my bridge is working just fine :P
<joepie91> and Freenode itself is netsplitting
<colemickens> joepie91: how much time does it take a month maintaining matrix+bridge
<joepie91> colemickens: no idea, I let $friend worry about that :P but it's non-zero
<samueldr> isn't joepie91 "cheating" by using another implementation?
<samueldr> ah
<samueldr> I thought it was the one you were writing
<samueldr> (were you?)
<joepie91> samueldr: I am writing a homeserver, but it isn't remotely ready for prod usage
<joepie91> once it is, though, I expect its maintenance-required level to be close to zero
<joepie91> (as is generally the case for the stuff I write...)
<joepie91> Synapse unfortunately does not share that characteristics
<joepie91> characteristic*
__monty__ has quit [Quit: leaving]