--- Log opened Sun Sep 08 00:00:20 2019 |
00:16 | | Kindamoody is now known as Kindamoody[zZz] |
00:55 | <&McMartin> | I really should not be doing office work on a Saturday afternoon |
00:55 | <&McMartin> | And yet, TROGDOR WILL NOT BE DENIED |
00:55 | <&McMartin> | I'd rather rip dependencies out of this code than actually do productive creation on my hobby projects, so |
00:55 | <&McMartin> | burnination it is |
04:04 | | Pinkhair [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Ping timeout: 121 seconds] |
04:05 | | Pinkhair [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code |
04:21 | | Pink` [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code |
04:23 | | Pinkhair [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Ping timeout: 121 seconds] |
04:37 | <&[R]> | TIL: memusage |
04:37 | <&[R]> | Seems like it might be a useful thing to know about |
04:37 | <&[R]> | Runs a program and prints information about how much it uses malloc() and co |
05:31 | | Derakon is now known as Derakon[AFK] |
06:19 | | Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has joined #code |
06:19 | | mode/#code [+qo Vorntastic Vorntastic] by ChanServ |
06:45 | | Kindamoody[zZz] is now known as Kindamoody |
06:45 | | celticminstrel [celticminst@Nightstar-6an2qt.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!] |
07:28 | | Pink` is now known as Pink |
08:45 | | * abudhabi sets up shared speakers for his two desktops. |
08:46 | <@abudhabi> | Just needed a mixer and a couple of ground loop isolators. |
09:22 | <&[R]> | Gods my bash is rusty |
09:23 | <&[R]> | Apparently `grep '^\t'` is not how you tell grep to get lines starting with a tab? |
09:23 | <&McMartin> | Maybe you need a -e in there? |
09:23 | <&McMartin> | grep is awful |
09:23 | <&McMartin> | It's got like three dialects |
09:23 | <&McMartin> | I and I never remember which one is the right one |
09:23 | <&[R]> | Nope, `grep \^\t` works fine in xs |
09:24 | <&[R]> | Unless -e makes grep handle escape sequences |
09:24 | <&[R]> | -E* |
09:25 | <&[R]> | Yeah, -Ee does nadda |
09:25 | <&[R]> | (I tested with one of each as well) |
09:28 | <&[R]> | Yeah, grep doesn't seem to process escapes at all |
09:28 | <&[R]> | `grep ^$'\t'` works |
09:34 | <&McMartin> | Hah. That is a trick I did not know. |
09:38 | <&[R]> | $''? |
09:38 | <&McMartin> | Yeah |
09:39 | <&McMartin> | The situation you face is one wher eI would consider writing two lines of perl, or three of Python. |
09:40 | <&[R]> | Or I could just use xs which I'd be using anyways :p |
09:40 | <&[R]> | I was only trying in bash because it's still my main shell, since it integrates with readline better |
09:41 | <&McMartin> | Yeah |
09:41 | <&McMartin> | I have to admit, an awful lot of my coding time nowadays is spent thinking about how other people will need to interact with the code I write |
09:41 | <&[R]> | Most of the stuff I write only I will be using |
09:41 | <&[R]> | Yay... |
09:49 | <&[R]> | TIL: foxes have scent glands |
09:52 | <~Vorntastic> | Hrng. I had a random thought about vornonoi |
09:56 | <~Vorntastic> | So, the bug I have is that sometimes a point that's on the hull will try to be not on the hull, and when this happens it fails because the degenerate triangle and the nearby triangles don't meet the criteria for edge flipping |
09:57 | <~Vorntastic> | Thus only happens when I end up choosing the wrong edge of several that coincide. Thus, the question is, is it possible to figure out what the right edge is, that I should actually be splitting? |
11:15 | <@sshine> | [R], calculating time across day boundaries is a little difficult with 24-hour time. it is often that I ask myself what time it is now and then add 8 hours by counting one hour ahead at a time. |
11:16 | <@sshine> | [R], I imagine that if I used 12-hour time, I'd be better able to memorize the remainders mod 12. |
11:16 | <@sshine> | since instead of adding 8 I can subtract 4 rather than 16. |
11:56 | | Degi [Degi@Nightstar-m9o50k.dyn.telefonica.de] has joined #code |
14:07 | | Kindamoody is now known as Kindamoody|afk |
14:51 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
14:51 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
15:06 | <&jeroud> | 10:41 <& McMartin> I have to admit, an awful lot of my coding time nowadays is spent thinking about how other people will need to interact with the code I write |
15:06 | <&jeroud> | Very much this: ^^^ |
15:07 | <&jeroud> | Also, "me next week" is an element of "other people". |
15:08 | <&jeroud> | Update on my Scheme implementation: I now have macros that sometimes work! |
15:08 | <&jeroud> | (The R5RS macro implementation of `let` works, but `letrec` does not.) |
15:38 | | Degi [Degi@Nightstar-m9o50k.dyn.telefonica.de] has quit [Connection closed] |
15:57 | | celticminstrel [celticminst@Nightstar-6an2qt.dsl.bell.ca] has joined #code |
15:57 | | mode/#code [+o celticminstrel] by ChanServ |
16:09 | | Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity] |
17:35 | | Derakon[AFK] is now known as Derakon |
17:49 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code |
18:57 | | Kindamoody|afk is now known as Kindamoody |
19:00 | | Emmy is now known as Emmy-AFK |
19:59 | | Emmy-AFK is now known as Emmy |
21:18 | | Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has joined #code |
21:18 | | mode/#code [+qo Vorntastic Vorntastic] by ChanServ |
21:57 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds] |
21:57 | <&[R]> | Hmm... installing clang installs gcc |
21:58 | <&McMartin> | Is it really gcc or is it just an alias to clang in gcc-compatibility mode? |
21:58 | <&[R]> | It's the full gcc package |
21:59 | <&McMartin> | That is surprising then |
22:00 | <&[R]> | https://termbin.com/pys1 |
22:00 | <~Vornicus> | that's pretty wild |
22:00 | <&[R]> | Might be a dep of binutils |
22:01 | <&[R]> | # pacman -Si clang | grep ^Dep |
22:01 | <&[R]> | Depends On : llvm-libs gcc compiler-rt |
22:01 | <&[R]> | Nope |
22:02 | | * [R] wonders if they just got depends and builddepends confused |
23:06 | | Kindamoody is now known as Kindamoody[zZz] |
23:58 | | Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity] |
--- Log closed Mon Sep 09 00:00:21 2019 |