schmonz.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
Linux DevOps eBook Bundle by Bobby Iliev is the featured bundle on Leanpub!
Link: https://leanpub.com/b/linux-devops-ebook-bundle
#Databases #Mysql #Postgresql #ComputerProgramming #Devops #CloudComputing #Git #VersionControl #ComputerSecurity #ProgrammingCookbooks #SoftwareEngineering #Terraform
UK #dotnet #csharp #sqlserver lead/senior developer with over 15 years’ experience looking for new permanent role if possible. Would consider temporary contract.
#AspDotNet #mvc #blazor #entityframework #azure #tdd #agile #Git
Looking for hybrid role in London, Cambridge, Essex, or Hertfordshire. Also interested in fully-remote UK or European roles.
Game of Trees 0.123 released https://www.undeadly.org/cgi?action=article;sid=20260226054524 #openbsd #gameoftrees #got #git #gothub #development #programming #versioncontrol #sourcecontrol
I submitted a Pull Request to update MacPorts' Got to 0.123 here:
https://github.com/macports/macports-ports/pull/31334
GitHub Continuous Integration checks passed OK, it's up to someone else with commit access to merge it.
I also published an announcement on undeadly.org since rueda had already prepped it and it looked good!
#Got #GameOfTrees #MacPorts #OpenBSD #macOS #VersionControl #OpenSource #Git
I need help from Git/Linux or general Geeks
Boost welcome
Situation:
My daughter is programming a robot with ROBO Pro Coding. The project file is called .ft and is a zip file containing Scratch "code" as well as the generated Python code and some additional stuff.
While the IDE supports storing the projects on a gitlab instance of the manufacturer. I would prefer to store it in a local or personal repository.
I have some ideas how this could be accomplished. But maybe it's a solved problem. So any hints welcome
Things I would try:
Use fuse-zip to mount the zip file. Use Git in the mount filesystem.
Risk is, that storing the project in the IDE might overwrite the yip file instead of modifying it.
Unzip the file in parallel and use some script or git hooks to copy the data from the zip file before committing
Any other ideas?
Game of Trees 0.122 released https://www.undeadly.org/cgi?action=article;sid=20260211061627 #openbsd #got #git #gameoftrees #versioncontrol #development #freesoftware #libresoftware
Quick #git thing I figured out to display your current personal access token (PAT) or password:
% echo "url=$(git remote get-url origin)" | git credential fill | grep password= | cut -d= -f 2
You're welcome.
It took me too long to understand that `git-rebase --interactive` can also rebase a subset of commits onto a different branch by adding `reset <branch>`
e.g.:
reset origin/master
pick 841e3d9 # Deleted translation using Weblate (Slovenian)
pick f58a215 # instance_settings: if instance name is empty, fall back to config
An amusing thing is that there is undoubtedly a whole segment of the readership here that has already remembered the days when the multitude of "mbox" mailbox formats caused bodies to be interpreted as headers in much the same way as patch is interpreting human-readable messages as patching instructions.
And that has remembered Bernstein on the subject of parsing and quoting, too.
@RandamuMaki @zekjur
#patch #DanielJBernstein #security #git
為你自己學 Git: 人生不能重來,但 Git 可以 v1.1 https://leanpub.com/learn-git by 高見龍 is the featured book on the Leanpub homepage! https://leanpub.com #Git #VersionControl
Find it on Leanpub!
Why did I only learn about this today? https://github.com/so-fancy/diff-so-fancy #git #diff