code logs -> 2020 -> Tue, 14 Apr 2020< code.20200413.log - code.20200415.log >
--- Log opened Tue Apr 14 00:00:12 2020
01:24 macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code
01:24 mode/#code [+o macdjord] by ChanServ
01:25 macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Operation timed out]
01:28 Degi [Degi@Nightstar-ng9v6d.dyn.telefonica.de] has quit [Operation timed out]
01:37 Degi [Degi@Nightstar-k18jh6.dyn.telefonica.de] has joined #code
01:41 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed]
01:49 mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code
01:49 mode/#code [+o mac] by ChanServ
01:52 macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds]
03:25 macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code
03:25 mode/#code [+o macdjord|slep] by ChanServ
03:28 mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds]
03:34 mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code
03:34 mode/#code [+o mac] by ChanServ
03:35 VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has quit [Connection closed]
03:36 VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code
03:36 mode/#code [+ao VirusJTG VirusJTG] by ChanServ
03:36 macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds]
03:58 * McMartin breaks out The Refactor Tractor
04:30
<&McMartin>
Yup
04:30
<&McMartin>
After de-FORTRANning this C code it is now 50% longer.
04:30
<&McMartin>
However, now I have a nice portable core file that I can plug into my CLI testing framework and then alternately into an OpenGL-based display engine to animate the simulation.
04:43 celticminstrel [celticminst@Nightstar-80avij.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!]
05:16
<&McMartin>
Looking good! https://www.dropbox.com/s/nkamlci9tpkxypo/simevo.png?dl=0
05:27
<@Alek>
CLI testing, ha
07:12 Pinkhair [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code
07:15 Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Ping timeout: 121 seconds]
07:22 Kindamoody[zZz] is now known as Kindamoody
08:47 Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code
08:51 Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds]
09:31 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code
09:31 mode/#code [+qo Vornicus Vornicus] by ChanServ
10:49 Bombonica [NSkiwiirc@Nightstar-637.i3p.58.116.IP] has joined #code
10:52 Bombonica [NSkiwiirc@Nightstar-637.i3p.58.116.IP] has quit [Client exited]
11:23
<&McMartin>
Source is up. https://github.com/michaelcmartin/bumbershoot/tree/master/sim_evo
11:33
<&McMartin>
Also because Modern_OS.txt, the program is 23KB and it needs to ship with 1.5MB of libraries
11:34
< catalyst>
=)
11:35
< catalyst>
I've already spoiled myself forever with rust's ecosystem
11:36
<&McMartin>
Also the behavior definitely changes over time even as the population stays roughly stable, which means there's genuine competition for resources going on as some germ lines outcompete others
11:36
<&McMartin>
so that is supercool
11:36
<&McMartin>
need to add some more controls on the sim and then write it up
11:42 Anabella [NSkiwiirc@Nightstar-sfp.g6o.105.172.IP] has joined #code
11:45 Anabella [NSkiwiirc@Nightstar-sfp.g6o.105.172.IP] has quit [Client exited]
12:15 AliciaAway [NSkiwiirc@Nightstar-b9l.cir.72.36.IP] has joined #code
12:19 AliciaAway [NSkiwiirc@Nightstar-b9l.cir.72.36.IP] has quit [Client exited]
12:34 catalyst [catalyst@Nightstar-v6lb30.cable.virginm.net] has quit [Connection closed]
12:34 catalyst_ [catalyst@Nightstar-v6lb30.cable.virginm.net] has joined #code
12:38 catalyst [catalyst@Nightstar-lmfakk.dab.02.net] has joined #code
12:39 catalyst_ [catalyst@Nightstar-v6lb30.cable.virginm.net] has quit [Ping timeout: 121 seconds]
12:39 catalyst_ [catalyst@Nightstar-lmfakk.dab.02.net] has joined #code
12:42 catalyst [catalyst@Nightstar-lmfakk.dab.02.net] has quit [Ping timeout: 121 seconds]
13:30 celticminstrel [celticminst@Nightstar-80avij.dsl.bell.ca] has joined #code
13:30 mode/#code [+o celticminstrel] by ChanServ
14:02
<@abudhabi>
That feel when the text field you're using doesn't understand the old-timey copy/cut/paste shortcuts.
14:08
<@celticminstrel>
You mean Shift+Insert and such?
14:36 * Vornicus tries to remember the tricks for getting hand rankings in poker. 1. set up a counter for ranks, and a set for suits. count up each rank, add k * (k-1) / 2 to the pair count for each number of occurrences for a rank so Q Q Q 7 6, three of a kind, gives 3, A A J J 4, two pair, gives 2. This is the major score. if pair count is 4+, add 2 to the major score. If len(suits) is 1, add 5 to the score. Finally, straights. If the
14:36 * Vornicus pair count is 0, check the highest and lowest score; if they differ by 4 then it's a straight; add 4 to the major score. If on the other hand the highest is 14 and the second highest is 5, that's also a straight, but it's the low straight
14:37
<~Vornicus>
so instead of the ranking being 14 5 4 3 2 as it would normally be for rank comparisons, it's 5 4 3 2 1
14:37
<~Vornicus>
and I think that's it
14:38
<~Vornicus>
the hand score is then the major score followed by the ranks sorted as (rank, occurrence count) in descending order.
14:39 Kindamoody is now known as Kindamoody|afk
14:42 ErikMesoy [Bruker@Nightstar-mci8ir.bb.online.no] has quit [Connection reset by peer]
14:46 ErikMesoy [Bruker@Nightstar-mci8ir.bb.online.no] has joined #code
14:47 mode/#code [+o ErikMesoy] by ChanServ
15:46 catalyst_ [catalyst@Nightstar-lmfakk.dab.02.net] has quit [Ping timeout: 121 seconds]
15:49 catalyst [catalyst@Nightstar-09ubq2.dab.02.net] has joined #code
15:58
<@abudhabi>
celticminstrel: Yes.
16:31 CandyWendy [NSkiwiirc@Nightstar-fik.bsr.236.45.IP] has joined #code
16:34 CandyWendy [NSkiwiirc@Nightstar-fik.bsr.236.45.IP] has quit [Client exited]
16:58 Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code
17:20 Kindamoody|afk [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has quit [Client exited]
17:22 Kimo|autojoin [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has joined #code
17:22 mode/#code [+o Kimo|autojoin] by ChanServ
17:38 Kimo|autojoin is now known as Kindamoody
17:49 Kindamoody [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has quit [Connection closed]
17:52 Kimo|autojoin [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has joined #code
17:52 mode/#code [+o Kimo|autojoin] by ChanServ
17:53 Kimo|autojoin is now known as Kindamoody
18:06
<&McMartin>
Here we go. https://www.dropbox.com/s/qmghwha7gqsj2f8/SimEvo.zip?dl=1
20:28
<@Alek>
hm. there's a snag in configuring pyCharm, but here's hoping this reboot fixes it.
20:28 Alek [Alek@Nightstar-o723m2.cicril.sbcglobal.net] has quit [[NS] Quit: brb]
20:33
<@abudhabi>
celticminstrel: What's worse - wordpress' editor understands shift-insert, but does not understand shift-delete.
20:33
<@abudhabi>
It just deletes instead of cutting.
20:41 catalyst_ [catalyst@Nightstar-09ubq2.dab.02.net] has joined #code
20:43 catalyst_ [catalyst@Nightstar-09ubq2.dab.02.net] has quit [[NS] Quit: -a- IRC for Android 2.1.55]
20:43 catalyst [catalyst@Nightstar-09ubq2.dab.02.net] has quit [Ping timeout: 121 seconds]
20:50 Alek [Alek@Nightstar-o723m2.cicril.sbcglobal.net] has joined #code
20:50 mode/#code [+o Alek] by ChanServ
23:13 Pinkhair [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Ping timeout: 121 seconds]
23:15 Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code
23:20 ChantalZale [NSkiwiirc@Nightstar-03s.h20.169.136.IP] has joined #code
23:23 ChantalZale [NSkiwiirc@Nightstar-03s.h20.169.136.IP] has quit [Client exited]
23:27 Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds]
--- Log closed Wed Apr 15 00:00:14 2020
code logs -> 2020 -> Tue, 14 Apr 2020< code.20200413.log - code.20200415.log >

[ Latest log file ]