Skip to main content

Home/ Groups/ Arquitectura?
Pablo Lalloni

Crypto-Gram: October 15, 2017 - Schneier on Security - 0 views

  • NIST recently published its four-volume SP800-63-3 Digital Identity Guidelines. Among other things, it makes three important suggestions when it comes to passwords: * Stop it with the annoying password complexity rules. They make passwords harder to remember. They increase errors because artificially complex passwords are harder to type in. And they don't help that much. It's better to allow people to use pass phrases. * Stop it with password expiration. That was an old idea for an old way we used computers. Today, don't make people change their passwords unless there's indication of compromise. * Let people use password managers. This is how we deal with all the passwords we need.
    • Pablo Lalloni
       
      Para tener en cuenta.
Pablo Lalloni

365Git | Writing Git commit messages - 0 views

  • The use of the imperative, present tense is one that takes a little getting used to. When I started mentioning it, it was met with resistance. Usually along the lines of “The commit message records what I have done”. But, Git is a distributed version control system where there are potentially many places to get changes from. Rather than writing messages that say what you’ve done; consider these messages as the instructions for what applying the commit will do. Rather than having a commit with the title:Renamed the iVars and removed the common prefix. Have one like this:Rename the iVars to remove the common prefix. Which tells someone what applying the commit will do, rather than what you did. Also, if you look at your repository history you will see that the Git generated messages are written in this tense as well - “Merge” not “Merged”, “Rebase” not “Rebased” so writing in the same tense keeps things consistent. It feels strange at first but it does make sense (testimonials available upon application) and eventually becomes natural.
    • Pablo Lalloni
       
      Motivos para usar imperativo presente en comentarios git.
Pablo Lalloni

Red Hat JBoss Fuse - EIP Transaction Guide - Error Handling and Rollbacks - 0 views

  • Checked exceptions, on the other hand, do not trigger rollback.
    • Pablo Lalloni
       
      Rodo, he aquí la razón del comportamiento que veías.
Pablo Lalloni

ben-manes/caffeine: A high performance caching library for Java 8 - 0 views

  •  
    "Caffeine is a high performance, near optimal caching library based on Java 8."
Pablo Lalloni

codahale/usl4j: A reasonably complete implementation of the Universal Scalability Law m... - 0 views

  •  
    "A reasonably complete implementation of the Universal Scalability Law model."
Pablo Lalloni

plainJS - The Vanilla JavaScript Repository - 1 views

  •  
    "jQuery is one of the great libraries that helped us overcome JavaScript browser issues when IE 6 and 7 were still around. Today, it may be a good choice to drop jQuery and its cousins, because modern browsers are pretty easy to deal with on their own. Using plain JavaScript will make your applications load and react blazingly fast."
Pablo Lalloni

Tinc VPN - 0 views

  •  
    "tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and encryption to create a secure private network between hosts on the Internet."
« First ‹ Previous 181 - 200 of 1478 Next › Last »
Showing 20 items per page