Re: Livestreaming DConf?

2014-05-20 Thread Ali Çehreli via Digitalmars-d-announce
On 05/09/2014 12:48 PM, Andrei Alexandrescu wrote: livestreaming the event Do we know the details yet? Where to watch? Ali

Programming in D book is about 97% translated

2014-05-20 Thread Ali Çehreli via Digitalmars-d-announce
I have continued with the translation of the book. There are 20 of the 732 pages still to be translated. In addition to many corrections and additions throughout the book, there is the following chapter translated: * Data Sharing Concurrency As a reminder, the book is available as PDF,

DConf 2013 Pictures

2014-05-20 Thread Ali Çehreli via Digitalmars-d-announce
I hope it's not too stale. :p http://acehreli.org/DConf_2013_Pictures/ Ali

Re: Programming in D book is about 97% translated

2014-05-20 Thread Ali Çehreli via Digitalmars-d-announce
On 05/20/2014 11:37 AM, Andrej Mitrovic via Digitalmars-d-announce wrote: On 5/20/14, Ali Çehreli digitalmars-d-announce@puremagic.com wrote: * Data Sharing Concurrency Awesome work! That's one of the lesser-specified parts of the language, so this is really welcome. It also means that

Re: DConf 2013 Pictures

2014-05-21 Thread Ali Çehreli via Digitalmars-d-announce
On 05/20/2014 11:44 PM, Andrej Mitrovic via Digitalmars-d-announce wrote: is there any way to download the pictures all at once? Here is mine: http://acehreli.org/DConf_2013_Pictures/DConf_2013_Pictures.tar.gz The size is 112M and unfortunately it is slow. Ali

Re: DConf 2014 publishes schedule, opens registration

2014-05-23 Thread Ali Çehreli via Digitalmars-d-announce
On 03/03/2014 04:13 PM, Ali Çehreli wrote: On 03/03/2014 04:09 PM, Alessandro Stamatto wrote: Damn! No spoilers about the mysterious Scott Meyers talk, what is the last thing D needs?!?!?! Curious! 8-) Scott himself? ;) Ali It turns out, I was right for the wrong reason. :) It was an

Re: DConf 2013 Pictures

2014-05-24 Thread Ali Çehreli via Digitalmars-d-announce
On 05/24/2014 05:49 AM, Andrej Mitrovic via Digitalmars-d-announce wrote: On 5/20/14, Ali Çehreli digitalmars-d-announce@puremagic.com wrote: I hope it's not too stale. :p http://acehreli.org/DConf_2013_Pictures/ Hope we won't have to wait a year for the DConf 2014 pictures! :) Have any

Re: Scott Meyers' DConf 2014 keynote The Last Thing D Needs

2014-05-28 Thread Ali Çehreli via Digitalmars-d-announce
On 05/28/2014 03:10 PM, Jonathan M Davis via Digitalmars-d-announce wrote: On Tue, 27 May 2014 06:42:41 -1000 Andrei Alexandrescu via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote:

Re: Scott Meyers' DConf 2014 keynote The Last Thing D Needs

2014-05-29 Thread Ali Çehreli via Digitalmars-d-announce
On 05/29/2014 12:59 AM, Jonathan M Davis via Digitalmars-d-announce wrote: So, unfortunately, I think that we're stuck. You make it sound like there is a problem. ;) I don't see much of an argument for why it makes any sense for static array dimensions be read from right-to-left in

Re: Scott Meyers' DConf 2014 keynote The Last Thing D Needs

2014-05-29 Thread Ali Çehreli via Digitalmars-d-announce
On 05/29/2014 03:00 AM, Jonathan M Davis via Digitalmars-d-announce wrote: On Thu, 29 May 2014 01:31:44 -0700 Ali Çehreli via Digitalmars-d-announce Note that there is no such thing as a multi-dimensional array in C, C++, or D. Hence, there is no reading from any direction

Re: Scott Meyers' DConf 2014 keynote The Last Thing D Needs

2014-05-29 Thread Ali Çehreli via Digitalmars-d-announce
On 05/29/2014 08:22 AM, Jonathan M Davis via Digitalmars-d-announce wrote: On Thu, 29 May 2014 07:32:48 -0700 Ali Çehreli via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: On 05/29/2014 03:00 AM, Jonathan M Davis via Digitalmars-d-announce wrote: I don't see how

Re: K-Nearest Neighbor

2014-06-09 Thread Ali Çehreli via Digitalmars-d-announce
On 06/09/2014 06:34 PM, Andrei Alexandrescu wrote: Just found this: http://www.reddit.com/r/programming/comments/27qjxd/knearest_neighbor_in_d_language/ Andrei I wonder what bearophile's response will be. ;) Ali

Re: DConf 2014 Lightning Talks

