Re: Beerconf February 2021

2021-02-13 Thread Max Haughton via Digitalmars-d-announce

On Sunday, 14 February 2021 at 00:54:41 UTC, superbomba wrote:
On Saturday, 13 February 2021 at 20:48:53 UTC, Steven 
Schveighoffer wrote:

...


Is it possible to rebroadcast live with YT for those who can't 
access the original site or app?


superbomba.


With Jitsi you don't need voice or video if you just want to 
listen.


Re: Beerconf February 2021

2021-02-13 Thread Steven Schveighoffer via Digitalmars-d-announce

On 2/13/21 7:54 PM, superbomba wrote:

On Saturday, 13 February 2021 at 20:48:53 UTC, Steven Schveighoffer wrote:

...


Is it possible to rebroadcast live with YT for those who can't access 
the original site or app?




If I understand the problem correctly from your previous posts, it's 
that you are on an ancient version of firefox. We can't really help you 
there.


-Steve


Re: Beerconf February 2021

2021-02-13 Thread superbomba via Digitalmars-d-announce

On Sunday, 14 February 2021 at 02:12:34 UTC, Mike Parker wrote:

On Sunday, 14 February 2021 at 00:54:41 UTC, superbomba wrote:
On Saturday, 13 February 2021 at 20:48:53 UTC, Steven 
Schveighoffer wrote:

...


Is it possible to rebroadcast live with YT for those who can't 
access the original site or app?




What would be the point of that? You'd be unable to participate 
in the conversation.


Well I'd like just to watch. Like I use do in this Forum, where I 
read a lot but I don't comment very often.


superbomba.


Re: Beerconf February 2021

2021-02-13 Thread Mike Parker via Digitalmars-d-announce

On Sunday, 14 February 2021 at 00:54:41 UTC, superbomba wrote:
On Saturday, 13 February 2021 at 20:48:53 UTC, Steven 
Schveighoffer wrote:

...


Is it possible to rebroadcast live with YT for those who can't 
access the original site or app?




What would be the point of that? You'd be unable to participate 
in the conversation.


Re: Beerconf February 2021

2021-02-13 Thread superbomba via Digitalmars-d-announce
On Saturday, 13 February 2021 at 20:48:53 UTC, Steven 
Schveighoffer wrote:

...


Is it possible to rebroadcast live with YT for those who can't 
access the original site or app?


superbomba.


Beerconf February 2021

2021-02-13 Thread Steven Schveighoffer via Digitalmars-d-announce
The snowy edition. Don't know about everyone else, but I've been 
enjoying the nice snowfall that the Northeast US has been receiving 
(especially on the mostly 100% open ski mountains).


This month, we will have the hangout online on Feb 27-28. So pick up 
your favorite brews (or whatever you like), and join us for some fun D 
topics or whatever else you fancy!


I created a wiki page for Beerconf, as suggested to make sure people 
understand what it's about. Please read (and improve) here: 
https://wiki.dlang.org/Beerconf


Cheers! 

-Steve


Re: Idioms for the D programming language

2021-02-13 Thread Imperatorn via Digitalmars-d-announce

On Saturday, 13 February 2021 at 16:06:31 UTC, James Lu wrote:
On Thursday, 11 February 2021 at 20:12:36 UTC, Walter Bright 
wrote:

Now #5 on the front page of https://news.ycombinator.com/news

The page being discussed:

https://p0nce.github.io/d-idioms/

and on reddit:

https://www.reddit.com/r/programming/comments/lhssjp/idioms_for_the_d_programming_language/


A question for you: What is the most interesting (shows the 
language) and beginner-friendly source code file of DMD? I want 
to link to the compiler source to do that. It needs to be 
readable by a beginner, yet also provide interesting and 
substantial information on how D or compilers work.



 * Demonstrate DMD is open-source
 * Get DLang more attention
 * Demonstrate how good DMDFE is


