Skip to content

Instantly share code, notes, and snippets.

{
"basics": {
"name": "Alfie Renn",
"label": "Software Engineer & Web Designer",
"image": "https://cv.alfierenn.dev/profile-picture.png",
"email": "[email protected]",
"phone": "",
"url": "https://alfierenn.dev/",
"summary": "Hi! I'm Alfie: physics graduate, toki pona speaker, and software engineer. I love to make beautiful things with code (mainly using HTML/CSS/JavaScript and Python), including websites, apps, and graphs. With all my work I create good quality, robust, and well-tested code, as well as powerful automation and well-organised git repositories, empowering collaboration. Do check out my website and GitHub!",
"location": {
@alifeee
alifeee / alifeee.code-profile
Last active February 11, 2025 14:37
VSCodium profile (export/import profile to use)
{
"name": "alifeee",
"settings": "{\"settings\":\"{\\r\\n \\\"editor.inlineSuggest.enabled\\\": true,\\r\\n \\\"githubPullRequests.remotes\\\": [\\\"origin\\\"],\\r\\n \\\"[json]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"vscode.json-language-features\\\"\\r\\n },\\r\\n \\\"editor.formatOnSave\\\": true,\\r\\n \\\"git.confirmSync\\\": false,\\r\\n \\\"git.enableSmartCommit\\\": true,\\r\\n \\\"[html]\\\": {\\r\\n \\\"editor.defaultFormatter\\\": \\\"esbenp.prettier-vscode\\\"\\r\\n },\\r\\n \\\"githubPullRequests.createOnPublishBranch\\\": \\\"never\\\",\\r\\n \\\"ltex.language\\\": \\\"en-GB\\\",\\r\\n \\\"git.autofetch\\\": true,\\r\\n \\\"svg.preview.mode\\\": \\\"svg\\\",\\r\\n \\\"liveServer.settings.donotVerifyTags\\\": true,\\r\\n \\\"ltex.enabled\\\": [\\r\\n \\\"bibtex\\\",\\r\\n \\\"context\\\",\\r\\n \\\"context.tex\\\",\\r\\n \\\"latex\\\",\\r\\n \\\"markdown\\\",\\r\\n \\\"org\\\",\\r\\n \\\"restructuredtext\\\",\\r\\n \\\"rsweave\\\"\\r\\n
@alifeee
alifeee / mumble-server-setup.md
Created September 26, 2023 15:15
Commands to set up Mumble Server (Murmur) on Ubuntu Linux

Mumble Server setup

Setup

This describes commands to set up Mumble's server (Murmur) on Ubuntu Linux.

Install

sudo apt-get install mumble-server
{
"last_modified": "2025-02-28T14:25:00.950260Z",
"bookmarks": {
"TOP 10 personal websites/blogs": [
{
"title": "Tom Forth's Homepage",
"url": "https://www.tomforth.co.uk/",
"date_added": "2023-05-29T18:23:46.689000Z"
},
{
@alifeee
alifeee / nginx and HTTPS setup.md
Last active September 26, 2024 13:37
nginx-setup

Nginx setup on Ubuntu

How to set up nginx on an ubuntu server

Steps

install

sudo apt install nginx
@alifeee
alifeee / Setup RSA keys for automatic SSH login.md
Created November 26, 2023 23:04
Setup RSA keys for automatic SSH login
@alifeee
alifeee / spotify_wrapped_2023.toml
Created November 29, 2023 19:57
Data from Spotify Wrapped 2023
top_genres = [
"pov: indie",
"Indie game soundtrack",
"Steampunk",
"Pixel",
"Indie pop",
]
[listener]
type = "Shapeshifter"
@alifeee
alifeee / nasin.txt
Created December 4, 2023 19:11
nimi-ale-pi-toki-pona
I used
cat words.txt | awk -F'[^a-zA-Z]' 'BEGIN {delete wds} { if (length($0) > 0 && length($0) < 10) { if (!($1 in wds)) {print $1; wds[$1]} } }' > nimi-ale-pi-toki-pona.txt
on the words in
https://raw.githubusercontent.com/jan-Lope/Toki_Pona_lessons_English/gh-pages/nimi_pi_toki_pona.txt
from
https://www.reddit.com/r/tokipona/comments/bjbnw5/word_list/
@alifeee
alifeee / transfer-folders-over-scp.md
Last active January 10, 2024 00:39
transfer folders over scp

Transfer Folders over SCP

With tar + zip

Commands

zip + tar

tar -cvzf <nameoftar>.tar.gz <nameoffolder>
@alifeee
alifeee / FTP-setup-Ubuntu.md
Created December 19, 2023 15:50
How to set up FTP on Ubtunu Linux