4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 81 / 217
Newer►
  • Canicule: Les meilleures nouvelles glaces à Paris | Vogue

    à tester tout ça

    July 4, 2015 at 6:07:15 PM GMT+2 - permalink - archive.org - http://www.vogue.fr/culture/carnet-d-adresses/diaporama/canicule-les-meilleures-nouvelles-glaces-paris/21405/carrousel#les-meilleures-nouvelles-glaces-paris-iceroll
    glace paris
  • Active Record Associations — Ruby on Rails Guides

    (Petite note pour ne pas oublier)

    Les ORM c'est cool.. mais franchement le temps que ça prend à maitriser... je me demande si ça en vaut vraiment la peine.

    Là, je viens de passer plus d'une heure à debug car je voulais faire un update dans le cas d'un has_many entre foo et bar :

    • foo = Foo.find(42)
    • set une collections d'objets : foo.bars = [bla,ble,blo]
    • puis foo.save

    Seulement le foo.save est de trop : dès l'instant ou la collection est set, l'objet est sauvé en base (update)

    Donc sans les validations de minimum et de maximum décrite dans le model foo.

    Et tout ça seulement dans le cas d'un update (dans le cas d'un create, ça ne trigger rien).

    pouah

    July 4, 2015 at 11:58:53 AM GMT+2 - permalink - archive.org - http://guides.rubyonrails.org/association_basics.html#has-many-association-reference
    active_record orm rails
  • Debugging memory leaks in Ruby
    June 29, 2015 at 10:54:22 PM GMT+2 - permalink - archive.org - http://samsaffron.com/archive/2015/03/31/debugging-memory-leaks-in-ruby
    debug memory rails
  • What Are the Most Popular HTPC Components? | My Media Experience | My Media Experience
    June 29, 2015 at 11:05:31 AM GMT+2 - permalink - archive.org - http://mymediaexperience.com/best-htpc-awards-what-our-readers-have-purchased/
    htpc kodi xbmc
  • thumbnail
    Community | GitLab

    gitlab a racheté gitorious il y a un moment, donc on a pour résumer :

    • gitlab
    • gogs
    June 25, 2015 at 11:21:06 AM GMT+2 - permalink - archive.org - https://about.gitlab.com/community/
    github
  • Proactively Handling Certificate Expiration With ssl-cert-check
    June 24, 2015 at 2:56:50 PM GMT+2 - permalink - archive.org - http://prefetch.net/articles/checkcertificate.html
    ssl
  • http://www.mattermost.org/
    June 24, 2015 at 2:08:05 PM GMT+2 - permalink - archive.org - http://www.mattermost.org/
    irc opensource slack
  • Insérer de l'ascii dans vim

    en mode insert : ^V et le code ascii

    exemple :ctrl V 003

    June 19, 2015 at 3:22:24 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?a268SQ
    ascii vim
  • thumbnail
    How To Use DM-Crypt to Create an Encrypted Volume on an Ubuntu VPS | DigitalOcean
    June 19, 2015 at 12:00:19 PM GMT+2 - permalink - archive.org - https://www.digitalocean.com/community/tutorials/how-to-use-dm-crypt-to-create-an-encrypted-volume-on-an-ubuntu-vps
    backup dmcrypt
  • irssi activity

    /set activity_hide_targets #channel #channel2 #channel3
    /set activity_hide_level QUITS JOINS PARTS KICKS MODES TOPIC NICKS

    /IGNORE -network FREEN PARTS
    /IGNORE -network FREEN
    QUIT
    /IGNORE -network FREEN * JOIN

    http://www.irssi.org/documentation/manual

    voir 10.

    June 19, 2015 at 10:51:55 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?SuKgDQ
    ignore irssi
  • Installed gnome extensions

    Message notifier
    Panel osd
    taskbar
    topicons

    June 17, 2015 at 3:21:50 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?cZmXZg
    extensions gnome
  • Brubeck, a statsd-compatible metrics aggregator - GitHub Engineering

    github releases Brubeck, a statsd compatible metric aggregator!!

    A quick look at the /proc/net/dev-generated graphs on the machine made the situation very obvious: slowly but steadily over time, the percentage of UDP packets that were being dropped in our monitoring server was increasing. From 3% upwards to 40%. We were dropping almost half of our metrics!

    :-)

    June 16, 2015 at 10:11:06 AM GMT+2 - permalink - archive.org - http://githubengineering.com/brubeck/
    drop github statsd udp
  • thumbnail
    kilimchoi/engineering-blogs
    June 16, 2015 at 10:08:41 AM GMT+2 - permalink - archive.org - https://github.com/kilimchoi/engineering-blogs
    blog company github
  • boycott docker
    June 15, 2015 at 5:54:21 PM GMT+2 - permalink - archive.org - http://www.boycottdocker.org/
    docker
  • Logstash Grok Speed and Performance Improvements
    June 15, 2015 at 5:01:01 PM GMT+2 - permalink - archive.org - http://ghost.frodux.in/logstash-grok-speeds/
    fix logstash perf
  • Removing Turbolinks from Rails 4 - Literate Programming
    June 15, 2015 at 3:37:03 PM GMT+2 - permalink - archive.org - http://blog.steveklabnik.com/posts/2013-06-25-removing-turbolinks-from-rails-4
    rails turbolink
  • rsync fichier transférés

    rsync -ai source/ dest/ | grep -vE '^.'

    L'option -i ajoute des informations pour chaque fichier (voir man)
    Ici on filtre tout ce qui commence par un point == les fichiers/dossier qui n'ont pas été transférés

    June 15, 2015 at 2:05:32 PM GMT+2 - permalink - archive.org - https://links.infomee.fr/?ZVn1zw
    rsync
  • Gogs: Go Git Service - A self-hosted Git service written in Go

    Un github like

    June 15, 2015 at 10:54:46 AM GMT+2 - permalink - archive.org - http://gogs.io/
    git github
  • httpbin(1): HTTP Client Testing Service

    Peut etre utile

    • https://github.com/vcr/vcr
    • https://github.com/kevin1024/vcrpy
    June 12, 2015 at 5:28:19 PM GMT+2 - permalink - archive.org - http://httpbin.org/
    api http service test
  • Marks

    Je ne sais plus ou j'ai vu ça, je ne retrouve plus le lien donc je me le remets ici au cas où

    #Marks
    export MARKPATH=$HOME/.marks
    function jump {
    cd -P "$MARKPATH/$1" 2>/dev/null || echo "No such mark: $1"
    }
    function mark {
    mkdir -p "$MARKPATH"; ln -s "$(pwd)" "$MARKPATH/$1"
    }
    function unmark {
    rm -i "$MARKPATH/$1"
    }
    function marks {
    ls -l "$MARKPATH" | sed 's/ / /g' | cut -d' ' -f9- | sed 's/ -/\t-/g' && echo
    }

    June 12, 2015 at 11:29:15 AM GMT+2 - permalink - archive.org - https://links.infomee.fr/?XYagKw
    bash bashrc mark
Links per page: 20 50 100
◄Older
page 81 / 217
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation