Advanced Search
Search Results
130 total results found
Game systems
Rolling the Dice (Draft)
On the Desktop
Sable (Recommended)
Sable is a Matrix Client based on a different Matrix Client named Cinny. Sable was formed during an ideological split, with the Sable developers emphasizing quick development of useful features, and the Cinny developers going all in on doing nothing for the sa...
Git
The ins and outs of how to use Git, and some of the major infrastructure that has been built around it. Linux is only the second most impactful program started by Torvalds after all
Preface
Git is a weird and complex tool built to be primarily local (as in, used without some server where code is hosted). This may be confusing since sites like GitHub and GitLab appear to treat Git as a cloud service, but these companies were formed around the Git ...
Basics of Version Control
What problem is Git even solving?
What is Version Control?
Version control is a general term for anything comprised of text. Wikipedia pages, Glorbumbo's Wiki/Tailor pages, Google Docs, etc have version control built in. The primary role of version control is to organize and manage the versions of a piece of text over...
Branching and Merging
When it comes to versioning in software, it's important to understand how to manipulate the version timeline. Since Git is very familiar with branching timelines for files and programs, it has many tools to do it well, and we will be trying to take full advant...
Repositories and Staging
At the end of the day, especially because this tool is developed by Unix enthusiasts, everything involved in using Git is a file. Git itself is version management for files after all. This means that it becomes important to understand where the files for a pro...
Repository Commands
Starcraft 2
the current hyperfixation
How to get it on linux
1. Download the Faugus launcher from your software manager. 2. download the battlenet launcher from the blizzard games website 3. click the plus button in Faugus on the bottom left of the window. 4. click the magnifing glass next to "Path", this will pull up y...
Zerg Stratagy
The Zerg are a glass cannon swarm faction, like all factions they demand high amounts of resources but for different reasons. many of their units can Morph into a more powerful unit or unit that fills a different role to keep up with the changing field of batt...
Bookstack (Wiki/Tailor)
Glorbumbo's Wiki and Bearware's Tailor both run the same server software, the one you're using right now. What is it? How does it work?
Overview (Wikis and Bookstacks)
To understand what this thing even is, and why it's different than something like a folder full of microsoft word files, we have to clarify the term "wiki." The term wiki is most commonly associated with Wikipedia, one of the largest wikis out there, but not t...
Information Structure
The way information is stored, organized, and worked with.
Page
Pages take their name from the original concept of a Hyper Text Page, the ancestor to the Web Page we know today. Similar to basic web pages, wiki pages are meant to act as a single document in a larger cluster of documents. Wikipedia pages, for example, are d...