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

 
  • #f
  • #fi
  • #fil
  • #file
  • #files
RSS: #filesystem

#filesystem

  • @oanth_rss
    oAnth_RSS @oanth_rss via RSS CC BY 5/01/2021

    TabFS: Mount your Browser Tabs as a Filesystem (▻https://omar.websit...
    ▻https://diasp.eu/p/12226343

    TabFS: Mount your Browser Tabs as a Filesystem | #tabfs #browser #tab #filesystem

    oAnth_RSS @oanth_rss via RSS CC BY
    Écrire un commentaire

  • @hackernoon
    Hacker Noon @hackernoon CC BY-SA 11/04/2019

    Graphs at Work. At school. And in other places, too.
    ▻https://hackernoon.com/graphs-at-work-at-school-and-in-other-places-too-9936493dec51?source=rss

    https://cdn-images-1.medium.com/max/761/1*_QKDrOF7ETqzjOjx1rZiBw.png

    My better half teaches further mathematics for the International Baccalaureate (IB) program at a nearby school. I had a previous encounter with their Math club, on the topic of “Math at work”. Back then, work was focused on the roll-out of Scrum at scale, so I touched on Fibonacci numbers (used for effort estimation) and scratched the surface of queuing theory, M/M/1 queues in particular, to model service time in a work queue.Fast forward a month ago, the further mathematics class completed a healthy introduction to #graph Theory, including Dijkstra’s algorithm and the traveling salesman problem. Students remembered the “Math at work” session and asked for a sequel on “Graphs at work”. Based on conversations at home, I fully expected wickedly smart kids to wander in that class, so this was (...)

    #ai-planning #filesystem #airflow #routing

    Hacker Noon @hackernoon CC BY-SA
    Écrire un commentaire

  • @james
    James @james PUBLIC DOMAIN 22/01/2015

    Puli at a Glance — Puli 1.0.0-beta documentation
    ▻http://docs.puli.io/en/latest/at-a-glance.html

    Puli (pronounced “poo-lee”) is a #PHP library that manages files, directories and other resources in a repository - much like a virtual #filesystem. Resources can be anything, but usually we use the term for machine-processed files that are not PHP, such as CSS, JavaScript, XLIFF, YAML, XML or HTML files.

    • #PHP
    • #HTML
    • #PHP
    • #XML
    James @james PUBLIC DOMAIN
    Écrire un commentaire

  • @stephane
    Stéphane Bortzmeyer @stephane CC BY-SA 12/02/2014
    2
    @severo
    @fil
    2

    “Ori is a distributed file system built for offline operation and empowers the user with control over synchronization operations and conflict resolution. We provide history through light weight snapshots and allow users to verify the history has not been tampered with. Through the use of replication instances can be resilient and recover damaged data from other nodes.”

    ▻http://ori.scs.stanford.edu

    Not tested but, from the paper, I specially like the ability to have work offline and then background synch once you are back online.

    #filesystem #Ori

    Stéphane Bortzmeyer @stephane CC BY-SA
    • @severo
      severo @severo PUBLIC DOMAIN 12/02/2014

      des fonctionnalités similaires à #git-annex si je comprends bien

      Voir ▻http://seenthis.net/messages/146988#message147246

      severo @severo PUBLIC DOMAIN
    • @gastlag
      Gastlag @gastlag CC BY-SA 12/02/2014

      Par ailleurs Git-annex vient d’être complété par une « special remote » pour Tahoe-LAFS

      ▻http://git-annex.branchable.com/special_remotes/tahoe

      Et il est possible d’ajouter un special remote pour d’autre support (notamment grâce au « external special remote protocol »)

      ▻http://git-annex.branchable.com/special_remotes/external

      Quelqu’un semble être en train d’écrire une « special remote » pour Hubic

      ▻https://github.com/Schnouki/git-annex-remote-hubic

      #Dropbox

      Gastlag @gastlag CC BY-SA
    Écrire un commentaire

  • @fil
    Fil @fil 20/10/2011

    convmv - converts filenames from one encoding to another
    ►http://www.j3e.de/linux/convmv/man

    quand on a un vieux #filesystem avec des noms de fichiers en iso-latin, ça passe mal quand on le #rsync vers un nouveau filesystem ; pour cela si on peut renommer les fichiers sur la source, utiliser #convmv :

    # convmv -r . -f iso-8859-1 -t utf8 —notest

    #unix

    Fil @fil
    • @bohwaz
      bohwaz @bohwaz ART LIBRE 20/10/2011

      Super utile :)

      bohwaz @bohwaz ART LIBRE
    Écrire un commentaire

  • @fil
    Fil @fil 7/06/2011
    1
    @baroug
    1

    The #Hadoop Distributed File System
    ►http://www.aosabook.org/en/hdfs.html

    chapitre du #livre « The Architecture of Open Source Applications » consacré au #filesystem distribué Hadoop ; je trouve intéressante la partie sur la durabilité des données :

    Replication of data three times is a robust guard against loss of data due to uncorrelated node failures. It is unlikely Yahoo! has ever lost a block in this way; for a large cluster, the probability of losing a block during one year is less than 0.005. The key understanding is that about 0.8 percent of nodes fail each month. (...) The probability of several nodes failing within two minutes such that all replicas of some block are lost is indeed small.

    Correlated failure of nodes is a different threat. The most commonly observed fault in this regard is the failure of a rack or core switch. (...) If the loss of power spans racks, it is likely that some blocks will become unavailable. But restoring power may not be a remedy because one-half to one percent of the nodes will not survive a full power-on restart. Statistically, and in practice, a large cluster will lose a handful of blocks during a power-on restart.

    In addition to total failures of nodes, stored data can be corrupted or lost. The block scanner scans all blocks in a large cluster each fortnight and finds about 20 bad replicas in the process. Bad replicas are replaced as they are discovered.

    ►http://www.aosabook.org/images/cover.jpg

    • #Yahoo!
    • #guard
    Fil @fil
    Écrire un commentaire

  • @nhoizey
    Nicolas Hoizey @nhoizey CC BY-NC-SA 5/05/2010

    Coda File System
    ►http://www.coda.cs.cmu.edu

    “Coda is an advanced networked filesystem”

    #Coda #filesystem #cluster #réseau #réplication #haute_disponibilité #clevermarks #Unix #Linux

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

Thèmes liés

  • #unix
  • #convmv
  • #coda
  • #livre
  • #hadoop
  • company: yahoo!
  • position: guard
  • #réseau
  • #cluster
  • #rsync
  • #réplication
  • #haute_disponibilité
  • #clevermarks
  • #linux