mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 18:50:34 -05:00
Compare commits
No commits in common. "9d246f9a45ffa8d9db6e56bff8a1fc25f25be970" and "f9674af147e5c552139e1cd64a2ddaedb2204233" have entirely different histories.
9d246f9a45
...
f9674af147
2 changed files with 11 additions and 89 deletions
|
@ -1,84 +0,0 @@
|
|||
---
|
||||
title: "Ascii Towns in the Tildeverse with Cadastre"
|
||||
date: 2024-01-17T18:14:32-05:00
|
||||
draft: false
|
||||
tags: []
|
||||
math: false
|
||||
medium_enabled: false
|
||||
---
|
||||
|
||||
[Cadastre](https://github.com/jmdejong/cadastre) stitches together plots of "land" that users on a tilde server control. Ultimately creating one giant ascii town.
|
||||
|
||||
For example, consider one user has the following in `~/.cadastre/home.txt`:
|
||||
|
||||
```
|
||||
0 0
|
||||
####################
|
||||
# ________ #
|
||||
# /~\__\___\ #
|
||||
# | | | | ,,,, #
|
||||
# ,,,,, #
|
||||
# ~~~~~ ,,,,, #
|
||||
# ~~~~~ _ #
|
||||
# ~~~~~ (*) #
|
||||
# ~deepend | #
|
||||
# #
|
||||
####################
|
||||
```
|
||||
|
||||
While another user has:
|
||||
|
||||
```
|
||||
0 1
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
~~ ~~~~~~~~~~~~~
|
||||
~ ~~~ ~~~~~~~~~~
|
||||
~~~~~~~~~ ~~~ ~
|
||||
~~~~~~~~~~~ ~~~
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
```
|
||||
|
||||
Then the stitched together town will be:
|
||||
|
||||
```
|
||||
#################### ~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
# ________ # ~~~~~~~~~~~~~~~~~~~~~~~
|
||||
# /~\__\___\ # ~~~~~~~~~~~~~~~~~~~~~~~
|
||||
# | | | | ,,,, # ~~~~~~~~~~~~~~~~~~~~~~~
|
||||
# ,,,,, # ~~ ~~~~~~~~~~~~~
|
||||
# ~~~~~ ,,,,, # ~ ~~~ ~~~~~~~~~~
|
||||
# ~~~~~ _ # ~~~~~~~~~ ~~~ ~
|
||||
# ~~~~~ (*) # ~~~~~~~~~~~ ~~~
|
||||
# ~deepend | # ~~~~~~~~~~~~~~~~~~~~~~~
|
||||
# # ~~~~~~~~~~~~~~~~~~~~~~~
|
||||
#################### ~~~~~~~~~~~~~~~~~~~~~~~
|
||||
```
|
||||
|
||||
Ascii art is something that always interested me, but I never took the time to make. Cadastre limits us to 24x12 characters which serves as a good starting canvas for myself.
|
||||
|
||||
You might be able to tell, but I'm a big fan of mountains.
|
||||
|
||||
```
|
||||
+=======================+
|
||||
. /\ .
|
||||
. / \ /\ .
|
||||
. / \/ \/\ .
|
||||
. / \ _ \ \ .
|
||||
. ____// .
|
||||
. ___/____/ @@@ .
|
||||
. ___/ @@@@@@@ .
|
||||
. @@@@@@@@@ .
|
||||
. @@@@@@@ .
|
||||
. ~brozek | | .
|
||||
.........................
|
||||
```
|
||||
|
||||
Check out my plot among the village over at [tilde.club](https://tilde.club/~troido/cadastre/town.html). For a more lively instance check out [tilde.town](http://tilde.town/~troido/cadastre/town.html).
|
||||
|
||||
*Thanks to [~troido](http://tilde.town/~troido/) for creating this cool piece of software!*
|
|
@ -5,11 +5,13 @@ hideDate: true
|
|||
draft: false
|
||||
---
|
||||
|
||||
Prep Time: 3 Minutes
|
||||
WORK IN PROGRESS
|
||||
|
||||
Cook Time: 20 Minutes
|
||||
Prep Time: X Minutes
|
||||
|
||||
Total Time: 25 minutes
|
||||
Cook Time: Y Minutes
|
||||
|
||||
Total Time: Z minutes
|
||||
|
||||
## Ingredients
|
||||
|
||||
|
@ -21,8 +23,12 @@ Total Time: 25 minutes
|
|||
|
||||
- 1/4 cup butter
|
||||
|
||||
- Green Peppers
|
||||
|
||||
- Red Peppers
|
||||
|
||||
- 1 tablespoon flour
|
||||
|
||||
- 6 oz tomato paste
|
||||
|
||||
- 7 oz refried beans
|
||||
|
@ -33,13 +39,13 @@ Total Time: 25 minutes
|
|||
|
||||
## Recipe
|
||||
|
||||
1. Put the butter on a pan set to medium heat.
|
||||
1. Put the butter on a pan set to medium heat. Once melted, slowly mix in the flour stirring frequently for 3 minutes as it makes the roux
|
||||
2. Add the cold heavy whipping cream to the pan
|
||||
3. Finely chop the green and red peppers and add them to the pan.
|
||||
4. Slowly add the cheese to the pan, waiting for the first pinch to melt before adding the second.
|
||||
5. Mix in the tomato paste
|
||||
6. Add lime juice
|
||||
7. Cook for 15 minutes.
|
||||
7. Cook for Z minutes.
|
||||
8. Meanwhile on another pan, cook the beef. Drain grease along the way.
|
||||
9. Add the refried beans to the beef pan. Use a fork to mix the beef and refried beans together.
|
||||
|
||||
|
|
Loading…
Reference in a new issue