4126 links
739 private links
  • Doo's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Jouer les vidéos
Links per page: 20 50 100
◄Older
page 1 / 170
  • thumbnail
    A cool guide on dealing with a shitty childhood : r/coolguides
    April 22, 2025 07:53:34 AM GMT+02:00 * - permalink -
    QRCode
    - https://www.reddit.com/r/coolguides/comments/1k4obol/a_cool_guide_on_dealing_with_a_shitty_childhood/#lightbox
    cool guide coolguide
  • thumbnail
    Tray Icons: Reloaded - GNOME Shell Extensions

    On the latest fedora release which brings gnome 48, appindicator.js is kind of broken using the previous extensions pattern. This one fixes it. Found on https://bbs.archlinux.org/viewtopic.php?id=304357 where people are still debugging stuff for the community ahead of mainstream releases

    April 16, 2025 07:04:32 AM GMT+02:00 * - permalink -
    QRCode
    - https://extensions.gnome.org/extension/2890/tray-icons-reloaded/
    gnome fedora
  • thumbnail
    À la recherche de la main invisible

    quand le FMI discrédite la technique économique plébiscitée par les politiques :-/

    March 23, 2025 07:59:59 AM GMT+01:00 * - permalink -
    QRCode
    - https://www.imf.org/fr/Publications/fandd/issues/2025/03/point-of-view-in-search-of-the-invisible-hand-oren-cass
    fmi économie
  • thumbnail
    AutoEq

    un site super qui permet de faire de l'equalizing spécifique à chauqe hardware

    February 7, 2025 12:32:06 PM GMT+01:00 * - permalink -
    QRCode
    - https://autoeq.app/
    hardware audio equalizer
  • Stirling-Tools/Stirling-PDF: #1 Locally hosted web application that allows you to perform various operations on PDF files

    via Victor

    January 31, 2025 01:48:04 PM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/Stirling-Tools/Stirling-PDF
    pdf tool victor
  • bash_completion/nft-completion at main · Zulugitt/bash_completion
    _nft()
    {
        local cur prev
        COMPREPLY=()
        cur="${COMP_WORDS[COMP_CWORD]}"
        prev="${COMP_WORDS[COMP_CWORD-1]}"
    
        local families="ip ip6 arp bridge inet netdev"
        local sets=$(nft list sets | grep -i "set" | awk '{print $2 }' | tr -d ' ')
    
        if [ $COMP_CWORD -eq 1 ]; then
            COMPREPLY=( $(compgen -W "add flush list" -- $cur) )
        elif [ $COMP_CWORD -eq 2 ]; then
            case "$prev" in
                "add")
                    command="${prev}"
                    COMPREPLY=( $(compgen -W "element map table set" -- $cur) )
                    ;;
                "list")
                    COMPREPLY=( $(compgen -W "chains ruleset set sets table tables" -- $cur) )
                    ;;
                "flush")
                    COMPREPLY=( $(compgen -W "table" -- $cur) )
                    ;;
                *)
                    ;;
            esac
        elif [ $COMP_CWORD -eq 3 ]; then
            case "$prev" in
                "table")
                    COMPREPLY=( $(compgen -W "${families}" -- $cur) )
                    ;;
                "set"|"element"|"map")
                    local tables=$(nft list tables | awk '{print $3 }' | tr -d ' ')
                    COMPREPLY=( $(compgen -W "${tables}" -- $cur) )
                    ;;
                *)
                    ;;
            esac
        elif [ $COMP_CWORD -eq 4 ]; then
            local tables=$(nft list tables | awk '{print $3 }' | tr -d ' ')
            if [[ "$families" =~ "$prev" ]]; then
                local tables=$(nft list tables "${prev}" | awk '{print $3 }' | tr -d ' ')
                COMPREPLY=( $(compgen -W "${tables}" -- $cur) )
            fi
    
            if [ "${COMP_WORDS[1]}" != "add" ] && [[ "$tables" =~ "$prev" ]]; then
                COMPREPLY=( $(compgen -W "${sets}" -- $cur) )
            fi
    
            if [ "${COMP_WORDS[1]}" == "add" ] && [ "${COMP_WORDS[2]}" == "element" ] && [[ "$tables" =~ "$prev" ]]; then
                COMPREPLY=( $(compgen -W "${sets}" -- $cur) )
            fi
        fi
    
        return 0;
    }
    
    complete -F _nft nft
    January 7, 2025 02:42:01 PM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/Zulugitt/bash_completion/blob/main/nft-completion
    nftables
  • Le Li-Fi à l’école maternelle, pas vraiment une idée de génie

    Le Li-Fi a été installé dès 2022 à la maternelle Chantefleur (L’Isle Adam), censée être un exemple en Île-de-France. Après quelques mois, le bilan s’avère toutefois « contrasté » :

    Installation et performances : Quatre salles de classe et la bibliothèque sont équipées d’émetteurs Li-Fi fixés en hauteur. Les tests montrent un débit jusqu’à 86 Mbit/s en téléchargement (bien inférieur aux promesses théoriques) et de fréquentes déconnexions.

    Tablettes inutilisées : Les tablettes LiFiMAX Tab, fournies pour les enfants, ont été rapidement rangées au placard. Elles souffrent d’une autonomie jugée « famélique » et posent des soucis logistiques (aucun hub de charge, stockage compliqué, gestion du matériel dans un environnement avec de très jeunes élèves).

    Manque de suivi : Oledcomm, l’entreprise responsable, n’est pas revenue pour résoudre les problèmes. La municipalité semble peu impliquée dans la maintenance. Une tablette pend littéralement au bout de fils électriques, sans réparation.

    Usage pédagogique remis en cause : Les professeurs ne souhaitent pas multiplier l’exposition aux écrans pour des enfants de 3 à 5 ans, préférant d’autres activités plus adaptées.

    Conclusion : Le Li-Fi n’a pas gagné d’autres écoles, d’autant que la loi Abeille ne bannit formellement le Wi-Fi qu’en crèche et garderie. La technologie semble davantage promise à des domaines comme l’aérospatial ou le militaire, où le Wi-Fi n’est pas envisageable.

    January 1, 2025 10:51:05 AM GMT+01:00 * - permalink -
    QRCode
    - https://www.comptoir-hardware.com/actus/articles/business/47907-le-li-fi-a-lecole-maternelle-pas-vraiment-une-idee-de-genie.html
    lifi wifi internet
  • L’ANGOISSE D’ÊTRE UN INDIVIDU dans un monde néolibéral en crise - Marcel Gauchet - YouTube
    November 16, 2024 04:25:22 PM GMT+01:00 * - permalink -
    QRCode
    - https://www.youtube.com/watch?v=T0nW5QhEKNI
    elucid
  • Skymoth is an open source service which allows you to share the content you post on Mastodon over to Bluesky. This allows you to stay in touch with your followers on both platforms.

    https://github.com/thilobillerbeck/skymoth

    November 15, 2024 08:19:17 PM GMT+01:00 * - permalink -
    QRCode
    - https://skymoth.app/
    mastodon bluesky
  • Tips and Tricks for Clean, Readable Python Code - The New Stack

    petite cheatsheet sur le code propre qui est très bien écrite

    November 14, 2024 09:37:38 AM GMT+01:00 * - permalink -
    QRCode
    - https://thenewstack.io/tips-and-tricks-for-clean-readable-python-code/
    python cheatsheet
  • thumbnail
    Observability With eBPF - DZone

    Take an in-depth look at eBPF, a technology that allows you to run sandboxed programs within the Linux kernel.

    October 7, 2024 08:02:18 AM GMT+02:00 * - permalink -
    QRCode
    - https://dzone.com/articles/observability-with-ebpf
    observability monitoring ebpf bpf
  • Relabeler - The playground for Prometheus relabeling rules

    A playground for Prometheus relabeling rules

    September 4, 2024 02:40:09 PM GMT+02:00 * - permalink -
    QRCode
    - https://relabeler.promlabs.com/
    relabeling prometheus
  • Unintentionally troubleshooting a new way to filter traffic

    One of the newer tricks in systemd is that you can do "IPAddressDeny=" and then "IPAddressAllow" and keep a program from exchanging traffic with the rest of the world. For a program that's only ever supposed to talk to the local network, this was a good idea.

    August 5, 2024 09:38:37 AM GMT+02:00 * - permalink -
    QRCode
    - https://rachelbythebay.com/w/2024/07/17/bpf/
    systemd
  • OpenSSL generate self signed certificate with SAN in one command (subject alternative name) - Raymii.org
    openssl req -nodes -x509 -sha256 -newkey rsa:4096 \
      -keyout example.org.key \
      -out example.org.crt \
      -days 356 \
      -subj "/C=NL/ST=Zuid Holland/L=Rotterdam/O=ACME Corp/OU=IT Dept/CN=example.org"  \
      -addext "subjectAltName = DNS:localhost,DNS:example.org" 
    July 25, 2024 08:27:31 AM GMT+02:00 * - permalink -
    QRCode
    - https://raymii.org/s/tutorials/OpenSSL_generate_self_signed_cert_with_Subject_Alternative_name_oneliner.html
    oneliner bash openssl
  • thumbnail
    Isaac Asimov - Wikiquote

    Individual science fiction stories may seem as trivial as ever to the blinder critics and philosophers of today — but the core of science fiction, its essence, the concept around which it revolves, has become crucial to our salvation if we are to be saved at all.

    July 14, 2024 10:15:52 PM GMT+02:00 * - permalink -
    QRCode
    - https://en.wikiquote.org/wiki/Isaac_Asimov
    science fiction citation
  • thumbnail
    tanelpoder/0xtools: 0x.Tools: X-Ray vision for Linux systems
    July 8, 2024 09:39:03 AM GMT+02:00 * - permalink -
    QRCode
    - https://github.com/tanelpoder/0xtools
    tool linux benchmark performance monitoring top htop bpytop
  • Les 144 Quatrains d’Omar Khayyam - Wikisource
    June 22, 2024 06:37:58 PM GMT+02:00 * - permalink -
    QRCode
    - https://fr.wikisource.org/wiki/Les_144_Quatrains_d%E2%80%99Omar_Khayyam
    loumis citron poésie poète poème bière
  • thumbnail
    Marion Séclin, les masculinistes décomplexés pré-MeToo - YouTube
    June 19, 2024 09:28:30 PM GMT+02:00 * - permalink -
    QRCode
    - https://www.youtube.com/watch?v=x7ysCMQOwMY
    vidéo féminisme
  • Mesop
    June 4, 2024 03:53:54 PM GMT+02:00 * - permalink -
    QRCode
    - https://google.github.io/mesop/
    python gui ui framework google
  • thumbnail
    Unraid | Community Apps

    via Clém

    May 17, 2024 03:01:35 PM GMT+02:00 * - permalink -
    QRCode
    - https://unraid.net/community/apps/p58#r
    raid nas syno
Links per page: 20 50 100
◄Older
page 1 / 170
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation