January 17, 2013
maybe Robert Schadek is available to speak about his "Distributed Multithreading Caching D Compiler"

http://www.svs.informatik.uni-oldenburg.de/download/thesis/robert_schadek_dmcd.pdf
January 17, 2013
On Thursday, 17 January 2013 at 10:21:10 UTC, Mike Parker wrote:
> On Wednesday, 16 January 2013 at 21:19:33 UTC, Era Scarecrow wrote:
>> On Wednesday, 16 January 2013 at 18:55:03 UTC, Jesse Phillips wrote:
>>>
>>> $800 for round trip? Why can't I get that to Japan!!
>>
>> I remember there was like $300 for a round trip which happened to have a stop in japan where I bought a kimono; But I was in Korea (and the military) at the time...
>
> That must have been in the 90s. I've been in Korea for 22 years now (lost my military discount on tickets long ago) and ticket prices right now are the highest I've ever seen them. I'm looking at $2400 for a round-trip to Atlanta next month and am seriously considering a flight with three layovers instead. Three years ago the same flight at the same time of year cost me $1600. I haven't looked into prices to Seattle yet as my schedule likely isn't going to allow a trip to DConf (unless I get extremely lucky).

 No, 2006. Course it may have been $600 or $800, but I don't remember exactly; I just remember being in worse shape when I returned than when I left.
January 17, 2013
On Thursday, 17 January 2013 at 10:13:12 UTC, Paulo Pinto wrote:
>
> Although I tend to do quite some posts, I am yet to fully make use of D, with most of my work in JVM/.NET languages and FP/C++ stuff in some private projects.
>
> So sadly not much I can contribute.
>
> As for attending, the costs are just too high for myself.
>
> --
> Paulo

You could always give a talk describing a cool use of a feature or something like that? If you know the language then well then there's almost certainly something you could talk about.

This conference isn't just for presenting big projects. As Andrei said, the audience won't be necessarily formed of experts by an means, so even something quite simple could be worthwhile.
January 17, 2013
On 1/15/13, Andrei Alexandrescu <SeeWebsiteForEmail@erdani.org> wrote:
> snip

How come Remedy was removed as a sponsor from the DConf website? Their logo was there for a while, now it's gone.
January 17, 2013
Per their request.
January 18, 2013
Am 17.01.2013 19:28, schrieb John Colvin:
> On Thursday, 17 January 2013 at 10:13:12 UTC, Paulo Pinto wrote:
>>
>> Although I tend to do quite some posts, I am yet to fully make use of
>> D, with most of my work in JVM/.NET languages and FP/C++ stuff in some
>> private projects.
>>
>> So sadly not much I can contribute.
>>
>> As for attending, the costs are just too high for myself.
>>
>> --
>> Paulo
>
> You could always give a talk describing a cool use of a feature or
> something like that? If you know the language then well then there's
> almost certainly something you could talk about.
>
> This conference isn't just for presenting big projects. As Andrei said,
> the audience won't be necessarily formed of experts by an means, so even
> something quite simple could be worthwhile.

Am 17.01.2013 19:28, schrieb John Colvin:> On Thursday, 17 January 2013 at 10:13:12 UTC, Paulo Pinto wrote:
>>
>> Although I tend to do quite some posts, I am yet to fully make use of
>> D, with most of my work in JVM/.NET languages and FP/C++ stuff in some
>> private projects.
>>
>> So sadly not much I can contribute.
>>
>> As for attending, the costs are just too high for myself.
>>
>> --
>> Paulo
>
> You could always give a talk describing a cool use of a feature or
> something like that? If you know the language then well then there's
> almost certainly something you could talk about.
>
> This conference isn't just for presenting big projects. As Andrei said,
> the audience won't be necessarily formed of experts by an means, so even
> something quite simple could be worthwhile.

Not really, as I mentioned, I tend to spend my programming time in another languages/environments.

My focus on the university was compiler design and distributed systems, so I tend to follow some language developments with interest.

Sadly my time is limited and I don't always explore all languages as I really would like to.

So far my only D program is the D version of a simple buffer management
article I wrote for C++.

http://www.progtools.org/compilers/tutorials/queue/article.html
http://www.progtools.org/compilers/tutorials/queue/queue.d

When life permits I am planing to update the said article to describe the D implementation as well.

But very simple stuff.

--
Paulo
January 20, 2013
On 01/17/2013 01:45 PM, dennis luehring wrote:
> maybe Robert Schadek is available to speak about his "Distributed Multithreading Caching D Compiler"
>
> http://www.svs.informatik.uni-oldenburg.de/download/thesis/robert_schadek_dmcd.pdf
>

I already send my proposal

January 21, 2013
On 1/20/13 7:31 AM, Robert BuRnEr Schadek wrote:
> On 01/17/2013 01:45 PM, dennis luehring wrote:
>> maybe Robert Schadek is available to speak about his "Distributed
>> Multithreading Caching D Compiler"
>>
>> http://www.svs.informatik.uni-oldenburg.de/download/thesis/robert_schadek_dmcd.pdf
>>
>
> I already send my proposal

We have it, thanks!

Andrei

January 21, 2013
I have been playing around with UDAs recently and in combination with D's meta-programming they allow for some awesome stuff. I would love to see a presentation on that. I heard Ian mention doing a presentation on the challenges of porting D to ARM/Parallella which I think would a be very, very interesting talk to a great many people (myself included).

Just ideas.
January 21, 2013
Btw, would someone from wiki contributors be interested in doing the small talk about new planned release & development process? I'd really like to see it widely recognized.