Re: a tutorial on Vibe.d

2021-11-03 Thread WhatMeWorry via Digitalmars-d-announce

On Wednesday, 27 October 2021 at 03:05:13 UTC, Rey Valeza wrote:
I created a tutorial on Vibe.d in PDF form for download earlier 
this year.


Great stuff. I love how each step is detailed with the walk 
through. Liked how you showed the use of dub as well.




Re: dmd Backend converted to Boost License

2017-04-07 Thread WhatMeWorry via Digitalmars-d-announce

On Friday, 7 April 2017 at 15:14:40 UTC, Walter Bright wrote:

https://github.com/dlang/dmd/pull/6680

Yes, this is for real! Symantec has given their permission to 
relicense it. Thank you, Symantec!


I've been coding in D for years now but was unaware of this 
issue. Could someone give this licensing neophyte an explanation 
and some history?


Thanks.


Re: New Diet template engine almost complete, ready for comments

2016-07-28 Thread WhatMeWorry via Digitalmars-d-announce

On Monday, 25 July 2016 at 09:29:38 UTC, Sönke Ludwig wrote:
The Diet template language is aimed at providing a way to 
define procedurally generated HTML/XML pages (or other output 
formats), with minimal visual noise. Syntax and feature set are 
heavily inspired by Jade , but instead 
of JavaScript, all expressions and statements are D statements,


Is "Diet template" a D/Vibe unique language? I can't find 
anything to contradict that view, but just wanted to sure. Every 
time I try and look it up on google, it takes me to weight loss 
stuff :)   Good name though.


Re: Programming in D: A Happy Accident

2016-06-29 Thread WhatMeWorry via Digitalmars-d-announce

On Wednesday, 29 June 2016 at 13:20:46 UTC, Mike Parker wrote:
Ali put together a guest post for the D blog on how he fell 
into to writing a Turkish tutorial on D that later became one 
of the best known resources for learning the language. Long 
live 'Programming in D'!


http://dlang.org/blog/2016/06/29/programming-in-d-a-happy-accident/


Ali is much too modest in his post.  Whenever I open his book, I 
can't help but think about the expression: from small acorns grow 
mighty oaks


Re: Release DUB 1.0.0

2016-06-21 Thread WhatMeWorry via Digitalmars-d-announce

On Tuesday, 21 June 2016 at 10:57:45 UTC, Saurabh Das wrote:

On Monday, 20 June 2016 at 15:52:46 UTC, Sönke Ludwig wrote:
I'm pleased to announce the release of the first stable 
version of the DUB package manager. Stable in this case means 
that the API, the command line interface and the package 
recipe format will only receive fully backwards compatible 
changes and additions for a while.


[...]


Congratulations on v1.0.0 and thank you for making and 
maintaining DUB! :)


Saurabh


+10


Re: A ready to use Vulkan triangle example for D

2016-05-27 Thread WhatMeWorry via Digitalmars-d-announce

On Friday, 27 May 2016 at 18:40:24 UTC, maik klein wrote:

https://github.com/MaikKlein/VulkanTriangleD





Another dependency is ErupteD which I have forked myself 
because there is currently an issue with xlib-d and xcb-d with 
their versioning.




Nice work. As a person still trying to understand modern OpenGL, 
I admire your jump into Vulkan. Just a quick question if I may; 
Why did you use ErupteD over say d-vulkan or derelict-vulcan?  
From my brief perusal of all three, they all seem kind of the 
same.


Thanks.



Re: Proposed: start DConf days one hour later

2016-04-30 Thread WhatMeWorry via Digitalmars-d-announce
On Wednesday, 27 April 2016 at 18:36:54 UTC, Andrei Alexandrescu 
wrote:
The folks at Sociomantic suggested to start at 10:00 AM instead 
of 9:00 AM, therefore shifting the end time by one as well. 
Please reply with thoughts on this! We're particularly 
concerned about folks who need to take off early on Friday. -- 
Andrei


-1

Now I have to wait another whole hour for the start of the live 
streaming?
Just kidding:)  I'm so thankful you guys work so hard on my 
favorite language.


Re: DConf 2016 registrations have now hit 128!

2016-04-12 Thread WhatMeWorry via Digitalmars-d-announce

On Friday, 8 April 2016 at 22:45:38 UTC, Walter Bright wrote:

On 4/8/2016 2:07 PM, Andrei Alexandrescu wrote:

On 4/7/16 7:45 PM, Walter Bright wrote:

132 today!


There's been quite a surge of interest recently in two items: 
Tesla Model 3 and

DConf 2016 :o). -- Andrei



Maybe next year we'll sell 136,000 tickets!


How does that compare with previous years?


Re: Programming in D On Goodreads

2015-07-18 Thread WhatMeWorry via Digitalmars-d-announce
The dragon book is pretty much in textbook price territory (and 
it is used as one), so that's _way_ higher than your typical 
programming books costs, but $25 - $30 is still on the low end. 
Given that it's also available for free online, I suppose that 
that does change the equation a bit, since arguably, folks are 
paying primarily for what it costs to print and distribute it 
more than really paying Ali for his time and effort, but if it 
really costs that much to print and distribute it, then that's 
what it costs. And honestly, if Ali wants to make some money 
off the print version, I think that that's perfectly reasonable.


- Jonathan M Davis


I see the dragon book has four authors.  I bet Walter Bright by 
himself could write a better one. :)


Re: Adam D. Ruppe's D Cookbook now available!

2014-06-01 Thread WhatMeWorry via Digitalmars-d-announce


I am happy to report that it is on Safari Books website as well. 
Sweet!


It really compliment's TDPL and Ali's book as well.