jesse.alama
2020-10-13 07:55:44

@jesse.alama has joined the channel


jesse.alama
2020-10-13 08:46:53

Is it OK if I join the RacketCon virtual biergarten on Friday at 5 pm Central European Time? With a real beer. Asking for a friend.


jesse.alama
2020-10-13 08:48:10

More seriously: could we open up the space so that Racketeers in Europe or other places far from the US could join in at 5 pm, for them?


jesse.alama
2020-10-13 08:48:40

the main event on Saturday and Sunday keep their times, of course; I just mean the virtual biergarten


pocmatos
2020-10-13 10:21:42

Sounds good… like that we can have a beer at 5pm and again at 8pm…


pocmatos
2020-10-13 10:22:19

now that I am thinking about it, we can have a stream of continuous beers from 5pm onwards…


pocmatos
2020-10-13 10:22:36

goes stock up on beer!


jesse.alama
2020-10-13 11:39:07

wonders how I’ll appear to the Americans showing up at their virtual biergarten, after having begun hours earlier…


mihaidobri
2020-10-13 16:28:48

@mihaidobri has joined the channel


mihaidobri
2020-10-13 16:33:33

Hello! Is anybody offering tutoring (as a service) ? I need a little support with a project.


spdegabrielle
2020-10-13 16:36:34

IDK but questions and answers are free here :grinning: - #general is fine but there is also a specific #beginners channel if you think that is a better fit.


mihaidobri
2020-10-13 17:23:14

thank you!


samth
2020-10-13 18:54:11

Is anyone able to test out this issue https://github.com/racket/racket/issues/3430 on their machine? I’d like to check if it happens elsewhere (particularly on non-linux systems).


sorawee
2020-10-13 19:50:33

@samth I got

$ raco test proxy-server.rkt raco test: (submod "proxy-server.rkt" test) raco test: @(test-responsible '(mflatt)) 4 tests passed


sorawee
2020-10-13 19:50:38

on Mac


sorawee
2020-10-13 19:50:52

Racket 7.8 CS


samth
2020-10-13 19:50:55

@sorawee how long did it take?


sorawee
2020-10-13 19:51:13

12:04:06 PM – 12:06:40 PM


sorawee
2020-10-13 19:51:24

So two minutes and a half


samth
2020-10-13 20:07:01

very odd


samth
2020-10-13 20:07:38

because it changed from 3 seconds to 5 minutes in DrDr 3 weeks ago with no changes in anything at the same time that I can find


mflatt
2020-10-13 20:18:30

Is all the time in making the connection to “http://q.com\|q.com”?


sorawee
2020-10-13 20:25:52

My Racket is at 73053d7a60668f5b5f74aef6dc (Oct 2), FYI. Not up-to-date, but definitely after the change that broke DrDr.


gregor.kiczales
2020-10-14 00:27:41

In our class we ask students to setup the line length warning to 80 characters (Preferences>Editing>General Editing). As part of our style guidelines we then dock marks for people who submit code with longer lines. But on our recent midterm I’ve now had two students show me that the setting somehow changed to 102. Does anyone know of a scenario where that could happen?


samth
2020-10-14 01:40:52

@mflatt aha, I missed that it connected to an outside service. Trying to connect in my browser to that port on http://q.com\|q.com times out. The test was added in https://github.com/racket/racket/pull/1411, but there wasn’t any discussion of that site or why that port is used.


kellysmith12.21
2020-10-14 02:05:37

Out of curiosity, why were polymorphic types and type constructors unified?


samth
2020-10-14 02:06:30

I think “it seemed like a good idea at the time” is one answer.


samth
2020-10-14 02:07:51

Another answer is that I didn’t really know what I was doing, and if you squint, they’re related.


notjack
2020-10-14 03:07:55

102 is the recommendation in the racket style guide, which seems too coincidental to be unrelated


notjack
2020-10-14 03:08:08

(it’s a bizarre choice, honestly)