code logs -> 2020 -> Tue, 19 May 2020< code.20200518.log - code.20200520.log >
--- Log opened Tue May 19 00:00:19 2020
00:04 Kindamoody is now known as Kindamoody|zZz]
00:37 bluefoxx [fuzzylombax@Nightstar-gmbj85.vs.shawcable.net] has quit [Ping timeout: 121 seconds]
00:37 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Connection closed]
01:29 catalyst_ [catalyst@Nightstar-104mve.dab.02.net] has quit [Ping timeout: 121 seconds]
02:01 catalyst [catalyst@Nightstar-tvkn22.dab.02.net] has joined #code
04:15 Degi [Degi@Nightstar-no2v4i.dyn.telefonica.de] has quit [Ping timeout: 121 seconds]
04:16 Degi [Degi@Nightstar-4j71br.dyn.telefonica.de] has joined #code
04:42 mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code
04:42 mode/#code [+o mac] by ChanServ
04:45 macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds]
05:09 celticminstrel [celticminst@Nightstar-nuu42v.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!]
05:32 Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code
05:32 Pinkhair [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Ping timeout: 121 seconds]
05:48 macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code
05:48 mode/#code [+o macdjord] by ChanServ
05:52 mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds]
06:49 Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Ping timeout: 121 seconds]
06:50 Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code
07:01 mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code
07:01 mode/#code [+o mac] by ChanServ
07:04 macdjord [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Operation timed out]
07:04 macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code
07:04 mode/#code [+o macdjord|slep] by ChanServ
07:07 mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds]
07:53 Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Ping timeout: 121 seconds]
07:53 Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code
07:56 catalyst_ [catalyst@Nightstar-2haoau.dab.02.net] has joined #code
08:00 catalyst [catalyst@Nightstar-tvkn22.dab.02.net] has quit [Ping timeout: 121 seconds]
08:05 mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code
08:05 mode/#code [+o mac] by ChanServ
08:07 macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds]
08:14 macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code
08:14 mode/#code [+o macdjord|slep] by ChanServ
08:17 mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds]
08:24 VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has quit [Connection closed]
08:25 VirusJTG [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code
08:25 mode/#code [+ao VirusJTG VirusJTG] by ChanServ
08:27 Pinkhair [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code
08:27 Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has quit [Ping timeout: 121 seconds]
08:31 Kindamoody|zZz] is now known as Kindamoody
08:48 mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code
08:48 mode/#code [+o mac] by ChanServ
08:51 macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Ping timeout: 121 seconds]
09:07 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code
09:07 mode/#code [+qo Vornicus Vornicus] by ChanServ
09:39 Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code
09:49 catalyst_ is now known as catalyst
10:41 * TheWatcher arghs at ICAPE2
10:42
<@TheWatcher>
(NO ICAPES~)
12:01 catalyst_ [catalyst@Nightstar-v6lb30.cable.virginm.net] has joined #code
12:04 catalyst [catalyst@Nightstar-2haoau.dab.02.net] has quit [Connection closed]
12:08
<~Vornicus>
ok. if I want the gpu to help me with clicking, I need to draw the world in a way that tells me what i'm pointing at.
12:11
<~Vornicus>
So in the case of the smoov thing I need to draw the terrain using colors that describe location.
13:08 celticminstrel [celticminst@Nightstar-nuu42v.dsl.bell.ca] has joined #code
13:08 mode/#code [+o celticminstrel] by ChanServ
13:47
<~Vornicus>
okay. To do this I take the smoov vertex shader and just run with it, basically; I can draw my standard smoov mesh with the standard shader and everything falls into place.
13:47
<~Vornicus>
then the *fragment* shader uses the uv values and just plops them ...directly into the pixel data.
13:49
<~Vornicus>
directly into the color output
13:49
<~Vornicus>
that is.
13:50
<~Vornicus>
I paint to a single pixel canvas, then read the image data off it.
14:01
<~Vornicus>
I can reduce the work the smoov vertex shader does: I don't need the normals at all, which means no need for the additional calculations required of same.
14:57 catalyst [catalyst@Nightstar-v6lb30.cable.virginm.net] has joined #code
14:57 catalyst_ [catalyst@Nightstar-v6lb30.cable.virginm.net] has quit [Connection closed]
17:45 JustLurk [justbob@ServerAdministrator.Nightstar.Net] has joined #code
17:45 JustBob [justbob@Nightstar.Customer.Dissatisfaction.Administrator] has quit [NickServ (RECOVER command used by JustLurk)]
17:45 JustLurk is now known as JustBob
17:45 mode/#code [+o JustBob] by ChanServ
20:56
<&McMartin>
https://i.redd.it/lbsdjdz09kz41.jpg
20:56
<~Vornicus>
100%
20:56
<~Vornicus>
...this picking shader is literally one line
21:36
< Emmy>
I'm fairly certain i .gitignore far before 50mb :P
21:37
< Emmy>
speaking of git, it saved me a lot of time today. XD
21:37
< Emmy>
I knew already that a bug was down to work in one file, but browsing history and comparing managed to pinpoint it exactly.
21:38
< Emmy>
I had been doing a lot of restructuring to that particular file, but when reproducing a piece of functionality i forgot one little thing...
21:39
< Emmy>
I had an if{...}else if piece that i also did in the new code
21:39
< Emmy>
...Except i forgot the tiny little else.
21:39
<~Vornicus>
shaders: still befuddlingly opaque
21:40
< Emmy>
meaning both statements were executed in one case, resulting in one valid GET request, and one invalid every time... >.<
22:21
< Emmy>
https://d4stiny.github.io/How-to-use-Trend-Micro-Rootkit-Remover-to-Install-a-Rootkit/
22:21
< Emmy>
Oops
22:22
< Emmy>
silly trend. don't let your interns design critical security components unsupervised.
22:53
<@TheWatcher>
Isn't that everything IoT?
23:01
< catalyst>
Vornicus: you should use alpha blending then
23:01 * Vornicus sends catalyst to the punalty box
23:03
< catalyst>
you've rendered me speechless
23:18 Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Connection closed]
--- Log closed Wed May 20 00:00:21 2020
code logs -> 2020 -> Tue, 19 May 2020< code.20200518.log - code.20200520.log >

[ Latest log file ]