Interesting Ruby blogs

Hi,

Does anybody have a list of interesting blogs about Ruby? I have
realized that all of ones have in my RSS reader have been abandoned,
haven't published any new article since long ago.

I would like to have in my RSS a list of active and interesting Ruby
blogs, someone has to be writing something about Ruby, right?

Thanks,

Jesus.

The two resources that i use update myself with ruby & rails are.

http://csnipp.com
http://csnipp.com/+ruby
http://csnipp.com/+rails

http://reddit.com/r/ruby
http://reddit.com/r/rails

···

On Wed, Mar 5, 2014 at 10:00 PM, Jesús Gabriel y Galán < jgabrielygalan@gmail.com> wrote:

Hi,

Does anybody have a list of interesting blogs about Ruby? I have
realized that all of ones have in my RSS reader have been abandoned,
haven't published any new article since long ago.

I would like to have in my RSS a list of active and interesting Ruby
blogs, someone has to be writing something about Ruby, right?

Thanks,

Jesus.

--
Harisankar P S
https://twitter.com/coder_hsps | http://tech.hsps.in

It's a good question. I'm not catching blogs so much. Avdi Grimm
writes in his at http://devblog.avid.com, but mostly I'm listening to
his RubyTapas these days. I catch more things from ConFreaks as well.

I have another question: are *you* writing? (not just Jesus, but
anyone out there). I, like I suppose many others, learn a lot and
wouldn't mind writing it down, but never seem to get around to it. If
the older ruby bloggers aren't anymore, maybe more of us should take
it up? (I'm probably age-wise older than many of them, but still
learning lots)

···

On Wed, Mar 5, 2014 at 10:30 AM, Jesús Gabriel y Galán <jgabrielygalan@gmail.com> wrote:

Hi,

Does anybody have a list of interesting blogs about Ruby? I have
realized that all of ones have in my RSS reader have been abandoned,
haven't published any new article since long ago.

I would like to have in my RSS a list of active and interesting Ruby
blogs, someone has to be writing something about Ruby, right?

Thanks,

Jesus.

Hmm what do the bloggers write about now?

···

On Wed, Mar 5, 2014 at 10:30 AM, Jesús Gabriel y Galán < jgabrielygalan@gmail.com> wrote:

Hi,

Does anybody have a list of interesting blogs about Ruby? I have
realized that all of ones have in my RSS reader have been abandoned,
haven't published any new article since long ago.

I would like to have in my RSS a list of active and interesting Ruby
blogs, someone has to be writing something about Ruby, right?

Thanks,

Jesus.

Hello,

   For Planet Ruby [1] I maintain a list on GitHub in plain text
(INI-style). See
github.com/feedreader/pluto.samples/blob/master/ruby.ini

Cheers.

[1] plutolive.herokuapp.com (Planet Ruby powered by pluto gem)

···

2014-03-05 17:30 GMT+01:00 Jesús Gabriel y Galán <jgabrielygalan@gmail.com>:

Hi,

Does anybody have a list of interesting blogs about Ruby? I have
realized that all of ones have in my RSS reader have been abandoned,
haven't published any new article since long ago.

I would like to have in my RSS a list of active and interesting Ruby
blogs, someone has to be writing something about Ruby, right?

Thanks,

Jesus.

SORRY, Avdi -- that's http://devblog.avdi.org

···

On Fri, Mar 7, 2014 at 9:12 PM, tamouse pontiki <tamouse.lists@gmail.com> wrote:

On Wed, Mar 5, 2014 at 10:30 AM, Jesús Gabriel y Galán > <jgabrielygalan@gmail.com> wrote:

Hi,

Does anybody have a list of interesting blogs about Ruby? I have
realized that all of ones have in my RSS reader have been abandoned,
haven't published any new article since long ago.

I would like to have in my RSS a list of active and interesting Ruby
blogs, someone has to be writing something about Ruby, right?

Thanks,

Jesus.

It's a good question. I'm not catching blogs so much. Avdi Grimm
writes in his at http://devblog.avid.com, but mostly I'm listening to
his RubyTapas these days. I catch more things from ConFreaks as well.

I have another question: are *you* writing? (not just Jesus, but
anyone out there). I, like I suppose many others, learn a lot and
wouldn't mind writing it down, but never seem to get around to it. If
the older ruby bloggers aren't anymore, maybe more of us should take
it up? (I'm probably age-wise older than many of them, but still
learning lots)

Hi,

Does anybody have a list of interesting blogs about Ruby? I have
realized that all of ones have in my RSS reader have been abandoned,
haven't published any new article since long ago.

I would like to have in my RSS a list of active and interesting Ruby
blogs, someone has to be writing something about Ruby, right?

Thanks,

Jesus.

It's a good question. I'm not catching blogs so much. Avdi Grimm
writes in his at http://devblog.avid.com, but mostly I'm listening to
his RubyTapas these days. I catch more things from ConFreaks as well.