2014-07-21 Thread Ali Çehreli via Digitalmars-d-announce
On 07/21/2014 12:13 PM, Andrei Alexandrescu wrote: Now available from youtube by default. http://www.reddit.com/r/programming/comments/2bbklj/dconf_2014_lightning_talks/ https://twitter.com/D_Programming/status/491299147015012352 https://www.facebook.com/dlang.org/posts/888753774471638

Re: DConf 2014 Lightning Talks

2014-07-21 Thread Ali Çehreli via Digitalmars-d-announce
On 07/21/2014 02:51 PM, Piotrek wrote: On Monday, 21 July 2014 at 21:39:52 UTC, Ali Çehreli wrote: Ali Çehreli's (first speaker) slides are at http://acehreli.org/AliCehreli_assumptions.pdf Ali Hi, Assume meme was great too. Cheers, Piotrek Thanks! I will wait at least another year

Re: Programming in D book is 100% translated

2014-07-24 Thread Ali Çehreli via Digitalmars-d-announce
On 07/24/2014 07:33 AM, Mengu wrote: me trying to talk you out of translating the book into english. :-) That's a big typo! :) You talked me *into* translating the book. (To be honest, Andrei had to give me a little push as well, right after a talk he gave where I work.) p.s. for readers

Programming in D book, User Defined Attributes (UDA) chapter

2014-08-27 Thread Ali Çehreli via Digitalmars-d-announce
I made some additions and corrections. The following are the major ones: * The 'User Defined Attributes (UDA)' chapter * @nogc * foreach_reverse * Formatted element output with %( and %) * static this, static ~this, shared static this, and shared static ~this As a reminder, the book is

Re: Programming in D book, User Defined Attributes (UDA) chapter

2014-08-28 Thread Ali Çehreli via Digitalmars-d-announce
On 08/26/2014 11:42 PM, ketmar via Digitalmars-d-announce wrote: On Tue, 26 Aug 2014 23:16:14 -0700 Ali Çehreli via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: * Formatted element output with %( and %) by the way, i never knows about this feature. maybe i should RTFM

Re: Programming in D book, User Defined Attributes (UDA) chapter

2014-08-28 Thread Ali Çehreli via Digitalmars-d-announce
On 08/28/2014 02:06 PM, Olivier Henley wrote: Huge thx for all the nice work btw. I thank everyone for the nice words and the motivation. :) 1. Does the book have been entirely translated then..? Technically yes, but UDAs had to be added before I could call it complete and there are still

Re: Programming in D book, User Defined Attributes (UDA) chapter

2014-08-29 Thread Ali Çehreli via Digitalmars-d-announce
On 08/29/2014 03:45 AM, Dejan Lekic wrote: Do you by any chance plan to release ePub version of it? Yes. It will happen. :) Ali

Re: Programming in D book, User Defined Attributes (UDA) chapter

2014-09-11 Thread Ali Çehreli via Digitalmars-d-announce
On 09/11/2014 11:30 AM, ketmar via Digitalmars-d-announce wrote: On Thu, 11 Sep 2014 10:47:40 -0700 Ali Çehreli via Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote: http://ddili.org/ders/d.en/templates_more.html there is a little bug: opSlice(size_t, size_t) description

Re: Multiple alias this is coming.

2014-09-18 Thread Ali Çehreli via Digitalmars-d-announce
On 09/18/2014 12:52 PM, bearophile wrote: Can someone show one or more usage cases? I can't claim that I have experience with multiple alias this ;) but I like the following example that I had come up with: class TeachingAssistant { Student studentIdentity; Teacher teacherIdentity;

Re: Programming in D book is 100% translated

2014-09-30 Thread Ali Çehreli via Digitalmars-d-announce
On 09/30/2014 04:36 PM, deadalnix wrote: On Thursday, 24 July 2014 at 08:11:01 UTC, Ali Çehreli wrote: I have completed the translation of the book. Phew... :) However, there is still more work, like adding a UDA chapter and working on many little TODO items. The following was the final

[OT] Swift presentation; November 12, 2014; Santa Clara, California

2014-11-12 Thread Ali Çehreli via Digitalmars-d-announce
Sorry for the off-topic and short notice. Don't forget to say hi if you decide to come. :) Ali ACCU: Wednesday, November 12 - Michael Patrick Ellard, Swift for C, Objective-C and C++ Developers When: Wednesday, November 12, 2014 Topic: Swift for C, Objective-C and C++ Developers

The Fastest For-In Loops in the Whole Wide Web

2014-11-14 Thread Ali Çehreli via Digitalmars-d-announce
Maxime's new article is on Reddit: http://www.reddit.com/r/programming/comments/2mb6og/the_fastest_forin_loops_in_the_whole_wide_web/ Ali

Programming in D book, draft of the first print edition and eBook formats

2014-11-26 Thread Ali Çehreli via Digitalmars-d-announce
Main page: http://ddili.org/ders/d.en/ 1) For the first time, there are eBook formats: http://ddili.org/ders/d.en/Programming_in_D_Ali_Cehreli.ALPHA.epub http://ddili.org/ders/d.en/Programming_in_D_Ali_Cehreli.ALPHA.mobi I used 'calibre' to generate those alpha quality books. I chose

Re: Programming in D book, draft of the first print edition and eBook formats

2014-11-26 Thread Ali Çehreli via Digitalmars-d-announce
On 11/26/2014 03:42 AM, Anonymous wrote: - do you know that your website has serious design issue ? Of course. :( - does paper version mean no more free pdf/ebook ? My current thinking is that all of the ebook formats should be free but also purchasable. A distributor like Smashwords

Re: Programming in D book, draft of the first print edition and eBook formats

2014-11-26 Thread Ali Çehreli via Digitalmars-d-announce
On 11/26/2014 06:27 AM, Dejan Lekic wrote: whenever there is something new, so we readers can go back to the website and grab the latest version of the book. That has always been the case with Programming in D. Although there has been a hiatus of about two months this last time, Luís

Re: Programming in D book, draft of the first print edition and eBook formats

2014-11-26 Thread Ali Çehreli via Digitalmars-d-announce
On 11/26/2014 09:24 AM, Andrei Alexandrescu wrote: I wanted to mention this on reddit That site is fine. but noticed that (a) http://ddili.org/ders/d.en/ has the left menu in Turkish That site sucks! :) and (b) there are no links to the ebooks from that page. I intentionally did not

Re: Programming in D book, draft of the first print edition and eBook formats

2014-11-26 Thread Ali Çehreli via Digitalmars-d-announce
On 11/26/2014 11:35 AM, Ali Çehreli wrote: I wonder whether Smashwords would allow me to also provide the book for free on my site? Found the answer to that question: 6c. Free Copies. As administrator of your work, Author may use the Smashwords platform to distribute complimentary copies

Re: Programming in D book, draft of the first print edition and eBook formats

2014-11-27 Thread Ali Çehreli via Digitalmars-d-announce
On 11/26/2014 09:19 PM, Joakim wrote: Few would fault you for not wanting to give away free copies if you're selling the book, but I don't think Smashwords has a say in the matter. That's my understanding as well. Thank you for checking. Ali

Re: forum.dlang.org is now using DCaptcha

2014-12-02 Thread Ali Çehreli via Digitalmars-d-announce
On 12/02/2014 01:41 PM, Vladimir Panteleev wrote: impossible for non-technical people with no incentive to learn or research stuff I hope this will not alienate complete beginners. They should be able to talk to us on the D.learn newsgroup. For an idea of what sort of questions DCaptcha

Re: forum.dlang.org is now using DCaptcha

2014-12-02 Thread Ali Çehreli via Digitalmars-d-announce
On 12/02/2014 01:56 PM, Vladimir Panteleev wrote: The CAPTCHA only triggers on a spam check fail, which should not occur for normal forum content. Ok, that sounds great. Ouch. I could pass the first question in two tries but I can't pass the second one. :) They're randomly generated, so

Programming in D book, decent ebook versions

2014-12-15 Thread Ali Çehreli via Digitalmars-d-announce
- Removed the unrelated Turkish menu from the English pages - Improved the ebook formats - Removed the download page and linked the ebook versions directly from the main page instead I consider these beta quality: http://ddili.org/ders/d.en/ (I am not sure why, but you may have to

Re: Programming in D book, decent ebook versions

2014-12-15 Thread Ali Çehreli via Digitalmars-d-announce
On 12/15/2014 03:17 AM, Mengu wrote: blank space on the left which is caused by the width of the div#content. I was hoping that no one would notice. :p if you can change width in styling of div#content The design of the whole site is less than ideal. :-/ I've done the easiest thing and

Re: Programming in D book, decent ebook versions

2014-12-16 Thread Ali Çehreli via Digitalmars-d-announce
On 12/16/2014 07:55 AM, Mengu wrote: is the source open at somewhere so i can help? https://bitbucket.org/acehreli/ddili/ Ali

Re: Programming in D book, decent ebook versions

2014-12-17 Thread Ali Çehreli via Digitalmars-d-announce
On 12/17/2014 01:09 AM, Joakim wrote: Do you take donations for the electronic versions, as I have no interest in print? The idea is that both the ebook and the print versions will be purchasable once the formal editing, cover design, and forewords are finalized. I'd like to send you a

Re: Programming in D book, decent ebook versions

2014-12-18 Thread Ali Çehreli via Digitalmars-d-announce
On 12/18/2014 10:09 AM, Walter Bright wrote: On 12/15/2014 2:25 AM, Ali Çehreli wrote: I consider these beta quality: http://ddili.org/ders/d.en/ This is outstanding work! Thank you! So, it is readable on your Kindle, right? Have you noticed the book does not have any foreword? ;)

Re: typescript plugin for vibe.d diet templates

2015-01-18 Thread Ali Çehreli via Digitalmars-d-announce
On 01/17/2015 10:24 AM, Fatih Kadir Akin wrote: I met the language yesterday, I wrote the package yesterday :) I'm in awe! :) Ali

Silicon Valley D Users' first meeting

2015-01-21 Thread Ali Çehreli via Digitalmars-d-announce
Thursday, January 22, 2015, 6pm Many people you know from the forums will be there. Andrei is giving a presentation as well: http://www.meetup.com/D-Lang-Sillicon-Valley/events/219413448/ Ali

Re: Utah Valley University is a sponsor of DConf 2015

2015-01-09 Thread Ali Çehreli via Digitalmars-d-announce
On 01/09/2015 03:33 PM, MattCoder wrote: a good excuse to take my visa!). :D I encourage everyone to apply for visa as soon as possible. US visa process can be frustratingly delayed depending on many unknown factors. Ali

Re: DConf 2015 Call for Submissions is now open

2015-01-07 Thread Ali Çehreli via Digitalmars-d-announce
On 01/07/2015 01:08 PM, Walter Bright wrote: On 1/7/2015 5:45 AM, Andrej Mitrovic via Digitalmars-d-announce wrote: :( = A C programmer :(++ = A C++ programmer with bandages from the pain of using C++. :D= A happy D programmer Ok, you made me laugh out loud! I loved it too! :)

DLang Silicon Valley group is looking for speakers

2015-03-04 Thread Ali Çehreli via Digitalmars-d-announce
Are you going to be in Silicon Valley on a fourth Thursday? We would like to meet you and preferably listen to a presentation by you (lightning talk or otherwise) http://www.meetup.com/D-Lang-Silicon-Valley/ Please discuss there, here, or email me at acehr...@yahoo.com Thank you, Ali

DLang Silicon Valley Meetup, 2015, February 26, 7pm

2015-02-24 Thread Ali Çehreli via Digitalmars-d-announce
http://www.meetup.com/D-Lang-Silicon-Valley/events/220584124/ (The venue will likely be Axcient at around 101 and San Antonio but it is not confirmed yet.) Ali

Found on Reddit: It's time for D to own up

2015-04-21 Thread Ali Çehreli via Digitalmars-d-announce
http://www.reddit.com/r/programming/comments/33dccx/its_time_for_d_to_own_up/ Ali

Re: Quick Start with D: few examples and set of links.

2015-05-01 Thread Ali Çehreli via Digitalmars-d-announce
On 05/01/2015 02:49 AM, Ilya Yaroshenko wrote: On Friday, 1 May 2015 at 08:45:35 UTC, Namespace wrote: On Friday, 1 May 2015 at 08:18:10 UTC, Ilya Yaroshenko wrote: http://d.readthedocs.org I hope this examples will be useful for students. Ilya Hellow Wolrd! Is this intended? Thanks!

Re: Silicon Valley D Meetup April 23, 2015

2015-05-04 Thread Ali Çehreli via Digitalmars-d-announce
On 04/17/2015 03:39 PM, Ali Çehreli wrote: http://www.meetup.com/D-Lang-Silicon-Valley/events/221371799/ Shammah Chancellor's slides are up as well. Ali

Re: Silicon Valley D Meetup April 23, 2015

2015-04-27 Thread Ali Çehreli via Digitalmars-d-announce
On 04/27/2015 01:10 AM, Filippo Fantini wrote: On Friday, 17 April 2015 at 22:39:11 UTC, Ali Çehreli wrote: We are having lightning talks: http://www.meetup.com/D-Lang-Silicon-Valley/events/221371799/ We need more speakers. Thank you, Ali Hi, Has this meeting been recorded or are there

D talk at Silicon Valley ACCU

2015-05-11 Thread Ali Çehreli via Digitalmars-d-announce
Wednesday, May 13, 2015 - Multitasking in D by Ali Çehreli http://www.meetup.com/SFBay-Association-of-C-C-Users/events/218992449/ Ali

Re: D talk at Silicon Valley ACCU

2015-05-18 Thread Ali Çehreli via Digitalmars-d-announce
On 05/18/2015 04:57 AM, Per =?UTF-8?B?Tm9yZGzDtnci?= per.nord...@gmail.com wrote: On Monday, 18 May 2015 at 09:12:50 UTC, Per Nordlöw wrote: On Monday, 18 May 2015 at 08:44:30 UTC, Per Nordlöw wrote: On Tuesday, 12 May 2015 at 00:42:28 UTC, Ali Çehreli wrote:

Silicon Valley D Meetup April 23, 2015

2015-04-17 Thread Ali Çehreli via Digitalmars-d-announce
We are having lightning talks: http://www.meetup.com/D-Lang-Silicon-Valley/events/221371799/ We need more speakers. Thank you, Ali

Re: DConf 2015: Individual talk links from the livestream

2015-06-02 Thread Ali Çehreli via Digitalmars-d-announce
On 06/02/2015 02:07 AM, Bogdan wrote: Those are the only recordings from the conference? No, these are recorded and published by John Colvin, a conference attendee and a speaker. High quality recordings will be available later. Ali

Re: Laptop volunteer wanted for tomorrows live-stream

2015-05-29 Thread Ali Çehreli via Digitalmars-d-announce
On 05/29/2015 08:04 AM, Dicebot wrote: https://www.youtube.com/watch?v=oA1exjdEIWw Yay! :D Ali

Re: Now official: we are livestreaming DConf 2015

2015-05-27 Thread Ali Çehreli via Digitalmars-d-announce
Brian Schott's talk is there as well: https://www.youtube.com/watch?v=ep5vDQq15as Ali On 05/27/2015 12:01 PM, Andrei Alexandrescu wrote: Thanks to John Colvin! He rigged his webcam centrally so we can livestream DConf 2015 in passable quality to youtube. Link:

Re: Programming in D paper book is available for purchase

2015-08-19 Thread Ali Çehreli via Digitalmars-d-announce
On 08/18/2015 05:57 PM, Ali Çehreli wrote: the following is the link that pays me the most royalty: https://www.createspace.com/5618128 It's available on Amazon as well and it already comes with a discount! WAT? :)

Re: Programming in D paper book is available for purchase

2015-08-20 Thread Ali Çehreli via Digitalmars-d-announce
On 08/20/2015 07:02 AM, Johannes Pfau wrote: BTW: For everybody searching on amazon.de: Use the full title Programming in D: Tutorial and Reference. If you only search for Programming in D it's not on the first few result pages... Thanks for the tip. I think Amazon's search engine is slowly

Programming in D paper book is available for purchase

2015-08-18 Thread Ali Çehreli via Digitalmars-d-announce
I am very happy! :) It will be available on many other distribution channels like Amazon in a few days as well but the following is the link that pays me the most royalty: https://www.createspace.com/5618128 This revision has many corrections and improvements over the one on the web

