Live data from Hacker News

“Let's settle this in a Ruby programming contest”

jeffkreeftmeijer.com

11–19 of 19 posts

Re: “Let's settle this in a Ruby programming contest”

#11
post #3

Cool, but man, could that website possibly take up less of my horizontal screen space?

This is a real problem reading the submitted entries -- each snippet has a horizontal scrollbar and needs it even for ordinarily-formatted code.

Re: “Let's settle this in a Ruby programming contest”

#12
post #8

Earlier quoted context omitted.

How about: if ready? && set? then fight!

I know the code snippet doesn't actually work, but I used it because it looks pretty cool. `if ready? && set? then fight!` is the first Ruby snippet one that I really like. :)

This is very cool. It seems like a well thought out process too. Any plans on doing languages other than Ruby?

Re: “Let's settle this in a Ruby programming contest”

#13
post #3

Cool, but man, could that website possibly take up less of my horizontal screen space?

The huge super-dotty background actually makes my monitor sound different when I have his page open. I can literally hear the scanlines firing. And this is a laptop LCD. I've never heard this sound before.

Re: “Let's settle this in a Ruby programming contest”

#15
post #12

Earlier quoted context omitted.

I know the code snippet doesn't actually work, but I used it because it looks pretty cool. `if ready? && set? then fight!` is the first Ruby snippet one that I really like. :)

This is very cool. It seems like a well thought out process too. Any plans on doing languages other than Ruby?

I'd be down for a perl regex fight. The great part about that is the participants would look like they were typing obscenities at each other.

Re: “Let's settle this in a Ruby programming contest”

#16
post #14

Wait, so the current challenge is to mosaic a 225px-wide image into 10px chunks, without changing the overall size? Not even the power of Ruby can make 225 % 10 == 0

No, but you can still use 10x10 chunks where possible and use chunks as close to 10x10 as possible for the rest.

Re: “Let's settle this in a Ruby programming contest”

#18
post #14

Wait, so the current challenge is to mosaic a 225px-wide image into 10px chunks, without changing the overall size? Not even the power of Ruby can make 225 % 10 == 0

No, but you can still use 10x10 chunks where possible and use chunks as close to 10x10 as possible for the rest.

Sure, but that wasn't the specced challenge. If you can bend the rules, what becomes of the game? [edit: moved reply to nest]
Post reply on HN