I have another question: are *you* writing? (not just Jesus, but
anyone out there). I, like I suppose many others, learn a lot and
wouldn't mind writing it down, but never seem to get around to it. If
the older ruby bloggers aren't anymore, maybe more of us should take
it up? (I'm probably age-wise older than many of them, but still
learning lots)

I should start writing something once a week about Ruby. I love the language and community, and I enjoy using it. As for older, I suspect I too am on the "to grave" side of the "from cradle to grave" curve.

This week I used Array#product at work, and that saved me a lot of time. I'll blog about that at Stok Footage | Believe what you want, it doesn’t mean you’re right

Hope this helps,

Mike

[1] pry(main)> ? Array#product

Owner: Array
Visibility: public
Signature: product(*arg1)
Number of lines: 14

Returns an array of all combinations of elements from all arrays.

The length of the returned array is the product of the length of self and
the argument arrays.

If given a block, #product will yield all combinations and return self
instead.

   [1,2,3].product([4,5]) #=> [[1,4],[1,5],[2,4],[2,5],[3,4],[3,5]]
   [1,2].product([1,2]) #=> [[1,1],[1,2],[2,1],[2,2]]
   [1,2].product([3,4],[5,6]) #=> [[1,3,5],[1,3,6],[1,4,5],[1,4,6],
                              # [2,3,5],[2,3,6],[2,4,5],[2,4,6]]
   [1,2].product() #=> [[1],[2]]
   [1,2].product() #=>

···

On Mar 7, 2014, at 10:12 PM, tamouse pontiki <tamouse.lists@gmail.com> wrote:

On Wed, Mar 5, 2014 at 10:30 AM, Jesús Gabriel y Galán > <jgabrielygalan@gmail.com> wrote:

From: array.c (C Method):

--

Mike Stok <mike@stok.ca>
http://www.stok.ca/~mike/

The "`Stok' disclaimers" apply.

Hi,

Does anybody have a list of interesting blogs about Ruby? I have
realized that all of ones have in my RSS reader have been abandoned,
haven't published any new article since long ago.

I would like to have in my RSS a list of active and interesting Ruby
blogs, someone has to be writing something about Ruby, right?

Thanks,

Jesus.

It's a good question. I'm not catching blogs so much. Avdi Grimm
writes in his at http://devblog.avid.com, but mostly I'm listening to
his RubyTapas these days. I catch more things from ConFreaks as well.

Avdi's the only one in my list that's still active.

I have another question: are *you* writing? (not just Jesus, but
anyone out there). I, like I suppose many others, learn a lot and
wouldn't mind writing it down, but never seem to get around to it. If
the older ruby bloggers aren't anymore, maybe more of us should take
it up? (I'm probably age-wise older than many of them, but still
learning lots)

As for me, I've never written a blog (apart from a little try I made
about board games, which was abandoned, I should retake that if I have
some time). And honestly, knowing myself, I'll never get around the
discipline needed to blog frequently. Maybe if I could join some
initiative together with some others, so that we can push each other
to write. But my life is complicated and I always have too many things
on my plate, so, I guess I'm not a very good candidate for a regular
blog.

Jesus.

···

On Sat, Mar 8, 2014 at 4:12 AM, tamouse pontiki <tamouse.lists@gmail.com> wrote:

On Wed, Mar 5, 2014 at 10:30 AM, Jesús Gabriel y Galán > <jgabrielygalan@gmail.com> wrote:

Thanks for reading!

···

On Sat, Mar 8, 2014 at 3:14 AM, tamouse pontiki <tamouse.lists@gmail.com>wrote:

SORRY, Avdi -- that's http://devblog.avdi.org

On Fri, Mar 7, 2014 at 9:12 PM, tamouse pontiki <tamouse.lists@gmail.com> > wrote:
> On Wed, Mar 5, 2014 at 10:30 AM, Jesús Gabriel y Galán > > <jgabrielygalan@gmail.com> wrote:
>> Hi,
>>
>> Does anybody have a list of interesting blogs about Ruby? I have
>> realized that all of ones have in my RSS reader have been abandoned,
>> haven't published any new article since long ago.
>>
>> I would like to have in my RSS a list of active and interesting Ruby
>> blogs, someone has to be writing something about Ruby, right?
>>
>> Thanks,
>>
>> Jesus.
>
> It's a good question. I'm not catching blogs so much. Avdi Grimm
> writes in his at http://devblog.avid.com, but mostly I'm listening to
> his RubyTapas these days. I catch more things from ConFreaks as well.
>
> I have another question: are *you* writing? (not just Jesus, but
> anyone out there). I, like I suppose many others, learn a lot and
> wouldn't mind writing it down, but never seem to get around to it. If
> the older ruby bloggers aren't anymore, maybe more of us should take
> it up? (I'm probably age-wise older than many of them, but still
> learning lots)

jesus.post.gsub(/Jesus/, "Abinoam Jr.")