Re: Programming in D paper book is available for purchase

2015-08-18 Thread Ali Çehreli via Digitalmars-d-announce
On 08/18/2015 09:33 PM, Rikki Cattermole wrote: Out of interest, why did you choose createspace over e.g. lulu? I looked at various options about a year ago. I eliminated Lulu because my book already had way too many pages over their limit. I think their limit was something around 600 pages.

Re: Programming in D paper book is available for purchase

2015-08-19 Thread Ali Çehreli via Digitalmars-d-announce
On 08/18/2015 11:41 PM, Suliman wrote: P.S. is not too late to change cover to something another? I think so great book should have a little bit better cover... Thank you but no, the cover stays. :) Everything about a book, including the cover takes a lot of time and many iterations to get

Re: Release Candidate D 2.068.0-rc1

2015-08-04 Thread Ali Çehreli via Digitalmars-d-announce
On 08/04/2015 04:57 PM, Martin Nowak wrote: Release Candidate for 2.068.0 http://downloads.dlang.org/pre-releases/2.x/2.068.0/ Thanks for doing this! This always gets me: Don't forget to refresh the browser page to see the the new entries (rc1). Ali

Re: Seattle D meetup

2015-08-04 Thread Ali Çehreli via Digitalmars-d-announce
On 08/02/2015 07:33 PM, Joakim wrote: Maybe Ali or some other organizer needs to add the appropriate tag Thank you Joakim. I had to add D Programming Language: http://dpl.meetup.com/ Ali

Re: Changelog

2015-08-07 Thread Ali Çehreli via Digitalmars-d-announce
On 08/06/2015 01:06 AM, Martin Nowak wrote: On Wednesday, 5 August 2015 at 23:38:22 UTC, Brian Schott wrote: On Wednesday, 5 August 2015 at 20:57:49 UTC, anonymous wrote: getUDAs and getSymbolsByUDA don't seem to have made it, so they're correctly commented out for now. That's annoying.

Re: Release Candidate D 2.068.0-rc1

2015-08-07 Thread Ali Çehreli via Digitalmars-d-announce
On 08/04/2015 04:57 PM, Martin Nowak wrote: Release Candidate for 2.068.0 http://downloads.dlang.org/pre-releases/2.x/2.068.0/ http://ftp.digitalmars.com/ We fixed the remaining issues. https://github.com/D-Programming-Language/dmd/compare/v2.068.0-b2...v2.068.0-rc1

Silicon Valley D Meetup July 2015

