Re: Blog Post: Beating std::visit Without Really Trying

2019-10-07 Thread Arredondo via Digitalmars-d-announce
On Sunday, 6 October 2019 at 03:47:25 UTC, Seb wrote: Phobos is amazing and stable, but exactly because of these attributes there isn't much active development happening. I thought that the work on dip1000 and the current push for borrow semantics and other lifetime related issues that have

Re: libmir: recent updates

2018-09-10 Thread Arredondo via Digitalmars-d-announce
On Sunday, 9 September 2018 at 17:24:49 UTC, 9il wrote: Mir Algorithm http://mir-algorithm.dub.pm - v2.0.0, new ndslice API, Does new API mean that it's not backwards compatible? if so, where can we find the documentation for this new API? Arredondo.

Re: Encouraging preliminary results implementing memcpy in D

2018-06-13 Thread Arredondo via Digitalmars-d-announce
On Wednesday, 13 June 2018 at 10:17:10 UTC, Mike Franklin wrote: Well, actually, I probably should divide that time by 10,000,000 to make a more accurate representation. For rigorous benchmarking, check out the first part of Andrei's Writing Fast Code:

Re: DConf 2018 Ex Post Facto

2018-05-31 Thread Arredondo via Digitalmars-d-announce
On Thursday, 31 May 2018 at 17:23:56 UTC, Arredondo wrote: On Thursday, 31 May 2018 at 16:59:52 UTC, Mike Parker wrote: On Thursday, 31 May 2018 at 16:32:06 UTC, Joakim wrote: On Thursday, 31 May 2018 at 15:49:47 UTC, Ali Çehreli wrote: Only the Vang's picture shows for me. All the others show

Re: DConf 2018 Ex Post Facto

2018-05-31 Thread Arredondo via Digitalmars-d-announce
On Thursday, 31 May 2018 at 16:59:52 UTC, Mike Parker wrote: On Thursday, 31 May 2018 at 16:32:06 UTC, Joakim wrote: On Thursday, 31 May 2018 at 15:49:47 UTC, Ali Çehreli wrote: Only the Vang's picture shows for me. All the others show the "no entry" icon with both Firefox and Chrome.

Re: Complicated Types: Prefer “alias this” Over “alias” For Easier-To-Read Error Messages

2018-05-21 Thread Arredondo via Digitalmars-d-announce
Nice tip! One typo: 1. Although the alias this means MyType... should be 2. Although the alias this means MyType... Arredondo.

Re: code-d 0.17.0 + serve-d 0.1.2

2018-04-05 Thread Arredondo via Digitalmars-d-announce
On Wednesday, 4 April 2018 at 09:06:31 UTC, WebFreak001 wrote: I now provide a precompiled DCD for windows, you can download it off the serve-d release page and just extract into %APPDATA%/code-d/bin (where the serve-d.exe is) and it will automatically find it. I am going to release a new

Re: code-d 0.17.0 + serve-d 0.1.2

2018-04-04 Thread Arredondo via Digitalmars-d-announce
Thanks for all the feedback you guys. I'll try the different suggestions when I get home tonight and I'll let you know. Cheers, Arredondo.

Re: code-d 0.17.0 + serve-d 0.1.2

2018-04-03 Thread Arredondo via Digitalmars-d-announce
I could not get this to work for me in the past (I'm using Windows 10). I saw this announcement so I decided to try again. After reinstalling code-d I got this in the OUTPUT console: Installing DCD Installing into C:\Users\Wulfrick\AppData\Roaming\code-d\bin > git clone --recursive --depth=1

Re: The Expressive C++17 Coding Challenge in D

2018-02-14 Thread Arredondo via Digitalmars-d-announce
On Tuesday, 13 February 2018 at 23:35:36 UTC, Seb wrote: Someone revived the Expressive C++17 Coding Challenge thread today and I thought this is an excellent opportunity to revive my blog and finally write an article showing why I like D so much: