Second one new is Breakout in Birdy 🐦.
Now when a ball bounces from obstacles it change its direction in depending on the angle of the colliding.
The game's repository is here 👉 https://codeberg.org/xolatgames/Birdy-wants-crisps
But I haven't publish this update on Gamejolt and other places where you can download the game's executables yet.
#cpp #cplusplus #sdl #sdl2 #box2d #opensource #game #games #gamedev #codeberg #git #adventure #2d #development #devlog
GitLab 18.5: GitLab Duo Planner supports Product Managers with AI
As a beta feature, the AI-powered GitLab Duo Planner can analyze backlogs and apply prioritization frameworks like RICE.
#Git #IT #KünstlicheIntelligenz #Softwareentwicklung #Versionskontrolle #news
GitLab 18.5: GitLab Duo Planner unterstützt Product Manager mit KI
Als Beta-Feature kann der KI-gestützte GitLab Duo Planner Backlogs analysieren und Priorisierungsframeworks wie RICE anwenden.
#Git #IT #KünstlicheIntelligenz #Softwareentwicklung #Versionskontrolle #news
「Git for Windows」v2.51.1が公開 ~「Git LFS」の脆弱性に対処、「git flow」は削除へ/分散型バージョン管理システム「Git」のWindows版
https://forest.watch.impress.co.jp/docs/news/2056148.html
#forest_watch_impress #Git #Git_for_Windows #プログラミング #Windows
🌘 Git Pre-Commit Hook 的優缺點探討
➤ 提升程式碼品質與安全性,但需注意平衡開發流程
✤ https://yeldirium.de/2025/10/09/pre-commit-hooks/index.html
本文探討了 Git Pre-Commit Hook 的優點與缺點,強調其在自動化品質保證與防止敏感資訊洩漏方面的關鍵作用。文章詳細說明瞭如何設定和使用此工具,並分析了不同類型的 Hook(如 Pre-Commit、Prek、Husky)及其相應的生態系統。同時,作者也討論了在開發流程中遇到的挑戰,例如新貢獻者的導入、緩慢的 Hook 執行時間,以及如何透過工具(如 devenv)來簡化設定和提升效率,最終目標是讓 Pre-Commit Hook 成為促進開發順暢、確保程式碼品質的有效手段。
+ 這篇文章深入探討了 Pre-Commit Hook 的實用性,尤其是在防止敏感資料意外提交方面。但我仍然擔心它會拖慢我們頻繁提交的開發速度。
+ 作者的建議很實用,特別是關於使用 de
#軟體開發 #Git #版本控制 #pre-commit hook #品質保證
Could the XZ backdoor been detected with better Git/Deb packaging practices?
Link: https://optimizedbyotto.com/post/xz-backdoor-debian-git-detection/
Discussion: https://news.ycombinator.com/item?id=45636116
Could the XZ backdoor been detected with better Git/Deb packaging practices?
https://optimizedbyotto.com/post/xz-backdoor-debian-git-detection/
#HackerNews #XZ #backdoor #Git #practices #Debian #detection #cybersecurity
I frequently create a new #git
repo and it always bothers me to manually create .gitignore file myself.
Today I automated this with the following lines in my .bashrc
# define the content in an env var
GIT_IGNR_CNTNT=$(cat <<-EOF
*.log
tmp_*
# put other patterns here
EOF
)
# function to write env var to file
git_ignore_creation(){
echo "$GIT_IGNR_CNTNT" > .gitignore
}
🎤 Upcoming at SeaGL 2025:
📍 02:00 PM on November 07
🗣️ "The Cathedral and the Bizarre II: Branches of Faith or, Committing Code Not Sins"
👥 Speaker(s): Toby Betts
📍 Room: Room 332
🏷️ Track: Languages and Tools
📝 Git is a major part of modern software development. It is the de facto open source version control p...
#SeaGL2025 #programming #networking #git #FLOSS #opensource
🔗 https://pretalx.seagl.org/2025/talk/SVTBXG/

Is Linus Torvalds worried about being a two-trick pony now that he has created Linux and Git?
#linustorvalds #onetrickpony #twotrickpony #linux #git #opensource #programmers #cprogramming #software
Los comandos que necesito para trabajar con git desde la terminal https://myblog.clonbg.es/los-comandos-que-necesito-para-trabajar-con-git-desde-la-terminal/ #Terminal #Git https://clonbg.es

<https://www.reddit.com/r/freebsd/comments/1mpelrz/core_team_update_june_2025_freebsd_developer/> there's a comment about doceng, and "The (2001) migration was a massive improvement 👍". I can't recall exactly what was spoken by the Core Team, but I did like the sound of it; listen in, if you can.
Re: Git, I spent a long time learning as much as I could. Sometimes when I made a mistake, the mountain of undoing the mistake was so high that throwing away masses of work (hours, or days) was less painful than attempting a fix.
GitHub is far less painful than Git, and I sometimes make myself happy by closing a pull request then deleting the branch 🙂