Re: Beta D 2.068.0-b1

2015-06-26 Thread Mike via Digitalmars-d-announce

On Thursday, 25 June 2015 at 07:48:24 UTC, Iain Buclaw wrote:


More importantly, will all cross-platform regressions 
introduced in the development cycle of 2.068 be fixed? :-)


And, for your convenience the current list of regressions is 
here: 
https://issues.dlang.org/buglist.cgi?bug_severity=regressionlist_id=201812resolution=---


More Dconf 2015 videos

2015-06-26 Thread Andrei Alexandrescu via Digitalmars-d-announce
Please continue to spread the love (twitter, reddit, hackernews, 
facebook, your blog...):


https://www.youtube.com/watch?v=rmRmfoKxMCE
https://www.youtube.com/watch?v=1W6uhX6AITM
https://www.youtube.com/watch?v=1W6uhX6AITM


Andrei


Re: More Dconf 2015 videos

2015-06-26 Thread Andrei Alexandrescu via Digitalmars-d-announce

On 6/26/15 9:28 AM, Gary Willoughby wrote:

On Friday, 26 June 2015 at 15:54:51 UTC, Andrei Alexandrescu wrote:

Please continue to spread the love (twitter, reddit, hackernews,
facebook, your blog...):

https://www.youtube.com/watch?v=rmRmfoKxMCE
https://www.youtube.com/watch?v=1W6uhX6AITM
https://www.youtube.com/watch?v=1W6uhX6AITM


Andrei


Last two are the same video.


Sorry. So we have:

Chuck Allison: https://youtube.com/watch?v=rmRmfoKxMCE
Liran Zvibel: https://youtube.com/watch?v=1W6uhX6AITM
Mihails Strasuns: https://youtube.com/watch?v=kDu0lgwqHKM


Andrei



Re: More Dconf 2015 videos

2015-06-26 Thread extrawurst via Digitalmars-d-announce
On Friday, 26 June 2015 at 16:42:23 UTC, Andrei Alexandrescu 
wrote:

On 6/26/15 9:28 AM, Gary Willoughby wrote:
On Friday, 26 June 2015 at 15:54:51 UTC, Andrei Alexandrescu 
wrote:
Please continue to spread the love (twitter, reddit, 
hackernews,

facebook, your blog...):

https://www.youtube.com/watch?v=rmRmfoKxMCE
https://www.youtube.com/watch?v=1W6uhX6AITM
https://www.youtube.com/watch?v=1W6uhX6AITM


Andrei


Last two are the same video.


Sorry. So we have:

Chuck Allison: https://youtube.com/watch?v=rmRmfoKxMCE
Liran Zvibel: https://youtube.com/watch?v=1W6uhX6AITM
Mihails Strasuns: https://youtube.com/watch?v=kDu0lgwqHKM


Andrei


Awesome! Is it planned to add the video links to dconf.org ?


Re: More Dconf 2015 videos

2015-06-26 Thread Andy Smith via Digitalmars-d-announce
On Friday, 26 June 2015 at 18:43:50 UTC, Andrei Alexandrescu 
wrote:

On 6/26/15 11:03 AM, extrawurst wrote:
On Friday, 26 June 2015 at 16:42:23 UTC, Andrei Alexandrescu 
wrote:

On 6/26/15 9:28 AM, Gary Willoughby wrote:
On Friday, 26 June 2015 at 15:54:51 UTC, Andrei Alexandrescu 
wrote:
Please continue to spread the love (twitter, reddit, 
hackernews,

facebook, your blog...):

https://www.youtube.com/watch?v=rmRmfoKxMCE
https://www.youtube.com/watch?v=1W6uhX6AITM
https://www.youtube.com/watch?v=1W6uhX6AITM


Andrei


Last two are the same video.


Sorry. So we have:

Chuck Allison: https://youtube.com/watch?v=rmRmfoKxMCE
Liran Zvibel: https://youtube.com/watch?v=1W6uhX6AITM
Mihails Strasuns: https://youtube.com/watch?v=kDu0lgwqHKM


Andrei


Awesome! Is it planned to add the video links to dconf.org ?


It is planned inasmuch people send pull requests for it. -- 
Andrei


Boom!

https://github.com/D-Programming-Language/dconf.org/pull/82




Re: More Dconf 2015 videos

2015-06-26 Thread David Gileadi via Digitalmars-d-announce

On 6/26/15 12:03 PM, Andy Smith wrote:

I don't want to sound negative but the editing of Chuck's talk could be
a lot better IMHO. Round about 30:00 he describes a code example which
isn't shown in the video!. He's making multiple references to lines/code
etc. that were visible to the attendees at the conference but aren't
visible on the video.

Having seen it in person, Chuck's talk was a *great* advocacy of D. But
seeing it second time round on youtube I'm not feeling it the same way :-(

I appreciate the work that UVU have put in to making the talks available
so I *really* don't mean to sound unappreciative or disrespectful, but I
think in this case it might make sense to go back and revisit this
particular talk. Specifically when Chuck is talking about a specific
code sample / line of code, it needs to be put into the video. Otherwise
context is completely lost and viewers will be left confused + bewildered.

Regards,

Andy.


Agreed; this was the one talk where I had to hunt down the slides on 
dconf.org, and then figure out where in the slides the code examples 
lived. Since the code examples are tiny pictures with links from the 
slides, this took me some figuring out.


Re: More Dconf 2015 videos

2015-06-26 Thread bachmeier via Digitalmars-d-announce

On Friday, 26 June 2015 at 19:03:11 UTC, Andy Smith wrote:
I don't want to sound negative but the editing of Chuck's talk 
could be a lot better IMHO. Round about 30:00 he describes a 
code example which isn't shown in the video!. He's making 
multiple references to lines/code etc. that were visible to the 
attendees at the conference but aren't visible on the video.


