popa.bogdanp
2020-5-12 07:08:47

Is <https://www.youtube.com/watch?v=wEgaVMOYLEU|this talk >available elsewhere? Looks like it’s blocked outside of the US (or at least in Romania).


soegaard2
2020-5-12 07:34:25

Not available in Denmark either.


jcoo092
2020-5-12 07:37:11

Nor New Zealand ¯_(ツ)_/¯


soegaard2
2020-5-12 07:38:58

It must be a channel wide setting, there are no videos listed: https://www.youtube.com/user/nuACM/videos


sorawee
2020-5-12 12:07:00

Nor the US!


soegaard2
2020-5-12 12:07:23

The plot thickens.


soegaard2
2020-5-12 12:10:05

The other videos are missing too. https://con.racket-lang.org/2011/


laurent.orseau
2020-5-12 12:17:30

Nor the UK


soegaard2
2020-5-12 12:18:02

@leif Can you remember who taped the videos back then?


spdegabrielle
2020-5-12 12:31:14

Is it just 2011?


soegaard2
2020-5-12 12:31:36

I think so.


spdegabrielle
2020-5-12 12:32:35

There is a contact email for nuACM


soegaard2
2020-5-12 12:34:00

It’s NorthEastern so there is a good chance that someone here knows who to contact directly.


spdegabrielle
2020-5-12 12:36:23

Is that where Matthias is based?


spdegabrielle
2020-5-12 12:37:06

@asumu perhaps?


spdegabrielle
2020-5-12 12:38:49

And Carl Eastlund


soegaard2
2020-5-12 12:39:27

yes.


samth
2020-5-12 12:55:30

Only Matthias is still there, of those people


sorawee
2020-5-12 12:59:58

Has Stephen left NEU? He’s on Slack as well I think


soegaard2
2020-5-12 13:02:04

Ben too.


sorawee
2020-5-12 13:02:13

Yep


spdegabrielle
2020-5-12 13:02:54

I’ve just emailed the student acm chapter at the address given on the YouTube profile.


spdegabrielle
2020-5-12 14:05:32

Nittin has responded and is looking into it!


greg
2020-5-12 14:12:10

FWIW it’s blocked in the US, too — at least for me, and I tried two Google accounts to be sure. Well actually idk about “blocked”, but it says “This channel has no videos.”


spdegabrielle
2020-5-12 14:21:08

Hopefully it is just a permissions thing and they didn’t decide to do a clean out…pretty sure YouTube doesn’t do restore from backup


leif
2020-5-12 14:43:48

I think @asumu might be able to help here.


leif
2020-5-12 14:44:24

If not I can also track down nuacm in person and ask what is happening once this pandemic is over.


sorawee
2020-5-12 19:25:42

sorawee
2020-5-12 19:26:29

I used to have a very similar issue in Emacs due to Mac restricting filesystem access


sorawee
2020-5-12 19:26:41

But I couldn’t reproduce the problem for DrRacket


spdegabrielle
2020-5-12 19:38:16

The image just shows the folder as ‘racket’ - I’m concerned they have chosen a restricted location


soegaard2
2020-5-12 19:38:48

Which image?


spdegabrielle
2020-5-12 19:39:08

Is the message on racket users


soegaard2
2020-5-12 19:39:35

Ah!


spdegabrielle
2020-5-12 19:39:56

sorawee
2020-5-12 19:44:54

When I save a file in a directory that I have not permission to write, I get this error though.


spdegabrielle
2020-5-12 19:46:39

I think there is something fishy about that save dialog.


spdegabrielle
2020-5-12 19:47:21

My first suggestion is to see if they can save to a known folder like ~/Desktop


deactivateduser60718
2020-5-12 22:11:06

I intend to release a pure-Racket CSS3 parser and tokenizer to the default catalog tomorrow. Doc preview attached. I’m adding my first round of tests to the parser now. Requesting bug reports and code feedback! https://github.com/zyrolasting/css3-syntax


leif
2020-5-13 01:23:34

@mflatt, the docs for bitmap-dc say:


leif
2020-5-13 01:23:41

> A <file:///home/leif/racket/racket/doc/draw/bitmap_.html?q=bitmap-dc|bitmap%> object must be supplied at initialization or installed into a bitmap DC using <file:///home/leif/racket/racket/doc/draw/bitmap-dc_.html?q=bitmap-dc#%28meth.%28%28%28lib.racket%2Fdraw..rkt%29.bitmap-dc~25%29.set-bitmap%29%29|set-bitmap> before any other method of the DC is called, except <file:///home/leif/racket/racket/doc/draw/dc.html?q=bitmap-dc#%28meth.%28%28%28lib.racket%2Fdraw..rkt%29.dc~3c~25~3e%29.get-text-extent%29%29|get-text-extent>, <file:///home/leif/racket/racket/doc/draw/dc.html?q=bitmap-dc#%28meth.%28%28%28lib.racket%2Fdraw..rkt%29.dc~3c~25~3e%29.get-char-height%29%29|get-char-height>, or <file:///home/leif/racket/racket/doc/draw/dc.html?q=bitmap-dc#%28meth.%28%28%28lib._racket%2Fdraw..rkt%29._dc~3c~25~3e%29.get-char-width%29%29|get-char-width>. If any other <file:///home/leif/racket/racket/doc/draw/bitmap-dc.html?q=bitmap-dc|bitmap-dc%> method is called before a bitmap is selected, the method call is ignored.


leif
2020-5-13 01:24:15

Does that mean you also can’t call set-font until set-bitmap is called (or the bitmap is otherwise set)


leif
2020-5-13 01:25:04

If not, it seems like this drastically removes the usefulness of get-text-extent, get-char-height, and get-char-width, since it will only work on whatever the system’s default font is.


mflatt
2020-5-13 01:26:46

I think that bit of documentation is probably out of date (probably since the GUI/draw rewrite circa 2010), and all methods are ok, but the ones that actually draw will have no effect until after a bitmap is installed.


leif
2020-5-13 01:27:00

As a side note, is it possible to change the default font that bitmap-dc%s use in a particular program? Or does every new bitmap-dc have to call set-font?


leif
2020-5-13 01:27:16

Ah, okay, makes sense, thanks.


mflatt
2020-5-13 01:27:23

There’s no way to set the default font.


leif
2020-5-13 01:27:32

Okay, thanks.