mflatt
2017-11-30 14:38:46

I don’t think I have any special strategies, although I typically use syntax-debug-info to check scopes and get a sense of what’s going on


dedbox
2017-11-30 16:33:07

Hi everyone, I just saw a tweet about the PhD application deadline at NEU PRL in about 2 weeks.


dedbox
2017-11-30 16:34:46

I want to apply and was hoping to get some insight into the college before committing.


dedbox
2017-11-30 16:39:29

My background is very technical — math and CS — but my interests and strengths seem to fall at the intersection of technical and non-technical.


dedbox
2017-11-30 16:43:52

My Masters project applied results from sociology and political science to designing, building, and operating scalable ad hoc decentralized systems.


dedbox
2017-11-30 16:47:04

My advisor was supportive, but could not get involved. He did not share my research interests and had PhD students to manage.


dedbox
2017-11-30 16:47:27

Would I run into similar obstacles at NEU, particularly in the PRL?


samth
2017-11-30 17:06:33

@dedbox I would encourage you to contact people specifically that you might be interested in working with there


dedbox
2017-11-30 17:16:34

@samth ok, thanks.


yefo.akira
2017-11-30 19:52:11

@yefo.akira has joined the channel


slack1
2017-11-30 23:04:57

Does anyone here use / prefer typed Racket?


ben
2017-11-30 23:07:57

use


slack1
2017-11-30 23:51:42

ah I just read it seems not to perform well with the rest of the ecosystem


slack1
2017-11-30 23:51:43

that is unfortunate


zenspider
2017-12-1 00:06:36

@slack1 dunno if the videos for oopsla/splash are up yet, but @samth gave a good talk on that


zenspider
2017-12-1 00:06:45

(and a couple other related talks)


samth
2017-12-1 00:09:14

It does, in many cases, perform just fine


samth
2017-12-1 00:10:08

Some times you’ll have to move an extra module to typed racket


samth
2017-12-1 00:10:37

And that talk is already up on YouTube


dustin
2017-12-1 00:56:46

Heard about this from a podcast (Magic Read Along) today. It’s a web-based IDE inspired by, and geared towards Haskell, Lisp/Racket, Scala, etc.

https://isomorf.io/#!/syntax-picker/tours-overview


michaelburge
2017-12-1 02:14:04

@michaelburge has joined the channel


slack1
2017-12-1 03:04:52

I heard about an interesting kind of compose that takes a kind of function like map or filter, and doesn’t produce the intermediate data structures


slack1
2017-12-1 03:06:18

I wonder if Racket does those kinds of optimizations under the hood


samth
2017-12-1 03:07:08

@slack1 that’s usually called “deforestation” or “stream fusion”


samth
2017-12-1 03:07:16

and Racket doesn’t do that automatically


slack1
2017-12-1 03:07:22

ah I see, so it’s beneficial to write one


samth
2017-12-1 03:07:37

(it’s quite hard unless your language is like Haskell — lazy and pure)


slack1
2017-12-1 03:07:40

I’m surprised to see that talk of this idea is like over 10 years old


samth
2017-12-1 03:08:07

yeah, it’s quite old in functional languages, probably older when considering arrays


samth
2017-12-1 03:09:00

the first paper on deforestation was written 30 years ago


samth
2017-12-1 03:10:46

other papers on related topics are older


yefo.akira
2017-12-1 06:47:31

Hello all :wave::skin-tone–5: Where is the best place to find help for slideshow?


ben
2017-12-1 06:52:17

right here


yefo.akira
2017-12-1 07:12:39

Good :blush:. Let’s start with the easy one. How do I move the presentation to the second screen? I used it yesterday for a dry run , and couldn’t make it move to the proyector screen, so ended mirroring the display (which meant couldn’t have the comments and the next slide views available)