Re: Real time captioning of D presentations

2014-06-03 Thread Martin Drasar via Digitalmars-d-announce
On 3.6.2014 7:55, simendsjo via Digitalmars-d-announce wrote:
 Or because somebody in the production studio decided the music and sound
 effects needed to be at least 2x louder than the dialog. 
 (...)
 
 I was about to say the exact same thing. I always have to turn the
 volume way down to not blow the roof when some sudden sound effect is
 played, but then I can't hear the voice. I even use subtitles for my
 native tongue if the movie has a lot of sound effects. I'm having a
 really hard time understanding the rationale behind this - is it to
 deafen viewers? To show that it's far from reality so people don't get
 confused mixing fiction with reality?

It's not about deafening the viewer, it's about the costs. The sound is
prepared for theatres with lots of HQ hardware and for 5.1 sound at
minimum. The voice goes mostly to the central channel, effects on sides.
When you have a 5.1 setup, you can turn the volume up on the central and
down on sides and you will get reasonably sounding movies.

However, nobody in the industry wants to spend money on converting the
audio from 5.1 to 2, so it's usually left up to a player and it ends how
you describe it. Also ripped movies suffer from these problems a lot.

Martin


Re: Real time captioning of D presentations

2014-06-03 Thread simendsjo via Digitalmars-d-announce
On 06/03/2014 08:23 AM, Martin Drasar via Digitalmars-d-announce wrote:
 On 3.6.2014 7:55, simendsjo via Digitalmars-d-announce wrote:
 Or because somebody in the production studio decided the music and sound
 effects needed to be at least 2x louder than the dialog. 
 (...)

 I was about to say the exact same thing. I always have to turn the
 volume way down to not blow the roof when some sudden sound effect is
 played, but then I can't hear the voice. I even use subtitles for my
 native tongue if the movie has a lot of sound effects. I'm having a
 really hard time understanding the rationale behind this - is it to
 deafen viewers? To show that it's far from reality so people don't get
 confused mixing fiction with reality?
 
 It's not about deafening the viewer, it's about the costs. The sound is
 prepared for theatres with lots of HQ hardware and for 5.1 sound at
 minimum. The voice goes mostly to the central channel, effects on sides.
 When you have a 5.1 setup, you can turn the volume up on the central and
 down on sides and you will get reasonably sounding movies.
 
 However, nobody in the industry wants to spend money on converting the
 audio from 5.1 to 2, so it's usually left up to a player and it ends how
 you describe it. Also ripped movies suffer from these problems a lot.
 
 Martin
 

I had no idea, thanks. I just thought someone had the idiotic idea it
would be a nice idea to have sound effects a lot louder than voice :)


Re: Dconf 2014 talks - when to be available

2014-06-03 Thread Mike Parker via Digitalmars-d-announce

On 6/3/2014 1:27 AM, Dicebot wrote:

On Monday, 2 June 2014 at 15:47:19 UTC, Mike Parker wrote:

Until someone stumbles across the video and posts it to Reddit before
Andrei intends to.


If community can't respect such a simple request we have bigger problems
than marketing.


Oh, I don't necessarily mean someone who follows the newsgroup. My point 
is that any random Joe looking for D stuff, and who has no clue about 
the release schedule, can stumble across it and share it. It's the 
downside of separating the release and the announcement of the release 
-- loss of control.


Re: Dconf 2014 talks - when to be available

2014-06-03 Thread Tobias Pankrath via Digitalmars-d-announce

On Tuesday, 3 June 2014 at 08:39:12 UTC, Mike Parker wrote:

On 6/3/2014 1:27 AM, Dicebot wrote:

On Monday, 2 June 2014 at 15:47:19 UTC, Mike Parker wrote:
Until someone stumbles across the video and posts it to 
Reddit before

Andrei intends to.


If community can't respect such a simple request we have 
bigger problems

than marketing.


Oh, I don't necessarily mean someone who follows the newsgroup. 
My point is that any random Joe looking for D stuff, and who 
has no clue about the release schedule, can stumble across it 
and share it. It's the downside of separating the release and 
the announcement of the release -- loss of control.


