Slashdot Mirror


User: pabloa98

pabloa98's activity in the archive.

Stories
0
Comments
8
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 8

  1. Re:Do It, it worked in AZ on Gen Con Threatens To Leave Indianapolis Over Religious Freedom Bill · · Score: 1

    Indeed

  2. Re:Some misconceptions on Java Vs. Node.js: Epic Battle For Dev Mindshare · · Score: 1

    Node.js is not concurrent. I/O is "concurrent" because the task is flushed and replaced with other event. But that does not mean Node.js is a concurrent technology.

  3. No such a battle on Java Vs. Node.js: Epic Battle For Dev Mindshare · · Score: 1

    Node.js has some appealing features. The more important is simplicity. Java in the other hands can do things that are impossible in Node.js. From the hardware point of view, Node.js is an old technology. With multicore architecture makes no sense to process everything using one thread. This will be worst because the number of core by CPU will grow with the time. Perhaps in 5 years we will enjoy of 48 or 96 cores by CPU. Node.js' One thread execution model makes not too much sense in that context.

  4. Perhaps you would like to change your approach on Ask Slashdot: High-Performance Laptop That Doesn't Overheat? · · Score: 1

    Perhaps those jobs should be sent to a datacenter with high computing power. Users should access to them using some remote connection if they want real power processing or stay happy with the right power processing in their laptops. Other alternative could be exploring the possibility of docking the notebook in some coolant docker. Perhaps a 80 dollars minirefrigerator under their desks would do it. :) But in that case a desktop computer would be more portable :P

  5. Did you evaluate system76? on Ask Slashdot: High-Performance Laptop That Doesn't Overheat? · · Score: 1
  6. Re:Try Stormpath on Ask Slashdot: Single Sign-On To Link Google Apps and Active Directory? · · Score: 1

    I use the Java SDK. It works! With other configuration though. But I still think you should check if that works for you.

  7. Delegate the critical and difficult part! on Ask Slashdot: Event Sign-Up Software Options For a Non-Profit? · · Score: 1

    Delegate the difficult part of the system you need. If you delegate dealing with security, registrations, username, passwords, verification mails, security, etc the sign-up system get very simplified. Perhaps you would like to consider Stormpath ( https://stormpath.com/ ). They provide security, dealing with users, passwords, assign those users to groups and controlling all the security stuff, mailing, etc. It integrates with google, facebook, etc. I think it costs $49 at month, but they have a free full version with enough calls to serve 1400 users registrations. No sure they language you are considering, they support PHP and Java (and other languages). That + a cheap hosting site and perhaps some solution using wordpress (PHP) would result in a very simple application that junior programmers could code.

  8. You have the keys google! Pointless on Google To Encrypt Cloud Storage Data By Default · · Score: 2

    Google has the keys to encrypt and decrypt. So I agree, they can still send the my information to NSA without sends the keys. Corporates thinks we are stupid. At least we are not SO stupid....