Re: This Week in D, issue 2

2015-01-24 Thread qznc via Digitalmars-d-announce
On Monday, 19 January 2015 at 22:06:12 UTC, Leandro Lucarella 
wrote:

Adam D. Ruppe, el 19 de January a las 17:05 me escribiste:

http://arsdnet.net/this-week-in-d/jan-18.html

http://www.reddit.com/r/programming/comments/2sy7lg/this_week_in_d_january_18_2015/

For those of you who saw the draft earlier, hit refresh to 
ensure

you aren't seeing a cached version.

RSS feed:
http://arsdnet.net/this-week-in-d/twid.rss


Nice, but this seems to be somehow broken. At least I use 
Newsblur and
it has an option to show a diff for changed entries. What I see 
now is
the first issue as the new entry, and the issue #2 as a changed 
issue #1

(the diff says basically almost changed, of course).

Maybe there is an RSS feed ID or something you need to 
generate, or
maybe is just the order in which they appear in the feed? 
Because I'm

also seeing issue #1 as newer than issue #2.


To fix the feed, you can simply work through the errors 
feedvalidator shows you:


http://feedvalidator.org/check.cgi?url=http%3A%2F%2Farsdnet.net%2Fthis-week-in-d%2Ftwid.rss


Re: This Week in D, issue 2

2015-01-24 Thread Adam D. Ruppe via Digitalmars-d-announce

On Saturday, 24 January 2015 at 19:31:54 UTC, qznc wrote:
To fix the feed, you can simply work through the errors 
feedvalidator shows you:


cool, thanks, all fixed.

The RSS is also generated by a dom.d program, little example of 
how you can use it to hack something together 
https://github.com/adamdruppe/This-Week-in-D/blob/master/tools/makerss.d


Re: This Week in D, issue 2

2015-01-23 Thread Dmitry Olshansky via Digitalmars-d-announce

On 19-Jan-2015 20:05, Adam D. Ruppe wrote:

http://arsdnet.net/this-week-in-d/jan-18.html

http://www.reddit.com/r/programming/comments/2sy7lg/this_week_in_d_january_18_2015/


For those of you who saw the draft earlier, hit refresh to ensure you
aren't seeing a cached version.

RSS feed:
http://arsdnet.net/this-week-in-d/twid.rss

This week, we got new web style thanks to the folks in the other forum.
Tech speaking, it now serves gzipped files as a test of what I want to
see about putting on dlang.org too.

Email list will be coming next week and hopefully a move to dlang.org too.

Fixed a few bugs in my stats gathering too, hopefully we'll have all the
kinks worked out and on-time release next week!


Falsey values may include any struct with opCast(T:bool) or somehow 
indicate that it's going to be attempted, afterall this is common D idiom.


--
Dmitry Olshansky


Re: This Week in D, issue 2

2015-01-20 Thread via Digitalmars-d-announce
Nice, maybe you should consider using a more descriptive link on 
reddit for the next issue?


Basically providing keywords highlighting the content. E.g. This 
Week in D: loading DLLs, XBox controller, Dconf 2015 details...


Re: This Week in D, issue 2

2015-01-19 Thread Dicebot via Digitalmars-d-announce

In my rss reader #2 simply appears as older than #1.


Re: This Week in D, issue 2

2015-01-19 Thread Adam D. Ruppe via Digitalmars-d-announce

On Monday, 19 January 2015 at 22:34:29 UTC, Dicebot wrote:

In my rss reader #2 simply appears as older than #1.


OK, I put the newest one at the top of the file figuring that 
would be easier to read but if the RSS reader orders it anyway no 
need for that, i'll fix my generator.


Re: This Week in D, issue 2

2015-01-19 Thread Leandro Lucarella via Digitalmars-d-announce
Adam D. Ruppe, el 19 de January a las 17:05 me escribiste:
 http://arsdnet.net/this-week-in-d/jan-18.html
 
 http://www.reddit.com/r/programming/comments/2sy7lg/this_week_in_d_january_18_2015/
 
 For those of you who saw the draft earlier, hit refresh to ensure
 you aren't seeing a cached version.
 
 RSS feed:
 http://arsdnet.net/this-week-in-d/twid.rss

Nice, but this seems to be somehow broken. At least I use Newsblur and
it has an option to show a diff for changed entries. What I see now is
the first issue as the new entry, and the issue #2 as a changed issue #1
(the diff says basically almost changed, of course).

Maybe there is an RSS feed ID or something you need to generate, or
maybe is just the order in which they appear in the feed? Because I'm
also seeing issue #1 as newer than issue #2.

-- 
Leandro Lucarella (AKA luca) http://llucax.com.ar/
--
HACIA NEUQUEN: EL JUEVES SALDRA CARAVANA CON PERROS
DESDE CAPITAL EN APOYO AL CACHORRO CONDENADO A MUERTE
-- Crónica TV


Re: This Week in D, issue 2

2015-01-19 Thread MattCoder via Digitalmars-d-announce

On Monday, 19 January 2015 at 17:05:54 UTC, Adam D. Ruppe wrote:

http://arsdnet.net/this-week-in-d/jan-18.html

http://www.reddit.com/r/programming/comments/2sy7lg/this_week_in_d_january_18_2015/


Awesome, and please take my upvote! :D

Matheus.


Re: This Week in D, issue 2

2015-01-19 Thread Kiith-Sa via Digitalmars-d-announce

On Monday, 19 January 2015 at 17:05:54 UTC, Adam D. Ruppe wrote:

http://arsdnet.net/this-week-in-d/jan-18.html

http://www.reddit.com/r/programming/comments/2sy7lg/this_week_in_d_january_18_2015/

For those of you who saw the draft earlier, hit refresh to 
ensure you aren't seeing a cached version.


RSS feed:
http://arsdnet.net/this-week-in-d/twid.rss

This week, we got new web style thanks to the folks in the 
other forum. Tech speaking, it now serves gzipped files as a 
test of what I want to see about putting on dlang.org too.


Email list will be coming next week and hopefully a move to 
dlang.org too.


Fixed a few bugs in my stats gathering too, hopefully we'll 
have all the kinks worked out and on-time release next week!


The 'dividend / dividend' error is still there (in divideBy).