--- Log opened Sat Apr 02 00:00:09 2016 |
00:13 | | catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has quit [[NS] Quit: Leaving] |
00:13 | | catadroid [catalyst@Nightstar-ih1up6.dab.02.net] has joined #code |
00:34 | | catadroid` [catalyst@Nightstar-2g933u.dab.02.net] has joined #code |
00:37 | | catadroid [catalyst@Nightstar-ih1up6.dab.02.net] has quit [Ping timeout: 121 seconds] |
00:40 | | catadroid` [catalyst@Nightstar-2g933u.dab.02.net] has quit [The TLS connection was non-properly terminated.] |
00:41 | | catadroid [catalyst@Nightstar-2g933u.dab.02.net] has joined #code |
00:41 | | Crossfire [Z@Nightstar-3nmkps.tpgi.com.au] has joined #code |
00:41 | | mode/#code [+o Crossfire] by ChanServ |
00:50 | | gizmore|2 [kvirc@Nightstar-sius89.dip0.t-ipconnect.de] has quit [Ping timeout: 121 seconds] |
00:55 | | Crossfire [Z@Nightstar-3nmkps.tpgi.com.au] has quit [[NS] Quit: If I had a world of my own, everything would be nonsense. Nothing would be what it is because everything would be what it isn't. And contrary-wise; what it is it wouldn't be, and what it wouldn't be, it would. You see?] |
01:26 | | Derakon[AFK] is now known as Derakon |
02:34 | | gizmore [kvirc@Nightstar-p23obp.dip0.t-ipconnect.de] has joined #code |
03:05 | < crystalclaw> | Gah, curses is aptly named |
03:05 | < crystalclaw> | My basic_menu() is 81 lines long |
03:06 | < crystalclaw> | (python) |
03:06 | <&Derakon> | What're you using curses for? |
03:08 | < crystalclaw> | Basic GUI for my person tracker thingy |
03:09 | < crystalclaw> | (which is just like normal contacts except with IRC and contact integration, with the assumption that there'll be tons of nonstandard data) |
03:10 | < crystalclaw> | I finally got around to writing a standard menu that I can use for multiple things though \o/ |
03:29 | <&Derakon> | Cool, well, good luck. |
03:29 | <&Derakon> | I was worried for a bit there that you were working on a roguelike, and was going to suggest using libtcod instead. |
03:29 | <&Derakon> | But no, you're just writing a console GUI. |
03:30 | < crystalclaw> | Yep |
03:30 | < crystalclaw> | I'll keep that in mind though |
03:31 | < crystalclaw> | 81 lies of code for a menu that has a title, scrolling, doesn't print out of bounds, and returns the selection. It seems like it shouldn't be this hard :/ |
04:01 | <&Derakon> | GUIs always are more complicated than you think. |
04:01 | < crystalclaw> | This is the truth |
04:04 | <&McMartin> | I think it was this channel that coined the phrase "not only full of but made of spiders" re: GUIs |
04:04 | <&McMartin> | I've had it as my go-to description for like ten years now~ |
04:08 | < crystalclaw> | I've not heard that. That is a perfect description. |
04:08 | | Gugzob_Hamslicer is now known as gnolam |
04:44 | | ion [Owner@Nightstar-6grqph.vs.shawcable.net] has quit [Ping timeout: 121 seconds] |
04:50 | | ion [Owner@Nightstar-6grqph.vs.shawcable.net] has joined #code |
05:03 | | Derakon is now known as Derakon[AFK] |
05:06 | < crystalclaw> | Great. Now I have to make a menu that has editable fields. :( |
05:06 | < crystalclaw> | maybe I'll stop for tonight... |
05:08 | <~Vornicus> | I misread that as edible fields |
05:09 | < crystalclaw> | If I could do that, I wouldn't stop working on it right now. I've barely eaten anything today. |
05:57 | | Xires is now known as ^Xires |
07:04 | | catadroid` [catalyst@Nightstar-epuat3.dab.02.net] has joined #code |
07:06 | | catadroid [catalyst@Nightstar-2g933u.dab.02.net] has quit [Ping timeout: 121 seconds] |
07:35 | | Alek [Alek@Nightstar-n7s.4qg.15.24.IP] has quit [[NS] Quit: blargh] |
08:01 | | ion_ [Owner@Nightstar-6grqph.vs.shawcable.net] has joined #code |
08:02 | | ion [Owner@Nightstar-6grqph.vs.shawcable.net] has quit [Ping timeout: 121 seconds] |
08:03 | | Alek [Alek@Nightstar-n7s.4qg.15.24.IP] has joined #code |
08:04 | | mode/#code [+o Alek] by ChanServ |
08:11 | < abudhabi> | https://www.indiegogo.com/projects/save-lambdaconf-and-an-open-society--3#/ |
08:19 | | Kindamoody[zZz] is now known as Kindamoody |
08:29 | | gizmore [kvirc@Nightstar-p23obp.dip0.t-ipconnect.de] has quit [[NS] Quit: KVIrc 4.9.1 Aria http://www.kvirc.net/] |
09:07 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection reset by peer] |
09:39 | | catadroid` [catalyst@Nightstar-epuat3.dab.02.net] has quit [Ping timeout: 121 seconds] |
10:56 | | ion_ [Owner@Nightstar-6grqph.vs.shawcable.net] has quit [Ping timeout: 121 seconds] |
10:59 | | ion [Owner@Nightstar-6grqph.vs.shawcable.net] has joined #code |
11:22 | < ion> | Trying to figure out where a couple weird files came from |
11:27 | < ion> | anybody got a clue what probably-windows program spits out url logs formatted like http://pastebin.com/e7eFzKbb ? |
14:53 | <@gnolam> | https://github.com/julianstorer/JUCE/blob/118e872bf246afa9b4124907f6d1864b4eedb4 3b/modules/juce_core/containers/juce_HomeopathicStack.h |
14:53 | <@gnolam> | /** Pops the next value off the stack, allowing the user to supply an expected result |
14:53 | <@gnolam> | to improve accuracy. |
14:53 | <@gnolam> | Like all homeopathic systems, this class is more effective if you already know what |
14:53 | <@gnolam> | results you expect from it, so using this version of pop() will produce fewer errors |
14:53 | <@gnolam> | than the one which takes no arguments. |
14:53 | <@gnolam> | */ |
18:19 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
18:19 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
19:40 | | catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code |
19:42 | | * [R] has a bunch of <input>s, they all have a tool-tip with their current value, I'd like to disable that tool-tip. |
20:05 | | catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has quit [[NS] Quit: Leaving] |
20:14 | | crystalclaw is now known as crystalclaw|AFK |
20:42 | <&ToxicFrog> | crystalclaw|AFK: rolling your own GUI? I am so sorry. |
20:43 | <&ToxicFrog> | I'm up to 1100 lines of GUI code in ttymor, and ~400 of that is the menu system :( |
20:45 | | macdjord [macdjord@Nightstar-ahbhn1.cable.rogers.com] has quit [Ping timeout: 121 seconds] |
20:53 | | macdjord [macdjord@Nightstar-ahbhn1.cable.rogers.com] has joined #code |
20:53 | | mode/#code [+o macdjord] by ChanServ |
21:17 | | catadroid [catalyst@Nightstar-j64hde.dab.02.net] has joined #code |
21:52 | | crystalclaw|AFK is now known as crystalclaw |
21:52 | < crystalclaw> | ToxicFrog: Yeah... |
21:52 | < crystalclaw> | This will be fun |
22:29 | | Derakon[AFK] is now known as Derakon |
22:37 | | catadroid` [catalyst@Nightstar-5mp2ra.dab.02.net] has joined #code |
22:40 | | catadroid [catalyst@Nightstar-j64hde.dab.02.net] has quit [Ping timeout: 121 seconds] |
22:47 | | * ToxicFrog pounces catadroid` and snoggles |
22:49 | | Kindamoody is now known as Kindamoody[zZz] |
23:23 | | catalyst [catalyst@Nightstar-bt5k4h.81.in-addr.arpa] has joined #code |
23:37 | | Turaiel[Offline] is now known as Turaiel |
--- Log closed Sun Apr 03 00:00:25 2016 |