-
Notifications
You must be signed in to change notification settings - Fork 2
/
cyberpunk_philosophy.html
58 lines (54 loc) · 2.92 KB
/
cyberpunk_philosophy.html
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
<!DOCTYPE html>
<!-- Hi /g/~ -->
<html><head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<title>
Cyberlife
</title>
<meta content="" name="description">
<meta content="" name="keywords">
<link href="Cyberlife.css" media="all" rel="stylesheet" type="text/css">
<link rel="icon"
type="image/x-icon"
href="./images/favicon.ico">
</head>
<body>
<div id="container">
<div id="banner">
</div>
<div id="navigator">
<nav>
<a href="./index.html">Home</a>
<a href="./essentials.html">Essentials</a>
<a href="./cyberpunk_books.html">Books</a>
<a href="./cyberpunk_movies.html">Movies</a>
<a href="./cyberpunk_vidya.html">Games</a>
<a href="./cyberpunk_anime.html">Anime</a>
<a href="./cyberpunk_tv.html">TV</a>
<a href="./cyberpunk_music.html">Music</a>
<b><a href="./cyberpunk_philosophy.html">Philosophy</a></b>
<a href="./braindump.html">Braindump</a>
</nav>
</div>
<div id="main">
<h2>Philosophy<br><br></h2>
<i>The following is my opinion. Read it with that in mind, and don't immediately take it for granted.</i>
<br>
<h2>
Cyberpunk Life in 2014 and Beyond
</h2>
Cyberpunk, for its popularity in games, movies, books, and media general, is surprisingly undefined. There are a few catchphrases that are often thrown around to describe it, like "high-tech, low-life", but with any given piece of media, people are still highly subjective about if they consider it "cyberpunk".
<br><br>
That said, the cyberpunk present in 2014 didn't exactly evolve like we thought it would as recently as 5 years ago, so here are some of my thoughts on modern cyberpunk.<br>
<i>
<br><br>It's better to blend in than to stand out. Drop the edgy punk clothing, you'll just draw attention. Unless you feel the need to go high-tech in public (like wearing an AR system), there's no purpose whatsoever.
<br><br>There's also no point in going high-tech in public unless you have a serious advantage to gain from doing so. Stop and think: What do you immediately gain from AR?
<br><br>Don't throw niche tech into your life where it doesn't belong. You're not more cyberpunk because you embedded LEDs along the seams of your trenchcoat.
<br><br>Know the genre. Know your lit. Learn from it. Gibson has a gift for identifying nodal points, as he calls them - bits of the future mixed in with the present.
<br><br>Protect your privacy. Duh.
<br><br>Protect your freedoms. If you're in a country that allows firearm ownership, you have no excuse to not own at least one firearm.
<br><br>Don't call yourself a cyberpunk. Don't believe anyone who calls themselves a cyberpunk. Actually using the label on yourself brands you as a poser. If anything, you live a cyberpunk lifestyle - but you probably don't if you feel the urge to call yourself cyberpunk.
</i>
</div>
</div>
</body></html>