4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 11 / 217
Newer►
  • Quick cd'ing in ZSH by setting a `cdpath`

    via geo

    12 octobre 2021 à 14:56:53 UTC+2 * - permalink - archive.org - https://koenwoortman.com/zsh-cdpath/
    cd cdpath zsh
  • YTSubBox

    Un soft pour avoir son feed de subscription dans l'ordre chronologique (et pas dans l'ordre "algo youtube")
    Seul probleme, c'est un client lourd :-(
    Il doit surement exister la meme chose en web

    7 octobre 2021 à 11:49:13 UTC+2 - permalink - archive.org - http://alfalis.de/YTSubBox/#xl_Tutorial
    youtube
  • thumbnail
    Lille a trois restaurants étoilés au Guide Michelin - T...
    29 septembre 2021 à 21:13:03 UTC+2 - permalink - archive.org - https://www.goodmorninglille.org/blog/lille-restaurant-etoile-michelin
    lille
  • thumbnail
    Libera Chat - Wikipedia

    Time to move from Freenode to Libera

    28 septembre 2021 à 15:19:23 UTC+2 - permalink - archive.org - https://en.wikipedia.org/wiki/Libera_Chat
    freenode irc libera
  • thumbnail
    https://teamhood.com/agile/story-point-estimation-table/
    28 septembre 2021 à 15:17:33 UTC+2 * - permalink - archive.org - https://teamhood.com/agile/story-point-estimation-table/
    estimation planning point scrum sprint
  • Référence de l’API QuerySet | Documentation de Django | Django

    useful one!

    27 septembre 2021 à 22:59:04 UTC+2 * - permalink - archive.org - https://docs.djangoproject.com/fr/3.2/ref/models/querysets/#get-or-create
    django
  • thumbnail
    HackerRank
    25 septembre 2021 à 09:38:37 UTC+2 * - permalink - archive.org - https://www.hackerrank.com/
    algo code datadog dev entretien exercice training
  • thumbnail
    Show some equivalent list comprehensions in filter examples · Issue #1068 · pallets/jinja · GitHub
    # filter out all elements not with x > 5
    a = [el for el in data if el['x'] > 5]
    
    # get all the 'c' attributes as a list
    b = [el['c'] for el in data]
    
    # get all the 'c' attributes for the elements with x > 5
    c = [el['c'] for el in data if el['x'] > 5]
    
    In Jinja2:
    
    a: {{ data | selectattr('x', 'gt', 5) | list }}
    b: {{ data | map(attribute='c') | list }} 
    c: {{ data | selectattr('x', 'gt', 5) | map(attribute='c') | list }} 
    24 septembre 2021 à 11:47:44 UTC+2 * - permalink - archive.org - https://github.com/pallets/jinja/issues/1068
    ansible comprehension list python
  • Eliminating delays on ESC in vim and zsh - John Hawthorn
    23 septembre 2021 à 17:13:40 UTC+2 - permalink - archive.org - https://www.johnhawthorn.com/2012/09/vi-escape-delays/
    delay tmux vim zsh
  • thumbnail
    https://learnk8s.io/kubernetes-instance-calculator
    14 septembre 2021 à 19:08:04 UTC+2 - permalink - archive.org - https://learnk8s.io/kubernetes-instance-calculator
    calculator k8s
  • thumbnail
    GitHub - sigstore/cosign: Container Signing
    12 septembre 2021 à 22:17:54 UTC+2 - permalink - archive.org - https://github.com/sigstore/cosign
    docker sign
  • ttl.sh | An anonymous & ephemeral (and free) Docker image registry
    12 septembre 2021 à 22:16:56 UTC+2 - permalink - archive.org - https://ttl.sh/
    docker registry
  • thumbnail
    Allow users to access an S3 bucket with AWS KMS encryption

    kms different accounts : permissions on both side (policy key side and user/role side)

    1 septembre 2021 à 16:26:51 UTC+2 - permalink - archive.org - https://aws.amazon.com/premiumsupport/knowledge-center/s3-bucket-access-default-encryption/
    kms
  • thumbnail
    Visualizing Amazon GuardDuty findings | AWS Security Blog
    • https://aws.amazon.com/blogs/database/monitoring-your-security-with-guardduty-in-real-time-with-amazon-elasticsearch-service/
    1 septembre 2021 à 10:15:06 UTC+2 - permalink - archive.org - https://aws.amazon.com/blogs/security/visualizing-amazon-guardduty-findings/
    guardduty
  • thumbnail
    Flattened Datatype Mappings - Elasticsearch Tutorial - Coralogix

    this

    1 septembre 2021 à 10:10:21 UTC+2 - permalink - archive.org - https://coralogix.com/blog/flattened-datatype-mappings-elasticsearch-tutorial/
    elasticsearch es flat mapping
  • thumbnail
    Objective-See: LuLu
    30 août 2021 à 13:32:06 UTC+2 - permalink - archive.org - https://objective-see.com/products/lulu.html
    egress firewall mac
  • thumbnail
    Mercator Misconceptions: Clever Map Shows the True Size of Countries
    20 août 2021 à 21:45:02 UTC+2 - permalink - archive.org - https://www.visualcapitalist.com/mercator-map-true-size-of-countries/
    map world
  • thumbnail
    How SLOs and error budgets improve app reliability | InfoWorld
    15 août 2021 à 16:33:04 UTC+2 - permalink - archive.org - https://www.infoworld.com/article/3626374/how-slos-and-error-budgets-improve-app-reliability.html
    sla slo
  • Operator pattern | Kubernetes

    Petit point vocabulaire : un "Operator" est un "controller" qui va surveiller des CRD (Custom Resource Definition) pour faire des actions
    Un Operator = 1 deployment = x Pods qui écoutent via l'API de Kube les events sur une CRD et va faire des actions en conséquence

    13 août 2021 à 09:46:00 UTC+2 - permalink - archive.org - https://kubernetes.io/docs/concepts/extend-kubernetes/operator/
    k8s
  • Sharing an object with a presigned URL - Amazon Simple Storage Service
    11 août 2021 à 15:02:48 UTC+2 - permalink - archive.org - https://docs.aws.amazon.com/AmazonS3/latest/userguide/ShareObjectPreSignedURL.html
    aws s3 share
Links per page: 20 50 100
◄Older
page 11 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation