--- Log opened Sat Jul 07 00:00:47 2018 |
00:53 | | celticminstrel [celticminst@Nightstar-sp81kl.dsl.bell.ca] has joined #code |
00:53 | | mode/#code [+o celticminstrel] by ChanServ |
01:00 | | Derakon is now known as Derakon[AFK] |
01:13 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds] |
03:05 | | Degi [Degi@Nightstar-v14fam.dyn.telefonica.de] has quit [Connection closed] |
03:35 | | Vornotron [Vorn@Nightstar-sjaki9.res.rr.com] has joined #code |
03:35 | | mode/#code [+qo Vornotron Vornotron] by ChanServ |
04:16 | | Vornotron [Vorn@Nightstar-sjaki9.res.rr.com] has quit [Ping timeout: 121 seconds] |
04:37 | | Vorntastic_ [uid293981@Nightstar-6br85t.irccloud.com] has joined #code |
05:49 | <&[R]> | https://i.redd.it/dq98ldniec811.jpg |
06:25 | | celticminstrel [celticminst@Nightstar-sp81kl.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!] |
07:18 | | Vornotron [Vorn@Nightstar-sjaki9.res.rr.com] has joined #code |
07:18 | | mode/#code [+qo Vornotron Vornotron] by ChanServ |
07:24 | | Vornotron [Vorn@Nightstar-sjaki9.res.rr.com] has quit [Ping timeout: 121 seconds] |
08:50 | <@TheWatcher> | [R]: XD |
10:44 | | Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code |
11:41 | | Vornotron [Vorn@Nightstar-sjaki9.res.rr.com] has joined #code |
11:41 | | mode/#code [+qo Vornotron Vornotron] by ChanServ |
13:00 | | macdjord is now known as macdjord|walk |
14:49 | | macdjord|walk is now known as macdjord |
15:54 | | celticminstrel [celticminst@Nightstar-adnja8.dsl.bell.ca] has joined #code |
15:54 | | mode/#code [+o celticminstrel] by ChanServ |
16:57 | | Vorntastic_ [uid293981@Nightstar-6br85t.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity] |
18:51 | <&ToxicFrog> | http://about.bitty.site is pretty cool |
18:52 | <&[R]> | That's nothing new though |
18:56 | <&ToxicFrog> | First time I've seen it |
18:59 | <&[R]> | I've seen the "fragments" bit around 1998, data URLs in 2014ish |
18:59 | <&[R]> | Pretty sure both are older than that |
19:00 | <&[R]> | Though it looks like they took it all and put some shine and polish on it, so I'll give them that |
19:25 | <~Vornotron> | haha, it's just (\hat A + \hat B) \times (\hat A - \hat B) |
19:31 | <~Vornotron> | ...that highly surprises me |
19:31 | <~Vornotron> | because that's literally just -2\hat A cross \hat B and that shouldn't be right at all |
19:39 | <&[R]> | wut |
19:39 | <&[R]> | Your hull simulator thinger? |
19:41 | <~Vornotron> | Part of it |
19:44 | <~Vornotron> | working in homogeneous coordinates because it makes my life super crazy easy because the voronoi diagram has points at infinity before I clip it, so, you know, may as well. |
19:50 | <~Vornotron> | Right now I'm working on perpendicular bisectors, though thinking on it I might be able to skip it, though I really do need to stop doing this in my head |
20:13 | <~Vornotron> | seeing as I got it wrong and all |
20:49 | <~Vornotron> | (A - B) - ((A + B) . (A - B))w |
20:49 | <~Vornotron> | looks like it |
20:49 | <~Vornotron> | not as elegant as I'd like |
21:09 | | Degi [Degi@Nightstar-aamp1u.dyn.telefonica.de] has joined #code |
21:33 | <&[R]> | Ughhh, no multi-dimensional array support in bash D: |
21:33 | | Vornotron [Vorn@Nightstar-sjaki9.res.rr.com] has quit [Ping timeout: 121 seconds] |
21:33 | <&[R]> | Going to have to hack it |
22:22 | | Derakon[AFK] is now known as Derakon |
22:24 | | McMartin [mcmartin@Nightstar-rpcdbf.sntcca.sbcglobal.net] has quit [[NS] Quit: Lost terminal] |
22:25 | | McMartin [mcmartin@Nightstar-rpcdbf.sntcca.sbcglobal.net] has joined #code |
22:25 | | mode/#code [+ao McMartin McMartin] by ChanServ |
22:30 | < Degi> | TFW you didn't know about multidimensional arrays in C# so you hacked it together with some maths... Before that I didn't even knew that arrays existed and tried to store data in files named like arrays... once. |
22:30 | < Degi> | Even though my program contained an array from some code I copy-pasted. |
22:31 | <&[R]> | Ouch |
22:31 | <&[R]> | Yeah, structs in C was a big jump for me |
22:32 | <&[R]> | Was doing a little combat simulator |
22:32 | < Degi> | Well, the file saving/loading didn't really work and then I found out about arrays I guess. |
22:32 | < Degi> | So many unfinished game projects... |
22:56 | <&[R]> | TIL: read doesn't work unless it's in a while loop |
22:57 | <&[R]> | test=(foo bar baz); (printf '%02d\t' 1 2 3; echo) | while IFS=$'\t' read ${test[@]}; do echo $foo; echo $bar; echo $baz; done |
22:57 | <&[R]> | test=(foo bar baz); (printf '%02d\t' 1 2 3; echo) | IFS=$'\t' read ${test[@]}; echo $foo; echo $bar; echo $baz |
--- Log closed Sun Jul 08 00:00:49 2018 |