--- Log opened Wed Oct 14 00:00:07 2020 |
00:16 | | catalyst_ [catalyst@Nightstar-gq7ppo.dab.02.net] has quit [Ping timeout: 121 seconds] |
00:24 | | VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has quit [Connection closed] |
00:46 | | catalyst [catalyst@Nightstar-racu1t.dab.02.net] has joined #code |
01:32 | | Kindamoody is now known as Kindamoody[zZz] |
01:34 | | VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code |
01:34 | | mode/#code [+ao VirusJTG VirusJTG] by ChanServ |
03:18 | | Degi [Degi@Nightstar-ub8csk.pool.telefonica.de] has quit [Ping timeout: 121 seconds] |
03:22 | | Degi [Degi@Nightstar-r3dirk.pool.telefonica.de] has joined #code |
03:22 | <~Vornicus> | I have a rectangle of entries and then a rectangle of... basically filters. each row of the filter rectangle should be matched against each row of the entry rectangle, and a result should be calculated that goes in a column to the right of the entries rectangle, one for each row in the filters. |
03:23 | < Yossarian> | Does anyone here use vim to journal? Digitally? Looking for ideas. |
03:24 | < Mahal> | I feel like I need more explanation, Vornicus |
03:27 | <~Vornicus> | trying to figure out how to describe in a way that isn't too technical in the more detailed problem space, hm |
03:31 | <~Vornicus> | I have a row of entries and a pile of rows of filters. Each filter is kinda large (indeed, it is the same length as an entry, and indeed I am going to be using range mechanics to do the math of applying the filter). I want to show, to the right of each entry, one column for each filter row, the result of applying the filter (which is just true/false) |
03:39 | <~Vornicus> | which is still super complicated sounding. If weren't looking for more power it'd be something like: entries!j2 = (do something with entries!a2:i2 and filters!a2:i2); entries!k2 = (do something with entries!a2:i2 and filters!a3:i3) |
03:42 | <~Vornicus> | so as I go right in the results rectangle, I go down in the filters rectangle (and use whole rows to calculate); as I go down in the results rectangle I also go down in the entries rectangle |
03:47 | <&Reiver> | So, eg, a rectangle of entries 5x8, a Filters rectangle of 5x8? Or are they differently sized? |
03:48 | <~Vornicus> | differently sized |
03:48 | <~Vornicus> | there are many more entry rows than filters |
03:49 | <&Reiver> | So is, uh |
03:49 | <&Reiver> | rows of entries, columns of filters, possible? |
03:49 | <&Reiver> | With the resulting table being the results? |
03:49 | <&Reiver> | (Which filters are applied to what rows, I think in my puzzle here) |
03:49 | <~Vornicus> | maybe? The trick is that each entry/filter has a section that's itself a list of numbers that I compare |
03:49 | <~Vornicus> | all filters applied to all rows |
03:50 | <&Reiver> | Right |
03:50 | <&Reiver> | You're gonna need a way to have the final analysis be just the filters vs just the rows, so you can then grid the result |
03:50 | <~Vornicus> | right. |
03:50 | <&Reiver> | Suggest a set of worksheets for that, I think |
03:51 | <&Reiver> | Entries with each row and its attendant data beside it, so the Entries column is one column wide when it comes to the output; ditto Filters, so the go along the top, and then you can meaningfully condense the output |
03:52 | <&Reiver> | It's not ideal, but given you're effectively trying to build 3D arrays in a 2D worksheet, I suspect slicing the cube is really your only option here |
04:03 | | Mahal [sid171286@Nightstar-0bi4dv.irccloud.com] has quit [Ping timeout: 121 seconds] |
04:03 | | Mahal [sid171286@Nightstar-0bi4dv.irccloud.com] has joined #code |
06:08 | | celticminstrel [celticminst@Nightstar-ke9gs7.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!] |
06:43 | | catalyst_ [catalyst@Nightstar-2ms.tcr.132.82.IP] has joined #code |
06:46 | | catalyst [catalyst@Nightstar-racu1t.dab.02.net] has quit [Ping timeout: 121 seconds] |
07:06 | | * Vornicus gave up, put it into Python, discover that there would in fact be solution counts somewhere in the millions, quails, closes Excel |
07:41 | | Kindamoody[zZz] is now known as Kindamoody |
08:13 | | * McMartin pushes some hobby code, woooo! |
08:13 | <&McMartin> | It's been something like two months since the last time I accomplished anything |
09:28 | <&Reiver> | nice! |
09:39 | <@TheWatcher> | Better'n me -_- I don't think I've touched actual non-work code since early August |
09:43 | | Pinkhair [uid208117@Nightstar-h2b233.irccloud.com] has joined #code |
09:52 | | Emmy [Emmy@Nightstar-l49opt.fixed.kpn.net] has joined #code |
09:58 | | Emmy [Emmy@Nightstar-l49opt.fixed.kpn.net] has quit [Ping timeout: 121 seconds] |
11:24 | | Yossarian [soryu@Nightstar-d7h8ki.org] has quit [Ping timeout: 121 seconds] |
11:24 | | [R] [rstamer@genoce.org] has quit [Ping timeout: 121 seconds] |
11:48 | | * Vornicus watches the attempt count pass 300M |
12:03 | <~Vornicus> | ...because I did something wrong |
12:03 | <~Vornicus> | okay, much less terrible. |
12:09 | | [R] [rstamer@Nightstar-d7h8ki.org] has joined #code |
12:09 | | mode/#code [+ao [R] [R]] by ChanServ |
12:18 | | Yossarian [soryu@Nightstar-d7h8ki.org] has joined #code |
12:28 | <~Vornicus> | once I make it not try filling things that are completely unnecessary, <100,000 attempts |
12:58 | < Yossarian> | TheWatcher: that's unfortunate. |
13:00 | < Yossarian> | I'm trying to think of a soft journaling - TODO - org-mode system for vim to keep track of my "light" research, thoughts, progress, and actual journaling |
13:01 | < Yossarian> | I'm not so keen on having tons of plugins, would rather write some light functions myself. Maybe [R] has similiar interests so I asked him. |
13:10 | | catalyst_ is now known as catalyst |
13:16 | | catalyst [catalyst@Nightstar-2ms.tcr.132.82.IP] has quit [Ping timeout: 121 seconds] |
13:17 | | celticminstrel [celticminst@Nightstar-ke9gs7.dsl.bell.ca] has joined #code |
13:17 | | mode/#code [+o celticminstrel] by ChanServ |
13:19 | | catalyst [catalyst@Nightstar-uu6cgc.dab.02.net] has joined #code |
13:36 | <@TheWatcher> | Yossarian: It is... frustrating. But given the insane amount of stress work is causing (thanks, COVID), I'm trying to cut myself a bit of slack |
13:37 | < Yossarian> | I understand and I'm totally there with 'ya. |
17:14 | | Emmy [Emmy@Nightstar-l49opt.fixed.kpn.net] has joined #code |
18:23 | | Pinkhair [uid208117@Nightstar-h2b233.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity] |
18:32 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed] |
19:43 | | catalyst_ [catalyst@Nightstar-q7e2hd.dab.02.net] has joined #code |
19:46 | | catalyst [catalyst@Nightstar-uu6cgc.dab.02.net] has quit [Ping timeout: 121 seconds] |
21:15 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code |
21:15 | | mode/#code [+o Reiv] by ChanServ |
22:37 | | catalyst_ is now known as catalyst |
22:58 | | mac [macdjord@Nightstar-re5.7if.45.45.IP] has quit [Connection closed] |
23:12 | | macdjord [macdjord@Nightstar-re5.7if.45.45.IP] has joined #code |
23:12 | | mode/#code [+o macdjord] by ChanServ |
23:38 | | Emmy [Emmy@Nightstar-l49opt.fixed.kpn.net] has quit [Ping timeout: 121 seconds] |
23:55 | | VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has quit [Connection reset by peer] |
23:56 | | Kindamoody is now known as Kindamoody[zZz] |
23:57 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has quit [Connection closed] |
23:58 | | VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code |
23:58 | | mode/#code [+ao VirusJTG VirusJTG] by ChanServ |
23:59 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code |
23:59 | | mode/#code [+o himi] by ChanServ |
--- Log closed Thu Oct 15 00:00:08 2020 |