--- Log opened Sat May 19 00:00:24 2018 |
00:27 | | Degi [Degi@Nightstar-46dag6.dyn.telefonica.de] has joined #code |
00:30 | | Derakon[AFK] is now known as Derakon |
00:53 | | celticminstrel [celticminst@Nightstar-9pn3il.dsl.bell.ca] has joined #code |
00:53 | | mode/#code [+o celticminstrel] by ChanServ |
00:56 | | celticminstrel [celticminst@Nightstar-9pn3il.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!] |
00:57 | | celticminstrel [celticminst@Nightstar-9pn3il.dsl.bell.ca] has joined #code |
00:57 | | mode/#code [+o celticminstrel] by ChanServ |
00:57 | | celticminstrel [celticminst@Nightstar-9pn3il.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!] |
00:58 | | celticminstrel [celticminst@Nightstar-9pn3il.dsl.bell.ca] has joined #code |
00:58 | | mode/#code [+o celticminstrel] by ChanServ |
00:58 | | celticminstrel [celticminst@Nightstar-9pn3il.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!] |
00:59 | | celticminstrel [celticminst@Nightstar-9pn3il.dsl.bell.ca] has joined #code |
00:59 | | mode/#code [+o celticminstrel] by ChanServ |
00:59 | | celticminstrel [celticminst@Nightstar-9pn3il.dsl.bell.ca] has quit [[NS] Quit: KABOOM! It seems that I have exploded. Please wait while I reinstall the universe.] |
01:00 | | celticminstrel [celticminst@Nightstar-9pn3il.dsl.bell.ca] has joined #code |
01:00 | | mode/#code [+o celticminstrel] by ChanServ |
01:00 | <@celticminstrel> | Soooo apparently it was the tablet that I never use that was preventing sleep? |
01:02 | <@celticminstrel> | I unplugged all the USBs from the computer and was able to sleep with the power button; then confirmed that it was the KVM preventing sleep (rather than whatever the other USB thing is, I don't remember). Then tried unplugging the tablet from the keyboard on a whim and suddenly it worked? |
01:02 | <@celticminstrel> | "pmset -g assertions" still lists some assetions so I'm not sure if it'll continue to work indefinitely, but... at least it's a start. |
01:02 | <@celticminstrel> | ^assertions |
01:03 | <@celticminstrel> | (ATM I couldn't even use the tablet if I wanted to, it's covered in junk.) |
01:03 | <&McMartin> | Your keyboard has a port to plug a tablet into? |
01:04 | <&McMartin> | By "tablet" do you mean, like, a stylus input device, or like a giant smartphone? |
01:04 | <@celticminstrel> | The former. |
01:04 | <@celticminstrel> | I have the silver Apple keyboard, it has two USB ports. The idea is that your mouse/trackpad plugs into one, but I needed to plug the mouse into the KVM instead to get that to work. |
01:26 | | Kindamoody is now known as Kindamoody[zZz] |
02:35 | | Vornicus [Vorn@Nightstar-oe1443.res.rr.com] has quit [Connection closed] |
02:55 | | mac is now known as macdjord|slep |
03:37 | | Degi_ [Degi@Nightstar-46dag6.dyn.telefonica.de] has joined #code |
03:37 | | Degi_ [Degi@Nightstar-46dag6.dyn.telefonica.de] has quit [[NS] Quit: Leaving] |
04:05 | | Degi [Degi@Nightstar-46dag6.dyn.telefonica.de] has quit [Connection closed] |
04:06 | <&[R]> | Trying to figgure out the area-per-dollar for pizza. |
04:07 | <&[R]> | d*d*pi/4 / cost == area-per-dollar right? |
04:10 | <@celticminstrel> | Eh? |
04:11 | <&[R]> | Or I guess my XY problem is, given the diameter and cost of a pizza, how do I find out which size is most economical? |
04:11 | <@celticminstrel> | Area is pi times r squared. |
04:11 | <@celticminstrel> | I'm confused about where that 4 came from. |
04:12 | <&[R]> | Right, r = d/2; r^2 = (d/2)^2 = d*d/4 |
04:12 | <@celticminstrel> | Ah, right, right. |
04:13 | <@celticminstrel> | So then yes, your formula would be correct. |
04:13 | <&[R]> | And I want the biggest number right? |
04:13 | <@celticminstrel> | Uh... |
04:14 | <&[R]> | Just sanity checking myself because I haven't done algebra in forever |
04:17 | <@celticminstrel> | Yeah, I think it would be the biggest number? |
04:17 | <&[R]> | I'm buying the pizzas, I guess that's important information |
04:17 | <@celticminstrel> | My reasoning was "what if two different sizes cost the same?". |
04:18 | <&[R]> | Ah yup |
04:19 | <@celticminstrel> | You're actually buying pizza though? This isn't just an exercise? |
04:19 | <&[R]> | I'm debating it |
04:19 | <@celticminstrel> | Well that's an interesting coincidence... |
04:20 | <&[R]> | [[10, 22.85], [12, 26.85], [14, 30.85]].map((a) => { return a[0] * a[0] * Math.PI / 4 / a[1] }) // How I'm doing the math |
04:20 | <&[R]> | Yay JS REPLs |
04:20 | <@celticminstrel> | ...JavaScript, huh. |
04:21 | <@celticminstrel> | When did they add =>? |
04:21 | <&[R]> | The new EMCA revision |
04:21 | <&[R]> | Note that they're not just syntaxically different |
04:21 | <@celticminstrel> | BTW speaking of browsers, does there exist a "Firefox but actually good with lots of settings" browser? Like how Vivaldi is to Chrome. |
04:21 | <&[R]> | They scope slightly differently |
04:21 | | Vornicus [Vorn@Nightstar-oe1443.res.rr.com] has joined #code |
04:21 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
04:22 | <&[R]> | Not to my knowledge |
04:22 | <&[R]> | Maybe Brave? |
04:22 | <@celticminstrel> | The one thing that AFAIK only Firefox does well is handling huge numbers of tabs. |
04:22 | <&[R]> | Also I don't think Vivaldi is very related to Chrome |
04:23 | <@celticminstrel> | Well I mean they have some things in common, at least. |
04:23 | <&[R]> | IIRC it uses webkit JS with its own rendering engine. Whereas Chrome uses V8 JS and webkit rendering |
04:23 | <@celticminstrel> | Hm. |
04:23 | <@celticminstrel> | Well anyway, it still doesn't handle huge numbers of tabs well. Instead it has a weird mechanism to stuff multiple tabs into one tab. |
04:25 | <@celticminstrel> | And if you just open up a ton of tabs normally it basically does the same as Chrome IIRC (make the tabs narrower and narrower and narrower and narrower). |
05:26 | | Derakon is now known as Derakon[AFK] |
05:35 | | Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has joined #code |
05:36 | | Vornicus [Vorn@Nightstar-oe1443.res.rr.com] has quit [Ping timeout: 121 seconds] |
05:55 | | Vornicus [Vorn@Nightstar-oe1443.res.rr.com] has joined #code |
05:56 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
06:01 | | celticminstrel is now known as celmin|sleep |
06:04 | | Vornicus [Vorn@Nightstar-oe1443.res.rr.com] has quit [Ping timeout: 121 seconds] |
06:20 | | celmin|sleep [celticminst@Nightstar-9pn3il.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!] |
06:50 | | Kindamoody[zZz] is now known as Kindamoody |
07:18 | | Vornicus [Vorn@Nightstar-oe1443.res.rr.com] has joined #code |
07:18 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
07:23 | | Vornicus [Vorn@Nightstar-oe1443.res.rr.com] has quit [Ping timeout: 121 seconds] |
10:33 | <&jeroud> | Today I attempt to convert the local Python user group to Elixir. |
10:34 | <@TheWatcher> | I recommend a very large blender, lots of water and sugar, and soundproofing so nobody hears the screaming |
10:34 | <&jeroud> | I will be doing this in Full Military Regalia. |
10:35 | <&jeroud> | My band gig finishes a little after 13h00, the CTPUG meeting starts at 14h00, and the travel time is about 40 minutes. |
10:36 | <&jeroud> | (Plus another 40-50 minutes if I go via home, so no change of clothes.) |
10:41 | <@Pi> | jeroud: This sounds awesome. |
10:41 | <@Pi> | Please do keep the Full Military Regalia. :D |
10:43 | <&jeroud> | The tunic is a little uncomfortable, but it probably works better than a PyconZA shirt with Very Military Trousers. |
10:43 | <&jeroud> | I may or may not keep the hat. |
10:44 | <&jeroud> | Pi: I hope you're coming to this one. :-) |
10:44 | <@Pi> | We are! |
10:44 | <&jeroud> | Excellent! Please heckle as appropriate. |
10:44 | <@Pi> | +1 for hat. At least for introducing or closing the talk. :) |
10:45 | <&jeroud> | And if I forget to talk about dialyzer, ask me about an Elixir equivalent for mypy. ;-) |
11:22 | | jerith_ is now known as jerith |
11:22 | | mode/#code [+ao jerith jerith] by ChanServ |
12:26 | | Jessikat [Jessikat@Nightstar-bt5k4h.81.in-addr.arpa] has quit [[NS] Quit: Leaving] |
13:11 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code |
13:16 | | Vornicus [Vorn@Nightstar-oe1443.res.rr.com] has joined #code |
13:16 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
13:37 | | Degi [Degi@Nightstar-46dag6.dyn.telefonica.de] has joined #code |
14:02 | | macdjord|slep is now known as macdjord |
15:00 | | celticminstrel [celticminst@Nightstar-9pn3il.dsl.bell.ca] has joined #code |
15:00 | | mode/#code [+o celticminstrel] by ChanServ |
15:23 | | Degi [Degi@Nightstar-46dag6.dyn.telefonica.de] has quit [Connection closed] |
15:36 | | Vornicus [Vorn@Nightstar-oe1443.res.rr.com] has quit [Ping timeout: 121 seconds] |
16:15 | | Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity] |
18:01 | <@celticminstrel> | Sometimes I can type in this computer's password really fast without any errors even though it's so long. |
18:03 | <@TheWatcher> | Hopefully that wasn't the password. |
18:04 | <&[R]> | Passwords become muscle memory |
18:45 | <@abudhabi_> | Yup. |
19:22 | <@celticminstrel> | Hsha. |
19:22 | <@celticminstrel> | That wasn't the password. :P |
19:26 | <@TheWatcher> | :D |
20:03 | | Degi [Degi@Nightstar-46dag6.dyn.telefonica.de] has joined #code |
20:26 | <@gnolam> | No, obviously that was the hash function.~ |
22:22 | | Vornicus [Vorn@Nightstar-oe1443.res.rr.com] has joined #code |
22:22 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
22:46 | | Kindamoody is now known as Kindamoody[zZz] |
--- Log closed Sun May 20 00:00:26 2018 |