Skip to main content

Home/ Arquitectura?/ Group items tagged posting

Rss Feed Group items tagged

Pablo Lalloni

Bottom vs. top posting and quotation style - 0 views

  •  
    "What is the reason to quote at all? Consider it. It shouldn't be to allow people to scroll down to see all earlier discussions. If the news client is a bit smart, fetching the older articles from the server should be just as easy as to "scroll down". If a thread goes forth and back some times and earlier quotes accumulate, an article including all those quotes might get five-ten times larger than a posting without quotes, this wastes bandwidth and hard disk space. Therefore, IMHO, no quotes are far better than a posting at the top of all old quotes."
Pablo Lalloni

Hacking Scala - Scalaz - Resources For Beginners - 0 views

  •  
    "In this post I want to summarize all resources I found about scalaz or related to scalaz that are actually approachable by beginners."
Pablo Lalloni

Hacking Scala - Easy Dependency Injection in Play Framework with Scaldi - 0 views

  •  
    "In this post I would like to make small introduction to Scaldi and show you how easy it is to use it together with Play."
Pablo Lalloni

How to Write a Git Commit Message - 6 views

  •  
    Una simple traducción de este post podría ser nuestra largamente necesitada convención sobre cómo escribir los comentarios de commits.
Pablo Lalloni

Data.js - 1 views

  •  
    Data.js is a data representation framework for Javascript. It is being developed in the context of Substance, a web-based document authoring and publishing engine. It took some inspiration from various existing libraries such as the Google Visualization API or Underscore.js.  You can report bugs and discuss features on the GitHub issues page, on Freenode IRC in the #_substance chann el, post questions to the Google Group, or send tweets to @_substance. With Data.js you can: Model your domain data using a simple graph-based object model that can be serialized to JSON. Traverse your graph, including relationships using a simple API. Manipulate and query data on the client (browser) or on the server (Node.js) by using exactly the same API. 
Sebastián Zaffarano

Sriram Ramkrishna - Google+ - miguel had a pretty cool post on why the linux ... - 2 views

  •  
    linda discusión entre Miguel de Icaza, Linus y también metió bocadillos Alan Cox
Pablo Lalloni

Big Data Poster - Data Science Central - 0 views

  •  
    "A great resource (PDF document) about big data, originally posted on CTOvision.com."
Pablo Lalloni

A Go, Docker workflow - 1 views

  •  
    "this blog post is about using Go and Docker to get a great developing workflow"
munyeco

authorization - SAML2 vs. OAuth - What are some reasonable relationships? - Information... - 0 views

  • Bridging the SAML and OAuth 2.0 frameworks is a well understood problem. The following stack of IETF specs provides a standard solution: If you look at the core OAuth 2.0 spec (RFC 6749) and its token endpoint definition - this is basically an OAuth server endpoint which returns an access token in exchange for a "grant" -- an open-ended concept of something deemed appropriate to grant the client app the issue of an access token. In the typical OAuth scenario this is an authorisation code signifying that the user has been previously authenticated and given their consent. But the grant could also be something else. There is a further IETF spec called draft-ietf-oauth-assertions-16 that builds on the core RFC 6749 standard which says that the grant can also be an assertion (a signed proof of something) and defines the necessary token request parameters for that. Finally, there is draft-ietf-oauth-saml2-bearer-20, which specifies how this assertion can be a SAML 2.0 Bearer Assertion. This standard mechanism for converting a SAML assertion into an OAuth 2.0 access token is essentially all that is needed to bridge the two frameworks. To ensure removal of users is properly reflected by the authorisation systems there are two approaches, which can be combined: Make the OAuth 2.0 access tokens short lived. This will force the client to repeat the authorisation process when the token expires, and if the user no longer exists authentication will fail and no grant (SAML assertion) will be issued. Provide an API for revoking issued OAuth 2.0 access tokens, see RFC 7009 for details.
  •  
    Es un problemón conocido y con blancos sin estandarizar el juntar SAML 2.0 en cuanto a AuhN y Oauth2 para autorización. Éste post es el mas sintético que encontré con un agregado de valor muy alto: Deja entrever que aunque no sea estándar, el mecanismo es posible, y se basa en convertir una aserción SAML2 en un token de acceso OAuth2. uno puede transliterar ésta propocisión así: "convertir una aserción CLAVE FISCAL en un token de acceso OAuth2".  La pregunta es: ¿Que será una aserción CLAVE FISCAL?
Pablo Lalloni

Stevey's Google Platforms Rant - 5 views

  •  
    La parte en la que cuenta cómo Jeff Bezos hizo convertir Amazon en una gran SOA (base de lo que sería AWS) deja muchas enseñanzas... y es imperdible.
Pablo Lalloni

Building an Internal Cloud with Docker and CoreOS - Ecommerce Blog by Shopify - 3 views

  •  
    "This is the first in a series of posts about adding containers to our server farm to make it easier to scale, manage, and keep pace with our business."
agufiuba

A successful Git branching model - 1 views

  •  
    In this post I present the development model that I've introduced for all of my projects (both at work and private) about a year ago, and which has turned out to be very successful.
Pablo Lalloni

x775 - Introduction to Datalog - 0 views

  •  
    "The following post will serve as a brief introduction to the declarative programming paradigm through a closer examination of the logic programming language Datalog."
Pablo Lalloni

The Twitter stack - Braindump - 0 views

  •  
    Una descripción del stack server side de twitter bastante profunda y útil.
Pablo Lalloni

Introducing Scoobi and Scalding: Scala DSLs for Hadoop MapReduce * myNoSQL - 0 views

  •  
    Buenas diapositivas introduciendo scalding y scoobi.
Sebastián Zaffarano

A successful Git branching model » nvie.com - 5 views

  •  
    Está excelente. Y es bastante parecido a lo que estamos haciendo con macom.
Pablo Lalloni

Real-life Meetups Deserve Real-time APIs - Making Meetup - 0 views

  •  
    Meetup realtime api implementation
1 - 20 of 36 Next ›
Showing 20 items per page