home.social

Search

1000 results for “prieco”

  1. My plan B is to look at running #PreCommit alternative #Prek prek.j178.dev/ on #Codeberg’s Woodpecker CI (where quicker installation and faster runtimes etc should pay off)

  2. The Identity Politics of Masculinity as a Colonial Legacy

    "The #PreColonial #Indonesian notion of personhood diverges from a western conceptualisation and is expressed instead through #cooperation, #mutuality, #sharing, #caring, and a readiness to #negotiate and #compromise – all of which are characteristics that are associated with feminine qualities and were thus considered inferior according to #Eurocentric understandings of the #subordination of women in #WesternSociety"

    by Desi Dwi Prianti
    03 Nov 2019

    "[In this paper] I argue that a hierarchical structure between masculine and the feminine was introduced by the #Dutch #colonisers – a structure in which they considered themselves to represent the superior, masculine side of the binary, whereas the colonised were seen as their effeminate subjects."

    tandfonline.com/doi/full/10.10

    #ToxicMasculinity #Colonialism

  3. Prečo zažíva krimi žáner renesanciu?

    Krimi podcasty či dokumenty lámu rekordy. 3. 2. 2026 06:00:00 Odlož na neskôr Krimi žáner zažíva nevídanú renesanciu.…
    #Slovakia #SK #Europe #Europa #EU #kriminalita #slovakia #Slovensko #Správy #video #zaujímavosti
    europesays.com/2750989/

  4. IN OTHER NEWS

    you know what’s something so rare these days it’s quite shocking to see in these #preCode 1920s and 30s movies? older women ―and by old, i mean women who are seemingly in their 50s and older― having the times of their lives banging their way thru life… or Europe.

    there was a time when fascist #puritanism wasn’t the rule in American culture. don’t let the fascists gaslight you.

    puritans and fascists have always been the lying minority.

  5. Friday has films with gowns designed by Adrian. For #PreCode fans:A Lady's Morals, Red Dust, Grand Hotel and Madame Satan. For #TCMUnderground fans: Madame Satan. In honor of #NBAAllStarWeekend/corporate ✨synergy✨ TCM will be showing basketball films in prime time. #TCMUnderground has a late start with Jack Nicholson’s directorial debut+Shake Hands With Danger and other shorts.
    (for a more in-depth look at Friday’s schedule please see my newsletter:
    tinyletter.com/analgesicsleep/)
    #TCMParty

  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. 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

  8. 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

  9. Running the #PreCommit tool (for listing, enforcing coding style, etc) via the author’s CI service pre-commit.ci/ has excellent #GitHub integration - with the docs suggesting that other hosting sites might be supported at some point.

    I’ve just asked directly about #Codeberg (and #ForgeJo generally) as I’d love to use it there too: github.com/pre-commit-ci/issue

  10. My friend Jim @jammcq and I were discussing #precommit (used with #Git). The typical case is simple but annoying:

    * You’ve staged all the needed files for commit (with `git add`)
    * You attempt the commit
    * Trailing whitespace (in this example) makes `pre-commit` deny the commit
    * No commit actually happened. Everything in the staging area is untouched. Code in your working copy has been changed to fix the problem.
    * Those fixes must now be staged (another call to `add`)
    * You must re-run the commit

    Sure, the up-arrow helps, but still.

    Here’s another way:

    * You happen to be working on the file `foo.py`; but you haven’t staged anything yet. You’re just editing away
    * Let’s fix some whitespace problems: `pre-commit run trailing-whitespace --files foo.py`
    * `foo.py` is modified in-place, now `add` and `commit`
    * Shorten the long `pre-commit` command with an alias; you control the exact conditions to look for and fix

    Is it better? Well … it’s different. It’s better in some ways. It might be a better fit for the way you personally work.

  11. @amedee pre-commit is brilliant, so versatile, I recently wrote about using `pytest-testmon` as a pre-commit hook.

    blog.nshephard.dev/posts/pytes

  12. As a software developer, you can assume that an attacker knows you have credentials.

    The risk of supply-chain attacks means that your development environments (running NPM, PyPi etc.) should at least run in Docker, not alongside your ~/.ssh folder and your ~/.pypirc.

    On that note, I'm still very unsure about the future of #precommit as a virtual environment manager (even sources stuff directly from Git repositories).

    infosec.exchange/@dangoodin/11

  13. How is #precommit even a thing?

    pre-commit.com/

    There's apparently _no_ security whatsoever. It just downloads random code from the internet and runs it on your machine.

    And everyone with write access to the repo can just tell it to download _more_ code.

    Compare this to direnv (direnv.net), which will ask you for permission every time someone changes its config.

    #Python #security

  14. Colgante de dios-hacha ave del 100 a.C.-500 d.C., durante el periodo Tempisque, en la región arqueológica de Gran Nicoya, encontrado en la península de Nicoya, en la provincia costarricense de Guanacaste. Fue una de las primeras obras de jade en la región, usada como ofrenda en tumbas. 🏛️Museo de Arte del Condado de Los Ángeles #precolombino #precolumbian #costarica

  15. Проверка стиля комментариев Python с помощью pre-commit

    Данный инструмент появился в результате попытки сэкономить время в процессе код-ревью, когда часть усилий тратилась на исправление какие-то незначительных, но тем не менее бросающихся в глаза артефактов, связанных с форматированием комментариев. Понятно, что эта тема гораздо шире, т.к. есть различные форматы многострочных комментариев в стиле PEP 257 или Sphinx , ну а в этот линтер вошли только наиболее часто встречающиеся случаи, связанные с написанием комментариев после решетки '#', с которыми пришлось сталкиваться в работе мне лично. Линтер может быть полезен как сам по себе либо как пример того, как можно автоматизировать проверки по согласованному стилю оформления кода.

    habr.com/ru/articles/868940/

    #precommit_hook #python #code_style

  16. @Snoro
    Stan's written about this, with some great social/communal adaptations in his usual detail (I mainly remember the collective living and the airships...) #precog #clifi #kimstanleyrobinson #optimism
    en.wikipedia.org/wiki/New_York