2015-07-23 Thread Ali Çehreli via Digitalmars-d-announce
Thanks to Chris Jacobi, we may have a permanent venue: Hacker Dojo in Mountain View: http://www.meetup.com/D-Lang-Silicon-Valley/events/224003042/ This will be a social get together with an open agenda. Bring your lightning talk and any other topic with or without a slide deck. Ali

Re: Silicon Valley D Meetup July 2015

2015-07-23 Thread Ali Çehreli via Digitalmars-d-announce
On 07/23/2015 04:52 AM, Ali Çehreli wrote: http://www.meetup.com/D-Lang-Silicon-Valley/events/224003042/ Bonus item for the meeting: The first proof copy of Programming in D, which arrived today. You can touch and smell it if you come to the meeting! :p Ali

Re: New D book available for pre-order: D Web Development

2015-07-24 Thread Ali Çehreli via Digitalmars-d-announce
On 07/22/2015 02:19 PM, notna wrote: Btw., @Ali: I'm would still love to buy the best ever Dlang book/documentation/reference, which for me is your (and/or the Turkish Dlang communities) Programming in D bible! Thank you very much! It should be even better with Luís's edits and many other

Re: Programming in D On Goodreads

2015-07-18 Thread Ali Çehreli via Digitalmars-d-announce
On 07/17/2015 12:37 PM, Jack Stouffer wrote: https://www.goodreads.com/book/show/25928594-programming-in-d I just added Ali Çehreli's Programming in D on Goodreads. If any of you have accounts, please rate the book, because people do use Goodreads to find books as well as determine if a book is

Re: Silicon Valley D Meetup October 22, 2015

2015-10-22 Thread Ali Çehreli via Digitalmars-d-announce
Reminder... Ali On 10/16/2015 02:35 PM, Ali Çehreli wrote: We are meeting at Innowest and you are eating pizza! :) Innowest has graciously accepted to be our venue sponsor going forward: http://innowest.org/ Here is the meeting announcement:

Re: "Programming in D" ebook is available for purchase

2015-10-28 Thread Ali Çehreli via Digitalmars-d-announce
On 10/28/2015 02:32 AM, Joakim wrote: > Do you have a bitcoin address I can use instead? Sorry, I am way behind on that topic. :) Ali

"Programming in D" ebook is available for purchase

2015-10-28 Thread Ali Çehreli via Digitalmars-d-announce
Although the book will always be free[1], many of you have expressed a need to pay without having to buy the paper version. The ebook versions are now available at Gumroad: https://gum.co/PinD The price is the very affordable $0+ ;) and you can pay with credit card number or through

Re: "Programming in D" ebook is available for purchase

2015-10-28 Thread Ali Çehreli via Digitalmars-d-announce
On 10/28/2015 11:29 AM, Andrei Alexandrescu wrote: On 10/28/2015 10:50 AM, Andrei Alexandrescu wrote: On 10/28/2015 04:01 AM, Ali Çehreli wrote: Although the book will always be free[1], many of you have expressed a need to pay without having to buy the paper version. The ebook versions are

Re: "Programming in D" ebook is available for purchase

2015-10-28 Thread Ali Çehreli via Digitalmars-d-announce
On 10/28/2015 11:46 AM, cym13 wrote: On Wednesday, 28 October 2015 at 08:01:29 UTC, Ali Çehreli wrote: Although the book will always be free[1], many of you have expressed a need to pay without having to buy the paper version. It's a bit late now but I like what Cory Doctorow (a writter who

Atila's article on Reddit: "Rust impressions from a C++/D programmer, part 1"

2015-11-10 Thread Ali Çehreli via Digitalmars-d-announce
https://www.reddit.com/r/programming/comments/3s9cfe/rust_impressions_from_a_cd_programmer_part_1/ Ali

Re: Tonight: Introduction to D at Codeaholics (HK)

2015-11-11 Thread Ali Çehreli via Digitalmars-d-announce
On 11/11/2015 01:19 AM, Lionello Lunesu wrote: an introduction to D at this month's Codeaholics meetup Can you share your slides please... within the next 12 hours or so... before some of us give a similar talk... :) Ali

Re: ACCU: Self Publishing a Technical Book / Ask an expert about D; November 11, 2015

2015-11-10 Thread Ali Çehreli via Digitalmars-d-announce
Reminder: This is tomorrow. Ali On 11/01/2015 03:28 PM, Ali Çehreli wrote: I will be giving a talk at the Silicon Valley ACCU: http://www.meetup.com/SFBay-Association-of-C-C-Users/events/225125586/ (I did not write that title nor the synopsis, which may have been updated by the time you

Re: "Programming in D" ebook is available for purchase