Then just post them on the newsgroup.


Re: D Hackday this Friday

2014-06-03 Thread Steven Schveighoffer via Digitalmars-d-announce
On Mon, 02 Jun 2014 17:46:39 -0400, Justin Whear  
jus...@economicmodeling.com wrote:



On Mon, 02 Jun 2014 17:41:10 +, Jonathan Crapuchettes wrote:


After Andrei's call for reducing pull requests and current issues
associated with D, the data department at EMSI is doing a Fix D Issues
Day this Friday and we would like to invite the D community to join us.

Let's get those bugs below the 2000 mark!

---
Jonathan Crapuchettes, Justin Whear, Brian Schott


I like FixPhobosFriday better.  Would work as a hashtag.


PhixPhobosPhriday :)

-Steve


DConf 2014 Day 1 Talk 2

2014-06-03 Thread Andrei Alexandrescu via Digitalmars-d-announce

https://news.ycombinator.com/newest

http://www.reddit.com/r/programming/comments/277k5c/dconf_2014_day_1_talk_2_templates_in_the_wild_a/

Andrei


vibe.d 0.7.20 has been released

2014-06-03 Thread Sönke Ludwig via Digitalmars-d-announce
Lot's of smaller improvements in this release, please have a look at the 
full change log. Some notable points:


 - Various additions to the web framework package [1], including
   compile-time localization support

 - New graph based (DFA) match algorithm for the URLRouter,
   making match performance independent of the number of registered
   routes

 - Incoming SSL connections by default now use perfect forward secrecy
   on all major browsers

 - Several improvements to the serialization system (new @asArray
   annotation, support custom serialization representations and more)

 - Reduction of memory allocations in several places

The full list of changes/fixes can be found at
http://vibed.org/blog/posts/vibe-release-0.7.20

Homepage: http://vibed.org/
DUB package: http://code.dlang.org/packages/vibe-d
GitHub: https://github.com/rejectedsoftware/vibe.d


[1]: http://vibed.org/docs#web-interface-generator


Re: vibe.d 0.7.20 has been released

2014-06-03 Thread w0rp via Digitalmars-d-announce

On Tuesday, 3 June 2014 at 18:27:20 UTC, Sönke Ludwig wrote:
Lot's of smaller improvements in this release, please have a 
look at the full change log. Some notable points:


 - Various additions to the web framework package [1], including
   compile-time localization support

 - New graph based (DFA) match algorithm for the URLRouter,
   making match performance independent of the number of 
registered

   routes

 - Incoming SSL connections by default now use perfect forward 
secrecy

   on all major browsers

 - Several improvements to the serialization system (new 
@asArray
   annotation, support custom serialization representations and 
more)


 - Reduction of memory allocations in several places

The full list of changes/fixes can be found at
http://vibed.org/blog/posts/vibe-release-0.7.20

Homepage: http://vibed.org/
DUB package: http://code.dlang.org/packages/vibe-d
GitHub: https://github.com/rejectedsoftware/vibe.d


[1]: http://vibed.org/docs#web-interface-generator


Awesome. As usual, you are the man.


Re: vibe.d 0.7.20 has been released

2014-06-03 Thread Mattcoder via Digitalmars-d-announce

On Tuesday, 3 June 2014 at 18:27:20 UTC, Sönke Ludwig wrote:

Lot's of smaller improvements in this release...


Awesome and think you should have spoken in DConf. :)

Matheus.


Re: DConf 2014 Day 1 Talk 2

2014-06-03 Thread Jonathan Crapuchettes via Digitalmars-d-announce
On Tue, 03 Jun 2014 18:43:52 +0200, Andrei Alexandrescu wrote:

 https://news.ycombinator.com/newest
 
 http://www.reddit.com/r/programming/comments/277k5c/
dconf_2014_day_1_talk_2_templates_in_the_wild_a/
 
 Andrei

Here is a link to the slides from the presentation.

http://slides.com/jonathancrapuchettes/dconf

Jonathan


Re: DConf 2014 Day 1 Talk 2