Having seen it in person, Chuck's talk was a *great* advocacy 
of D. But seeing it second time round on youtube I'm not 
feeling it the same way :-(


I appreciate the work that UVU have put in to making the talks 
available so I *really* don't mean to sound unappreciative or 
disrespectful, but I think in this case it might make sense to 
go back and revisit this particular talk. Specifically when 
Chuck is talking about a specific code sample / line of code, 
it needs to be put into the video. Otherwise context is 
completely lost and viewers will be left confused + bewildered.


Regards,

Andy.


Yes. I enjoyed the talk until he got to the code examples. I got 
lost and shut it off.


Re: More Dconf 2015 videos

2015-06-26 Thread Andy Smith via Digitalmars-d-announce
I don't want to sound negative but the editing of Chuck's talk 
could be a lot better IMHO. Round about 30:00 he describes a code 
example which isn't shown in the video!. He's making multiple 
references to lines/code etc. that were visible to the attendees 
at the conference but aren't visible on the video.


Having seen it in person, Chuck's talk was a *great* advocacy of 
D. But seeing it second time round on youtube I'm not feeling it 
the same way :-(


I appreciate the work that UVU have put in to making the talks 
available so I *really* don't mean to sound unappreciative or 
disrespectful, but I think in this case it might make sense to go 
back and revisit this particular talk. Specifically when Chuck is 
talking about a specific code sample / line of code, it needs to 
be put into the video. Otherwise context is completely lost and 
viewers will be left confused + bewildered.


Regards,

Andy.















Re: More Dconf 2015 videos

2015-06-26 Thread Walter Bright via Digitalmars-d-announce

On 6/26/2015 1:13 PM, Brad Anderson wrote:

On Friday, 26 June 2015 at 15:54:51 UTC, Andrei Alexandrescu wrote:

Please continue to spread the love (twitter, reddit, hackernews, facebook,
your blog...):

https://www.youtube.com/watch?v=rmRmfoKxMCE
https://www.youtube.com/watch?v=1W6uhX6AITM
https://www.youtube.com/watch?v=1W6uhX6AITM


Andrei


Chuck's on reddit:
https://www.reddit.com/r/programming/comments/3b8dou/why_d_is_very_very_good_for_me_chuck_allison/


I didn't want to post them all at once so they aren't competing for attention
but someone will probably do it. I'll post another tomorrow unless someone else
does.


Monday morning is probably a better time, due to Reddit usage patterns. Weekends 
tend to not get nearly so much traffic.


Re: More Dconf 2015 videos

2015-06-26 Thread Brad Anderson via Digitalmars-d-announce

On Friday, 26 June 2015 at 20:32:56 UTC, Walter Bright wrote:
Monday morning is probably a better time, due to Reddit usage 
patterns. Weekends tend to not get nearly so much traffic.


Also, I completely spaced that I'll be on the road all day and 
not back until Tuesday. It'll have to be someone else.


Re: D Language Runtime (klickverbot) - DConf 2015

2015-06-26 Thread David Nadlinger via Digitalmars-d-announce

On Wednesday, 24 June 2015 at 20:14:02 UTC, Walter Bright wrote:

https://www.reddit.com/r/programming/comments/3axgwn/d_language_runtime_klickverbot_dconf_2015/

David, could you please post an AMA there?


Done. I didn't even see your prompt before I did so. ;)

 - David


Re: D Language Runtime (klickverbot) - DConf 2015

2015-06-26 Thread David Nadlinger via Digitalmars-d-announce

On Wednesday, 24 June 2015 at 20:43:07 UTC, rsw0x wrote:
He briefly mentions rtinfo then says it's not part of the talk, 
is RTinfo actually used for anything? AFAICT it's just a dummy 
value at the moment.


Yes, it is just a dummy value in the upstream druntime repo, but 
people have been changing it in their local copies for precise 
GC, some forms of runtime reflection, or more crazy ideas (see 
Adam's work).


 - David


Re: More Dconf 2015 videos

2015-06-26 Thread Mike via Digitalmars-d-announce
On Friday, 26 June 2015 at 18:43:50 UTC, Andrei Alexandrescu 
wrote:


It is planned inasmuch people send pull requests for it. -- 
Andrei


A pull request was submitted a couple of days ago.
https://github.com/D-Programming-Language/dconf.org/pull/81
I added these new videos today.

There's work getting done would only take a few seconds to 
review.  They just need someone with authority or a 
subject-matter expert (yes, I know they are in short supply).


Just need someone to hit the button:
https://github.com/D-Programming-Language/dlang.org/pull/1000

Trivial (10 seconds max), but need a subject matter expert:
https://github.com/D-Programming-Language/dlang.org/pull/1022
https://github.com/D-Programming-Language/dlang.org/pull/859
https://github.com/D-Programming-Language/dlang.org/pull/996
https://github.com/D-Programming-Language/druntime/pull/1303
https://github.com/D-Programming-Language/druntime/pull/1302
https://github.com/D-Programming-Language/dmd/pull/4753

Should probably be closed to remove the clutter:
https://github.com/D-Programming-Language/dlang.org/pull/1009

Mike



Re: dbeaengine - D binding for the BeaEngine disassembler

2015-06-26 Thread Idle Reef Fly via Digitalmars-d-announce

On Monday, 16 February 2015 at 23:10:07 UTC, Baz wrote:
dbeaengine[1] is a simple BeaEngine[2] interface for the D 
programming language. The BeaEngine is an X86 and X86_64 
library which can be used to disassemble X86 and X86_64 
byte-code.


added library code to disasm in a single call:

http://www.reddit.com/r/d_language/comments/3b6abf/coedit_beaengine_disassembler/?ref=shareref_source=link