www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - This Week in D #23 - Interview with Dmitry Olshansky, dmd beta,

reply "Adam D. Ruppe" <destructionator gmail.com> writes:
http://arsdnet.net/this-week-in-d/jun-28.html
Jun 28 2015
next sibling parent "Baz" <bb.temp gmx.cim> writes:
On Monday, 29 June 2015 at 03:46:55 UTC, Adam D. Ruppe wrote:
 http://arsdnet.net/this-week-in-d/jun-28.html
thx. interesting interview.
Jun 28 2015
prev sibling next sibling parent "Arjan" <arjan ask.me.to> writes:
On Monday, 29 June 2015 at 03:46:55 UTC, Adam D. Ruppe wrote:
 http://arsdnet.net/this-week-in-d/jun-28.html
great interview.
Jun 29 2015
prev sibling next sibling parent reply Dmitry Olshansky <dmitry.olsh gmail.com> writes:
On 29-Jun-2015 06:46, Adam D. Ruppe wrote:
 http://arsdnet.net/this-week-in-d/jun-28.html
I should have probably said on the day one - AMA. P.S. Thanks to Joakim for editing my stream of consciousness into this tidy text ;) -- Dmitry Olshansky
Jul 02 2015
next sibling parent reply "Joakim" <dlang joakim.fea.st> writes:
On Thursday, 2 July 2015 at 10:26:36 UTC, Dmitry Olshansky wrote:
 On 29-Jun-2015 06:46, Adam D. Ruppe wrote:
 http://arsdnet.net/this-week-in-d/jun-28.html
I should have probably said on the day one - AMA. P.S. Thanks to Joakim for editing my stream of consciousness into this tidy text ;)
Can someone stick this interview link on reddit? I think others would find it interesting.
Jul 02 2015
parent "Meta" <jared771 gmail.com> writes:
On Thursday, 2 July 2015 at 14:16:41 UTC, Joakim wrote:
 On Thursday, 2 July 2015 at 10:26:36 UTC, Dmitry Olshansky 
 wrote:
 On 29-Jun-2015 06:46, Adam D. Ruppe wrote:
 http://arsdnet.net/this-week-in-d/jun-28.html
I should have probably said on the day one - AMA. P.S. Thanks to Joakim for editing my stream of consciousness into this tidy text ;)
Can someone stick this interview link on reddit? I think others would find it interesting.
Might be worthwhile to wait until Monday, as Monday afternoon has the heaviest traffic out of the entire week, I believe.
Jul 02 2015
prev sibling parent reply "Joakim" <dlang joakim.fea.st> writes:
On Thursday, 2 July 2015 at 10:26:36 UTC, Dmitry Olshansky wrote:
 On 29-Jun-2015 06:46, Adam D. Ruppe wrote:
 http://arsdnet.net/this-week-in-d/jun-28.html
I should have probably said on the day one - AMA. P.S. Thanks to Joakim for editing my stream of consciousness into this tidy text ;)
Looks like you have a question on reddit, not sure how he reached that conclusion though: https://www.reddit.com/r/programming/comments/3ck3ru/interview_with_dmitry_olshansky_author_of_ds/
Jul 10 2015
parent reply Dmitry Olshansky <dmitry.olsh gmail.com> writes:
On 10-Jul-2015 23:34, Joakim wrote:
 On Thursday, 2 July 2015 at 10:26:36 UTC, Dmitry Olshansky wrote:
 On 29-Jun-2015 06:46, Adam D. Ruppe wrote:
 http://arsdnet.net/this-week-in-d/jun-28.html
I should have probably said on the day one - AMA. P.S. Thanks to Joakim for editing my stream of consciousness into this tidy text ;)
Looks like you have a question on reddit, not sure how he reached that conclusion though: https://www.reddit.com/r/programming/comments/3ck3ru/interview_with_dmitry_olshansky_author_of_ds/
Answered. Never knew it was there at all. -- Dmitry Olshansky
Jul 10 2015
parent reply "Joakim" <dlang joakim.fea.st> writes:
On Friday, 10 July 2015 at 20:42:02 UTC, Dmitry Olshansky wrote:
 On 10-Jul-2015 23:34, Joakim wrote:
 On Thursday, 2 July 2015 at 10:26:36 UTC, Dmitry Olshansky 
 wrote:
 On 29-Jun-2015 06:46, Adam D. Ruppe wrote:
 http://arsdnet.net/this-week-in-d/jun-28.html