2014-06-03 Thread w0rp via Digitalmars-d-announce
On Tuesday, 3 June 2014 at 20:54:30 UTC, Jonathan Crapuchettes 
wrote:

On Tue, 03 Jun 2014 18:43:52 +0200, Andrei Alexandrescu wrote:


https://news.ycombinator.com/newest

http://www.reddit.com/r/programming/comments/277k5c/

dconf_2014_day_1_talk_2_templates_in_the_wild_a/


Andrei


Here is a link to the slides from the presentation.

http://slides.com/jonathancrapuchettes/dconf

Jonathan


I found this talk particularly interesting on a personal level. I 
worked with OLAP data for a year and it was all Java and 
JavaScript programming. I had been thinking about how you could 
improve on either with compile time features in D for massive 
improvements in speed. This is a market where customers care 
about speed, and beating your competitors can be worth millions. 
It's nice to see that someone has done some work in this area.


Re: DConf 2014 Day 1 Talk 2

2014-06-03 Thread Piotrek via Digitalmars-d-announce
On Tuesday, 3 June 2014 at 16:43:32 UTC, Andrei Alexandrescu 
wrote:

https://news.ycombinator.com/newest

http://www.reddit.com/r/programming/comments/277k5c/dconf_2014_day_1_talk_2_templates_in_the_wild_a/

Andrei


This talk was awesome - thank you Jonathan! I didn't see it when 
streaming, so thanks for sharing. It's touchy mainly because it 
brought some memories back. I was running my own business (soon 
after finishing uni) and got into the data processing world after 
taking some inquiry.


Funny thing is it's all started when I was asked to create some 
*excel* stuff dealing with a gov data. I quickly moved to PHP 
wagon as it was mainstream that days. After I figure out I was 
betrayed by PHP euphoria I started to look for the perfect 
programming language. Then I saw D and I knew it was it. 
Unfortunately  my business didn't pay my bills already at that 
time, so I had to say sorry to C++ and live with it (full time 
job).


Now I make a living from C++ (quasi embedded), but D is my number 
one as the language of choice, so I plan to reopen my business 
again this time with D from the beginning. Time will tell :)


BTW. As as GUI dependant guy I still consider debugging as 
Achilles heel of D (as referred in the talk to some extent, i.e. 
stack traces, mangling etc).


My programming language path (only languages included with more 
than 10k LOC written as I dealt with Python, Java, Matlab, Visual 
Basic and other crap)

1. Pascal (high school)
2. C++ (high school and uni)
3. PHP (late years of uni)
4. PHP (own business)
5. PHP + D (closing my business)
5. C++ (a regular job)
6. D (the future ;))

Piotrek


Re: DConf 2014 Day 1 Talk 2

2014-06-03 Thread Piotrek via Digitalmars-d-announce

On Tuesday, 3 June 2014 at 21:20:42 UTC, w0rp wrote:
On Tuesday, 3 June 2014 at 20:54:30 UTC, Jonathan Crapuchettes 
wrote:

On Tue, 03 Jun 2014 18:43:52 +0200, Andrei Alexandrescu wrote:


https://news.ycombinator.com/newest

http://www.reddit.com/r/programming/comments/277k5c/

dconf_2014_day_1_talk_2_templates_in_the_wild_a/


Andrei


Here is a link to the slides from the presentation.

http://slides.com/jonathancrapuchettes/dconf

Jonathan


I found this talk particularly interesting on a personal level.


Heh. Check my post. Wish I had more experience that days ;)

Piotrek


Re: DConf 2014 Day 1 Talk 2

2014-06-03 Thread Philippe Sigaud via Digitalmars-d-announce
On Tue, Jun 3, 2014 at 10:54 PM, Jonathan Crapuchettes via
Digitalmars-d-announce digitalmars-d-announce@puremagic.com wrote:

 Here is a link to the slides from the presentation.

 http://slides.com/jonathancrapuchettes/dconf

Very nice talk! And quite an interesting piece of software you built there.
Thanks also for sharing the slides: it's fun to see that much
templated code in a presentation and it's nice to be able to pore over
some of it.