--- Log opened Fri Oct 16 00:00:10 2020 |
00:41 | | VirusJTG_ [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code |
00:53 | | Kindamoody is now known as Kindamoody[zZz] |
01:09 | | catalyst [catalyst@Nightstar-v6lb30.cable.virginm.net] has quit [Connection closed] |
01:20 | | Pinkhair [uid208117@Nightstar-h2b233.irccloud.com] has joined #code |
01:23 | | catalyst [catalyst@Nightstar-1qf7pk.dab.02.net] has joined #code |
03:13 | | Degi [Degi@Nightstar-59pe93.pool.telefonica.de] has quit [Ping timeout: 121 seconds] |
03:15 | | Degi [Degi@Nightstar-de55ug.pool.telefonica.de] has joined #code |
04:48 | | VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has quit [Connection reset by peer] |
04:48 | | VirusJTG_ [VirusJTG@Nightstar-42s.jso.104.208.IP] has quit [Connection closed] |
05:31 | | celticminstrel [celticminst@Nightstar-r1cum5.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!] |
06:20 | | catalyst [catalyst@Nightstar-1qf7pk.dab.02.net] has quit [Ping timeout: 121 seconds] |
07:19 | | Vorntastic [uid293981@Nightstar-h2b233.irccloud.com] has joined #code |
07:19 | | mode/#code [+qo Vorntastic Vorntastic] by ChanServ |
07:30 | | Pinkhair [uid208117@Nightstar-h2b233.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity] |
08:48 | | catalyst [catalyst@Nightstar-0fdpj2.dab.02.net] has joined #code |
10:07 | | Kindamoody[zZz] is now known as Kindamoody |
11:48 | | VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code |
11:48 | | mode/#code [+ao VirusJTG VirusJTG] by ChanServ |
12:17 | <~Vorntastic> | Need to learn to git. Both technically and... Culturally |
12:45 | <@TheWatcher> | https://learngitbranching.js.org/ might be worth a look at |
12:47 | <@abudhabi> | Vorntastic: You don't know git at all, or do you know it on a very basic level and need to be able to use advanced features? |
12:48 | <~Vorntastic> | I know very very little |
12:48 | <~Vorntastic> | Like I know how to do a commit and... That's about it |
12:50 | <~Vorntastic> | And yeah that looks worth it, thank you |
12:51 | | catalyst [catalyst@Nightstar-0fdpj2.dab.02.net] has quit [Connection closed] |
12:52 | | catalyst [catalyst@Nightstar-um1ekl.dab.02.net] has joined #code |
12:52 | <@abudhabi> | The best I can suggest (which may or may not suit your psychology) is to get a crash course from a teammate using projects relevant to your work. Maybe using a GUI wrapper, like Git Extensions, if you need to get going ASAP. |
12:53 | <~Vorntastic> | I don't have a teammate |
12:53 | <~Vorntastic> | Or technically work |
12:53 | <~Vorntastic> | I need it because there's a GitHub project I want to contribute to |
12:54 | <@abudhabi> | IME (work), for basic competence you need to: clone existing repositories, pull changes, push changes, create branches, create pull requests, and merge with conflict solving. |
12:54 | <@abudhabi> | Some of these are automatable by tools like github already. |
12:57 | <@abudhabi> | I'm not sure I know of any good tutorials. I learned mostly by hands-on training, discoverability and osmosis. |
13:04 | <@abudhabi> | Oh, and "check out a branch". That's pretty crucial, too. |
14:53 | | McMartin [mcmartin@Nightstar-c25omi.ca.comcast.net] has quit [Ping timeout: 121 seconds] |
15:01 | < Yossarian> | Where does UNIX/BSD/Linux typically keep the dictionary file? |
15:01 | < Yossarian> | /usr/share/dict ? |
15:11 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
15:12 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
15:12 | <@TheWatcher> | That'll depend on the distro and the spellchecker |
15:14 | <@sshine> | I'm making a REST interface for a compiler. |
15:15 | <@sshine> | I have to decide between either 'GET /compile' or 'POST /compile'. I would argue for the former; while resource-intensive, the request doesn't actually change anything. |
15:16 | <@TheWatcher> | Yossarian: might be /usr/lib/<program>/ or /usr/share/dict or /usr/share/<program/ |
15:18 | <~Vornicus> | sshine: what is it doing if it doesn't change anything |
15:18 | <@sshine> | Vornicus, it compiles and spits back encoded bytecode. |
15:18 | <@sshine> | my friend argues for the latter because of some perceived limitation of HTTP; GET uses URL parameters which have a maximum length of 2048 characters, and POST doesn't have a message body limit that low, and the message body allows for binary data. |
15:18 | | Pinkhair [uid208117@Nightstar-h2b233.irccloud.com] has joined #code |
15:19 | <~Vornicus> | that is certainly true |
15:19 | <@TheWatcher> | If you're giving it data to compile, then it should be in a POST |
15:20 | <@sshine> | okay. |
15:24 | <@sshine> | thanks. >( |
15:24 | <@sshine> | :) |
17:24 | | celticminstrel [celticminst@Nightstar-r1cum5.dsl.bell.ca] has joined #code |
17:24 | | mode/#code [+o celticminstrel] by ChanServ |
17:38 | | Pinkhair [uid208117@Nightstar-h2b233.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity] |
18:07 | | Emmy [Emmy@Nightstar-l49opt.fixed.kpn.net] has joined #code |
18:09 | | Vorntastic [uid293981@Nightstar-h2b233.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity] |
19:21 | | catalyst [catalyst@Nightstar-um1ekl.dab.02.net] has quit [Ping timeout: 121 seconds] |
19:22 | | VirusJTG_ [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code |
19:23 | | catalyst [catalyst@Nightstar-ahaorv.dab.02.net] has joined #code |
19:25 | | VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has quit [Ping timeout: 121 seconds] |
20:28 | | Pinkhair [uid208117@Nightstar-h2b233.irccloud.com] has joined #code |
22:00 | | McMartin [mcmartin@Nightstar-c25omi.ca.comcast.net] has joined #code |
22:00 | | mode/#code [+ao McMartin McMartin] by ChanServ |
22:47 | | ErikMesoy [Bruker@Nightstar-dtb.63h.202.84.IP] has quit [[NS] Quit: Leaving.] |
22:47 | | ErikMesoy [Bruker@Nightstar-5d8uau.bb.online.no] has joined #code |
22:50 | | mode/#code [+o ErikMesoy] by ChanServ |
22:57 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed] |
23:54 | | Emmy [Emmy@Nightstar-l49opt.fixed.kpn.net] has quit [Ping timeout: 121 seconds] |
--- Log closed Sat Oct 17 00:00:11 2020 |