# => And honestly, knowing myself, I'll never get around the
discipline needed to blog frequently. Maybe if I could join some
initiative together with some others, so that we can push each other
to write. But my life is complicated and I always have too many things
on my plate, so, I guess I'm not a very good candidate for a regular
blog.

Abinoam Jr.

···

On Sat, Mar 8, 2014 at 7:42 PM, Jesús Gabriel y Galán <jgabrielygalan@gmail.com> wrote:

On Sat, Mar 8, 2014 at 4:12 AM, tamouse pontiki <tamouse.lists@gmail.com> wrote:

On Wed, Mar 5, 2014 at 10:30 AM, Jesús Gabriel y Galán >> <jgabrielygalan@gmail.com> wrote:

Hi,

Does anybody have a list of interesting blogs about Ruby? I have
realized that all of ones have in my RSS reader have been abandoned,
haven't published any new article since long ago.

I would like to have in my RSS a list of active and interesting Ruby
blogs, someone has to be writing something about Ruby, right?

Thanks,

Jesus.

It's a good question. I'm not catching blogs so much. Avdi Grimm
writes in his at http://devblog.avid.com, but mostly I'm listening to
his RubyTapas these days. I catch more things from ConFreaks as well.

Avdi's the only one in my list that's still active.

I have another question: are *you* writing? (not just Jesus, but
anyone out there). I, like I suppose many others, learn a lot and
wouldn't mind writing it down, but never seem to get around to it. If
the older ruby bloggers aren't anymore, maybe more of us should take
it up? (I'm probably age-wise older than many of them, but still
learning lots)

As for me, I've never written a blog (apart from a little try I made
about board games, which was abandoned, I should retake that if I have
some time). And honestly, knowing myself, I'll never get around the
discipline needed to blog frequently. Maybe if I could join some
initiative together with some others, so that we can push each other
to write. But my life is complicated and I always have too many things
on my plate, so, I guess I'm not a very good candidate for a regular
blog.

Jesus.

Actually, there exists a "planet" out there (that is, a website
aggregating feeds from other blogs and collecting them at a single
joined site) that specifically targets Ruby:

http://plutolive.herokuapp.com/?style=standard

They mention quite a lot of blogs in their subscription list (and Avdi’s
there too :-)). AFAIK, that site has been created by the Vienna Ruby
User Group. Perhaps they should switch to a more meaningful domain like
ruby-planet.org or something like that...

I do like that idea and am currently trying to set up something like
this specifically for the German Ruby community. So, if you want, just
drop me an email so I can include your German Ruby blog there. Of course
I’ll post the address to ruby-talk once it’s ready.

Valete,
Marvin

···

Am 09.03.2014 03:26, schrieb Abinoam Jr.:

# => And honestly, knowing myself, I'll never get around the
discipline needed to blog frequently. Maybe if I could join some
initiative together with some others, so that we can push each other
to write. But my life is complicated and I always have too many things
on my plate, so, I guess I'm not a very good candidate for a regular
blog.

Dear Avid Grimm,

I always listen to you (and James Edward Gray, Charles Max Wood, Josh
Susser, Katrina Owen (until recently)) at Ruby Rogues!
(http://rubyrogues.com/\).

Ruby Rogues has transcripts!!!

With the transcripts the Ruby Rogues podcast count as a blog also, doesn't it?

Perhaps you native english speakers doesn't get how hard it is for us
foreigners to understand spoken english (without a transcript at
hand).

Abinoam Jr.
(From Brazil)

···

On Sat, Mar 8, 2014 at 4:17 PM, Avdi Grimm <groups@inbox.avdi.org> wrote:

Thanks for reading!

On Sat, Mar 8, 2014 at 3:14 AM, tamouse pontiki <tamouse.lists@gmail.com> > wrote:

SORRY, Avdi -- that's http://devblog.avdi.org

On Fri, Mar 7, 2014 at 9:12 PM, tamouse pontiki <tamouse.lists@gmail.com> >> wrote:
> On Wed, Mar 5, 2014 at 10:30 AM, Jesús Gabriel y Galán >> > <jgabrielygalan@gmail.com> wrote:
>> Hi,
>>
>> Does anybody have a list of interesting blogs about Ruby? I have
>> realized that all of ones have in my RSS reader have been abandoned,
>> haven't published any new article since long ago.
>>
>> I would like to have in my RSS a list of active and interesting Ruby
>> blogs, someone has to be writing something about Ruby, right?
>>
>> Thanks,
>>
>> Jesus.
>
> It's a good question. I'm not catching blogs so much. Avdi Grimm
> writes in his at http://devblog.avid.com, but mostly I'm listening to
> his RubyTapas these days. I catch more things from ConFreaks as well.
>
> I have another question: are *you* writing? (not just Jesus, but
> anyone out there). I, like I suppose many others, learn a lot and
> wouldn't mind writing it down, but never seem to get around to it. If
> the older ruby bloggers aren't anymore, maybe more of us should take
> it up? (I'm probably age-wise older than many of them, but still
> learning lots)