Re: A Brief Intro to the SAoC Projects

2018-09-15 Thread Joakim via Digitalmars-d-announce

On Saturday, 15 September 2018 at 07:47:46 UTC, Mike Parker wrote:
I've posted to the blog a brief introduction to the projects 
that were selected for the Symmetry Autumn of Code. As the 
event goes on, I hope to provide more details about the 
projects and the individuals working on them.


The blog:
https://dlang.org/blog/2018/09/15/symmetry-autumn-of-code-is-underway/

Reddit:
https://www.reddit.com/r/d_language/comments/9fzrqd/symmetry_autumn_of_code_is_underway/?


Proggit post, I think they'll be interested in knowing what was 
chosen too:


https://www.reddit.com/r/programming/comments/9g2ifo/symmetry_autumn_of_code_is_underway_the_d_blog/


Re: [OT] My State is Illegally Preventing Me From Voting In The Upcoming 2018 US Elections

2018-09-15 Thread Josphe Brigmo via Digitalmars-d-announce
Don't worry, your vote actually does not matter either way, so no 
reason to get upset. Voting is simply a census count to find out 
how many people still believe that voting still works.


If you have 50M eligible voters and 25 million vote, it means you 
have about 50% of those that believe the government and politics 
is working as it should. This is a win for the government. They 
know when it drops too low that they better go to plan B.





Re: [OT] My State is Illegally Preventing Me From Voting In The Upcoming 2018 US Elections

2018-09-15 Thread Steven Schveighoffer via Digitalmars-d-announce

On 9/9/18 2:34 AM, Nick Sabalausky (Abscissa) wrote:
[snip]

I personally think you are overreacting.

Have you voted before? If so, just go to the place you did before. It's 
all I ever do. If you haven't, and go to the wrong place, I'm sure they 
will help you find the right place. In my state (MA), it's usually a school.


We have signs up in our town weeks before the election reminding of the 
upcoming vote, and where it is. I seriously doubt that the ONLY way 
people can figure out their polling place is via the Internet. 
Especially if said Internet site is implemented by the government, which 
invariably will have stupid problems. And if there is some grand 
conspiracy to prevent people from voting by not letting them know their 
polling place, it's a pretty poorly designed scheme. Just ask your 
neighbor where to vote, I'm sure you'll figure it out.


I recently tried to pay a traffic ticket online (first I've had in like 
15 years), and there was a requirement to put in a code that the officer 
wrote down. The field was a drop-down and DIDN'T contain the code that 
the officer wrote. I called them, and they confirmed the code the 
officer wrote was correct. I tried editing the web page to include the 
code and submit, and it still failed.


I ended up having to mail it in.

-Steve


Re: D kernel for Jupyter notebook

2018-09-15 Thread Nicholas Wilson via Digitalmars-d-announce
On Saturday, 15 September 2018 at 08:12:37 UTC, Peter Alexander 
wrote:
On Sunday, 19 August 2018 at 23:49:21 UTC, Nicholas Wilson 
wrote:

On Sunday, 19 August 2018 at 20:33:45 UTC, Laeeth Isharc wrote:

[...]


Note that the D repl will only work on platforms where drepl 
works i.e. platform with shared library support. It will 
_build_ on OSX due to 
https://github.com/kaleidicassociates/jupyterd/blob/master/source/jupyterd/kernel.d#L393 but it won't work.


The drepl README on github says it works for OSX. Is that not 
correct?


"Works on any OS with full shared library support by DMD 
(currently linux, OSX, and FreeBSD)."


https://github.com/dlang/druntime/blob/master/src/rt/sections_elf_shared.d#L534

vs.

https://github.com/dlang/druntime/blob/master/src/rt/sections_osx_x86_64.d

^F rt_loadLibrary


Not found.


As a result it fails to link. Probably not hard to fix, though.


Re: D kernel for Jupyter notebook

2018-09-15 Thread Peter Alexander via Digitalmars-d-announce

On Sunday, 19 August 2018 at 23:49:21 UTC, Nicholas Wilson wrote:

On Sunday, 19 August 2018 at 20:33:45 UTC, Laeeth Isharc wrote:

[...]


Note that the D repl will only work on platforms where drepl 
works i.e. platform with shared library support. It will 
_build_ on OSX due to 
https://github.com/kaleidicassociates/jupyterd/blob/master/source/jupyterd/kernel.d#L393 but it won't work.


The drepl README on github says it works for OSX. Is that not 
correct?


"Works on any OS with full shared library support by DMD 
(currently linux, OSX, and FreeBSD)."


A Brief Intro to the SAoC Projects

2018-09-15 Thread Mike Parker via Digitalmars-d-announce
I've posted to the blog a brief introduction to the projects that 
were selected for the Symmetry Autumn of Code. As the event goes 
on, I hope to provide more details about the projects and the 
individuals working on them.


The blog:
https://dlang.org/blog/2018/09/15/symmetry-autumn-of-code-is-underway/

Reddit:
https://www.reddit.com/r/d_language/comments/9fzrqd/symmetry_autumn_of_code_is_underway/?