Re: DIP1000: Memory Safety in a Modern System Programming Language Pt.1

2022-06-22 Thread ezneh via Digitalmars-d-announce

On Wednesday, 22 June 2022 at 06:48:34 UTC, Dukc wrote:

On Tuesday, 21 June 2022 at 22:55:56 UTC, StarCanopy wrote:

On Tuesday, 21 June 2022 at 15:05:46 UTC, Mike Parker wrote:

[...]


```d
int[5] stackData = [-1, -2, -3, -4, -5];

// Lifetime of stackData2 ends
// before limitedRef, so this is
// disallowed.
limitedRef = stackData[];
```

In the above example, `stackData2` seems to be a typo.


Thanks, you're right. Missed that when editing.


Other typo:
```, as that dcoument is what ```


Re: Adding Modules to C in 10 Lines of Code

2022-04-22 Thread ezneh via Digitalmars-d-announce

On Tuesday, 19 April 2022 at 12:41:18 UTC, jmh530 wrote:

On Sunday, 17 April 2022 at 20:12:38 UTC, Walter Bright wrote:

https://nwcpp.org/

An online presentation.

Monday at 7PM PST.


Will there be a recording available?


Here it is: https://www.youtube.com/watch?v=2ImfbGm0fls


Re: DConf '22 Call for Submissions (the web is now live)

2022-02-20 Thread ezneh via Digitalmars-d-announce

On Monday, 21 February 2022 at 07:32:48 UTC, ezneh wrote:

On Monday, 21 February 2022 at 06:37:05 UTC, Mike Parker wrote:

On Monday, 21 February 2022 at 06:24:45 UTC, Mike Parker wrote:
I've just deployed the DConf '22 web page with the details on 
how to submit a talk:


https://dconf.org/2022/



I've managed to goof up the small-screen version of the site. 
I'm working on it, so you might want to wait to view it on 
mobile.


Just small a type as well: perihpery -> periphery


Ugh, I pressed "Send" too fast and didn't read what I had written:

"Just found a small typo as well" is what I should've said :)


Re: DConf '22 Call for Submissions (the web is now live)

2022-02-20 Thread ezneh via Digitalmars-d-announce

On Monday, 21 February 2022 at 06:37:05 UTC, Mike Parker wrote:

On Monday, 21 February 2022 at 06:24:45 UTC, Mike Parker wrote:
I've just deployed the DConf '22 web page with the details on 
how to submit a talk:


https://dconf.org/2022/



I've managed to goof up the small-screen version of the site. 
I'm working on it, so you might want to wait to view it on 
mobile.


Just small a type as well: perihpery -> periphery


Re: The Winners of the Last Two Prizes and Q & A Videos

2021-11-21 Thread ezneh via Digitalmars-d-announce

On Sunday, 21 November 2021 at 20:48:30 UTC, Mike Parker wrote:

[…]


Thanks again for this amazing DConf online (minor some tech 
issues).


Thanks also to the DLF for the cash prizes =)


Ezneh.


Re: DConf Online 2021 Schedule Published

2021-10-08 Thread ezneh via Digitalmars-d-announce

On Friday, 8 October 2021 at 08:23:45 UTC, Mike Parker wrote:
I've just updated the [DConf Online 2021 page][1] with the 
conference schedule. The details for the keynote talks will 
come later.


[...]


I saw an issue in the text on the page on Stefan's talk 
description:

"But is their a better way?" -> there

Also, what about having a reference to the DConf on dlang.org 
front page?


Re: DConf Online 2020 Schedule

2020-10-14 Thread Ezneh via Digitalmars-d-announce

On Wednesday, 14 October 2020 at 12:41:34 UTC, Mike Parker wrote:
The DConf Online schedule is now live on the website. I've got 
a blog post coming tomorrow which will, among other things, 
include an announcement about the schedule aimed at the world 
outside our community in a form suitable for /r/programming.


https://dconf.org/2020/online/index.html


The schedule and talks are really interesting. Can't wait to see 
those.


I found few typos in the following parts of the text:

"D is a multi-paradigm programming language, and one of tho1se 
paradigms […]"

-> tho1se should be those

"Parallelism, message passing concurrency, nested functions, […]"
-> Missing a comma between 'message passing' and 'concurrency'?

