How to become independant

A ‘short’ post by @oschvr +++ In this truly fast moving world, one must stop for a moment, look back and ponder what is it exactly that a man required to achieve something great by him/herself? What about if he/she could organize a group of people to achieve a much larger goal? How about when someone set to dedicate his/her entire life and the life of his/her descendants to achieve a seemingly impossible and life-lasting task?
read more →

Notes on Solidity

Notes on Solidity
Notes on Solidity The Ethereum Smart Contract languaje. by oschvr Solidity is a contract-oriented, high-level language whose syntax is similar to that of JavaScript and it is designed to target the Ethereum Virtual Machine (EVM). Based on the documentation provided by the Ethereum Foundation, the Solidity programming languaje provides the tools to create Smart Contracts that interact with the Ethereum Blockchain. I will cover the following topics: Smart Contracts Blockchain Basics Ethereum Virtual Machine I’m using VS Code for MacOS, here’s an example of how it looks, with the extension by Juan Blanco:
read more →

Profundizando Tensorflow Pt 1

Profundizando en Tensorflow. Pt. 1 Plataforma de Aprendizaje Automático de Google Por Oscar Chávez (@oschvr) Tensorflow es una plataforma a código abierto de aprendizaje automático para todos. Estrictamente es una libreria para computación numérice mediante gráficos de flujo de datos. Los nodos en los gráficos representan operaciones matemáticas, mientras que los bordes de los gráficos representan las matrices de datos multidimensionales (tensores) comunicadas entre si. Tensores La unidad central de Tensorflow es el tensor.
read more →

Building a Trading System

So, for the next and most ambitious project we’ve ever had at VR3, I self-assigned to me the tremendous task of building a Trading System that includes some sort of Trading Model or Trading Bot, that can, but is not limited to do HFT(High Frecuency Trading). All build in Node.js, Express and some other tools that I will explore on another post. As I face a this big challenge, I’ve come to realize that it’s crucial to read, investigate, learn the best practices and come up with some general considerations.
read more →

Nuevas Direcciones

Nuevas Direcciones
Europa 2016 Uno de los últimos y más memorables viajes que he hecho en mi vida, sin duda fue recientemente fue a Europa con mi novia. Es increible la cantidad de aspectos en las que uno puede mejorar, y aprender por tan solo viajar. Por ejemplo, considero que mejore bastante mi habilidad para transitar aeropuertos pues hay un par de consejos que parecen no tener importancia pero son sumamente útiles en el momento.
read more →

Hola Mundo 👏

Hola ! Por primera vez voy a utilizar este blog Después de unos 2 meses (años) de esfuerzo (no continuo), por fin creo que está listo para ver la luz. Este espacio fue construido en su totalidad por mi como experimento y como lugar para subir tutoriales, guias, reposts, eventos, prácticas, o cualquier cosa que me parezca interesante. Incluso algunos posts los haré en inglés. Para quien le interese saber el stack que está detrás:
read more →