/srv/irclogs.ubuntu.com/2017/02/02/#ubuntu-za.txt

nsnzeromorning guys 05:32
chesedomorning nsnzero and all others06:11
thatgraemeguymorning all07:07
inetprogood evening07:11
chesedohi thatgraemeguy07:26
chesedoand evening inetpro, any new news from oom Kilos?07:26
* nlsthzn is out of the loop, everything OK with uncle Kilos?07:35
chesedonlsthzn: he waiting at steve biko to get something done... inetpro has the ful details08:05
chesedohe is *08:06
nlsthznok thx chesedo 08:11
jerit_guys for some reason I can't connect to my sftp server on my vm anymore11:32
jerit_it was working before I think11:32
jerit_I just added a new user for it but the server's not accepting the connection so I think I need to open port 2111:32
jerit_or not... ufw command not recognized11:34
nsnzerojerit can you log with the previous username / password ?11:50
jerit_nsnzero: I never saved the credentials so I don't know what the previous username/password is12:14
sakhiHello ubuntu-za12:24
sakhiWhat do you guys use to monitor your external internet link? exclude Nagios,Zabbix and Cacti.12:25
nsnzerosakhi: try iftop 12:29
MaNInethogs12:29
chesedosakhi: what do you mean by monitor?12:37
nsnzerolater guys - home time12:49
=== jerit_ is now known as jerit
=== MaNL is now known as MaNI
nsnzerogood evening all18:27
smilensnzero: good evening18:47
kulelu88hey superfly . you working full-time now?18:50
nsnzerohi there smile , kulelu88 and superfly 18:52
smile:DD18:52
* smile feels good18:53
smileand tired :D18:53
nsnzeroglad to hear about the good , cant help the tired though 18:55
kulelu88hey nsnzero 18:56
kulelu88still coding python? nsnzero 18:56
nsnzeroyes , but taking a detour - learning the big daddy C++18:57
kulelu88nsnzero: want to join me and learn a better big daddy? :D18:57
nsnzeroi read about D 18:58
kulelu88nsnzero: nim-lang.org18:58
kulelu88I wrote some code in it already18:58
nsnzeronim formally know as nimrod led me to this beautiful language- > gnome Genie 19:00
kulelu88nsnzero: I saw Genie, but it is *dead*19:01
nsnzeroaccording to its developer its still alive - just that its a subset of vala - and there is little documentation on it 19:03
nsnzerofor those who wish to check it out https://wiki.gnome.org/Projects/Genie19:04
nsnzeroi really prefer the simple languages rather than the newer complex ones with many concepts 19:06
MaNInewer is a nice euphamism for it, I prefer to call them hipster languages :)19:11
nsnzerohi MaNI - so true19:12
nsnzeroand many of the newer hipster languages are written in C all because C/D/E didn't have a feature 19:13
superflykulelu88: nope, still unemployed19:13
nsnzerosuperfly got any programming experience ? 19:15
superflynsnzero: well, I started with QBasic when I was about 10... and I'm 36 and my preffered job title is "Python Developer", so I could say I have a little programming experience :-)19:16
superfly*preferred19:16
nsnzerosuperfly: why dont you register on bug crowd - good money for bug hunting 19:17
superflynsnzero: I'd prefer a salaried job here in the US, because Obamacare19:18
nsnzerosuperfly: what type of employment you prefer ?19:20
superflyI'm looking for a job as a senior developer, preferably backend, writing Python19:21
nsnzerosuperfly: have you tried searching on stack exchange they have a job seekers / employment section 19:22
superflyyup, and Indeed.com and a few others19:22
superflyI applied for a position at Canonical on Monday19:22
MaNIHow did you get a US emigration visa without an upfront job lined up? I thought they were super strict on that19:23
superflyMaNI: I'm married to an American :-)19:23
MaNIoh right19:23
superflytook 3 months to get my permanent residence19:24
nsnzerosuperfly: its stackoverlow not stack exchange 19:24
superflynsnzero: yep, I know, my profile is on there19:24
superflynsnzero: http://stackoverflow.com/story/raoulsnyman19:26
nsnzeronice picture 19:27
nsnzerosuperfly: http://stackoverflow.com/jobs/133479/software-engineer-noom?a=ILpzqfRndcI&so=i&offset=22&total=25&q=python&l=america&d=2 if you near new york 19:29
superflynsnzero: Unfortunately that's on the other side of the country19:30
nsnzeroi will keep an eye out for you superfly 19:32
superflythanks nsnzero19:32
nsnzeroall the best with the canonical job application though 19:32
kulelu88superfly: do you understand the context of this: https://github.com/vysheng/tg/wiki/Scripting-notes19:38
superflykulelu88: yes, I think so19:40
kulelu88superfly: I am attempting to build a superset on top of the CLI app19:40
superflyright19:41
kulelu88can you explain how I would add a function to messages I send and receive, just before sending/receiving them? 19:42
nsnzerokulelu88: tgl.on_msg_receive(msg) to process the received message19:48
kulelu88perhaps I could just parse the message after receiving it :think_face:19:48
nsnzerothe above function can be used to catch the received message so you can parse it19:53
kulelu88I wonder. Let me give it a try19:53
nsnzerobut for send i only see this method peer.send_msg (text, reply=msg_id, preview=bool) that means you will have to add a function to edited the message before calling it 19:54
nsnzerotry it kulelu88 - i am out for the night - good luck 19:56
kulelu88nsnzero: I could wrap the send function over the over one19:56
nsnzeroyes like def msg_sender(text, reply=msg_id, preview=bool):19:59
smilebye! :)20:00
nsnzeroyour code then call peer.send_msg (text, reply=msg_id, 20:01
nsnzero                      preview=bool)20:01
nsnzeroto send it 20:01
kulelu88nsnzero: do you have telegram?20:01
nsnzerono i dont kulelu88 cos it doesnt have a cli client and i couldnt edited it to match my desktop colour scheme 20:02
kulelu88nsnzero: the link to the github is the CLI client 0.o20:02
nsnzeronot the cli i wanted - its not interactive - you have to check messages manually20:06
kulelu88nsnzero: you can put it into a loop to check messages20:06
nsnzeroor i can just use wire 20:07
kulelu88I was hoping to test my project-idea with someone20:07
nsnzeroif it cli just use 2 different username/password on your pc that why you can spot problems immediately 20:09
kulelu88you need 2 telegram accounts :P20:10
nsnzeromaybe tomorrow i can help you out with something 20:14
nsnzerofalling asleep now on my keyoard now 20:14
kulelu88bye nsnzero20:15

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!