code logs -> 2019 -> Mon, 26 Aug 2019< code.20190825.log - code.20190827.log >
--- Log opened Mon Aug 26 00:00:01 2019
00:02 mac [macdjord@Nightstar-rslo4b.mc.videotron.ca] has joined #code
00:02 mode/#code [+o mac] by ChanServ
00:04 macdjord|slep [macdjord@Nightstar-rslo4b.mc.videotron.ca] has quit [Operation timed out]
00:53
<&McMartin>
There is still clearly some work left to do in the format conversion handling: https://www.dropbox.com/s/qsohrptq3cxqswa/uqm_not_quite.png?dl=0
00:53
<&McMartin>
First non-crashing run of UQM on SDL2
00:53
<&McMartin>
Still a bit of work to be done~
00:58
<@Reiv>
... you just made the Ur-Quan even /more/ ominous
00:58
<@Reiv>
Well played, sir, now I think I shall flee~
01:12
<&McMartin>
That turns out to be a one-token fix
01:13
<&McMartin>
There was something that was supposed to represent the alpha mask, and it was instead "always be opaque everywhere forever"
01:40
< Yossarian>
Is there a decent MoO2 remake that is faithful and doesn't crash during MP? I 'member that there was no saving for MP I think
01:47 himi [sjjf@Nightstar-1drtbs.anu.edu.au] has joined #code
01:47 mode/#code [+o himi] by ChanServ
02:19
<@Reiv>
Actual remake, no
02:19
<@Reiv>
Inspireds-by, plenty
02:19
<@Reiv>
Faithful, questionable
04:34 Vorntastic [uid293981@Nightstar-2dc.p8m.184.192.IP] has joined #code
04:34 mode/#code [+qo Vorntastic Vorntastic] by ChanServ
--- Log closed Mon Aug 26 04:47:22 2019
--- Log opened Mon Aug 26 04:47:28 2019
04:47 TheWatcher [chris@GlobalOperator.Nightstar.Net] has joined #code
04:47 Irssi: #code: Total of 32 nicks [26 ops, 0 halfops, 0 voices, 6 normal]
04:47 mode/#code [+o TheWatcher] by ChanServ
04:47 Irssi: Join to #code was synced in 22 secs
04:49 Reiver [quassel@Nightstar-ksqup0.co.uk] has joined #code
04:49 mode/#code [+ao Reiver Reiver] by ChanServ
--- Log closed Mon Aug 26 04:54:46 2019
--- Log opened Mon Aug 26 04:54:53 2019
04:54 TheWatcher [chris@GlobalOperator.Nightstar.Net] has joined #code
04:54 Irssi: #code: Total of 32 nicks [26 ops, 0 halfops, 0 voices, 6 normal]
04:54 mode/#code [+o TheWatcher] by ChanServ
04:55 Reiver [quassel@Nightstar-ksqup0.co.uk] has joined #code
04:55 mode/#code [+ao Reiver Reiver] by ChanServ
04:55 Irssi: Join to #code was synced in 15 secs
05:24 himi [sjjf@Nightstar-1drtbs.anu.edu.au] has quit [Ping timeout: 121 seconds]
05:30 Derakon is now known as Derakon[AFK]
05:49 celticminstrel [celticminst@Nightstar-6an2qt.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!]
07:03 Kindamoody[zZz] is now known as Kindamoody
07:37 himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code
07:37 mode/#code [+o himi] by ChanServ
08:49
<@ErikMesoy>
A classic: https://twitter.com/Pinboard/status/761656824202276864 "The Programmers’ Credo: we do these things not because they are easy, but because we thought they were going to be easy"
08:50
<&McMartin>
That is getting a place of honor right alongside the Programmer's Recruitment Spiel
08:51
<&McMartin>
"Have you ever wanted to travel through time and engage in pitched battle with your past self? Software development is the career for you!"
09:48
<@abudhabi>
That feel when your job consists, for the moment, of waiting for VS to install updates.
09:50
<@abudhabi>
McMartin: Hah.
10:17 Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code
10:25 Degi [Degi@Nightstar-mgoqt7.dyn.telefonica.de] has joined #code
13:42 celticminstrel [celticminst@Nightstar-6an2qt.dsl.bell.ca] has joined #code
13:42 mode/#code [+o celticminstrel] by ChanServ
14:35
< Pink>
this is a super cool idea https://twitter.com/OskSta/status/1164926304640229376/photo/1
15:01
<~Vorntastic>
Hell yeah wfc
15:05 Derakon[AFK] is now known as Derakon
15:14 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code
15:14 mode/#code [+qo Vornicus Vornicus] by ChanServ
16:18
<~Vornicus>
And that's three items in the critter data struct figured out. they are the tens, hundreds, and thousands place of the point value of the critters, in that order.
16:21 Vash [Vash@Nightstar-sjaki9.res.rr.com] has joined #code
16:33
<~Vornicus>
And so this function adds the score for a kill, runs the carry update, and then checks whether you get a 1up from score. all right! ...naps
17:14 Vorntastic [uid293981@Nightstar-2dc.p8m.184.192.IP] has quit [[NS] Quit: Connection closed for inactivity]
17:19 Degi [Degi@Nightstar-mgoqt7.dyn.telefonica.de] has quit [Connection closed]
17:21 Degi [Degi@Nightstar-mgoqt7.dyn.telefonica.de] has joined #code
17:23 Vash [Vash@Nightstar-sjaki9.res.rr.com] has quit [[NS] Quit: Leaving]
18:52
<&jeroud>
I think I'm starting to win at implementing Scheme.
18:52
<&jeroud>
I know this because I've only had to rewrite my entire data model twice for the past three features.
18:53
<&jeroud>
And I now pass the first two chibi-scheme basic tests.
18:57
<&jeroud>
(Why yes, I stole my tests from someone else's implementation. I really expected R5RS to have a standard set of conformity tests, but the best I could find was "yeah, we should do that at some point". Fortunately some implementations have tests I can use.)
18:59
<@Tamber>
2 for 3 isn't bad!
19:01
<&jeroud>
There are a lot more than three tests! ;-)
19:01
<@Tamber>
There are four lights?
19:04
<&jeroud>
https://github.com/ashinn/chibi-scheme/tree/master/tests/basic
19:04
<&jeroud>
Those look like they cover quite a lot.
19:09
<@Tamber>
Seems so
19:21
<&jeroud>
Anyway, Scheme has lots of annoying mutable state.
19:22
<&jeroud>
So I'm probably going to have to completely throw away my data model and rewrite it from scratch with some completely different assumptions. But not today.
20:08
<@TheWatcher>
Band name alert "Annoying Mutable State"
20:29 Vorntastic [uid293981@Nightstar-2dc.p8m.184.192.IP] has joined #code
20:29 mode/#code [+qo Vorntastic Vorntastic] by ChanServ
20:38 Degi [Degi@Nightstar-mgoqt7.dyn.telefonica.de] has quit [[NS] Quit: Leaving]
20:38 Degi [Degi@Nightstar-mgoqt7.dyn.telefonica.de] has joined #code
20:43 Degi_ [Degi@Nightstar-mgoqt7.dyn.telefonica.de] has joined #code
20:43 Degi_ [Degi@Nightstar-mgoqt7.dyn.telefonica.de] has quit [[NS] Quit: Leaving]
20:44 Emmy is now known as Emmy-zZz
20:45 Degi_ [Degi@Nightstar-mgoqt7.dyn.telefonica.de] has joined #code
20:45 Emmy-zZz is now known as Emmy
20:45 Degi- [Degi@Nightstar-mgoqt7.dyn.telefonica.de] has joined #code
20:46 Degi- [Degi@Nightstar-mgoqt7.dyn.telefonica.de] has quit [Connection closed]
20:46 Degi_ [Degi@Nightstar-mgoqt7.dyn.telefonica.de] has quit [[NS] Quit: Leaving]
21:55 Degi [Degi@Nightstar-mgoqt7.dyn.telefonica.de] has quit [Connection reset by peer]
21:58 Kindamoody is now known as Kindamoody[zZz]
22:04 Emmy is now known as Emmy-AFK
22:26
<~Vorntastic>
Man, backronyms
22:26
<~Vorntastic>
Anti-robocall tech: STIR and SHAKEN
22:27 * Mahal mutters at one of the work devs
22:28
< Mahal>
just give me the information I asked for instead of being difficult!
22:28
< Mahal>
"what's the URL of the Azure database you can't access?"
22:28
< Mahal>
"it's the $project one"
22:28
< Mahal>
"And what's it's URL?"
22:28
< Mahal>
"Can you see the list here?" -provides a generic portal.azure.com URL that displays any projects the currently-logged-in user has access to, sigh-
22:29
< Mahal>
Dev: -whinges that it's all too hard and taking too long, why aren't ICT helpful, why can't they whitelist their own shit-
22:29
< Mahal>
Me: The URL you provided is specific to the logged-on user, in this case, yourself. You will need to provide us with the URL's of the databases that you require access to. Unfortunately, there is no way for you to whitelist these yourself, requests do need to come via ICT. If you're able to provide the URL of the database that you need at the time of the request, we're able to make these changes quite quickly.
22:30
< Mahal>
The original back and forth was over the course of a week, because they ignored us after the "it's the $project database" message.
22:30
< Mahal>
apparently "that should be sufficient!"
22:31
< Mahal>
Anyway, if y'all are devs with a separate network team, please be nice and just answer the questions we're asking.
22:31
< Mahal>
if you want to know why we're asking them, go right ahead and ask!
22:31
< Mahal>
but for the love of christ don't give me the wrong information or useless information then tell me it's my fault that you're not getting what you want.
22:39
<@Tamber>
That sounds much like someone doesn't really want to do any work, and is looking for someone/something else to blame. "Look, I asked for the access I need; it's just taking ages!"
22:52 himi [sjjf@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds]
23:10 Emmy-AFK [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds]
23:39
<~Vornicus>
okay this goes ... grab the ... I suppose that's the count of shield pieces that the critter has picked up, clear the actual to 0, then place them all randomly... then... okay if there were any, then I... spawn a critter too?
23:41
<~Vornicus>
it's the secret critter, the one that isn't on the list of standard critters.
--- Log closed Tue Aug 27 00:00:03 2019
code logs -> 2019 -> Mon, 26 Aug 2019< code.20190825.log - code.20190827.log >

[ Latest log file ]