Seenthis
•
 
Identifiants personnels
  • [mot de passe oublié ?]

 
  • #j
  • #js
RSS: #json

#json

  • #jsonp
0 | 25
  • 0gust1 @0gust1 CC BY-NC 25/04/2013 10:22

    http://la-grange.net/2013/04/24/feed

    Réaction de @karlpro au billet de Russel Beatie :

    http://www.russellbeattie.com/blog/a-few-thoughts-about-rss-news-readers-from-someone-who-thinks-about-
    (mais omg quel titre...)

    Avoir une opinion sur un sujet essentiellement orientée dans un contexte de rentabilité est une attitude qui me dérange beaucoup. Non pas à cause de la tentative de création d’un revenu, mais en éliminant de fait d’autres modèles sociaux d’existence et de partage.

    Plus loin dans son billet, il propose : "My best guess would be to replace polling RSS for updates with JSON API calls, but it doesn’t necessarily have to be that radical. A model to look towards would be Facebook’s Open Graph API." Après la poudre de perlimpinpin, et l’eau bénite, l’arme ultime du moment sont Saint JSON et Saint API, deux sauveurs miraculeux de tous les troubles de l’humanité. Ce qui est oublié à chaque fois dans cette rhétorique, c’est que ces APIs sont « plus stables » car elles sont contrôlées par une seule source. Dès qu’elles deviennent des formats libremement implémentables et largement implémentées, les erreurs feront partie du jeu. En revanche, trouver un moyen d’avoir une mise à jour plus atomique est intéressante mais complètement orthogonale au format.

    #RSS #formats #xml #web #api #json #standardization

    • #Atom
    • #Google
    • #XML
    • #Android
    • #android
    0gust1 @0gust1 CC BY-NC
    Écrire un commentaire

  • Stéphane Bortzmeyer @stephane CC BY-SA 3/04/2013 09:10
    4
    @fil
    @rastapopoulos
    @habbon
    @7h36
    4

    Tout le monde (à commencer par SeenThis) fait du #JSON aujourd’hui, donc voici deux nouvelles extensions normalisées qui peuvent aider :

    http://www.bortzmeyer.org/6901.html (pointeurs en JSON)

    http://www.bortzmeyer.org/6902.html (patches en JSON)

    #RFC

    • #IETF
    • #Uri
    Stéphane Bortzmeyer @stephane CC BY-SA
    • RastaPopoulos @rastapopoulos CC BY-NC 3/04/2013 10:58

      C’est intéressant, entre autre pour monter une API orientée « REST » avec du JSON. Par exemple, si on fait un GET sur une collection mais avec un pointeur, on pourrait avoir une liste de ressources, mais à l’intérieur que les informations définis par le pointeur. Ensuite, envoyer les patchs en PUT sur un élément permet de ne modifier que certains morceaux d’un élément plutôt que de le remplacer entièrement.

      RastaPopoulos @rastapopoulos CC BY-NC
    Écrire un commentaire

  • b_b @b_b 18/02/2013 16:14

    Home · mbostock/topojson Wiki
    https://github.com/mbostock/topojson/wiki

    TopoJSON is an extension of GeoJSON that encodes topology. A single TopoJSON file can contain multiple feature collections without duplication, such as states and counties. Or, a TopoJSON file can efficiently represent both polygons (for fill) and boundaries (for stroke) as two feature collections that share the same arc mesh.

    As a result, TopoJSON is substantially more compact than GeoJSON. The above shapefile of U.S. counties is 2.2M as a GeoJSON file, but only 436K as a boundary mesh, a reduction of 80.4% even without simplification. TopoJSON can also be more efficient to render since shared control points need only be projected once. To further reduce file size, TopoJSON uses fixed-precision delta-encoding for integer coordinates rather than floats. This eliminates the need to round the precision of coordinate values (e.g., LilJSON), without sacrificing accuracy. Like GeoJSON, TopoJSON files are easily modified in a text editor and amenable to gzip compression.

    #map #geojson #overlay #json

    • #United States
    b_b @b_b
    Écrire un commentaire

  • ccoVeille @ccoveille 9/02/2013 22:30
    2
    @speciale
    @fil
    2

    Sphinx 2.1 : JSON Attributes
    http://sphinxsearch.com/blog/2013/02/07/sphinx-2-1-json-attributes

    We’re delighted to announce that Sphinx 2.1 begins support of JSON attributes. While complete support is yet to come (some quirks and limitations are yet to be ironed out), we consider this to be a major step ahead. Storing sparse key-value data is no longer a fundamental issue in Sphinx …

    Source: Sphinx - adrian

    • #JSON
    ccoVeille @ccoveille
    • Fil ☂ @fil 11/02/2013 14:36

      #sphinx #json

      Fil ☂ @fil
    Écrire un commentaire

  • popfun @popfun PUBLIC DOMAIN 9/02/2013 20:40

    La base de données en Javascript, c’est ►http://www.taffydb.com

    Combiné à http://www.dotuscomus.com/pergola ça peut le faire, non ?

    popfun @popfun PUBLIC DOMAIN
    • James @james PUBLIC DOMAIN 10/02/2013 11:10

      #javascript #svg #json #données

      James @james PUBLIC DOMAIN
    Écrire un commentaire

  • popfun @popfun PUBLIC DOMAIN 9/02/2013 18:05
    3
    @james
    @gblin
    @fil
    3

    http://microjs.com : c’est un bon vieux site comme on les aime qui présente des librairies de codes en #javascript, des #frameworks, des #micro-formats, des #css, #json, #svg, et plein de trucs indispensables.

    popfun @popfun PUBLIC DOMAIN
    Écrire un commentaire

  • cy_altern @cy_altern CC BY 8/02/2013 13:11

    Documentation - Meteor
    ►http://docs.meteor.com

    un framework en javascript avec déport des données (stokées en Json) sur le client + un système de synchronisation « en direct » des modifications client<->serveur
    Entièrement javascript : nécessite node.js sur le serveur

    #javascript #node.js #framework #json #meteor

    cy_altern @cy_altern CC BY
    Écrire un commentaire

  • Stéphane Bortzmeyer @stephane CC BY-SA 20/01/2013 22:08

    There was a time where getting information about the content stored in the #DNS was easy: just fire dig from any machine in the Internet and ask your question. It has never been a perfect solution (because of caching and because of different network connectivity) but it worked most of the time: the DNS was supposed to give the same data to anyone. Now, several recent changes make this solution too limited. We need DNS Looking Glasses.

    http://www.bortzmeyer.org/dns-lg.html

    #JSON #XML #REST

    • #DNS
    • #caching
    Stéphane Bortzmeyer @stephane CC BY-SA
    Écrire un commentaire

  • ccoVeille @ccoveille 1/01/2013 17:00
    2
    @fil
    @stephane
    2

    MessagePack: It’s like JSON. but fast and small.
    http://msgpack.org

    MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON but it’s faster and smaller. For example, small integers (like flags or error code) are encoded into a single byte, and typical short strings only require an extra byte in addition to the strings themselves.

    Source: MessagePack: It’s like JSON. but fast and small.

    #MessagePack #msgpack #JSON #Binary #JSON #Serializer #Serialization

    • #JSON
    ccoVeille @ccoveille
    • liotier @liotier CC BY-SA 1/01/2013 18:46

      Positionnement par rapport à #protobuf : “If you are looking for a battle-tested, strongly typed serialization format, then Protocol Buffers is a great choice. [..] If you are already exchanging or working with JSON, then MessagePack is almost a drop-in optimization” - http://www.igvita.com/2011/08/01/protocol-buffers-avro-thrift-messagepack

      • #Google
      • #JSON
      liotier @liotier CC BY-SA
    • Fil ☂ @fil 1/01/2013 19:28

      il est pas lu en natif par les navigateurs : pour le web json s’impose toujours

      Fil ☂ @fil
    Écrire un commentaire

  • Fil ☂ @fil 4/10/2012 12:01
    6
    @stephane
    @netlibertaire
    @ybon
    @homlett
    @jjllnn
    @gastlag
    6

    https://fil.tent.is
    encore une tentative de #réseau_social #décentralisé geek et tout… n’accepte cependant ni images ni textes longs…

    Fil ☂ @fil
    • Stéphane Bortzmeyer @stephane CC BY-SA 4/10/2012 12:35

      Des pros de X.509 aussi. Ils ont réussi à faire une boucle dans la chaîne des certificats (entre AddTrust et UTN ). Une extension Firefox couine « Certificate chain has length longer than seven ; unable to display ; contact developers ».

      Stéphane Bortzmeyer @stephane CC BY-SA
    • ybon @ybon CC BY-NC 4/10/2012 12:38
      @fil

      @fil Mais c’est open source, tu vas pouvoir ajouter la gestion des images :p
      Pour le texte long, j’avoue que, ayant pris l’option gratuite en attendant de voir, je ne sais pas ce que sont les « all post types » auquel je n’ai donc pas droit.

      ybon @ybon CC BY-NC
    • Stéphane Bortzmeyer @stephane CC BY-SA 4/10/2012 12:41

      En train de lire le protocole... Je note qu’ils utilisent un URL comme identité (cf. http://seenthis.net/messages/89336#message90078 ) et que la découverte du serveur se fait en HTTP (connexion à l’URL indiquée puis on suit les liens). J’aurais préféré le DNS. L’utilisation de HTTP sent le type qui ne connait que le Web et n’a aucune idée de l’infrastructure.

      Stéphane Bortzmeyer @stephane CC BY-SA
    • Stéphane Bortzmeyer @stephane CC BY-SA 4/10/2012 12:58
      @fil

      Attention, @fil, la limite est dans tent.is (le service, centralisé), pas dans tent.io (le protocole, décentralisé et où chacun a son serveur). Même différence que identi.ca vs. status.net.

      Stéphane Bortzmeyer @stephane CC BY-SA
    • Fil ☂ @fil 4/10/2012 13:21

      le protocole est basé sur du #JSON, et prévoit

      four basic post types: status, short messages of 256 characters or less, essay, longer form writing, photo, pictures, and album, a collection of photo posts.

      je ne sais pas où tout ça nous mène, j’ai parfois l’impression qu’on chercher à réinventer l’email…

      et de fait http://thimbl.net a montré qu’on pouvait créer le même type de réseau social en réactivant simplement le protocole finger :-)

      • #open web
      Fil ☂ @fil
    • NetLib @netlibertaire ART LIBRE 4/10/2012 15:00

      déjà 3 trolls succès assuré !

      NetLib @netlibertaire ART LIBRE
    • RastaPopoulos @rastapopoulos CC BY-NC 4/10/2012 15:24

      Et ya pas tent.uz ?

      RastaPopoulos @rastapopoulos CC BY-NC
    • lovlamour @lovlamour 5/10/2012 11:59

      S’lut, Faut bac combien pour comprendre un réseau social centralisé et décentralisé ? Bon viksanhaine

      lovlamour @lovlamour
    • amirouche @abki_ 6/10/2012 13:06
      @lovlamour

      @lovlamour EN GROS : Decentralisé == P2P, commerce de proximité, Centralisé == Google, Facebook, Twitter, Carrefour, la Poste

      amirouche @abki_
    • amirouche @abki_ 6/10/2012 13:14

      En même temps ce type de systèmes permet les conversations publiques sans thèmes ou contraintes imposés (contrairement au newsgroupes/forums), à la manière d’un blog c’est une expérience personnelle publique. Cela a des raisons d’exister. Ce que je comprend pas c’est pourquoi, ce n’est pas implementé avec OStatus, je ne connais pas le protocole dans les détails mais il dois y avoir moyen de l’étendre sans forker, rien qu’en inspectant les liens et en intégrant les contenus au message dans la forme, ça transforme le protocole en protocole de messagerie riche. Strange.

      amirouche @abki_
    • ybon @ybon CC BY-NC 7/10/2012 02:22

      Un bon résumé du protocole, pour ceux qui ont la flemme de rentrer dans la doc : http://tent.io/blog/tent-basics :)

      ybon @ybon CC BY-NC
    Écrire un commentaire

  • Fil ☂ @fil 3/05/2012 16:44

    How I Work : Yahoo !’s Doug Crockford On #JavaScript
    http://coding.smashingmagazine.com/2012/04/27/yahoos-doug-crockford-on-javascript

    une interview de l’inventeur de #JSON qui parle de #programmation, de #jquery et d’autres choses

    • #Yahoo !
    • #Doug Crockford
    • #JavaScript
    • #JSON
    • #Doug Crockford On
    • #How I Work
    • #Douglas Crockford
    Fil ☂ @fil
    Écrire un commentaire

  • Fil @fil 13/01/2012 21:34

    The #OpenPhoto Project | API | envelope
    http://theopenphotoproject.org/documentation/api/Envelope

    Every #API returns a #JSON response adhering to the following format.
    {
    message: (string),
    code: (int),
    result: (mixed)
    }

    • #API
    • #JSON
    Fil @fil
    • Fil @fil 13/01/2012 22:56

      approche intégrée dans l’api #office2spip
      http://zone.spip.org/trac/spip-zone/changeset/57062

      • #USD
      Fil @fil
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 26/09/2011 14:00

    Swagger: A simple, open standard for describing REST APIs with #JSON
    ►http://swagger.wordnik.com

    Swagger is a #specification and complete #framework implementation for describing, producing, consuming, and visualizing #REST ful #web_services. The overarching goal of Swagger is to enable #client and #documentation systems to update at the same pace as the #server. The documentation of methods, parameters and models are tightly integrated into the server code, allowing #API s to always stay in sync. With Swagger, deploying managing, and using powerful APIs has never been easier.

    • #API
    • #JSON
    • #ful web services
    • #documentation systems
    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

  • Fil @fil 4/05/2011 16:06
    1
    @izo
    1

    {{ mustache }}
    http://mustache.github.com

    un langage de #templates simple et sympathique car il fonctionne avec des données en #yaml ou #json, et tourne sur toutes les plateformes (y compris #php et #javascript)

    Fil @fil
    Écrire un commentaire

  • Fil ☂ @fil 2/03/2011 23:02
    1
    @monolecte
    1

    Rezo.net a maintenant un #agenda curationné par démosphère
    ►http://rezo.net/agenda

    à la base c’est une sorte d’include en HTML, mais comme j’ai voulu ajouter des bang et des ah, au final j’obtiens un code grotesque ; j’aurais dû partir tout de suite sur l’#API en #JSON de démosphère et la #boucle_DATA de #SPIP ; ce sera pour la v3 :)

    • #Rezo.net
    • #Belgique
    Fil ☂ @fil
    Écrire un commentaire

  • Fil ☂ @fil 15/10/2010 05:17

    JSON-LD - Expressing Linked Data in JSON
    http://json-ld.org
    #json #spip

    • #JSON
    Fil ☂ @fil
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 11/08/2010 12:52

    Appcelerator: Using JSON to Build a Twitter Client
    http://mobile.tutsplus.com/tutorials/appcelerator/appcelerator-using-json-to-build-a-twitter-client
    #twitter #json #Titanium #tutoriel #iphone #dev

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

  • Fil ☂ @fil 31/05/2010 16:27

    jquery-offline
    http://github.com/wycats/jquery-offline
    #jquery #spip #html #json

    Fil ☂ @fil
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 29/04/2010 13:00
    1
    @stephane
    1

    La Freebox pilotable grâce à une API
    http://www.freenews.fr/spip.php?article8202

    De belles perspectives de développement d’applications !

    #Freebox #JSON #API #dev #Free #gp:links

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

  • Fil ☂ @fil 4/01/2010 01:34

    delicious/help/feeds
    http://delicious.com/help/feeds
    #api #json #delicious

    Fil ☂ @fil
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 27/04/2009 06:29

    Tagaholic - I Am Machine Tag And So Can You
    http://tagaholic.me/2009/04/14/i-am-machine-tag-and-so-can-you.html

    This post explains how you can use machine tags with your next web app or even your blog.

    #machine_tag #tag #json #tree #arborescence #dev

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 11/03/2009 13:49

    JSON REST vs. XML SOAP
    http://blog.feedly.com/2009/03/03/jsonrest-vs-xmlsoap

    SOAP sur un terrain glissant...

    #SOAP #XML #REST #JSON #Web_Services #clevermarks

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 8/07/2008 15:48

    JSONP : comment faire des requete JSON cross-domain , Atteint de JavaScriptite Aiguë [Cyril Durand]
    http://blogs.codes-sources.com/cyril/archive/2007/08/22/jsonp-comment-faire-des-requete-json-cross-domain.aspx

    #JSON #JSONP #protocole #Ajax #cross_domain #Javascript #dev #webdev #groupe:clever-age

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 22/05/2008 09:55

    Performance web » Archive du blog » JSON ?
    http://performance.survol.fr/2008/04/json

    Contrairement à une idée reçue assez répandue, l’usage de JSON à la place de XML pour optimiser les performances d’Ajax n’est peut-être pas si pertinent que ça...

    #JSON #XML #javascript #js #Ajax #performance #groupe:clever-age #clevermarks #gp:links

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

  • Nicolas Hoizey @nhoizey CC BY-NC-SA 12/03/2008 15:13

    Mon réseau social vu par l’API Social Graph de Google
    http://socialgraph.apis.google.com/lookup?q=www.gasteroprod.com&fme=1&edi=1&edo=1&

    #social_graph_api #api #Google #XFN #FOAF #graphe #social #json #réseau_social

    Nicolas Hoizey @nhoizey CC BY-NC-SA
    Écrire un commentaire

0 | 25

Thèmes liés

  • #ajax
  • #api
  • Technology: caching
  • #clevermarks
  • #cross_domain
  • #dev
  • #framework
  • #gp
  • #groupe
  • #javascript
  • #jquery
  • Technology: JSON
  • #réseau_social
  • #rest
  • #spip
  • #svg
  • Country: United States
  • #web_services
  • #xml