Live data from Hacker News

Viewing profile — cpro

cpro

HN member
Joined
Thu, Aug 20, 2015, 6:43 PM UTC
HN karma
42
Public activity
32 items

About cpro

No profile information was provided.

Recent public activity

  1. comment
    Comment #11602941

    I, too, have build a task manage with Vim support: https://github.com/prophittcorey/t.rb https://github.com/prophittcorey/vim-t I did it for the same reasons-- simpler is better, f…

  2. comment
    Comment #11602925

    I am not 100% sure how Taskwarrior does it, but when I built my own dead simple task manager (for people that want to finish tasks and not organize them), I gave the tasks random u…

  3. story
    Ask HN: Anyone using Rails 5 beta?

    Has it been worth using the beta or would you recommend sticking to 4 until an official RC is out?

  4. story
  5. story
  6. comment
    Comment #10709380

    http://fabiensanglard.net

  7. story
  8. comment
    Comment #10676474

    My favorite tutorial is located here: http://www.ai-junkie.com/ann/evolved/nnt1.html It's easy to follow and not too theoretical. It's really down to earth and code/algorithm focus…

  9. comment
    Comment #10675869

    I've tried Taskwarrior in the past. The main issue I had is the complexity. It's not simple enough, there's a whole lot of options and things it can do which send me down a path of…

  10. comment
  11. story
  12. story
  13. comment
    Comment #10557178

    Write a solution first, with the remaining time optimize, test and work through edge cases.

  14. story
  15. comment
    Comment #10543356

    I found all of them to be too complex. I built my own editor plugin and command line tool that is super simple. The basic idea is to spend less time organizing tasks and more time …

  16. story
  17. story
  18. comment
    Comment #10216711

    Thanks-- I will certainly look into those instructions

  19. comment
    Comment #10216708

    Thanks-- my code isn't the cleanest either! I still have a lot of cleanup to do. I will certainly check it out though!

  20. story
  21. comment
  22. story
  23. story
  24. comment
    Comment #10144132

    Thanks! It's an interesting article, it really takes the compiling to the next level.

  25. comment
    Comment #10142926

    Thanks-- that's a good idea. I didn't think of optimization at all but that sounds like a fun step to take next.