"In this talk, Mathias will share his recent work and future 
plans related to two topic that are core to D."

-> topics instead of topic






Re: DConf 2019 Schedule

2019-03-18 Thread ezneh via Digitalmars-d-announce

On Sunday, 17 March 2019 at 22:43:28 UTC, Mike Parker wrote:
The schedule is now live! There are a few DConf veterans and a 
few new speakers. We're also holding an Annual General Meeting 
prior to the Hackathon (thanks to Nicholas Wilson for the 
proposal).


http://dconf.org/2019/schedule/index.html

We're extending the Early-Bird Discount until March 24, so if 
you haven't registered yet, you still have a chance to save. No 
definitive word yet on whether we'll be offering a 201 attendee 
discount, but I should know something this week.


There is a typo in the abstract of Walter's talk:

"[...] of techniques for allocating meory. [...]"

It should be memory =)




Re: OT: LLVM talk @ FOSDEM'19

2019-02-14 Thread ezneh via Digitalmars-d-announce

On Saturday, 2 February 2019 at 20:46:02 UTC, Basile B. wrote:

[...]
Thanks this topic interests me so i'll watch the cideo when 
available.


Video available now https://www.youtube.com/watch?v=6-oLkJQBQhs



Re: code-d 0.20.0 - serve-d 0.4.0 - Happy new year!

2019-01-01 Thread ezneh via Digitalmars-d-announce

I sadly get this error when updating to the new version:

Installing DCD
Downloading from 
https://github.com/dlang-community/DCD/releases/download/v0.10.2/dcd-v0.10.2-windows-x86.zip to C:\Users\Ezneh\AppData\Roaming\code-d\bin
Failed installing: 
std.net.curl.CurlException@std\net\curl.d(4340): Peer certificate 
cannot be authenticated with given CA certificates on handle 
3803558


I'll try with uninstalling & reinstalling it to see if it helps.



Re: columnar struct storage template

2017-01-29 Thread ezneh via Digitalmars-d-announce

On Sunday, 29 January 2017 at 14:00:37 UTC, Nestor wrote:

On Sunday, 29 January 2017 at 13:45:12 UTC, Adam D. Ruppe wrote:

On Sunday, 29 January 2017 at 13:09:18 UTC, Nestor wrote:

This no longer compiles on recent versions of DMD :(


Trivial fix though, it just needs to say "\n" instead of plain 
\n (it is missing quotes, D used to allow that for whatever 
stupid reason and has since been fixed).


Actually, tbh, I'm surprised it isn't a bigger fix needed 
given that that post is from 9 years ago!


Where is it missing the quotes? I tried fixing it like this, 
but it still doesn't compile:


"(){return members["~j.stringof~"];}\"\n\""


Here :

 foreach(uint  u; FooCol.j) writef("%s ", u); writef(\n);


Re: This Week in D 16: microcontroller, andoid, std.allocator, lazy import trick

2015-05-11 Thread ezneh via Digitalmars-d-announce

On Monday, 11 May 2015 at 03:09:53 UTC, Adam D. Ruppe wrote:

http://arsdnet.net/this-week-in-d/may-10.html
https://twitter.com/adamdruppe/status/597598994227924992

The tip could probably use a rewrite in editing, but I'm out of 
time again tonight and I hope I got the point across anyway. As 
someone who really likes distributing single-file libraries 
when possible, the lazy import has given me some cool interop 
things without compromising my preferred distribution strategy.


There is a typo in the tip section :
" […], so they don't need to now it is a template, […]". now 
should be know.


Also, I am not sure this part is well constructed too :

"[…] Be careful to test actually calling these functions […]".





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

2014-06-04 Thread ezneh via Digitalmars-d-announce

On Wednesday, 28 May 2014 at 18:14:28 UTC, Walter Bright wrote:

http://www.packtpub.com/discover-advantages-of-programming-in-d-cookbook/book

http://www.amazon.com/D-Cookbook-Adam-D-Ruppe/dp/1783287217

http://www.reddit.com/r/programming/comments/26pn00/d_cookbook_officially_published_consists_of_d/

After watching Adam's most excellent presentation at Dconf, I'm 
sure the book will be great! My copy gets here on Friday.



Just received mine in the mail =)

I now have something interesting to read ;)