January 13, 2015
Michal Minich, el 13 de January a las 14:29 me escribiste:
> Though RSS/Atom would be really necessary!

+1, this is a must! Thanks for the effort, great wrap up!

-- 
Leandro Lucarella (AKA luca)                     http://llucax.com.ar/
----------------------------------------------------------------------
PENE MUTILADO POR PENETRAR UNA ASPIRADORA
	-- Crónica TV
January 13, 2015
On Tuesday, 13 January 2015 at 14:08:58 UTC, Adam D. Ruppe wrote:
> I've started writing a weekly D newsletter. Here's the first issue, any feedback welcome!
>
> http://arsdnet.net/this-week-in-d/jan-12.html
>
> In the future, I intend to have it written by Saturday for a weekend release, so if you want something to appear this week, please try to get it to by before then.

Thanks for this, I love being able to quickly see what major changes are happening in D.
January 13, 2015
First draft of the rss feed:

http://arsdnet.net/this-week-in-d/twid.rss
January 13, 2015
On Tuesday, 13 January 2015 at 16:12:50 UTC, Andrei Alexandrescu wrote:
> Idea: put everything in a subdir on dlang.org on our github repo. The newsletter becomes part of the website. -- Andrei

Yeah, that's a good idea.

I think I might make a github with the drafts and helper tools, then do a dlang.org PR for each publication, and we'll start hosting it from there too next week.
January 13, 2015
bearophile, el 13 de January a las 14:28 me escribiste:
> Adam D. Ruppe:
> 
> >I've started writing a weekly D newsletter. Here's the first issue, any feedback welcome!
> >
> >http://arsdnet.net/this-week-in-d/jan-12.html
> 
> Seems good.
> 
> "Major Changes" => They are weekly, so perhaps "Changes" is enough.
> 
> If you can, add two or three little images to the page, like here: https://sergeytihon.wordpress.com/category/f-weekly/

If you need inspiration, this is what LLVM do: http://blog.llvm.org/2015/01/llvm-weekly-54-jan-12th-2015.html

-- 
Leandro Lucarella (AKA luca)                     http://llucax.com.ar/
----------------------------------------------------------------------
La terapia no sirve: es mucho mejor pagar para hacer las perversiones
que para contarlas.
	-- Alberto Giordano (filósofo estilista)
January 13, 2015
On Tue, 13 Jan 2015 17:30:52 +0000
"Adam D. Ruppe via Digitalmars-d-announce"
<digitalmars-d-announce@puremagic.com> wrote:

> First draft of the rss feed:
> 
> http://arsdnet.net/this-week-in-d/twid.rss
looking nice. and seems to work too. ;-)


January 13, 2015
Adam D. Ruppe, el 13 de January a las 17:30 me escribiste:
> First draft of the rss feed:
> 
> http://arsdnet.net/this-week-in-d/twid.rss

That was quick! Thanks. Works with Newsblur. A "favicon" would be nice :-D


-- 
Leandro Lucarella (AKA luca)                     http://llucax.com.ar/
----------------------------------------------------------------------
Agitamos toda la zona de la paleta al horno, vemos que una luz nos
atraviesa toda la zona intestinal...
	-- Sidharta Kiwi
January 13, 2015
On 1/13/2015 7:15 AM, Adam D. Ruppe wrote:
> BTW one commented out section here is FAQs and blog posts. My plan there is to
> highlight D.learn and SO questions that pop up a bunch and other, longer
> articles people write. I just didn't have any this week so I left it out, but
> hopefully we'll get some of those coming up too.

Having a "Question of the Week" section would be a nice feature!
January 13, 2015
On 1/13/2015 6:08 AM, Adam D. Ruppe wrote:
> I've started writing a weekly D newsletter. Here's the first issue, any feedback
> welcome!
>
> http://arsdnet.net/this-week-in-d/jan-12.html
>
> In the future, I intend to have it written by Saturday for a weekend release, so
> if you want something to appear this week, please try to get it to by before then.

Very nice work! Thank you!
January 13, 2015
On Tuesday, 13 January 2015 at 14:08:58 UTC, Adam D. Ruppe wrote:
> http://arsdnet.net/this-week-in-d/jan-12.html

Great idea, hope the project will take off!

One thing: I found the link coloring to be _very_ counter-intuitive. So much so that I in fact had to fire up the dev tools to figure out why some of the links were blue and some of them green. Since the default link color on pretty much all platforms is blue, green inevitably breaks with the user expectation that visited links are styled in some shade similar to the main link color.

Overriding just the :visited color is questionable anyway.

David