Git Branches Tutorial
GitHub Branches Tutorial (Beginner Friendly) – He should say "Git" here not Github. A036379
GitHub Branches Tutorial (Beginner Friendly) – He should say "Git" here not Github. A036379
Git and Github – Learning How to Use Table of Contents TOC Git and Github – Learning How to Use Table of Contents TOC Page Search: A036379 ——————————————————————————– How does Git and Github Open Source Development Work? Git Branches Tutorial Git Workflow: The Complete Beginner’s Guide to Pushing Your First Read more…
Best way to learn is ask creative questions. Questions GAI: with llms does it matter what order the tokens are passed through the neural net? Yes, the order of tokens passed through an LLM absolutely matters. While Transformers are designed to process tokens in parallel, they rely on specific mechanisms to Read more…
Artificial Intelligence AI LLM Large Language Models Table of Contents TOC Artificial Intelligence AI LLM Large Language Models Table of Contents TOC Page Search: eXtP7rp —————————————————————————————————— Artificial Intelligence AI Questions – Creative questions to accelerate learning Local Artificial Intelligence AI Search On a Website OpenAI Embeddings and Vector Databases Crash Course Read more…
Summary
A quick run thru of vectorized databases. He goes a bit quick. Looks like the video is from 2 years ago so the free online tools he used might not still be available. Might have to substitute others.
Tools Used
Research Links
Research Links
Installing Rocket.Chat on a dedicated Ubuntu server without limitations (meaning, full self-hosting with root access, no user-count restrictions, and full control over data) is best achieved by manual installation using Nginx as a reverse proxy. This method provides maximum performance and customization compared to snap or containerized deployments. The following guide uses MongoDB 6.0, Node.js, and Nginx on Ubuntu 22.04/24.04.
Prerequisites
sudo access.
chat.example.com).
Goes thru with bullet points hitting the high points
50 User Limit: Unregistered or unregistered-starter workspaces are generally restricted to a maximum of 50 users. If you exceed this limit, the workspace may become read-only.
If installed with snap pack yes. if installed with docker no.
For high traffic go with the Docker install method
Yes, Rocket.Chat is an open-source communication platform. Its source code is publicly available on GitHub, allowing organizations and developers to inspect, modify, and audit the code to meet their specific needs.
Yes, Rocket.Chat can be forked to create a new project. As a free and open-source team communication platform, its codebase is openly available on GitHub.
Key points regarding forking and creating a new project with Rocket.Chat. MIT license.
1. Mattermost (Best for Slack/Rocket.Chat Clone)
Mattermost is widely regarded as the best self-hosted, open-source alternative for team collaboration, designed to mimic Slack's functionality while offering complete data control.
………..more.
They call it "jasmine" but it's really Cestrum nocturnum. It only blooms at night because it is pollinated by moths. ( mariposa in Portuguese )
Software
Research Links
Software development using GitHub works by leveraging Git, a distributed version control system, hosted on a web-based platform that adds tools for collaboration, code review, and project management. This system allows multiple developers to work on the same codebase simultaneously without overwriting each other's changes.
Key Concepts
The Typical GitHub Workflow
The standard process, often referred to as the GitHub flow, involves a series of steps to ensure code quality and seamless collaboration:
git clone command.
git checkout -b <branch-name>.
git add to stage files and git commit to record the changes as a snapshot in their local repository.
git push command.
This iterative cycle allows teams to manage complexity, track history, and maintain a stable main codebase while experimenting and collaborating efficiently. The process is further enhanced by integrated tools like Issues for task tracking and GitHub Actions for automation (e.g., automated testing and deployment).
Links
From GS Email – 1/25/2026 – Post Presention Summary
In the first hour I showed some PRs I prepared for MIME::Lite you can watch the video here.
In the second hour we had two pair-programming sessions. In each one a participant was writing the code and I was giving the instructions. Driver-navigator style. Others added valuable comments. This part was also recorded and you can watch it here.
Please follow that channel and "like" the videos. That will help spreading them a bit further.
I've schedule a new event. You can register here.
I also mentioned that in order to make these events sustainable I am looking for corporate sponsors. If you work at a company that uses Perl a lot and you think these sessions are valuable, let's work out a way for them to sponsor the events.
Sponsors will be mentioned on the OSDC web site and in the Perl Weekly. They will also be able to give a list of modules important for them and we'll try to work on those in our sessions.