2015-11-14 Thread Ali Çehreli via Digitalmars-d-announce
On 11/14/2015 03:41 AM, Namal wrote: The book was delivered today! The size is similar to the C++ Primer. But I don't like the quality of the cover. Looks like they have used a blunt blade to cut it and there are damages at the adges. That's not good. :( I have a few copies here with me, which

Re: "Programming in D" ebook is available for purchase

2015-11-14 Thread Ali Çehreli via Digitalmars-d-announce
On 11/14/2015 07:28 AM, Ali Çehreli wrote: Print-on-demand books are non-returnable. Correction: They are non-returnable in general, depending on where they were printed. The other ISBN of this particular book is still print-on-demand but it is returnable just like any other book:

Re: "Programming in D" ebook is available for purchase

2015-11-11 Thread Ali Çehreli via Digitalmars-d-announce
On 11/11/2015 11:43 AM, Ali Çehreli wrote: > tl;dr: > > Search for ISBN 978-0-692-52957-7 Searching for it without the dashes gives more results: 9780692529577 Ali

Re: "Programming in D" ebook is available for purchase

2015-11-11 Thread Ali Çehreli via Digitalmars-d-announce
On 11/11/2015 07:34 AM, Namal wrote: > So is there a way to buy the book on paper besides amazon? Yes! I haven't announced it here yet but it's on the book's page: http://ddili.org/ders/d.en/ tl;dr: Search for ISBN 978-0-692-52957-7, which should be available conveniently at most places.

Re: Andrei's Quora comments on Reddit: "D has no vision. Go is out of its depth. Rust skipped leg day."

2015-11-11 Thread Ali Çehreli via Digitalmars-d-announce
On 11/11/2015 06:42 AM, Namal wrote: someone was saying that it is possible to call c++ standard library from D. Is there an example how to do this? Here is the spec e.g. saying 'extern (C++, std)': http://dlang.org/attribute.html#linkage The following page is about interfacing with C++,

Re: D Language Architect

2015-11-11 Thread Ali Çehreli via Digitalmars-d-announce
On 11/11/2015 04:26 AM, Andrei Alexandrescu wrote: > we decided to go with "D Language Architect". I'll use that > henceforth. I've just used it when talking with a colleague today. :) Ali

Andrei's Quora comments on Reddit: "D has no vision. Go is out of its depth. Rust skipped leg day."

2015-11-10 Thread Ali Çehreli via Digitalmars-d-announce
https://www.reddit.com/r/programming/comments/3sa6lf/d_has_no_vision_go_is_out_of_its_depth_rust/ Ali

ACCU: Self Publishing a Technical Book / Ask an expert about D; November 11, 2015

2015-11-01 Thread Ali Çehreli via Digitalmars-d-announce
I will be giving a talk at the Silicon Valley ACCU: http://www.meetup.com/SFBay-Association-of-C-C-Users/events/225125586/ (I did not write that title nor the synopsis, which may have been updated by the time you read this.) Although I am confident about the self publishing part, I am sure

Silicon Valley D Meetup October 22, 2015

2015-10-16 Thread Ali Çehreli via Digitalmars-d-announce
We are meeting at Innowest and you are eating pizza! :) Innowest has graciously accepted to be our venue sponsor going forward: http://innowest.org/ Here is the meeting announcement: http://www.meetup.com/D-Lang-Silicon-Valley/events/225452180/ Do you have a regular or lightning talk?

Semi-OT: Andrei's CppCon 2015 presentation is on Reddit

2015-10-14 Thread Ali Çehreli via Digitalmars-d-announce
https://www.reddit.com/r/programming/comments/3oqfxk/the_comedian_andrei_alexandrescu_calls_the/ Ali

Re: Walter Bright, Scott Meyers and me live on the most watched morning show in Romania

2015-10-17 Thread Ali Çehreli via Digitalmars-d-announce
On 10/17/2015 02:36 AM, Andrei Alexandrescu wrote: use Google Translate for the text). Ok, let's try it: His name is Andrei Alexandrescu - and is famous as "novel from Facebook". :) Ali

"Programming in D" code samples

2015-10-16 Thread Ali Çehreli via Digitalmars-d-announce
Most of the code samples are now downloadable as a .zip file: http://ddili.org/ders/d.en/index.html Ali

Re: Walter and I talk about D in Romania

2015-10-14 Thread Ali Çehreli via Digitalmars-d-announce
On 10/14/2015 04:15 PM, Vladimir Panteleev wrote: On Wednesday, 14 October 2015 at 23:06:14 UTC, Ali Çehreli wrote: Thank you very much for the summary! It was very informative. On 10/14/2015 03:54 PM, Vladimir Panteleev wrote: > Andrei's second talk, "Writing quick code, quickly" was not

Silicon Valley D Meetup November 19, 2015

2015-11-18 Thread Ali Çehreli via Digitalmars-d-announce
"Fireside Chat with Andrei, Foundation Update, Q4 Technical Update" http://www.meetup.com/D-Lang-Silicon-Valley/events/226112242/ Andrei will attend over Google+, Walter is a slight possibility. I will update this thread with conferencing information when I know more. Ali