I should have probably said on the day one - AMA. P.S. Thanks to Joakim for editing my stream of consciousness into this tidy text ;)
Looks like you have a question on reddit, not sure how he reached that conclusion though: https://www.reddit.com/r/programming/comments/3ck3ru/interview_with_dmitry_olshansky_author_of_ds/
Answered. Never knew it was there at all.
Oh, he's probably reacting to these two quotes: "In the end, it turned out that UTF decoding had become the bottleneck and it's soon to be removed." "The key one is to remove decoding of UTF and match directly on the encoded chars"
Jul 10 2015
parent Dmitry Olshansky <dmitry.olsh gmail.com> writes:
On 11-Jul-2015 00:26, Joakim wrote:
 On Friday, 10 July 2015 at 20:42:02 UTC, Dmitry Olshansky wrote:
 On 10-Jul-2015 23:34, Joakim wrote:
 On Thursday, 2 July 2015 at 10:26:36 UTC, Dmitry Olshansky wrote:
 On 29-Jun-2015 06:46, Adam D. Ruppe wrote:
 http://arsdnet.net/this-week-in-d/jun-28.html
I should have probably said on the day one - AMA. P.S. Thanks to Joakim for editing my stream of consciousness into this tidy text ;)
Looks like you have a question on reddit, not sure how he reached that conclusion though: https://www.reddit.com/r/programming/comments/3ck3ru/interview_with_dmitry_olshansky_author_of_ds/
Answered. Never knew it was there at all.
Oh, he's probably reacting to these two quotes: "In the end, it turned out that UTF decoding had become the bottleneck and it's soon to be removed." "The key one is to remove decoding of UTF and match directly on the encoded chars"
On second thought should have said it like "match directly on encoded characters _as if decoding_ them w/o actually going for decoded code point values". Still confusing I guess. -- Dmitry Olshansky
Jul 10 2015
prev sibling next sibling parent reply Mathias Lang via Digitalmars-d-announce writes:
Very interesting interview !
On the question about love/hate of D, there's this sentence: ' "for," works
with any range or something that can be sliced to get a range.'. Didn't you
mean "foreach" ?

2015-06-29 5:46 GMT+02:00 Adam D. Ruppe via Digitalmars-d-announce <
digitalmars-d-announce puremagic.com>:

 http://arsdnet.net/this-week-in-d/jun-28.html
Jul 02 2015
parent reply Dmitry Olshansky <dmitry.olsh gmail.com> writes:
On 03-Jul-2015 01:45, Mathias Lang via Digitalmars-d-announce wrote:
 Very interesting interview !
 On the question about love/hate of D, there's this sentence: ' "for,"
 works with any range or something that can be sliced to get a
 range.'. Didn't you mean "foreach" ?
Absolutely. Adam can we fix that ? Thanks!
 2015-06-29 5:46 GMT+02:00 Adam D. Ruppe via Digitalmars-d-announce
 <digitalmars-d-announce puremagic.com
 <mailto:digitalmars-d-announce puremagic.com>>:

     http://arsdnet.net/this-week-in-d/jun-28.html
-- Dmitry Olshansky
Jul 03 2015
parent "Adam D. Ruppe" <destructionator gmail.com> writes:
On Friday, 3 July 2015 at 08:40:58 UTC, Dmitry Olshansky wrote:
 Adam can we fix that ? Thanks!
yup, changed
Jul 03 2015
prev sibling parent reply "Nicholas Wilson" <iamthewilsonator hotmail.com> writes:
On Monday, 29 June 2015 at 03:46:55 UTC, Adam D. Ruppe wrote:
 http://arsdnet.net/this-week-in-d/jun-28.html
Adam. At least on safari you can't scroll down the archive panel. The first 20 editions are visible, but not the rest.
Jul 02 2015
next sibling parent "extrawurst" <stephan extrawurst.org> writes:
On Friday, 3 July 2015 at 01:32:27 UTC, Nicholas Wilson wrote:
 On Monday, 29 June 2015 at 03:46:55 UTC, Adam D. Ruppe wrote:
 http://arsdnet.net/this-week-in-d/jun-28.html
Adam. At least on safari you can't scroll down the archive panel. The first 20 editions are visible, but not the rest.
Same here with chrome on osx - too bad they aren't sorted the other way around with the most recent on top ;)
Jul 02 2015
prev sibling parent "Adam D. Ruppe" <destructionator gmail.com> writes:
On Friday, 3 July 2015 at 01:32:27 UTC, Nicholas Wilson wrote:
 Adam. At least on safari you can't scroll down the archive 
 panel. The first 20 editions are visible, but not the rest.
Try it now, you might have to refresh to get the new css, I just added a scroll over there (on touch btw use two fingers to scroll inner components).
Jul 03 2015