added ServerCraft, updated small bits of info
This commit is contained in:
parent
da411b917a
commit
a268a2052f
7 changed files with 40 additions and 26 deletions
|
@ -5,26 +5,26 @@ draft: false
|
||||||
---
|
---
|
||||||

|

|
||||||
|
|
||||||
Hey there! My name is Bryson Steck. I live in Utah and I'm currently a senior getting my Bachelors in Computer Science. Some people notably find me funny, easy to work with, and very addicted to dill pickles.
|
Hey there! My name is Bryson Steck. I live in Utah and have a Bachelors in Computer Science (currently persuing a Masters). Some people notably find me funny, easy to work with, and very addicted to dill pickles.
|
||||||
|
|
||||||
My interests include everything Linux, system and network administration, privacy and security, and figuring out how the hell I got that thundercloud that one time playing in a Mario Kart Wii Mogi.
|
My interests include everything Linux, system and network administration, privacy and security, and figuring out how the hell I got that thundercloud that one time playing in a Mario Kart Wii Mogi.
|
||||||
|
|
||||||
## Skills I Have
|
## Skills I Have
|
||||||
|
|
||||||
* C/C++
|
* C/C++
|
||||||
* Vim and Vim-Plug
|
* Vim and VSCode([ium](https://vscodium.com/))
|
||||||
* Linux, BSD, and other UNIX-like OSes
|
* Linux, BSD, and other UNIX-like OSes
|
||||||
* Perl, Bash, and POSIX shell scripting
|
* Perl, Bash, and POSIX shell scripting
|
||||||
* Java and Android development
|
* Java, Kotlin, and Android development
|
||||||
* Spigot Plugin development
|
* Spigot Minecraft plugin development
|
||||||
* HTML/CSS/JavaScript
|
* HTML/CSS
|
||||||
* System administration for Windows/Linux
|
* System administration for Windows/Linux
|
||||||
* Organization
|
* Organization
|
||||||
|
|
||||||
### Skills I Have (But Try to Avoid)
|
### Skills I Have (But Try to Avoid)
|
||||||
|
|
||||||
* Python
|
* Python
|
||||||
* TypeScript
|
* JavaScript, TypeScript, *Script
|
||||||
* React
|
* React
|
||||||
* Node.JS
|
* Node.JS
|
||||||
|
|
||||||
|
|
|
@ -6,13 +6,12 @@ draft: false
|
||||||
## Me on the Interwebs
|
## Me on the Interwebs
|
||||||
|
|
||||||
* Codeberg: [@brysonsteck](https://codeberg.org/brysonsteck)
|
* Codeberg: [@brysonsteck](https://codeberg.org/brysonsteck)
|
||||||
* GitHub: [@brysonsteck](https://github.com/brysonsteck) (I do not use this for hosting my projects anymore.)
|
|
||||||
* Email: [me@brysonsteck.xyz](mailto:me@brysonsteck.xyz)
|
* Email: [me@brysonsteck.xyz](mailto:me@brysonsteck.xyz)
|
||||||
* PGP Public Key: [A0858B7204DC5DDD](/pgpkey.txt)
|
* PGP Public Key: [A0858B7204DC5DDD](/pgpkey.txt)
|
||||||
* Blog RSS: [Here](/blog/index.xml)
|
* Blog RSS: [Here](/blog/index.xml)
|
||||||
|
|
||||||
## Job Opportunities
|
## Job Opportunities
|
||||||
|
|
||||||
**Employment Status:** Currently employed part-time, but seeking full-time employment come summer.
|
**Employment Status:** Currently employed full-time.
|
||||||
|
|
||||||
If you would like to extend a job opportunity, please email me! I probably won't respond if I *really* like my current job, but I would like to hear it either way.
|
If you would like to extend a job opportunity, please email me! I probably won't respond if I *really* like my current job, but I would like to hear it either way.
|
||||||
|
|
29
content/projects/ServerCraft.md
Normal file
29
content/projects/ServerCraft.md
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
---
|
||||||
|
title: "ServerCraft"
|
||||||
|
description: "A graphical interface for managing Minecraft servers"
|
||||||
|
icon: "ServerCraft.png"
|
||||||
|
repo: "https://codeberg.org/brysonsteck/ServerCraft"
|
||||||
|
license: "GNU General Public License v3.0"
|
||||||
|
languages: "Kotlin and Gradle"
|
||||||
|
wip: false
|
||||||
|
current: true
|
||||||
|
date: 2023-05-27
|
||||||
|
enddate: "January 2, 2006"
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
ServerCraft is a GUI program created with JavaFX in order to help technically-unskilled gamers host their own Minecraft servers for their friends by automatically downloading the correct version of Java and building the server with Spigot's BuildTools.
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
* Common settings available at a glance
|
||||||
|
* Separate section for common settings that are a little more advanced, such as:
|
||||||
|
* The amount of RAM to allocate to the server
|
||||||
|
* Render and simulation distances
|
||||||
|
* Enabling command blocks
|
||||||
|
|
||||||
|
## Download
|
||||||
|
|
||||||
|
ServerCraft is available as binaries and installers, packaged with Java 17 and the ServerCraft jar, for Windows, Linux, and macOS [here](https://codeberg.org/brysonsteck/ServerCraft/releases). Simply download the correct file for your operating system. (`.exe` or `.msi` for Windows, `.dmg` or `.pkg` for macOS, etc.) Jar files are also available for the respective operating systems as compressed archives. These Jar files are *not* cross-platform, due to how JavaFX renders the windows on each system.
|
||||||
|
|
||||||
|
You can also download the source code and compile it yourself. ServerCraft uses the Gradle build system and requires Java 11 or later due to JavaFX requirements. Instructions to do so are available on the project's repository hosted on Codeberg. (See top of page.)
|
|
@ -20,6 +20,7 @@ My collection of scripts and configuration files that help make me more efficien
|
||||||
* Htop config
|
* Htop config
|
||||||
* Tmux config
|
* Tmux config
|
||||||
* Vim configs, themes and scripts
|
* Vim configs, themes and scripts
|
||||||
|
* VSCodium/VSCode settings
|
||||||
* Xinit scripts
|
* Xinit scripts
|
||||||
* Along with helper scripts mentioned inside them
|
* Along with helper scripts mentioned inside them
|
||||||
|
|
||||||
|
|
|
@ -29,9 +29,9 @@ Here are the biggest changes and patches I applied to this fork of `dwm`:
|
||||||
* bottomstack
|
* bottomstack
|
||||||
* there may be more... I have no idea lol
|
* there may be more... I have no idea lol
|
||||||
* A couple keybinds are not stock (compared to vanilla dwm):
|
* A couple keybinds are not stock (compared to vanilla dwm):
|
||||||
* Quitting dwm rebinded to `Super+Shift+BackSpace` and confirms quitting with a script
|
* Quitting dwm rebinded to `Super+Shift+BackSpace` and confirms quitting with [a script](https://codeberg.org/brysonsteck/dotfiles/src/branch/master/x/quitconf)
|
||||||
* The increments to resize the master area have been decreased
|
* The increments to resize the master area have been decreased
|
||||||
* Launching `dmenu` launches a binary called `dmenu_run_history` which I found online somewhere, literally no idea where I found it lol. Eventually I'll patch it myself someday
|
* Launching `dmenu` launches a binary called `dmenu_run_history` which I found online somewhere, literally no idea where I found it lol. Eventually I'll patch it into the window manager code instead someday
|
||||||
* Launching the terminal is bound to a script that launches Alacritty in the same directory as the current terminal window
|
* Launching the terminal is bound to [a script](https://codeberg.org/brysonsteck/dotfiles/src/branch/master/x/spawn-alacritty.sh) that launches Alacritty in the same directory as the current terminal window
|
||||||
|
|
||||||
You can find more information about how to install and the license information on the repository.
|
You can find more information about how to install and the license information on the repository.
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
---
|
|
||||||
title: "ServerForDummies"
|
|
||||||
description: "A QT program aimed to help Minecraft normies create their own server"
|
|
||||||
icon: "server.png"
|
|
||||||
license: "GNU General Public License v3.0"
|
|
||||||
languages: "C++, C, and CMake"
|
|
||||||
wip: true
|
|
||||||
current: true
|
|
||||||
date: 2022-10-23
|
|
||||||
enddate: "January 2, 2006"
|
|
||||||
draft: false
|
|
||||||
---
|
|
||||||
ServerForDummies (working title) is a C++ GUI program created with the QT Framework in order to help technically-unskilled gamers host their own Minecraft servers for their friends by automatically downloading the correct version of Java and building the server with Spigot's BuildTools.
|
|
||||||
|
|
||||||
Features include basic `server.properties` editing and one-click build and run buttons. The repo will be made public once the basic functionality is complete.
|
|
BIN
static/ServerCraft.png
Normal file
BIN
static/ServerCraft.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 386 KiB |
Loading…
Add table
Reference in a new issue