January 13, 2015
On Tuesday, 13 January 2015 at 21:55:27 UTC, David Nadlinger wrote:
> 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

Perhaps I misunderstood you. But here all links on that page are blue, even the visited ones. I didn't see any green link there, the only green text that I can see there, are the comments in the code examples.

PS: I'm using Firefox.

Matheus.
January 13, 2015
On Tuesday, 13 January 2015 at 23:20:49 UTC, MattCoder wrote:
> Perhaps I misunderstood you. But here all links on that page are blue, even the visited ones. I didn't see any green link there, the only green text that I can see there, are the comments in the code examples.

http://arsdnet.net/this-week-in-d/twid.css

has

---
a:visited {
	color: green;
}
---

No idea why it's not rendering for you.

David
January 13, 2015
On Tuesday, 13 January 2015 at 23:28:29 UTC, David Nadlinger wrote:
> http://arsdnet.net/this-week-in-d/twid.css
>
> has
>
> ---
> a:visited {
> 	color: green;
> }
> ---
>
> No idea why it's not rendering for you.

Sorry, I was using "Incognito Mode" while I was browsing and yes the visited link is green and you're right about your claim. I think it should let the default color (purple) in this case.

Matheus.
January 14, 2015
On Tuesday, 13 January 2015 at 23:28:29 UTC, David Nadlinger wrote:
> a:visited {
> 	color: green;
> }

Yeah, I think purple is kinda hard to read and wanted to change it but maybe that was a mistake.
January 14, 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.

Nice stuff. Definitely going into my feed reader. This really helps to keep track of what's going on. Especially since I don't have time to parse the forum posts.

Thanks

Joseph
January 14, 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.

I have a comment which might apply to any effort called "This Week in..."

My suggestion is to keep a very lighthearted attitude towards the idea of it being "This Week". Almost tongue-in-cheek. While it's no doubt a service to be able to provide publications on such a regular basis, there is a very small bus factor here (knock on wood!). That being the case, there will inevitably be weeks, or even longer where no issue of "This Week in..." appears. For people who take the title too literal-mindedly, there might be a sense of emptiness or even anger when for a given week, you're simply not able to put together the issue, for whatever reason or reasons, good or bad.

That said, I think it's a great title, actually. So long as it's always published with a tongue in cheek attitude, and with the idea that "This Week" really means "the amount of time since the *last issue* of 'This Week...'!" So long as everyone knows that whatever shenanigans occur between one issue and the next, "This Week..." will always arrive with the same humor about what it is and how often it actually appears. In other words, humor replaces what might be an overwhelming responsibility to actually publish the thing "as designed". :-)

I'm only speaking from my own experience regarding consistency and motivation for something without a lot of institutional backing.
January 14, 2015
On 1/13/15 8:57 PM, Zach the Mystic wrote:
> That being the case, there will inevitably be weeks, or even longer
> where no issue of "This Week in..." appears.

We're aiming for a clockwork weekly schedule. Sure, some weeks will be more interesting than others but there will be an update every week. -- Andrei
January 14, 2015
On Wednesday, 14 January 2015 at 05:52:45 UTC, Andrei Alexandrescu wrote:
> On 1/13/15 8:57 PM, Zach the Mystic wrote:
>> That being the case, there will inevitably be weeks, or even longer
>> where no issue of "This Week in..." appears.
>
> We're aiming for a clockwork weekly schedule. Sure, some weeks will be more interesting than others but there will be an update every week. -- Andrei

Great to know this is a collaborative effort. Suggestion, though: Every month, call it "This Month in D", and summarize the big picture. Putting this out every week without summarizing larger amounts of thought and energy will probably feel too frenetic. Creativity moves in arcs of differing duration. Likewise, chunks of Months - This Season in D every three months.
January 14, 2015
On Wednesday, 14 January 2015 at 06:17:35 UTC, Zach the Mystic wrote:
> Great to know this is a collaborative effort. Suggestion, though: Every month, call it "This Month in D", and summarize the big picture. Putting this out every week without summarizing larger amounts of thought and energy will probably feel too frenetic. Creativity moves in arcs of differing duration. Likewise, chunks of Months - This Season in D every three months.

Or adapt as necessary, according to your "gut".
January 14, 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!

Nice work, Adam! (as usual).

I'm already looking forward to the next one :)

Mike