home.social

#conventional — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #conventional, aggregated by home.social.

  1. @jerry write up content on it since even though there is animus sometimes you need to feed the fire a bit and there are tons of people using it - the feedback would span and map out real cw #conventional wisdom.

    I think you should focus on running local open source ai but run everything and vet and cross ref - is there a space for cautious use of ai as a reference tool in infosec (or law or medicine), it is an emergent question due to the fact so much is happening. what are the risks, legal issues, ethics - I think ai will hit smb sector in 3 years, it may be best to totally avoid for another year or two until the technology improves - even then run it as a sandboxxed prototype, ai brings an inherent risk

    my down to earth related question is how many more openclawlike events (200k stars) are we going to see this year, maybe none #best practices #elo rankings #prospectus

  2. Today I found a tool for your Git commits! ☘️

    🦊 **koji**: An interactive CLI for creating conventional commits with ease.

    🚀 Supports automatic versioning, changelog generation & emojis!

    🦀 Written in Rust!

    ⭐ GitHub: github.com/cococonscious/koji

  3. Conventional Commits

    查資料的時候翻到的,寫 commit 常有 feat: 或是 fix: 這樣的 prefix,剛剛才突然想到這應該是有人訂規範的,翻了一下應該是「Conventional Commits」這個,裡面也引用了另外一個專案:「commitlint」。

    所以 type 的部分可以有很多種類,剛剛前面提到的 feat: 以及 fix: 都在裡面:

    build
    chore
    ci
    docs
    feat
    fix
    perf
    refactor
    revert
    style
    test

    對於有規範用英文寫 commit log 的單位可以直接套用,不算太複雜,但對於 junior engineer 可以很自然的把 fi

    blog.gslin.org/archives/2024/1

    #Computer #Murmuring #Programming #commit #commits #conventional #feat #fix