Re: The D Language Foundation has $5000 to its name

2015-11-22 Thread Rikki Cattermole via Digitalmars-d-announce

On 23/11/15 10:45 AM, Brad Anderson wrote:

On Thursday, 19 November 2015 at 12:31:01 UTC, Andrei Alexandrescu wrote:

On 11/17/2015 04:01 PM, cym13 wrote:

On Tuesday, 17 November 2015 at 20:54:34 UTC, Andrei Alexandrescu wrote:

Quite timely after the announcement of that $600K donation for the
Julia language, I'm happy to announce that the D Language Foundation
has a bank account seeded with $5000 - as I promised, it's a round-up
of my last royalty check.

The D Language Foundation doesn't yet have non-profit status, so we
can't accept donations in that account; that'll take a few more
months. I'll keep everybody posted.


Andrei


What do you plan to do concretely with that money? Advertise? Support
projects?


DConf is our largest annual spender. Also we plan a few small monthly
expenses. I'll keep everyone posted. -- Andrei


I have a recommendation for fairly small expense which would be a
perfect job for the newly formed Foundation. Get some certificates for
D. Walter was interested in the past with getting one for Digital Mars
to use but I think the idea got lost somewhere along the way. There are
three different certificates that would be good to have:

1. SSL certificate for dlang.org (optionally getting an EV certificate
would be a good way to advertise the Foundation in the address bar).
2. Code signing certificate for Windows from a Certificate Authority.
3. OS X code signing certificate from Apple.

The first two can be done pretty inexpensively through StartSSL (there
are plenty of other options though).

