summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorRunxi Yu <harriet@andrewyu.org>2023-08-20 00:00:00 +0000
committerRunxi Yu <harriet@andrewyu.org>2023-08-20 00:00:00 +0000
commitded83c21e0553ff32001d4a077f035c89fafc425 (patch)
tree6df3c664712e2decef74cad14b0e032513e6c306
parentd3d3892e41f7e6ca316e724733770a3f63543bf5 (diff)
downloadwww-ded83c21e0553ff32001d4a077f035c89fafc425.tar.gz
17
-rw-r--r--microblog/index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/microblog/index.html b/microblog/index.html
index 876d51c..e8d5ef2 100644
--- a/microblog/index.html
+++ b/microblog/index.html
@@ -13,6 +13,13 @@
 		This is my <i>microblog</i>, a place for me to jot down random thoughts that I want to keep, but are too small enough to constitute a real article/post. Reverse chronological order.
 		</p>
 		<hr />
+		<p id="17">
+		I used to not really understand utilitarianism, the lack of a universal standard bugged me. But that was Bentham. Mill’s theory of utilitarianism seems to be more acceptable to me, it seemed to look into the future and cover how individual cases affect a decision entity, be it personal or systematic, in the long term. Generally when applying Millian utilitarianism, I obtain similar results to when I using existing principles. This somewhat reaffirms my hypothesis that these moral principles still arise from a utilitarian analysis of cost and benefit in the long term.
+		<br />
+		I wonder if we have a subconscious intuition to morality anyway, and we're attempting to rationally derive theories that seem to cover the underlying intuition. Is this, dare I say, motivated reasoning?
+		<a href="https://www.andrewyu.org/microblog/#17">&</a>
+		</p>
+		<hr />
 		<p id="15">
 		Is freedom of speech absolute? Why do we traditionally see it as a fundamental right? Is it really inalienable?<br />
 		I think a grea portion of this lies upon the dangers to democracy when censoring political speech. Is that a sufficient reason to accept freedom of speech as a universal right, that protects e.g. hate speech and inciting violence?
a> 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343