[00:03] Why don't they use AWS or one of the various VPS providers to build their forum infra? [00:03] paid for with what money? [00:25] Don't they make any money? [00:29] I figured kodi had corporate sponsorship these days [00:29] I mean silicondust are promoting how they're fully supporting the hdhomerun on kodi [00:30] as an example [08:39] morning boys and girls. [08:43] morning [08:44] Morning all [08:54] howdy all [08:55] morning === MooDoo is now known as Guest72441 === Guest72441 is now known as MooDoo [11:38] Hello, any idea why Ctrl+Alt+Arrows doesn't switch workspaces anymore? It used to work until yesterday [11:38] I have tried with a guest session and it works fine, so I guess there is a problem in my config files but I can't find it. Workspaces are enabled, keyboard works, keyboard layout is the right one. How can I restore normal behavior without blindly erasing all of .config? [13:15] Amber Rudd says she doesn't need to understand encryption to break it: http://www.bbc.co.uk/news/uk-politics-41463401 [13:41] understanding things only makes them harder [13:50] someone has asbestos hands: https://twitter.com/troyhunt/status/915212314894376960 === Laney is now known as Guest24649 [14:10] having fun laney :D [14:10] trying to set up https://freenode.net/kb/answer/certfp [14:11] didn't work ... [14:15] booo === lan3y is now known as Laney [14:29] we're not living in the matrix: https://boingboing.net/2017/10/03/elon-is-wrong.html [14:30] darn i wanted to learn kung fu [14:41] Blade Runner 2049 makes me very NSFW: https://youtu.be/zvFp9v_InWM [14:45] wow, that's some epic CSS work: https://codepen.io/rrenula/pen/LzLXYJ [17:54] lol, had one of my webapps pen tested. got pawnd. and patched. [17:54] \o/ [17:54] I don't suppose you can go into much detail [17:55] (as in not allowed) [17:55] it was a remote code execution exploit. [17:55] ee [17:55] it was a super simple fix too [17:55] gotta love RCE [17:55] s/\|// <<<--- that was the fix [17:56] wow [17:56] https://imgs.xkcd.com/comics/regular_expressions.png [17:57] my code was calling an executable, not the best way to do things, i just forgot to fully sanitize the parameters passed to it [17:57] easily done [17:57] but this testing was done on purpose. [17:57] we found it before anyone else did [17:58] annoying that on posix systems that the shell is used to start other programs (normally) [17:58] there is a safer way to do this, but the safe way doesn't allow for easy collecting of output [17:58] as in "I'm in php. let me start that binary." << system: "oh you want to run that binary? let me run your command in bash first" [17:59] all commands lead to bash [17:59] if somebody has a way to perform a traceroute and ping via perl without calling anything from the system, that'll be awesome. [18:00] i've tried some perl modules, but they're a bitch to get working [18:00] oh gawd. I can't grok perl [18:04] There is the net::Ping module, but I have to run the ping on a remote system. [18:04] *sigh*