Apple isn't as important because I don't believe it does the Untrusted
Developer warning for opening .dmg files nor does it do it for running
command line applications. It's good for tamper security though. To
register with Apple you'll need a DUNS number for the Foundation which
you can create through Dun & Bradshaw (not sure if it's free).

Code signing the installers and executables means the Windows
SmartScreen protection systems won't kick in and give big, scary
warnings with non-obvious workarounds about the D downloads. It also
means the Admin Privilege request dialog would display the Foundation's
name which looks way more professional and trustworthy than an unsigned
executable. I think doing this eventually is important if you want D to
look professional and ready for primetime.


Given Apple's approach of disallowing any programs not signed to run by 
default, we REALLY need to get all programs for OSX signed.
IMO its more important then all the others, since it actively requires 
system change to make things work.


Re: The D Language Foundation has $5000 to its name

2015-11-22 Thread Brad Anderson via Digitalmars-d-announce

On Monday, 23 November 2015 at 04:37:18 UTC, Dicebot wrote:
And how about GPG signing of releases which comes free and 
actually helps? :P


On linux, sure. That'd be a good idea. That doesn't help with the 
usage problems on the other platforms though and GPG is kind of 
useless without the website certificate to serve the files and 
public keys.


Re: Release D 2.069.1

2015-11-22 Thread Thomas Mader via Digitalmars-d-announce

On Sunday, 22 November 2015 at 23:54:55 UTC, Martin Nowak wrote:
On Saturday, 21 November 2015 at 08:57:45 UTC, Thomas Mader 
wrote:

[1] http://www.jrsoftware.org/isinfo.php


Thanks this looks indeed like a good choice.


Drop me a line if you decide to go that route I might be able to 
help a bit.


Re: The D Language Foundation has $5000 to its name

2015-11-22 Thread Dicebot via Digitalmars-d-announce
And how about GPG signing of releases which comes free and 
actually helps? :P


Re: The D Language Foundation has $5000 to its name

2015-11-22 Thread Bill Baxter via Digitalmars-d-announce
It doesn't require a system change to run unsigned stuff on the Mac, it
just requires knowing the trick: open by ctrl-clicking on the icon and
choosing "Open" from the pop-up menu.  If you open it that way then it will
ask you if you really really want to open it, and there you can say yes.
If you, do it won't ask you again.

--bb

On Sun, Nov 22, 2015 at 7:46 PM, Rikki Cattermole via
Digitalmars-d-announce  wrote:

> On 23/11/15 10:45 AM, Brad Anderson wrote:
>
>> On Thursday, 19 November 2015 at 12:31:01 UTC, Andrei Alexandrescu wrote:
>>
>>> On 11/17/2015 04:01 PM, cym13 wrote:
>>>
 On Tuesday, 17 November 2015 at 20:54:34 UTC, Andrei Alexandrescu wrote:

> Quite timely after the announcement of that $600K donation for the
> Julia language, I'm happy to announce that the D Language Foundation
> has a bank account seeded with $5000 - as I promised, it's a round-up
> of my last royalty check.
>
> The D Language Foundation doesn't yet have non-profit status, so we
> can't accept donations in that account; that'll take a few more
> months. I'll keep everybody posted.
>
>
> Andrei
>

 What do you plan to do concretely with that money? Advertise? Support
 projects?

>>>
>>> DConf is our largest annual spender. Also we plan a few small monthly
>>> expenses. I'll keep everyone posted. -- Andrei
>>>
>>
>> I have a recommendation for fairly small expense which would be a
>> perfect job for the newly formed Foundation. Get some certificates for
>> D. Walter was interested in the past with getting one for Digital Mars
>> to use but I think the idea got lost somewhere along the way. There are
>> three different certificates that would be good to have:
>>
>> 1. SSL certificate for dlang.org (optionally getting an EV certificate
>> would be a good way to advertise the Foundation in the address bar).
>> 2. Code signing certificate for Windows from a Certificate Authority.
>> 3. OS X code signing certificate from Apple.
>>
>> The first two can be done pretty inexpensively through StartSSL (there
>> are plenty of other options though).
>>
>> Apple isn't as important because I don't believe it does the Untrusted
>> Developer warning for opening .dmg files nor does it do it for running
>> command line applications. It's good for tamper security though. To
>> register with Apple you'll need a DUNS number for the Foundation which
>> you can create through Dun & Bradshaw (not sure if it's free).
>>
>> Code signing the installers and executables means the Windows
>> SmartScreen protection systems won't kick in and give big, scary
>> warnings with non-obvious workarounds about the D downloads. It also
>> means the Admin Privilege request dialog would display the Foundation's
>> name which looks way more professional and trustworthy than an unsigned
>> executable. I think doing this eventually is important if you want D to
>> look professional and ready for primetime.
>>
>
> Given Apple's approach of disallowing any programs not signed to run by
> default, we REALLY need to get all programs for OSX signed.
> IMO its more important then all the others, since it actively requires
> system change to make things work.
>


Re: Release D 2.069.1

2015-11-22 Thread Martin Nowak via Digitalmars-d-announce

On Saturday, 21 November 2015 at 08:57:45 UTC, Thomas Mader wrote:

[1] http://www.jrsoftware.org/isinfo.php


Thanks this looks indeed like a good choice.


Re: The D Language Foundation has $5000 to its name

2015-11-22 Thread Rikki Cattermole via Digitalmars-d-announce

On 23/11/15 4:55 PM, Bill Baxter via Digitalmars-d-announce wrote:

It doesn't require a system change to run unsigned stuff on the Mac, it
just requires knowing the trick: open by ctrl-clicking on the icon and
choosing "Open" from the pop-up menu.  If you open it that way then it
will ask you if you really really want to open it, and there you can say
yes.  If you, do it won't ask you again.

--bb


That is one more hurdle then on every other platform.
And I don't like the idea of us propagating that this trick most likely 
is needed. It makes us look bad.




Re: The D Language Foundation has $5000 to its name

2015-11-22 Thread rsw0x via Digitalmars-d-announce
On Monday, 23 November 2015 at 03:59:25 UTC, Rikki Cattermole 
wrote:
On 23/11/15 4:55 PM, Bill Baxter via Digitalmars-d-announce 
wrote:
It doesn't require a system change to run unsigned stuff on 
the Mac, it
just requires knowing the trick: open by ctrl-clicking on the 
icon and
choosing "Open" from the pop-up menu.  If you open it that way 
then it
will ask you if you really really want to open it, and there 
you can say

yes.  If you, do it won't ask you again.

--bb


That is one more hurdle then on every other platform.
And I don't like the idea of us propagating that this trick 
most likely is needed. It makes us look bad.


no other platform requires you to pay money so your users aren't 
inconvenienced


Re: Calypso progress report (+ updated MingW64 build)

2015-11-22 Thread deadalnix via Digitalmars-d-announce

On Saturday, 21 November 2015 at 17:28:12 UTC, Elie Morisse wrote:
Finally there: 
https://syniurgeblog.wordpress.com/2015/11/20/catching-cpp-exceptions-in-d/


Although a little late and probably less user-oriented than you 
wanted?


For example, what's the lifetime of the pointer people will 
get from std::exception::what().


The exception object gets destroyed on exiting the catch (C++) 
block if the exception isn't rethrown.


I'd be very interested by the LLVM IR that this spout out. Also, 
good work, pulling that one is hard.




Re: PowerNex - My 64bit kernel written in D

2015-11-22 Thread James Larkby-Lahet via Digitalmars-d-announce

On Wednesday, 18 November 2015 at 11:25:55 UTC, Wild wrote:
On Wednesday, 18 November 2015 at 11:20:58 UTC, Rikki 
Cattermole wrote:
Will you being going down the path of libc/posix compat layer 
or straight up D all the way?


I want to go D all the way.
But if I have to get a libc, I will try and implement one in D.


it is possible to implement libC on top of your code standard 
library in D so that D-only applications don't rely on legacy C 
code.


Newlib is a portable libC implementation that is relatively easy 
(the linker errors might take you longer to sort than the code :) 
to get going.


initially we implemented its '13 system calls' in C:
https://github.com/wolfwood/buildtools/blob/xomb/newlib-files/syscalls.c

but we eventually moved most of that code into D:
https://github.com/wolfwood/xomb/blob/unborn/user/c/cbindings.d

obviously most of the details will be different for your OS.



Re: let (x,y) = ...

2015-11-22 Thread visitor via Digitalmars-d-announce

hello,
Learning here, hope i don"t excavate unnecessarily an old post

What is the reason for using pointers (alias pointerOf(T) = T*  
etc...)

it works without ! what am i missing ?

Thanks





Re: PowerNex - My 64bit kernel written in D

2015-11-22 Thread cym13 via Digitalmars-d-announce

On Saturday, 21 November 2015 at 11:34:57 UTC, Piotrek wrote:
This is my general concern for all libs developed by the D 
community. IMO license other than Boost is very cumbersome and 
doesn't comply with the D core libs.


Just re-read the boost license and it says nothing about 
incompatibility with other libraries written in other licenses. 
How would it be a problem then that the D core libs are licensed 
with boost and this program isn't?


Heck, even the GPL is compatible! 
http://www.gnu.org/licenses/license-list.html#boost


Re: The D Language Foundation has $5000 to its name

2015-11-22 Thread Brad Anderson via Digitalmars-d-announce
On Thursday, 19 November 2015 at 12:31:01 UTC, Andrei 
Alexandrescu wrote:

On 11/17/2015 04:01 PM, cym13 wrote:
On Tuesday, 17 November 2015 at 20:54:34 UTC, Andrei 
Alexandrescu wrote:
Quite timely after the announcement of that $600K donation 
for the
Julia language, I'm happy to announce that the D Language 
Foundation
has a bank account seeded with $5000 - as I promised, it's a 
round-up

of my last royalty check.

The D Language Foundation doesn't yet have non-profit status, 
so we
can't accept donations in that account; that'll take a few 
more

months. I'll keep everybody posted.


Andrei


What do you plan to do concretely with that money? Advertise? 
Support

projects?


DConf is our largest annual spender. Also we plan a few small 
monthly expenses. I'll keep everyone posted. -- Andrei


I have a recommendation for fairly small expense which would be a 
perfect job for the newly formed Foundation. Get some 
certificates for D. Walter was interested in the past with 
getting one for Digital Mars to use but I think the idea got lost 
somewhere along the way. There are three different certificates 
that would be good to have:


1. SSL certificate for dlang.org (optionally getting an EV 
certificate would be a good way to advertise the Foundation in 
the address bar).
2. Code signing certificate for Windows from a Certificate 
Authority.

3. OS X code signing certificate from Apple.

The first two can be done pretty inexpensively through StartSSL 
(there are plenty of other options though).


Apple isn't as important because I don't believe it does the 
Untrusted Developer warning for opening .dmg files nor does it do 
it for running command line applications. It's good for tamper 
security though. To register with Apple you'll need a DUNS number 
for the Foundation which you can create through Dun & Bradshaw 
(not sure if it's free).


Code signing the installers and executables means the Windows 
SmartScreen protection systems won't kick in and give big, scary 
warnings with non-obvious workarounds about the D downloads. It 
also means the Admin Privilege request dialog would display the 
Foundation's name which looks way more professional and 
trustworthy than an unsigned executable. I think doing this 
eventually is important if you want D to look professional and 
ready for primetime.