gchristensen changed the topic of #nixos-chat to: NixOS but much less topical || https://logs.nix.samueldr.com/nixos-chat
<samueldr> or a coding scheme he used when younger
drakonis has joined #nixos-chat
drakonis_ has joined #nixos-chat
LnL has quit [Ping timeout: 246 seconds]
drakonis_ has quit [Ping timeout: 245 seconds]
drakonis_ has joined #nixos-chat
drakonis_ has quit [Read error: Connection reset by peer]
LnL has joined #nixos-chat
drakonis has quit [Quit: WeeChat 2.6]
endformationage has quit [Ping timeout: 240 seconds]
<eyJhb> samueldr: wouldn't most judges know about the basics of encryption, or at least know what the word conveys? I would expect most judges here in DK to know that, but not the more technical details
<eyJhb> johanot: Can I say it now?
<etu> eyJhb: :D
<eyJhb> The hell! Sarah isn't even online. SHe has been banished!
Peetz0r has quit [Remote host closed the connection]
Peetz0r has joined #nixos-chat
Jackneill has joined #nixos-chat
<sphalerit> 😢 I was hoping that nowadays suspend, resume and multi-monitor are solved problems on linux with non-cutting-edge hardware…
lopsided98 has quit [Ping timeout: 250 seconds]
lopsided98 has joined #nixos-chat
<eyJhb> sphalerit: autorandr?
<sphalerit> eyJhb: no, I mean in the sense that when the monitor layout is changed using xrandr in some way, everything freezes
<sphalerit> not even magic sysrq worked anymore
<eyJhb> Ahhh, yeah, the joys!
<eyJhb> I still haven't saved my setup at Uni yet, so every morning i start arandr
__monty__ has joined #nixos-chat
<etu> My new USB-C dock at home use different outputs in xrandr when I plug it in at different times.
<etu> Yes I plug it in to the same port and have the external monitor plugged into the same port on the dock :p
<eyJhb> etu: but at least it doesn't use DisplayLink? Or.. Actually
<eyJhb> DIsplayLink is consistent with ports/naming/fun in xrandr
<etu> eyJhb: No DisplayLink
<eyJhb> Lucky !
srhb has joined #nixos-chat
srhb has quit [Client Quit]
srhb has joined #nixos-chat
<eyJhb> Sitting at Uni getting blasted by 6xLTE antennas we got from Nokia. They are less than 5 meters away
<__monty__> But the brain cancer!
<etu> eyJhb: srhb is back!
<eyJhb> srhb: whoo, welcome back! Google Usercontent!
<eyJhb> __monty__: Just called Huawei for Hawaii, so I am already loong gone
<__monty__> Google Usercontent?
<srhb> My hostname, presumably :P
<srhb> I didn't notice I went offline, apparently failed a deployment rather spectacularly last night. Don't do ops tired :P
<eyJhb> Yeah, hostname :p Makes sense
<eyJhb> Have you gotten your laptop + corner srhb ?
<__monty__> srhb: You didn't notice you were offline? I guess that's all we need to know for how much you care about us : /
<eyJhb> :(
andi- has quit [Quit: WeeChat 2.6]
<eyJhb> "most visited sites" => "Search NixOS Options" is third, right after YouTube and before GitHub
andi- has joined #nixos-chat
<srhb> __monty__: Sorry :P
<srhb> eyJhb: Yeah, I have. :) Setting it up now.
<srhb> Some interesting hardware differences... Also, dock issues as always.
<eyJhb> What kind of hardware, adn what dock? And what computer?! We need to know srhb !
<srhb> eyJhb: It's a P53. The dock is weird. I'll refrain from further statements until I know what's going on. :P
<eyJhb> Isn't that like the one you have at home srhb ? - Come on, saying stuff that might later be stupid is the best way to roll! :D
<srhb> eyJhb: It's newer by two models. But much the same, yes. The issue right now is spurious keypresses, which is.. Funky. :P
<eyJhb> srhb: makes sense then :p Good specs ? - So, ghost presses? :p Or?
kini has quit [Quit: No Ping reply in 180 seconds.]
Synthetica has joined #nixos-chat
kini has joined #nixos-chat
<{^_^}> kubernetes/kubernetes#83253 (by raesene, 3 days ago, open): CVE-2019-11253: Kubectl/API Server YAML parsing vulnerable to "Billion Laughs" Attack.
<etu> I just noticed that #nixos contains 1001 people
<etu> It's been growing :)
<etu> bots are people too
<gchristensen> wow, we broke 1,000!
<Taneb> That's got to be at least, like, 40 people who use Nix :D
<andi-> more like at least 10 but yeah ;-)
<etu> There's dozens of us!
drakonis has joined #nixos-chat
<eyJhb> DOZENS!
<eyJhb> Really want to work on ZHF, but I also want to work on my platform... Or like.. Uni stuff, but I don't like WANT to do that
<Taneb> eyJhb: what platform?
<eyJhb> Taneb: the good old security platform I am trying to make, but strugling to find time to do so
<Taneb> Can you describe it to me?
<eyJhb> Basically client/server/agent, where a server is in control of spinning up machines at e.g. DigitalOcean, which runs a agent that pulls information about what containers/VMs it should have running. The server offers a "REST" API, which can be used to interact with from plugins. E.g. atm I am using CTFd to interact with the server, which in turn means people login to CTFd, get assigned a lab and
<eyJhb> can then interact with those exercises on a assigned agent/machine
<eyJhb> That is like, the rough draft I would say. Does that make sense?
<Taneb> I think so
<Taneb> I guess the (or a) target for this is, like, remote learning courses
waleee-cl has joined #nixos-chat
<eyJhb> Not really, just general a easy way to make CTF like events, etc. We have used it at Aarhus CTF previously, which is now (as far as I know), the biggest CTF in DK and was a physical CTF
<Taneb> Ah, right
<eyJhb> Holy hell that was many "CTF" in one sentence.. But the backend can be used for other fun things as well! One thing is the event part. I am trying to make something like Hack The Box, just, more open etc.
<eyJhb> And I have the base foundation in place, but it needs a LOT of work..
endformationage has joined #nixos-chat
<eyJhb> Right now I am just annoyed at how CTFd handles challenge creation... Which basically parses the request, then throws the request the the next function, which parses it again - https://github.com/CTFd/CTFd/blob/master/CTFd/api/v1/challenges.py#L131-L137
<Taneb> Ha
<eyJhb> So I have like the choice to craft a flask.request, or just write directly to the database etc..
<eyJhb> I think these two issues describe why I am not a big fan - https://github.com/CTFd/CTFd/issues/1112 https://github.com/CTFd/CTFd/issues/1120
<{^_^}> CTFd/CTFd#1112 (by ColdHeat, 1 week ago, open): Verification during setup phase
<{^_^}> CTFd/CTFd#1120 (by ianklatzco, 1 week ago, open): If challenges have the same name, they also have the same anchor/slug
andi- has quit [Quit: WeeChat 2.6]
andi- has joined #nixos-chat
<eyJhb> andi-: welcome back
<andi-> eyJhb: thanks!
<andi-> host upgraded to 19.09
psyanticy has joined #nixos-chat
<eyJhb> Ohh nice! Considering doing it myself andi- , I really don't know why I am waiting for the "official" release
<andi-> Coming from unstable an unreleased 19.09 is almost as good ;-)
<eyJhb> Ohh yeah, if you are going that way, might as well!
<eyJhb> I know that DisplayLink will break, and I will cry
<Taneb> I hadn't been considering switching but now I am
<eyJhb> Do it Taneb ! Be braver than me
<Taneb> Bravery's relative
<Taneb> I'm not doing anything particularly crazy in my config
<eyJhb> I currently only have the DisplayLink thing, that breaks whenever it feels like... I should really get that eGPU installed
<Taneb> I'm still not able to put my laptop on an LTS kernel :(
<Taneb> (I need a kernel parameter that's in 4.20+)
<Taneb> (I should probably make a PR to nixos-hardware)
<eyJhb> Which param Taneb ?
<Taneb> I can't tell you off the top of my head (laptop's at home and I'm not), let me see if I can google for it
<eyJhb> Eh, what does it do? :%
<Taneb> Lets my laptop do graphics
<eyJhb> Ahh. That seems like a nice thing!
<Taneb> let_tanebs_laptop_do_graphics=true
<eyJhb> Neat! :p
<eyJhb> I would like a, `do_not_break_eyjhbs_graphics_screw_you_displaylink=true`
<Taneb> I think it's "ivrs_ioapic[32]=00:14.0 ivrs_ioapic[33]=00:00.1" but I'm not sure, I think there was something else after that
<Taneb> Oh, apparently there's been a UEFI update which fixes it!
<Taneb> Maybe I can install that and stop living in fear
<eyJhb> Lucky... :(
<eyJhb> WE can never stop living in fear! NixOS makes it easier. Arch Linux users must be constant fear
<eyJhb> Just noticed I am missing like.. Flag from my challenge struct. Ups
fuzen has joined #nixos-chat
drakonis has quit [Quit: WeeChat 2.6]
drakonis has joined #nixos-chat
Jackneill has quit [Remote host closed the connection]
psyanticy has quit [Quit: Connection closed for inactivity]
<gchristensen> looks like China wised up on wireguard :(
<qyliss> they blocking wg traffic?
<ivan> they started blocking the handshake a few days ago
<ivan> not clear whether it's because cloudflare released their wireguard-based VPN or because of National Day
<qyliss> eek
<gchristensen> how about a VPN encoding packets inside Chinese propaganda
<qyliss> How well does Tor work in China?
<gchristensen> poorly, I think
<qyliss> A web search tells me it used to work using domain fronting, essentially
<qyliss> but Google and Amazon killed that
<qyliss> Wonder if TLSv1.3 eSNI will help...
drakonis has quit [Ping timeout: 240 seconds]
drakonis has joined #nixos-chat
tilpner has quit [Remote host closed the connection]
tilpner has joined #nixos-chat
tilpner_ has joined #nixos-chat
tilpner has quit [Read error: Connection reset by peer]
Jackneill has joined #nixos-chat
drakonis has quit [Read error: Connection reset by peer]
Jackneill has quit [Remote host closed the connection]
drakonis has joined #nixos-chat
drakonis_ has joined #nixos-chat
cjpbirkbeck has joined #nixos-chat
__monty__ has quit [Quit: leaving]