"readable by a beginner" && "interesting and substantial 
information" might be hard to find. Did you mean front- or 
backend? If you want to show compiler u might look at 
https://github.com/dlang/dmd/blob/master/src/dmd/compiler.d for 
example.


But I think it might be better to begin with some kind of 
overview so you understand what you're looking at 


Re: Idioms for the D programming language

2021-02-13 Thread James Lu via Digitalmars-d-announce
On Thursday, 11 February 2021 at 20:12:36 UTC, Walter Bright 
wrote:

Now #5 on the front page of https://news.ycombinator.com/news

The page being discussed:

https://p0nce.github.io/d-idioms/

and on reddit:

https://www.reddit.com/r/programming/comments/lhssjp/idioms_for_the_d_programming_language/


A question for you: What is the most interesting (shows the 
language) and beginner-friendly source code file of DMD? I want 
to link to the compiler source to do that. It needs to be 
readable by a beginner, yet also provide interesting and 
substantial information on how D or compilers work.



 * Demonstrate DMD is open-source
 * Get DLang more attention
 * Demonstrate how good DMDFE is


Re: Idioms for the D programming language

2021-02-13 Thread James Lu via Digitalmars-d-announce

On Friday, 12 February 2021 at 01:53:25 UTC, James Lu wrote:
If you have any particularly interesting and specific pages on 
D, feel free to send them to me, so I can post them to HN at 
the optimal time. (Furthermore, if you authored it, you should 
a comment that explains why you made it and offering to answer 
questions– I have found this can turn a regular post into a 
frontpage post.)


I wanted to add: What I do is I take a post that could be 
submitted

to Hacker News, then I am an "optimizing compiler" for it. I post
at 3pm on Monday through Thursday, add comments, tune the 
submission
title, and various small HN-specific optimizations– my 
submissions have

been on its frontpage 20 times, I know what I'm doing.


Re: Idioms for the D programming language

2021-02-13 Thread James Lu via Digitalmars-d-announce

On Friday, 12 February 2021 at 08:31:13 UTC, Walter Bright wrote:

On 2/11/2021 5:53 PM, James Lu wrote:
On Thursday, 11 February 2021 at 20:12:36 UTC, Walter Bright 
wrote:

Now #5 on the front page of https://news.ycombinator.com/news


I've gotten Dlang to the frontpage of HN 3 other times:


Specification for the D Programming Language 
https://news.ycombinator.com/item?id=21993208

D 2.0.93.0 https://news.ycombinator.com/item?id=23859448
Ask HN: Why do you use Rust, when D is available? 
https://news.ycombinator.com/item?id=23494490


Thank you!


Thanks for the kind words :)



If you have any particularly interesting and specific pages on 
D, feel free to send them to me, so I can post them to HN at 
the optimal time. (Furthermore, if you authored it, you should 
a comment that explains why you made it and offering to answer 
questions– I have found this can turn a regular post into a 
frontpage post.)


Yes, having the author do an AMA is very productive.


I once resubmitted with an AMA-style comment, which was the 
difference between getting 12 points and not getting on the 
frontpage, and getting on the frontpage with 158 points.




Re: Beta 2.095.1

2021-02-13 Thread Imperatorn via Digitalmars-d-announce

On Saturday, 13 February 2021 at 12:21:38 UTC, Martin Nowak wrote:
Glad to announce the first beta for the 2.095.1 point release, 
♥ to the 11 contributors.


http://dlang.org/download.html#dmd_beta
http://dlang.org/changelog/2.095.1.html

As usual please report any bugs at
https://issues.dlang.org

-Martin


磊


Beta 2.095.1

2021-02-13 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce the first beta for the 2.095.1 point release, ♥ 
to the 11 contributors.


http://dlang.org/download.html#dmd_beta
http://dlang.org/changelog/2.095.1.html

As usual please report any bugs at
https://issues.dlang.org

-Martin