www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - What's the deal with http://dconf.org/2015/talks/zvibel.pdf?

reply "Andrei Alexandrescu" <SeeWebsiteForEmail erdani.org> writes:
So this is the sixth time or so I change permissions for 
http://dconf.org/2015/talks/zvibel.pdf manually. I make it 
world-readable, someone within a matter of hours it becomes 
world-unreadable.

Attributes and owner are fine on my github dir. We use rsync.

Does any other contributor update dconf.org and has the wrong 
attributes? Could there be something more odd at work?


Andrei
Jun 04 2015
next sibling parent reply Walter Bright <newshound2 digitalmars.com> writes:
On 6/4/2015 6:12 PM, Andrei Alexandrescu wrote:
 So this is the sixth time or so I change permissions for
 http://dconf.org/2015/talks/zvibel.pdf manually. I make it world-readable,
 someone within a matter of hours it becomes world-unreadable.

 Attributes and owner are fine on my github dir. We use rsync.

 Does any other contributor update dconf.org and has the wrong attributes? Could
 there be something more odd at work?
I just clicked and downloaded it. No problems.
Jun 04 2015
parent reply "Joakim" <dlang joakim.fea.st> writes:
On Friday, 5 June 2015 at 04:10:41 UTC, Walter Bright wrote:
 On 6/4/2015 6:12 PM, Andrei Alexandrescu wrote:
 So this is the sixth time or so I change permissions for
 http://dconf.org/2015/talks/zvibel.pdf manually. I make it 
 world-readable,
 someone within a matter of hours it becomes world-unreadable.

 Attributes and owner are fine on my github dir. We use rsync.

 Does any other contributor update dconf.org and has the wrong 
 attributes? Could
 there be something more odd at work?
I just clicked and downloaded it. No problems.
Works for me too.
Jun 04 2015
parent "Joakim" <dlang joakim.fea.st> writes:
On Friday, 5 June 2015 at 04:15:04 UTC, Joakim wrote:
 On Friday, 5 June 2015 at 04:10:41 UTC, Walter Bright wrote:
 On 6/4/2015 6:12 PM, Andrei Alexandrescu wrote:
 So this is the sixth time or so I change permissions for
 http://dconf.org/2015/talks/zvibel.pdf manually. I make it 
 world-readable,
 someone within a matter of hours it becomes world-unreadable.

 Attributes and owner are fine on my github dir. We use rsync.

 Does any other contributor update dconf.org and has the wrong 
 attributes? Could
 there be something more odd at work?
I just clicked and downloaded it. No problems.
Works for me too.
btw, reading the slides, seems like a great talk. Looking forward to the official video. :)
Jun 05 2015
prev sibling next sibling parent reply "Jonathan M Davis" <jmdavisProg gmx.com> writes:
On Friday, 5 June 2015 at 01:12:25 UTC, Andrei Alexandrescu wrote:
 So this is the sixth time or so I change permissions for 
 http://dconf.org/2015/talks/zvibel.pdf manually. I make it 
 world-readable, someone within a matter of hours it becomes 
 world-unreadable.

 Attributes and owner are fine on my github dir. We use rsync.

 Does any other contributor update dconf.org and has the wrong 
 attributes? Could there be something more odd at work?
It works fine for me too, though glancing around online about file permissions in github, I'm seeing really mixed messages on what happens with them. So, maybe there's some github-specific weirdness. - Jonathan M Davis
Jun 05 2015
next sibling parent "Jonathan M Davis" <jmdavisProg gmx.com> writes:
On Friday, 5 June 2015 at 08:36:54 UTC, Jonathan M Davis wrote:
 So, maybe there's some github-specific weirdness.
Or, git-specific weirdness rather. I'm so used to saying github that I sometimes end up saying it instead of git. :| Though I suppose that there could be something weird going on with github too. - Jonathan M Davis
Jun 05 2015
prev sibling parent reply "Vladimir Panteleev" <vladimir thecybershadow.net> writes:
On Friday, 5 June 2015 at 08:36:54 UTC, Jonathan M Davis wrote:
 It works fine for me too, though glancing around online about 
 file permissions in github, I'm seeing really mixed messages on 
 what happens with them. So, maybe there's some github-specific 
 weirdness.
Why is this? AFAIK Git only allows 644 and 755 permissions for files (i.e. executable or not). I doubt Git is to blame here.
Jun 05 2015
next sibling parent "Jonathan M Davis" <jmdavisProg gmx.com> writes:
On Friday, 5 June 2015 at 11:11:15 UTC, Vladimir Panteleev wrote:
 On Friday, 5 June 2015 at 08:36:54 UTC, Jonathan M Davis wrote:
 It works fine for me too, though glancing around online about 
 file permissions in github, I'm seeing really mixed messages 
 on what happens with them. So, maybe there's some 
 github-specific weirdness.
Why is this? AFAIK Git only allows 644 and 755 permissions for files (i.e. executable or not). I doubt Git is to blame here.
I don't know. As I said, searching for info on file permissions in git quickly turned up stuff that seemed contradictory with regards to whether git retained file permissions or not and how to deal with them. I didn't dig deeply. - Jonathan M Davis
Jun 05 2015
prev sibling parent Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
On 6/5/15 4:11 AM, Vladimir Panteleev wrote:
 On Friday, 5 June 2015 at 08:36:54 UTC, Jonathan M Davis wrote:
 It works fine for me too, though glancing around online about file
 permissions in github, I'm seeing really mixed messages on what
 happens with them. So, maybe there's some github-specific weirdness.
Why is this? AFAIK Git only allows 644 and 755 permissions for files (i.e. executable or not). I doubt Git is to blame here.
rsync is in the mix as well. Anyhow, for now (after I deleted and rsync'ed it again) the file seems to have stayed readable. -- Andrei
Jun 05 2015
prev sibling parent "Chris" <wendlec tcd.ie> writes:
On Friday, 5 June 2015 at 01:12:25 UTC, Andrei Alexandrescu wrote:
 So this is the sixth time or so I change permissions for 
 http://dconf.org/2015/talks/zvibel.pdf manually. I make it 
 world-readable, someone within a matter of hours it becomes 
 world-unreadable.

 Attributes and owner are fine on my github dir. We use rsync.

 Does any other contributor update dconf.org and has the wrong 
 attributes? Could there be something more odd at work?


 Andrei
Works for me. A few things from the slide: "Developing in D for over a year: Getting a huge productivity boost" I second that. With D programming is not just a chore, it actually makes you want to do things. It's not the same for-loop all over again ;) "We have a lot of library/utility functions we can donate" Please do. Input/code/findings from people who use D in real life scenarios is priceless.
Jun 05 2015