HN user

pooriar

63 karma

Feel free to get in touch!

Posts12
Comments43
View on HN

Same as this?

  (1..20).each do |i|
    puts i if i.odd? || i.prime?
  end
edit - upon testing, I just realized the parent's code prints 10 & 16, my code does not, so not the same.

I'm currently implementing my favorite 2 player board game - Raptor - in Ruby, and this article is giving me great ideas for how to structure it better. Thanks so much to the author for writing this up!

Hi, I'm a software dev who was terrified of dance floors my whole life, and nearly gave up hope that my analytical brain could ever get comfortable with it.

But I kept trying, looking for a clever way around the problem, and I found it! This course is everything I learned during that process, and it's currently free for my birthday weekend, so have at it :)

Discount code is "HBD" if it doesn't work, use this url:

https://pooriajr.gumroad.com/l/learn-to-dance-engineers/HBD

I have had the idea for this device bouncing around in my head for so long, I just had to get it out and see; does it exist? Does anyone else want it to exist? Or is it just me?

Huh, Dota was my big addiction in college. Thanks for sharing that perspective on how to reframe your time spent in a positive way.

I think for me, I would like to turn my many hours spent into a will and a way to help others deal with addiction to videogames, as well as porn and other digital addictions that are not yet taken quite as seriously as physical addictions.

I think that would be the ultimate way of making something good out of all this

Beautiful lading page and generous app. Thank you for making tools like this that help small-time creators improve their margins :) I used Payhip for my last project but I will bookmark this one to make sure I use it in the future

Wow, the ENTIRE massive ocean of Windwaker with all the islands loads faster than single rooms for other games. And then zipping around it so fast from the sky, all the islands seems so small compared to how big it all felt playing the game as a kid

I always heard people talking about how amazing Vim is, but I didn't get why.

"Like big deal, you can jump around the line, delete words or whole lines. I can do that with option and command. Oh you can apply your edits to multiple places? Have you heard of multi-cursor?"

Only when I was forced to use it (in South Korea) did I realize why people love it so much

So here's a video of a basic use case that requires tedious clicking on a normal editor like vs-code, but which is made super easy in vim

Please let me know if you found this useful so I can make more vim videos like this :)

LazyVim 3 years ago

Does it really work wonderfully for you? I am often times shocked by how it just can't guess the most obvious completions. Then I jump into VSCode to sanity check, and it works fine there.

Talking about tpope's official neovim plugin

LazyVim 3 years ago

It's the only thing that tempts me away from Vim. Vim does have an official copilot plugin but it seems gimped compared to VSCode. I wonder if that's intentional.