home.social

Search

1000 results for “prieco”

  1. Mae West’s iconic wiggle was the product of her being inspired by vaudeville drag performers and b/c underneath her dresses she would wear these weird double decker shoes to make herself taller than her natural 5ft height
    #RetroView #PreCodeApril #ImNoAngel #MaeWest #PreCode

  2. “I’m No Angel” (1933) was written by and stars Mae West. While it was her 3rd film appearance, West was a major broadway and night club star.
    #RetroView #PreCodeApril #ImNoAngel #MaeWest #PreCode

  3. I wanted to talk even more about dockerizing pre-commit for security gains - so I typed up a short blog post about how to achieve this.

    Please feel invited to try it out and share back results ⬇️

    overtag.dk/v2/blog/pre-commit-

    I'd also like to hear from people who aren't worried about pre-commit vulnerabilities and why ❓

    #precommit #python

  4. I wanted to talk even more about dockerizing pre-commit for security gains - so I typed up a short blog post about how to achieve this.

    Please feel invited to try it out and share back results ⬇️

    overtag.dk/v2/blog/pre-commit-

    I'd also like to hear from people who aren't worried about pre-commit vulnerabilities and why ❓

    #precommit #python

  5. I wanted to talk even more about dockerizing pre-commit for security gains - so I typed up a short blog post about how to achieve this.

    Please feel invited to try it out and share back results ⬇️

    overtag.dk/v2/blog/pre-commit-

    I'd also like to hear from people who aren't worried about pre-commit vulnerabilities and why ❓

    #precommit #python

  6. I wanted to talk even more about dockerizing pre-commit for security gains - so I typed up a short blog post about how to achieve this.

    Please feel invited to try it out and share back results ⬇️

    overtag.dk/v2/blog/pre-commit-

    I'd also like to hear from people who aren't worried about pre-commit vulnerabilities and why ❓

    #precommit #python

  7. Tejido de Paracas con una representación de 7 cm de Kon fue el dios del viento y la lluvia en dicha cultura y las posteriores de la región. Proviene de la segunda fase de esta cultura y su apogeo, cuando los entierros dejaron de hacerse en cavernas o pozos y se cubrían con elaborados tejidos y objetos personales. #precolombino #precolumbian #peru

  8. Tejido de Paracas con una representación de 7 cm de Kon fue el dios del viento y la lluvia en dicha cultura y las posteriores de la región. Proviene de la segunda fase de esta cultura y su apogeo, cuando los entierros dejaron de hacerse en cavernas o pozos y se cubrían con elaborados tejidos y objetos personales. #precolombino #precolumbian #peru

  9. Tejido de Paracas con una representación de 7 cm de Kon fue el dios del viento y la lluvia en dicha cultura y las posteriores de la región. Proviene de la segunda fase de esta cultura y su apogeo, cuando los entierros dejaron de hacerse en cavernas o pozos y se cubrían con elaborados tejidos y objetos personales. #precolombino #precolumbian #peru

  10. Tejido de Paracas con una representación de 7 cm de Kon fue el dios del viento y la lluvia en dicha cultura y las posteriores de la región. Proviene de la segunda fase de esta cultura y su apogeo, cuando los entierros dejaron de hacerse en cavernas o pozos y se cubrían con elaborados tejidos y objetos personales. #precolombino #precolumbian #peru

  11. A screenshot from running a dockerized pre-commit.

    And here's the whole darn alias 🥳

    ```
    $ which pre-commit
    pre-commit: aliased to docker run -v "pre-commit-cache":/home/dockeruser/.cache -v "$(pwd)":/repo:rw -e PRECOMMITALIAS="$(alias pre-commit)" -e PGID="$(id -g)" -e PUID="$(id -u)" pre-commit:python3.14
    ```

    Instructions on building and running it are in the repo ⬇️
    codeberg.org/benjaoming/pre-co

    #precommit

  12. A screenshot from running a dockerized pre-commit.

    And here's the whole darn alias 🥳

    ```
    $ which pre-commit
    pre-commit: aliased to docker run -v "pre-commit-cache":/home/dockeruser/.cache -v "$(pwd)":/repo:rw -e PRECOMMITALIAS="$(alias pre-commit)" -e PGID="$(id -g)" -e PUID="$(id -u)" pre-commit:python3.14
    ```

    Instructions on building and running it are in the repo ⬇️
    codeberg.org/benjaoming/pre-co

    #precommit

  13. A screenshot from running a dockerized pre-commit.

    And here's the whole darn alias 🥳

    ```
    $ which pre-commit
    pre-commit: aliased to docker run -v "pre-commit-cache":/home/dockeruser/.cache -v "$(pwd)":/repo:rw -e PRECOMMITALIAS="$(alias pre-commit)" -e PGID="$(id -g)" -e PUID="$(id -u)" pre-commit:python3.14
    ```

    Instructions on building and running it are in the repo ⬇️
    codeberg.org/benjaoming/pre-co

    #precommit

  14. A screenshot from running a dockerized pre-commit.

    And here's the whole darn alias 🥳

    ```
    $ which pre-commit
    pre-commit: aliased to docker run -v "pre-commit-cache":/home/dockeruser/.cache -v "$(pwd)":/repo:rw -e PRECOMMITALIAS="$(alias pre-commit)" -e PGID="$(id -g)" -e PUID="$(id -u)" pre-commit:python3.14
    ```

    Instructions on building and running it are in the repo ⬇️
    codeberg.org/benjaoming/pre-co

    #precommit

  15. A screenshot from running a dockerized pre-commit.

    And here's the whole darn alias 🥳

    ```
    $ which pre-commit
    pre-commit: aliased to docker run -v "pre-commit-cache":/home/dockeruser/.cache -v "$(pwd)":/repo:rw -e PRECOMMITALIAS="$(alias pre-commit)" -e PGID="$(id -g)" -e PUID="$(id -u)" pre-commit:python3.14
    ```

    Instructions on building and running it are in the repo ⬇️
    codeberg.org/benjaoming/pre-co

    #precommit

  16. Preço das passagens aéreas pode subir até 20% com alta do querosene de aviação, dizem especialistas: Petrobras elevou em mais de 50% o preço médio do combustível, refletindo a alta do petróleo em meio à guerra no Oriente Médio. O aumento eleva os custos de operação das companhias. g1.globo.com/economia/noticia/ #passagensaereas #precos

  17. Was contemplating if it makes sense to have a single image for ALL pre-commit needs and alias `pre-commit` to `docker run pre-commit -v "$(pwd)":/workdir:rw`

    Oh and yes, this is inspired by all the supply chain stuff. If the alternative is that each pre-commit hook becomes its own Docker image, I'm afraid it'll be too slow.

    Any experiences?

    (edited: docker exec isn't possible with volumes)

    #precommit

  18. Was contemplating if it makes sense to have a single image for ALL pre-commit needs and alias `pre-commit` to `docker run pre-commit -v "$(pwd)":/workdir:rw`

    Oh and yes, this is inspired by all the supply chain stuff. If the alternative is that each pre-commit hook becomes its own Docker image, I'm afraid it'll be too slow.

    Any experiences?

    (edited: docker exec isn't possible with volumes)

    #precommit

  19. Was contemplating if it makes sense to have a single image for ALL pre-commit needs and alias `pre-commit` to `docker run pre-commit -v "$(pwd)":/workdir:rw`

    Oh and yes, this is inspired by all the supply chain stuff. If the alternative is that each pre-commit hook becomes its own Docker image, I'm afraid it'll be too slow.

    Any experiences?

    (edited: docker exec isn't possible with volumes)

    #precommit

  20. Was contemplating if it makes sense to have a single image for ALL pre-commit needs and alias `pre-commit` to `docker run pre-commit -v "$(pwd)":/workdir:rw`

    Oh and yes, this is inspired by all the supply chain stuff. If the alternative is that each pre-commit hook becomes its own Docker image, I'm afraid it'll be too slow.

    Any experiences?

    (edited: docker exec isn't possible with volumes)

    #precommit

  21. Was contemplating if it makes sense to have a single image for ALL pre-commit needs and alias `pre-commit` to `docker run pre-commit -v "$(pwd)":/workdir:rw`

    Oh and yes, this is inspired by all the supply chain stuff. If the alternative is that each pre-commit hook becomes its own Docker image, I'm afraid it'll be too slow.

    Any experiences?

    (edited: docker exec isn't possible with volumes)

    #precommit

  22. Momias precolombinas de una mujer y dos niños. Identificados originalmente como toltecas, encontrados en 1895 cerca de un túmulo en Oaxaca, probablemente provengan de Quiani, Chile. Tienen entre 1095 y 1206 años, pero la alimentación pudo alterar los resultados del C14, aunque el niño que está encima se habría añadido posteriormente. Ella tenía 30-35 años, con enfermedad de Perthes. 🏛️Museo Reiss-Engelhorn 📷Jean Christen #precolombino #precolumbian #momia #mummy

  23. Momias precolombinas de una mujer y dos niños. Identificados originalmente como toltecas, encontrados en 1895 cerca de un túmulo en Oaxaca, probablemente provengan de Quiani, Chile. Tienen entre 1095 y 1206 años, pero la alimentación pudo alterar los resultados del C14, aunque el niño que está encima se habría añadido posteriormente. Ella tenía 30-35 años, con enfermedad de Perthes. 🏛️Museo Reiss-Engelhorn 📷Jean Christen #precolombino #precolumbian #momia #mummy

  24. Momias precolombinas de una mujer y dos niños. Identificados originalmente como toltecas, encontrados en 1895 cerca de un túmulo en Oaxaca, probablemente provengan de Quiani, Chile. Tienen entre 1095 y 1206 años, pero la alimentación pudo alterar los resultados del C14, aunque el niño que está encima se habría añadido posteriormente. Ella tenía 30-35 años, con enfermedad de Perthes. 🏛️Museo Reiss-Engelhorn 📷Jean Christen #precolombino #precolumbian #momia #mummy

  25. Momias precolombinas de una mujer y dos niños. Identificados originalmente como toltecas, encontrados en 1895 cerca de un túmulo en Oaxaca, probablemente provengan de Quiani, Chile. Tienen entre 1095 y 1206 años, pero la alimentación pudo alterar los resultados del C14, aunque el niño que está encima se habría añadido posteriormente. Ella tenía 30-35 años, con enfermedad de Perthes. 🏛️Museo Reiss-Engelhorn 📷Jean Christen #precolombino #precolumbian #momia #mummy

  26. De quem é a culpa do #Preço dos #Combustíveis? -

    Diz o candidato Flávi0 Rachadinha Chocolate Caganeira B0Is0nar0 ( #PL RJ): -

    bsky.app/profile/geuvar.bsky.s -

    Via @geuvar.bsky.social‬ - ou -

    instagram.com/p/DV6Ns_-juFB/ -

    Ri @geuvaroliveira e @chargistasunidos -