[06:42] goeiemore [06:44] hi inetpro [06:44] inetpro: you run quassel right? [06:50] morning inetpro theblazehen [06:51] hi chesedo [06:51] how's it going theblazehen? [06:53] theblazehen: correct [06:55] chesedo: Good and you? [06:55] good ty [06:55] inetpro: Can you detach the monitor window like you can with the nick list etc? [06:57] theblazehen: unfortunately no [06:58] theblazehen: the monitor window as in the window where the messages are? [07:01] chesedo: There's chat window, and monitor window shows all channels combined [07:02] * chesedo just learned a new feature [08:30] * Kilos waves [08:32] Hi Kilos! [08:32] hi theblazehen [09:09] Good evening [09:09] hi superfly [09:10] That feeling when all your tests pass... [09:11] superfly: That feeling when you don't have tests... [09:12] theblazehen: Yeah, I make that go away as quickly as possible... [09:13] superfly: To be fair, I'm mostly the only person who uses stuff I write [09:14] theblazehen: Depending what I'm working on, can be anything from 20-odd people, to thousands. [09:14] superfly: Yeah, then I'd write tests. Was just trying to make a joke.. [09:14] And when I think of thousands of people every Sunday relying on the software I'm working on, then I want to write tests :-) [09:15] theblazehen: totally, not being negative toward you at all :-) [09:15] If I write a quick script for myself, I never write tests... [09:16] As soon as it becomes more than just a script, I look into writing tests [09:17] Yup. Never did any huge applications [09:21] It's my main open source app. When we started we never had any tests. Now there's a "no merge without a test" policy to force us to write more tests. [09:21] Whenever I add a new feature I make sure to test it properly. [09:22] I think we're sitting at around 47% coverage at the moment [09:24] Good idea [09:41] have a good day all of you. see you tomorrow [09:41] Maaz watch them [09:41] OK Kilos I'll keep an eye on them for you [09:41] Maaz ty [09:41] You are welcome Kilos [09:41] snack [09:41] Maaz botsnack [09:41] YAY someone cares about me too! [09:45] yay! another passing test! [11:00] superfly: "pass" is my exception handler :) [11:01] woo! no problems with my code! :-P [11:01] :D [11:34] superfly: if i want to print text that updates like the time , what should i use : end ='\r' or flush = True [11:36] nsnzero: it depends. where are you printing it? why are you printing it? what's the goal? [11:45] trying to print the time out in the console but i dont want it to scroll down/up [11:49] nsnzero: my guess then is that you want to look at ncurses, but again, why? what's the goal? otherwise you're diving deep into something you don't need to. maybe there's a better way [11:50] nsnzero: remember, print just outputs to stdout, and stdout is a stream, you can't place text, you can only output it [11:52] thanks superfly - i will search for alternatives to that [11:55] echo `watch time` [11:55] haha [11:59] superfly: thanks and MaNI as well [12:00] basic had gotXY iirc [12:00] nsnzero: basic on DOS/Windows? [12:02] yes - i started on GWBasic [12:20] QBasic here. In hindsight, it was shit [12:21] Hello [12:22] i remember that gorilla game on qbasic [12:22] hi [12:23] hi Squirm [13:35] Maaz: tell nsnzero the DOS/Windows command line is totally different to the Linux/UNIX terminal. The terminal is a serial device, the DOS/Windows text screen is a random-access buffer. [13:35] superfly: Righto, I'll tell nsnzero on freenode [13:36] maaz tell nsnzero that doesn't mean you can't abuse the terminal though. http://www.termsys.demon.co.uk/vtansi.htm [13:36] theblazehen: Okay, I'll tell nsnzero on freenode [15:32] http://www.junkmail.co.za/computers/desktop-pcs/gauteng/pretoria/pretoria-city/ibm-x3650-m4-servers/64739274 great deal if anyone wants [15:38] MaNI: watch date [15:52] haha true [16:25] superfly: you still not here in the US? black friday has some good deals [16:26] squish102: no, not yet [16:27] I got a samsung s7, pixel 32G and pixel xl 128G, retail price $2190 I got it with no contracts for $492 [16:27] sjoe, that's awesome [16:28] had to wake up at 3am and order online... couple f5 refreshes and deal went through [17:49] superfly: thanks for pointing me to QT / PyQt [17:50] nsnzero: you're welcome [17:56] here is a puzzler -> for some reason my mobile wifi dongle states that i am in Sandton instead of Durban - as a result google blocked all my accounts. Any ideas how this could happen ? === z4ki is now known as zaki [19:45] hey superfly . are you familiar with twisted? [19:45] kulelu88: I've never used it on a proper project, but I know of it and what it can be used for [19:46] I stumbled on this: https://klein.readthedocs.io/en/latest/index.html [19:48] I just realized it is Py 2.7 [19:48] kulelu88: You get your web server sorted? https://irclogs.ubuntu.com/2016/11/22/%23ubuntu-za.html bottom of chat [19:48] theblazehen: the test server ? [19:49] kulelu88: yeah [19:50] I'm evaluating a few options theblazehen