Re: "Programming in D" paper book is available for purchase

2015-08-31 Thread Ali Çehreli via Digitalmars-d-announce
On 08/31/2015 04:46 PM, John wrote: On Wednesday, 19 August 2015 at 00:57:32 UTC, Ali Çehreli wrote: I am very happy! :) It will be available on many other distribution channels like Amazon in a few days as well but the following is the link that pays me the most royalty:

Re: Dynamic arrays

2015-09-01 Thread Ali Çehreli via Digitalmars-d-announce
On 09/01/2015 12:43 AM, qznc wrote: On Monday, 31 August 2015 at 22:03:07 UTC, jmh530 wrote: In general, I find myself very easily getting mixed up by the syntax of the static vs. dynamic arrays. For instance, compare int[] x = new int[3]; int[3] y = new int[3]; auto z = new int[3]; x and y are

Re: "Programming in D" paper book is available for purchase

2015-09-08 Thread Ali Çehreli via Digitalmars-d-announce
On 09/07/2015 08:54 PM, lobo wrote: > it's so much nicer to read it in print than PDF. Thank you all, for your kind words! Strange, but perhaps because I was raised with real books, I completely agree that physical books feel better. :) Let me use this opportunity to give a short report.

Re: "Programming in D" paper book is available for purchase

2015-09-10 Thread Ali Çehreli via Digitalmars-d-announce
On 09/09/2015 11:16 PM, Rory McGuire via Digitalmars-d-announce wrote: > the CreateSpace edition is made from cheap paper with a low > density I don't know whether it's an indicator but permanent marker ink bleeds through the page and stains even the next one. I will report whether

Re: "Programming in D" paper book is available for purchase

2015-09-09 Thread Ali Çehreli via Digitalmars-d-announce
On 08/18/2015 05:57 PM, Ali Çehreli wrote: > it is up to date with 2.068 http://ddili.org/ders/d.en/index.html This information is coming a little late but here are the changes since the previous release on December 15: New chapters: - Fibers - Pragmas (moved from elsewhere) -

Re: "Programming in D" paper book is available for purchase

2015-09-10 Thread Ali Çehreli via Digitalmars-d-announce
On 09/10/2015 12:40 PM, Rory McGuire via Digitalmars-d-announce wrote: > the content of the book and the contents layout is really very > well done. Thank you for the kind words. It took a lot of time but there is still room for improvement. I had to repeat "good enough is good enough." :) >

Re: French translation of Ali Çehreli's "Programming in D" book : 53 chapter translated

2015-09-15 Thread Ali Çehreli via Digitalmars-d-announce
On 09/15/2015 05:20 AM, Andre Polykanine via Digitalmars-d-announce wrote: > I tried to contact Ali privately about Russian and possibly > Ukrainian translation That's wonderful! :) Thank you for considering that. > unfortunately got no response( That's horrible! :( The email must

Silicon Valley D Meetup September 2015

2015-09-16 Thread Ali Çehreli via Digitalmars-d-announce
"Introducing ultraviolet-d, a web framework for REST-ful services" http://www.meetup.com/D-Lang-Silicon-Valley/events/224948581/ Ali

Found on Reddit: sgio.d - D lang project to send scsi ioctls and bypass drivers (Windows/Linux)

2015-09-30 Thread Ali Çehreli via Digitalmars-d-announce
https://www.reddit.com/r/programming/comments/3mze6p/sgiod_d_lang_project_to_send_scsi_ioctls_and/ Ali

Re: "Programming in D" paper book is available for purchase

2015-09-28 Thread Ali Çehreli via Digitalmars-d-announce
On 09/09/2015 09:18 PM, Paul O'Neil wrote: > I understand that you may not have the IngramSpark edition yet, so an > answer may have to wait: > > Which publisher produces the better book? Is one bound better, etc.? I've received the first proof copy of the IngramSpark printing. Comparing it

Re: "Programming in D" paper book is available for purchase

2015-09-28 Thread Ali Çehreli via Digitalmars-d-announce
On 09/27/2015 08:39 AM, olivier henley wrote: On Sunday, 27 September 2015 at 15:35:38 UTC, olivier henley wrote: OMG! Congratulations many many times Ali. As we speak, my copy just left the motorcycle dealer and is riding, without a helmet, to Montreal! =) Forgot to mention: I find the

Re: Silicon Valley D Meetup September 2015

2015-09-23 Thread Ali Çehreli via Digitalmars-d-announce
On 09/16/2015 11:30 AM, Ali Çehreli wrote: "Introducing ultraviolet-d, a web framework for REST-ful services" http://www.meetup.com/D-Lang-Silicon-Valley/events/224948581/ Ali This meetup is on Thursday, September 24, 2015 at 7:00 PM. I have updated the page with Truedat's bio: Truedat

  1   2   3   4   >