Add mc stuff
This commit is contained in:
parent
74e58eeac4
commit
6011d93903
2
content/.obsidian/app.json
vendored
2
content/.obsidian/app.json
vendored
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"newFileLocation": "folder",
|
"newFileLocation": "root",
|
||||||
"newFileFolderPath": "blog",
|
"newFileFolderPath": "blog",
|
||||||
"newLinkFormat": "absolute",
|
"newLinkFormat": "absolute",
|
||||||
"useMarkdownLinks": true,
|
"useMarkdownLinks": true,
|
||||||
|
9
content/.obsidian/graph.json
vendored
9
content/.obsidian/graph.json
vendored
@ -20,6 +20,13 @@
|
|||||||
"a": 1,
|
"a": 1,
|
||||||
"rgb": 5419488
|
"rgb": 5419488
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"query": "path:notes",
|
||||||
|
"color": {
|
||||||
|
"a": 1,
|
||||||
|
"rgb": 13321934
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"collapse-display": false,
|
"collapse-display": false,
|
||||||
@ -32,6 +39,6 @@
|
|||||||
"repelStrength": 14.1666666666667,
|
"repelStrength": 14.1666666666667,
|
||||||
"linkStrength": 1,
|
"linkStrength": 1,
|
||||||
"linkDistance": 250,
|
"linkDistance": 250,
|
||||||
"scale": 0.08791737851642221,
|
"scale": 0.13187606777463332,
|
||||||
"close": false
|
"close": false
|
||||||
}
|
}
|
@ -84,7 +84,7 @@
|
|||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
"tab": {
|
"tab": {
|
||||||
"enabled": false
|
"enabled": true
|
||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
|
@ -2,13 +2,14 @@
|
|||||||
title: We lost a weather balloon in another country
|
title: We lost a weather balloon in another country
|
||||||
description: ..and made the news because of it
|
description: ..and made the news because of it
|
||||||
date: 2017-11-24
|
date: 2017-11-24
|
||||||
tags: news
|
tags:
|
||||||
|
- news
|
||||||
|
- school
|
||||||
draft: false
|
draft: false
|
||||||
extra:
|
extra:
|
||||||
excerpt: Beal science project succeeds - maybe too much - as weather balloon floats
|
excerpt: Beal science project succeeds - maybe too much - as weather balloon floats into U.S.
|
||||||
into U.S.
|
|
||||||
aliases:
|
aliases:
|
||||||
- /blog/weatherballoon-lost
|
- /blog/weatherballoon-lost
|
||||||
---
|
---
|
||||||
|
|
||||||
A news article was written about a project I was involved in. It's even headed by a photo I took!
|
A news article was written about a project I was involved in. It's even headed by a photo I took!
|
||||||
|
@ -4,10 +4,11 @@ title: I gave Google's CTF a short try and learned a thing or two
|
|||||||
description: But exams got in the way and took all the fun
|
description: But exams got in the way and took all the fun
|
||||||
date: 2019-06-23
|
date: 2019-06-23
|
||||||
tags:
|
tags:
|
||||||
- ctf
|
- ctf
|
||||||
|
- python
|
||||||
aliases:
|
aliases:
|
||||||
- /blog/2019/06/23/googlectf
|
- /blog/2019/06/23/googlectf
|
||||||
- /blog/googlectf
|
- /blog/googlectf
|
||||||
---
|
---
|
||||||
|
|
||||||
Honestly, I completely forgot that this was the weekend of Google's online [CTF Qualifications](https://g.co/ctf) for 2019 and was late, unprepared, busy, and did not have a team to work with.
|
Honestly, I completely forgot that this was the weekend of Google's online [CTF Qualifications](https://g.co/ctf) for 2019 and was late, unprepared, busy, and did not have a team to work with.
|
||||||
|
@ -4,11 +4,12 @@ title: Mind map generation with Python
|
|||||||
description: Step 1
|
description: Step 1
|
||||||
date: 2019-07-15
|
date: 2019-07-15
|
||||||
tags:
|
tags:
|
||||||
- project
|
- project
|
||||||
- python
|
- python
|
||||||
|
- school
|
||||||
aliases:
|
aliases:
|
||||||
- /blog/2019/07/15/mindmap
|
- /blog/2019/07/15/mindmap
|
||||||
- /blog/mindmap
|
- /blog/mindmap
|
||||||
---
|
---
|
||||||
|
|
||||||
While working on an assignment with [Coggle](https://coggle.it) today, I noticed an interesting option in the save menu. *Download as .mm file*. Having rarely worked with mind maps before, and only doing it online, it never occured to me that someone would have a file format for it. So I took a look.
|
While working on an assignment with [Coggle](https://coggle.it) today, I noticed an interesting option in the save menu. *Download as .mm file*. Having rarely worked with mind maps before, and only doing it online, it never occured to me that someone would have a file format for it. So I took a look.
|
||||||
|
@ -3,16 +3,19 @@ layout: page
|
|||||||
title: Taking notes with Markdown and LaTeX
|
title: Taking notes with Markdown and LaTeX
|
||||||
description: Using a lot of tech to replace a piece of paper
|
description: Using a lot of tech to replace a piece of paper
|
||||||
date: 2020-08-23
|
date: 2020-08-23
|
||||||
tags: pandoc latex bazel
|
tags:
|
||||||
|
- pandoc
|
||||||
|
- latex
|
||||||
|
- bazel
|
||||||
|
- school
|
||||||
extra:
|
extra:
|
||||||
excerpt: I have completely reworked my school notetaking system to use LaTeX. This
|
excerpt: I have completely reworked my school notetaking system to use LaTeX. This post outlines how I did everything, and my new workflow.
|
||||||
post outlines how I did everything, and my new workflow.
|
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /post/68df02l4/
|
- /post/68df02l4/
|
||||||
- /68df02l4/
|
- /68df02l4/
|
||||||
aliases:
|
aliases:
|
||||||
- /blog/2020/08/23/notetaking-with-latex
|
- /blog/2020/08/23/notetaking-with-latex
|
||||||
- /blog/notetaking-with-latex
|
- /blog/notetaking-with-latex
|
||||||
---
|
---
|
||||||
|
|
||||||
*You can view my public demo for this post [here](https://github.com/Ewpratten/school-notes-demo)*
|
*You can view my public demo for this post [here](https://github.com/Ewpratten/school-notes-demo)*
|
||||||
|
@ -1,9 +1,14 @@
|
|||||||
---
|
---
|
||||||
title: Meme Appreciation Month
|
title: Meme Appreciation Month
|
||||||
description: "Come chat with young hams, and join the meme madness!"
|
description: Come chat with young hams, and join the meme madness!
|
||||||
aliases: [/yeet]
|
aliases:
|
||||||
|
- /yeet
|
||||||
extra:
|
extra:
|
||||||
uses: [flags]
|
uses:
|
||||||
|
- flags
|
||||||
|
tags:
|
||||||
|
- radio
|
||||||
|
- event
|
||||||
---
|
---
|
||||||
|
|
||||||
***This event has passed. Page preserved for nostalgia.***
|
***This event has passed. Page preserved for nostalgia.***
|
||||||
|
18
content/games/minecraft/_index.md
Normal file
18
content/games/minecraft/_index.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
title: Minecraft
|
||||||
|
---
|
||||||
|
# Minecraft
|
||||||
|
|
||||||
|
Minecraft is one of my all-time favourite video games. I've been playing since the 1.2.x days, enjoying my fair share of creative redstone tinkering, lightly modded servers *(RIP MCCTF)*, and multiplayer survival shenanigans with friends.
|
||||||
|
|
||||||
|
## My Mods & Plugins
|
||||||
|
|
||||||
|
I like modifying Minecraft almost as much as I enjoy playing it. The following are some of my more-recent mods:
|
||||||
|
|
||||||
|
- [Client Ping](@/games/minecraft/modding/client-ping.md): Client-side Point-of-Interest marking
|
||||||
|
- [Illuminated Shields](@/games/minecraft/modding/illuminated-shields.md): Shields that emit light
|
||||||
|
- [FrostBucket](@/games/minecraft/modding/frost-bucket.md): Apply `Frost Walker` to your buckets
|
||||||
|
|
||||||
|
I also maintain a modpack that contains everything I consider "must-have" when playing. Any time I'm playing Minecraft, it can be assumed that I'm using my trusty quality-of-life pack.
|
||||||
|
|
||||||
|
Want to try my take on the game? Check out [Evan's Pack](https://modrinth.com/modpack/ewpratten) on Modrinth, or in your favourite Modrinth-compatible launcher (Prism, MultiMC, etc..).
|
21
content/games/minecraft/modding/client-ping.md
Normal file
21
content/games/minecraft/modding/client-ping.md
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
title: Client Ping
|
||||||
|
tags:
|
||||||
|
- minecraft
|
||||||
|
- minecraft-mod
|
||||||
|
---
|
||||||
|
Client Ping is a Minecraft ([`^1.19.4`](https://jubianchi.github.io/semver-check/#/constraint/^1.19.4)) mod I wrote that implements multiplayer Point-of-Interest marking without the need for a server-side plugin/mod counterpart.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Client Ping binds itself to the <kbd>Z</kbd> key by default. Press it while in any world, and a message will be sent to chat.
|
||||||
|
|
||||||
|
Players *without* the mod will see the coordinates you've pinged in their chat, and players *with* the mod will also see the ping marked in their world.
|
||||||
|
|
||||||
|
Due to the fact this mod uses server chat, you can use it to share coordinates with vanilla players, something I find quite handy.
|
||||||
|
|
||||||
|
## Get Client Ping
|
||||||
|
|
||||||
|
To use this mod, download it from [Modrinth](https://modrinth.com/mod/client-ping). Make sure you also have [Xaero's Minimap](https://modrinth.com/mod/xaeros-minimap) installed too.
|
15
content/games/minecraft/modding/frost-bucket.md
Normal file
15
content/games/minecraft/modding/frost-bucket.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
title: FrostBucket
|
||||||
|
tags:
|
||||||
|
- minecraft
|
||||||
|
- minecraft-plugin
|
||||||
|
---
|
||||||
|
FrostBucket is a server-side plugin I built for for Minecraft [`~1.16.0`](https://jubianchi.github.io/semver-check/#/constraint/~1.16.0) that allows players to apply the `Frost Walker` enchantment to a bucket.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
Buckets with `Frost Walker` applied are able to pick up water like a regular bucket, but place ice instead of water when emptied.
|
||||||
|
|
||||||
|
## Get FrostBucket
|
||||||
|
|
||||||
|
FrostBucket is a [Paper](https://papermc.io) plugin. You may download it from [Modrinth](https://modrinth.com/plugin/frostbucket).
|
17
content/games/minecraft/modding/illuminated-shields.md
Normal file
17
content/games/minecraft/modding/illuminated-shields.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
title: Illuminated Shields
|
||||||
|
tags:
|
||||||
|
- minecraft
|
||||||
|
- minecraft-resource-pack
|
||||||
|
---
|
||||||
|
Illuminated Shields is a Minecraft resource pack that hooks in to the [LambDynamicLights](https://modrinth.com/mod/lambdynamiclights) mod to cause shields to emit light.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
I made this resource pack by request. It was requested as a way to remove the need to carry a torch in the off-hand to see better at night. Instead, you can just carry your shield like normal, and use its light-emitting properties to find your way through the world.
|
||||||
|
|
||||||
|
The light emission of shields works in multiplayer environments, allowing your friends to guide you through the night with their shields too.
|
||||||
|
|
||||||
|
## Get Illuminated Shields
|
||||||
|
|
||||||
|
You can download this resource pack from [Modrinth](https://modrinth.com/resourcepack/illuminated-shields).
|
@ -1,8 +1,10 @@
|
|||||||
---
|
---
|
||||||
title: My Music
|
title: My Music
|
||||||
extra:
|
extra:
|
||||||
uses:
|
uses:
|
||||||
- fontawesome
|
- fontawesome
|
||||||
|
tags:
|
||||||
|
- music
|
||||||
---
|
---
|
||||||
|
|
||||||
I have been a musician since I was a small child, starting with the piano when I was 5, and progressing to drums and double bass a few years later.
|
I have been a musician since I was a small child, starting with the piano when I was 5, and progressing to drums and double bass a few years later.
|
||||||
|
@ -1,8 +1,11 @@
|
|||||||
---
|
---
|
||||||
title: "A10U8R: Signal Attenuator"
|
title: "A10U8R: Signal Attenuator"
|
||||||
description: "A small, but helpful module for VCV Rack 2"
|
description: A small, but helpful module for VCV Rack 2
|
||||||
extra:
|
extra:
|
||||||
uses: [katex]
|
uses:
|
||||||
|
- katex
|
||||||
|
tags:
|
||||||
|
- music
|
||||||
---
|
---
|
||||||
|
|
||||||
[](https://github.com/Ewpratten/A10U8R/releases/latest)
|
[](https://github.com/Ewpratten/A10U8R/releases/latest)
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Amateur Radio
|
title: Amateur Radio
|
||||||
|
tags:
|
||||||
|
- radio
|
||||||
---
|
---
|
||||||
|
|
||||||
# Amateur Radio
|
# Amateur Radio
|
||||||
@ -18,9 +20,6 @@ I generally operate:
|
|||||||
|
|
||||||
## VA3UJF
|
## VA3UJF
|
||||||
|
|
||||||
**VA3UJF** is my secondary callsign. I use it to separate some of my projects from my primary callsign.
|
**VA3UJF** is my secondary callsign.
|
||||||
|
|
||||||
Currently, you may find VA3UJF:
|
If you see/hear this callsign on-air, its probably tied to some automated system. Check back to this page to see if I have any on-going project you can interact with.
|
||||||
|
|
||||||
- [Injecting Canadian passenger train telemetry into the APRS network](https://github.com/ewpratten/aprs-trains/)
|
|
||||||
- [Acting as a repeater linking hub](/radio/va3ujf-hub)
|
|
@ -1,5 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: VA3UJF Radio Linking System
|
title: VA3UJF Radio Linking System
|
||||||
|
tags:
|
||||||
|
- radio
|
||||||
---
|
---
|
||||||
|
|
||||||
VA3UJF operates as a hub for facilitating interconnections between various RF links and amateur VOIP services.
|
VA3UJF operates as a hub for facilitating interconnections between various RF links and amateur VOIP services.
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: My work at Raider Robotics
|
title: My work at Raider Robotics
|
||||||
|
tags:
|
||||||
|
- frc
|
||||||
---
|
---
|
||||||
|
|
||||||
# My work at Raider Robotics
|
# My work at Raider Robotics
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Darth Raider
|
title: Darth Raider
|
||||||
|
tags:
|
||||||
|
- frc
|
||||||
---
|
---
|
||||||
|
|
||||||
**Darth Raider** was a 4-foot-tall 120lb robot that myself and a group of friends designed, built, and programmed at [*Raider Robotics*](https://raiderrobotics.org/?utm_source=ewpratten.com) back in 2020. I personally lead software development for the project, and also played a key part in guiding the physical design of the robot.
|
**Darth Raider** was a 4-foot-tall 120lb robot that myself and a group of friends designed, built, and programmed at [*Raider Robotics*](https://raiderrobotics.org/?utm_source=ewpratten.com) back in 2020. I personally lead software development for the project, and also played a key part in guiding the physical design of the robot.
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
/network https://as54041.peeringdb.com
|
/network https://as54041.peeringdb.com
|
||||||
/donate https://ewp.fyi/donate
|
/donate https://ewp.fyi/donate
|
||||||
/ewpratten.repo https://dist.ewpratten.com/linux/fedora/ewpratten.repo
|
/ewpratten.repo https://dist.ewpratten.com/linux/fedora/ewpratten.repo
|
||||||
|
/minecraft /games/minecraft
|
Binary file not shown.
After Width: | Height: | Size: 293 KiB |
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
After Width: | Height: | Size: 379 KiB |
Loading…
x
Reference in New Issue
Block a user