+ adding resume logo

This commit is contained in:
shockrah 2021-12-30 21:02:17 -08:00
parent 39fbe07b76
commit 40648cfcbc
6 changed files with 69 additions and 69 deletions

View File

@ -21,43 +21,21 @@ build-site:
paths: paths:
- "public" - "public"
deploy-vps:
only:
refs:
- master
stage: deploy #deploy-neocities:
# # This might get really ugly with neocities so hang on a while before we bother
# Setup the SSH Key in required for VPS deployment first # # trying to figure how tf we deploy this thing
before_script: # only:
- eval "$(ssh-agent -s)" # refs:
- echo "${SSH_PRIVATE_KEY}" | ssh-add - > /dev/null # - neocities
#
- mkdir -p ~/.ssh/ # stage: deploy
- chmod 700 ~/.ssh/ #
# script:
- ssh-keyscan $VPS_HOST 2>&1 >> ~/.ssh/known_hosts # # First the html
- chmod 644 ~/.ssh/known_hosts # - bash upload.sh -h
# # then we do the media files
# This is all fine because its just static html w/ no scripts :^) # - bash upload.sh -M
script:
- ssh root@shockrah.xyz "rm -rf /var/www/website"
- scp -r public/ root@shockrah.xyz:/var/www/website/
deploy-neocities:
# This might get really ugly with neocities so hang on a while before we bother
# trying to figure how tf we deploy this thing
only:
refs:
- neocities
stage: deploy
script:
# First the html
- bash upload.sh -h
# then we do the media files
- bash upload.sh -M

View File

@ -5,39 +5,13 @@ description: Yes it's me Shockrah
## Who I am ## Who I am
Just some random on the internet that likes to make stuff. I'm Shockrah, a lad on the internet that likes to make stuff. I make candy, code,
I make confections, write code for projects I enjoy and do other random things and sometimes other random crafts. This site is where I post just some of the
with my time. highlights from what I'm working on.
## What is this site? ## About the site
These are the miscellaneous musings of a madman with an internet connection. Typically I just post about things that I'm working on or stuff I think might be
I mostly post random snippets of things I'm working on or studying. useful for myself or others.
Posts on the main page are more polished that anything in the `notes` section which are mostly scribbles/rambles/random dev notes.
## Freechat and my Tin-Foil-Hat-Mode
**NOTE:** Right now the project is in desperate need of a proper client which,
while I am working on a new one is not being tracked in the project's repository
as I'm having issues finding a framework that doesn't blow.
If you have a good idea for a cross-platform frame work please check my `/contact` page.
Similar to Discord/Slack in that you can have multiple channels to chat(text) but with no data mining.
Also the API to interact with servers has been built with hackers in mind, which in this case just means its completely dead simple to get a basic client working to start chatting. I've already written some clients however so you don't have to.
* Datamining
It's really no secret that these large SaaS chat platforms are mining every bit of data they can. Freechat doesn't do this. Nor will it ever because frankly, I don't care if you trade feetpics or deep fried memes all day. You should be free to chat without some nerd `grep`ing your data every other day.
* Hosting
Also its dummy simple to deploy, the API is a single binary so you can run it behind Nginx, Apache, Caddy, or whatever else you want. The RTC server which is used for voip and chat watching (will be )is also a single binary.
* Basically
Once freechat reaches 1.0 (which is soon) get on it!
Also check the roadmap for status on development progress -\> [click here](https://gitlab.com/shockrah/freechat/-/blob/master/roadmap.md) \<-

View File

@ -11,6 +11,13 @@ links:
description: I make wares even if you don't have coin description: I make wares even if you don't have coin
title: Send me coin here if you'd like title: Send me coin here if you'd like
color: "#29ABE0" color: "#29ABE0"
- target:
name: Venmo
url: https://venmo.com/u/alejandro-foss
image: https://cdn1.venmo.com/marketing/images/branding/venmo-icon.svg
description: For fellow Venmo chads | Look for the smiley
title: "@alejandro-foss"
color: "#3d95ce"
--- ---

38
content/notes/freechat.md Normal file
View File

@ -0,0 +1,38 @@
---
title: Freechat Current Thoughts
date: 2021-12-13
draft: true
description: A mid-mortem thing about the project's status
category: article
image: "/media/"
---
# What is Freechat
Freechat is my attempt at creating a chatting platform with developers in mind.
It's built with the idea that a chat interface shouldn't be difficult to
understand and thus adopts an API that (in my eyes) makes sense.
# Project's Status
The old code base was pretty close to unmaintainable after a certain point
so I'm basically throwing it all out in favor of building on a framework
that doesn't blow.
Where before I was only only Hyper.rs, I'm moving the server logic to Rocket.rs.
For now the roadmap looks something like this:
* Rebuild endpoints
# Why build this at all?
I'm 100% sick of using Discord, not just as a user but as a maintainer of a
few communities and bots. There is a huge reliance on Discord for communicating
and it's getting to the point where if it failed for some reason there would be
basically no where to go to.

View File

@ -1,5 +1,5 @@
--- ---
title: Drivers on Debian Sid title: Nvidia Drivers on Debian Sid
date: 2021-12-27 date: 2021-12-27
draft: false draft: false
description: Finally a working config description: Finally a working config

BIN
static/resume-logo.png (Stored with Git LFS) Normal file

Binary file not shown.