code logs -> 2020 -> Wed, 15 Apr 2020< code.20200414.log - code.20200416.log >
--- Log opened Wed Apr 15 00:00:14 2020
00:12
<@celticminstrel>
Fun!
00:13
<@celticminstrel>
I bet it doesn't work because WordPress decided to reimplement the wheel instead of using the browser's built-in native text editor.
00:19 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed]
00:20 Pinkhair [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code
00:22 Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Ping timeout: 122 seconds]
01:01 Kindamoody [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has quit [Client exited]
01:04 Kimo|autojoin [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has joined #code
01:04 mode/#code [+o Kimo|autojoin] by ChanServ
01:16 AkiraMay [NSkiwiirc@Nightstar-a61kju.ip-149-56-45.net] has joined #code
01:20 AkiraMay [NSkiwiirc@Nightstar-a61kju.ip-149-56-45.net] has quit [Client exited]
01:23 Kimo|autojoin is now known as Kindamoody
01:24 Degi_ [Degi@Nightstar-2jejmp.dyn.telefonica.de] has joined #code
01:24 Degi [Degi@Nightstar-k18jh6.dyn.telefonica.de] has quit [Operation timed out]
01:24 Degi_ is now known as Degi
01:31 Kindamoody [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has quit [Client exited]
01:32 Kimo|autojoin [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has joined #code
01:32 mode/#code [+o Kimo|autojoin] by ChanServ
01:48 Kimo|autojoin is now known as Kindamoody
01:55 Kindamoody is now known as Kindamoody[zZz]
02:02 catalyst [catalyst@Nightstar-v6lb30.cable.virginm.net] has joined #code
02:45 AnnaNystrom [NSkiwiirc@Nightstar-1os.rfu.179.210.IP] has joined #code
02:49 AnnaNystrom [NSkiwiirc@Nightstar-1os.rfu.179.210.IP] has quit [Client exited]
02:59 macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code
02:59 mode/#code [+o macdjord] by ChanServ
03:01 mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds]
03:17 mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code
03:17 mode/#code [+o mac] by ChanServ
03:20 macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds]
03:30
<&ToxicFrog>
Eurgh. I need to name a thing.
03:30
<&ToxicFrog>
Specifically, the concept of what part of the game you're in.
03:30
<&ToxicFrog>
E.g. pre-game, post-game, collect-gestures, collect-answers, execute
03:31
<&ToxicFrog>
In various places I've called this "phase", "stage", or "state", but I really need to pick one name and stick with it.
03:35
<&Reiver>
Phase or Screen seem appropriate, based on whether it's a gameplay element or a GUI change?
03:35
<&Reiver>
Thus keeping State for the condition of the game itself, and Stage being for, well, a number of things
03:42 macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code
03:42 mode/#code [+o macdjord|slep] by ChanServ
03:44 mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds]
03:49
<&McMartin>
I like "phase"
03:58
<&ToxicFrog>
Reiver: it's a gameplay element. The UI is largely the same for all of this; it's the thing that defines which events will be accepted from players and how it reacts to these events.
03:58
<&ToxicFrog>
For example, players can only change gesture entry in collect-gestures; after that gestures are locked in for the turn.
03:59
<&McMartin>
As You Know Frog, any sufficiently advanced card game is indistinguishable from Magic, which means "phase" and "step" are your canonical options, and I don't like step >_>
03:59
<&McMartin>
(This sounds like Spellcast)
04:00
<&ToxicFrog>
(It is)
04:00
<&Reiver>
Phase is the better terminology, absolutely
04:00
<&ToxicFrog>
"phase is the term used for this concept in MtG" is good enough for me
04:00
<&Reiver>
I was noting that 'Screen' is a useful thing to reserve for GUI stuff, if ever so needed
04:01
<&McMartin>
It appears it is now "step" though now that I check >_>
04:01
<&Reiver>
hrn, you could be right
04:01
<&Reiver>
I am used to Steps being part of a Phase
04:01
<&McMartin>
The Beginning Phase includes Untap Step, Upkeep Step, and Draw Step.
04:01
<&McMartin>
Yep.
04:01
<&Reiver>
But I also learned long ago~
04:01
<&Reiver>
Right
04:01
<&Reiver>
So Steps are the subsections to a Step, etc
04:01
<&Reiver>
to a Phase
04:01
<&Reiver>
my fingers and brain waugh
04:01
<&Reiver>
"This is your brain. This is your brain on training seminars."
04:03
<&ToxicFrog>
Yeah, in that model what I describe here are in fact phases, some of which contain only a single step and some of which contain several
04:04
<&Reiver>
Phase and Step might be useful to hang onto then!
04:05
<&ToxicFrog>
Step is likely to show up only in the :execute-spells phase and only as an internal implementation detail, since (in chorus now) The Rules Are Ambiguous™
04:05
<&ToxicFrog>
And it is not, in practice, possible for "all spells to go off simultaneously"
04:07
<&ToxicFrog>
In other news
04:07
<&ToxicFrog>
https://github.com/8051Enthusiast/regex2fat
04:23 macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code
04:23 mode/#code [+o macdjord] by ChanServ
04:25
<&McMartin>
wat.
04:25
<&McMartin>
Possibly wat32
04:26 macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds]
04:35
<&Reiver>
... thefuck
04:46 KattyWest [NSkiwiirc@Nightstar-el5.lsk.113.96.IP] has joined #code
04:50 KattyWest [NSkiwiirc@Nightstar-el5.lsk.113.96.IP] has quit [Client exited]
04:55 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:05 VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has quit [Connection closed]
05:05 VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code
05:05 mode/#code [+ao VirusJTG VirusJTG] by ChanServ
05:36 Dianalondon [NSkiwiirc@Nightstar-863h75.sub-198-226-42.myvzw.com] has joined #code
05:40 Dianalondon [NSkiwiirc@Nightstar-863h75.sub-198-226-42.myvzw.com] has quit [Client exited]
06:38 AshlyeGraam [NSkiwiirc@Nightstar-r9e.l14.195.200.IP] has joined #code
06:42 AshlyeGraam [NSkiwiirc@Nightstar-r9e.l14.195.200.IP] has quit [Client exited]
07:43 Kindamoody[zZz] is now known as Kindamoody
07:45 CandiceSwan [NSkiwiirc@Nightstar-289.7u4.22.165.IP] has joined #code
07:48 CandiceSwan [NSkiwiirc@Nightstar-289.7u4.22.165.IP] has quit [Client exited]
08:15 mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code
08:15 mode/#code [+o mac] by ChanServ
08:17 macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds]
08:31 CindyMello [NSkiwiirc@Nightstar-71s.1bp.71.167.IP] has joined #code
08:34 CindyMello [NSkiwiirc@Nightstar-71s.1bp.71.167.IP] has quit [Client exited]
08:44 mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Connection closed]
08:51 macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code
08:51 mode/#code [+o macdjord] by ChanServ
09:25 catalyst [catalyst@Nightstar-v6lb30.cable.virginm.net] has quit [[NS] Quit: -a- IRC for Android 2.1.55]
09:40 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code
09:40 mode/#code [+qo Vornicus Vornicus] by ChanServ
09:57 JessiStein [NSkiwiirc@Nightstar-ffm.ips.22.165.IP] has joined #code
10:01 JessiStein [NSkiwiirc@Nightstar-ffm.ips.22.165.IP] has quit [Client exited]
10:10 Kindamoody is now known as Kindamoody|out
11:09 AkiraMay [NSkiwiirc@Nightstar-gih.1bp.71.167.IP] has joined #code
11:13 AkiraMay [NSkiwiirc@Nightstar-gih.1bp.71.167.IP] has quit [Client exited]
11:45
<@TheWatcher>
Whee, verilog
12:02 CindyMello [NSkiwiirc@Nightstar-289.7u4.22.165.IP] has joined #code
12:05 CindyMello [NSkiwiirc@Nightstar-289.7u4.22.165.IP] has quit [Client exited]
12:50 celticminstrel [celticminst@Nightstar-80avij.dsl.bell.ca] has joined #code
12:50 mode/#code [+o celticminstrel] by ChanServ
12:59 GiseleBund [NSkiwiirc@Nightstar-8mv.mq3.78.103.IP] has joined #code
13:03 GiseleBund [NSkiwiirc@Nightstar-8mv.mq3.78.103.IP] has quit [Client exited]
13:26 Kindamoody|out is now known as Kindamoody
14:19 ElenaRosse [NSkiwiirc@Nightstar-gih.1bp.71.167.IP] has joined #code
14:19 ElenaRosse [NSkiwiirc@Nightstar-gih.1bp.71.167.IP] has quit [Z-Lined: Killbot has judged you to be a spammer. Begone. (ID: 0D3YHTI427)]
14:37 KattyWest [NSkiwiirc@Nightstar-67p.ips.22.165.IP] has joined #code
14:37 KattyWest [NSkiwiirc@Nightstar-67p.ips.22.165.IP] has quit [Z-Lined: Killbot has judged you to be a spammer. Begone. (ID: N4UX67PI42)]
17:16 CamilaMorro [NSkiwiirc@Nightstar-opc.r32.80.172.IP] has joined #code
17:19 CamilaMorro [NSkiwiirc@Nightstar-opc.r32.80.172.IP] has quit [Client exited]
17:39 Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code
18:08 Pink` [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code
18:11 Pinkhair [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Ping timeout: 121 seconds]
18:11 Pinkhair [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code
18:15 Pink` [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Ping timeout: 121 seconds]
18:22 Catalynna [NSkiwiirc@Nightstar-anlcng.sg-sin1.upcloud.host] has joined #code
18:25 Catalynna [NSkiwiirc@Nightstar-anlcng.sg-sin1.upcloud.host] has quit [Client exited]
19:28 Honey2bee [NSkiwiirc@Nightstar-1i4.7vo.99.82.IP] has joined #code
19:32 Honey2bee [NSkiwiirc@Nightstar-1i4.7vo.99.82.IP] has quit [Client exited]
--- Log closed Wed Apr 15 20:28:29 2020
--- Log opened Wed Apr 15 20:28:43 2020
20:28 TheWatcher [chris@GlobalOperator.Nightstar.Net] has joined #code
20:28 Irssi: #code: Total of 33 nicks [24 ops, 0 halfops, 0 voices, 9 normal]
20:28 mode/#code [+o TheWatcher] by ChanServ
20:28 Irssi: Join to #code was synced in 15 secs
22:07 Syloq [Syloq@NetworkAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds]
22:10 Syloq [Syloq@NetworkAdministrator.Nightstar.Net] has joined #code
22:10 mode/#code [+o Syloq] by ChanServ
22:27 Syloq [Syloq@NetworkAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds]
22:30 Syloq [Syloq@NetworkAdministrator.Nightstar.Net] has joined #code
22:30 mode/#code [+o Syloq] by ChanServ
22:38 VirusJTG_ [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code
22:40 VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has quit [Operation timed out]
23:53 Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds]
--- Log closed Thu Apr 16 00:00:37 2020
code logs -> 2020 -> Wed, 15 Apr 2020< code.20200414.log - code.20200416.log >

[ Latest log file ]