-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpolicies.html
More file actions
143 lines (139 loc) · 5.27 KB
/
Copy pathpolicies.html
File metadata and controls
143 lines (139 loc) · 5.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html lang="en">
<script type='module'>
const company_shit_list = {
"better_health": {},
"honey": {},
}
</script>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type='module' src='./client_management.js'></script>
<title>policies | vulbyte</title>
</head>
<body>
<br>
<br>
<cite style='font-size:1.2rem; color:var(--color_tertiary); max-width:40rem; margin:auto;'>"<br>
<span style='color:white;'>My ultimate commitment to
my audience and community.<br>
Advertisements and the like are simply to help me fund the channel and provide the content to them.<br>
My relationship to a company is transnational.<br>
</span>
"<br>
- Vulbyte <br>
2024/12/22
</cite>
<br>
<br>
<hr>
<br>
<div style='text-align:center; margin:auto; width:100%;'>
<p>i obviously do not wish to object the law, so if the law states otherwise i will comply.</p>
<p>the policies below are simply from a moral and ethical point of view.</p>
<p>companies that cannot comply i will refuse to work with.</p>
<p><em>please note</em> this is also not an exhaustive list, this will likely be changed and altered.</p>
</div>
<div>
<h1>POLICIES</h1>
<!-- {{{1 ADVERTISEMENTS -->
<details>
<summary>advertisement policies</summary>
<details>
<summary>disclosure</summary>
every advertisement will always be disclosed clearly. There is no exception to this.
if this appears to not be the case, that is purely a coincidence.
if you (an audience member) feel this isn't the case, please reach out and ask vulbyte.
</details>
<details>
<summary>company ethics (second and third party)</summary>
Companies i work with must not take part in the following:
<a href='https://ised-isde.canada.ca/site/office-consumer-affairs/en/dark-patterns'>dark patterns</a>
<a href='https://competition-bureau.canada.ca/deceptive-marketing-practices'>deceptive practices</a>
<a
href='https://competition-bureau.canada.ca/deceptive-marketing-practices/types-deceptive-marketing-practices/false-or-misleading-representations-and-deceptive-marketing-practices'>false
advertisements</a>
<a href=''>employee abuse</a>
<a href=''>planned obsolescence</a>
<a href=''>scams</a>
<a href=''>warranty fraud</a>
<sub>note: i have linked to the canadian government in quite a few places as i believe they have clearer
guidelines then the USA or other authorities</sub>
</details>
<summary>duration</summary>
the durations will always be in approximately 10s increments.
</details>
<details>
<summary>transitions</summary>
transitions will always be clear, and not integrate with separated content (excluding sponsored videos, where
the whole video is an advertisement already).
</details>
<details>
<summary>false claims</summary>
i refuse to make false claims that i do not believe, or are factually false.
</details>
<details>
<summary>products i'm willing to support</summary>
</details>
<<<<<<<<<<<<<<<<< </details>
<!-- }}}1 ADVERTISEMENTS -->
<!-- {{{1 AI -->
<details>
<summary>A.I.</summary>
"artists and authors who have had their data, works, and products should be compensated".
<br><br>
please review the following for statements on AI and types of ai. <em>most is negative</em><br>
All direct uses of generative AI such as: chatGPT, midjourney, and the like will be claimed (please note i am
human, and may make mistakes, or not recognize it in some cases -vulbyte)
<details>
<summary>audio generation</summary>
i do not believe there is a place for AI. artists and authors who have had their data, works, and products
should be compensated.
</details>
<details>
<summary>text generation</summary>
artists and authors who have had their data, works, and products should be compensated. <br>
i believe text generation is useful as an alternative to google and code help, so i will commonly receive help
from them for small things like correcting a code snippit
in that way from them. <br>
however i do not believe in using chatGPT or any other generative text model as a source or a place to get an
informed opinion from. <br>
Uses of these sources will not be claimed as they're not used directly, nor will they be used directly in any
scripts, blogs, statements, or things of that nature. To do otherwise would be a failure to the community and
audience.
</details>
<details>
<summary>image generation</summary>
i do not believe there is a place for AI. artists and authors who have had their data, works, and products
should be compensated.
</details>
<details>
<summary>video generation</summary>
i do not believe there is a place for AI. artists and authors who have had their data, works, and products
should be compensated.
</details>
<details>
<summary>other (machine vision and things of the like)</summary>
these versions are more ethical in my opinion as they do not offer replacements for the original works, thus
ethically i am content using them.
</details>
</details>
<!-- }}}1 AI -->
</div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</body>
</html>