-
Notifications
You must be signed in to change notification settings - Fork 0
/
thinks.html
103 lines (95 loc) · 4.64 KB
/
thinks.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="My personal page" />
<meta name="author" content="Parpok" />
<meta name="keywords" content="personal page, links" />
<meta property="og:title" content="Parpok" />
<meta property="og:description" content="My personal page" />
<meta property="og:image" content="https://parpok.xyz/content/avatar.png" />
<meta property="og:url" content="https://parpok.xyz" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="Parpok" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pat</title>
<link rel="icon" type="image/png" href="/content/avatar.png" />
<link rel="preload" href="style.css" as="style" />
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<div class="container" id="CenterContainer">
<div class="bs">
<a href="./index.html" style="color: #cdb58f"><h1>pat</h1></a>
<div class="hstack" id="things">
<h2>:3</h2>
<div class="svgs">
<a href="https://twitter.com/parpok206" target="_blank">
<img src="./content/svgs-feather/twitter.svg" alt="Twitter" />
</a>
<a href="https://github.com" target="_blank">
<img src="./content/svgs-feather/github.svg" alt="GitHub" />
</a>
</div>
</div>
<nav>
<a href="./index.html">home</a>
<a href="./thinks.html">thinks</a>
<a href="./gibmoney.html">gib money</a>
<a href="./about.html">about</a>
</nav>
<h3>Things</h3>
<div class="hstack" id="things">
<a href="/content/edc.JPG">edc.png</a>
<a href="/content/myComputer.JPEG">myComputer.png</a>
<a href="/content/werktop.JPEG">werkTop.png</a>
<a href="/content/drink.jpg">drink</a>
<a href="/content/model3.png">model :3</a>
<a href="/content/holygrail.jpg">holygrail.jpg</a>
<a href="/content/yaoi.png">yaoi</a>
<a href="/content/tomaszkoncik.png">tomaszkoncik.png</a>
</div>
</div>
<div class="thinks" style="font-size: large;">
<div class="think">
<h3>Where's Kaja?</h3>
<p>Where is she?
<br>
She disappeared.
And where is she?
<br>
Saying this as a friend - I don't mean to be bad. A bit worried thou.
<br>
🤔
</p>
<img src="/content/kajunia.png" alt="Kajas soundcloud" style="max-width: 100%;" />
</div>
<div class="think">
<h3>:flag_pl: tech think</h3>
<img src="./content/dm.png" alt="My discord DM to a friend talking about app I'm working on" style="max-width: 100%;">
</div>
<div class="think">
<h3>debugging</h3>
<img src="/content/mihtuded.jpg" alt="mihru ded inside" style="max-width: 100%;" />
<p>Shes dead inside just like me - Debugging is somewhat painful. Especially when all things that I came up didn't work.</p>
<p>Yes I know AI is stupid - I love arguing with my last resort</p>
<p>Whatever after <i>n</i> amount of hours it starts to work now. Good</p>
</div>
<div class="think">
<h3>Xcode is a liar</h3>
<p>No your app doesn't run in the background - Xcodes debug tools keep it running - totally they don't make your iPhone go slow. <br>
Also those background tasks on iOS are limited. No you can't dictate how your app runs when user leaves - thats up to iOS and guys at Cupertino - they will tell when to wake it up.</p>
<img src="/content/mihtuded.jpg" alt="mihru ded inside" style="max-width: 100%;" />
</div>
<div class="think">
<h3>Old car good. New car bad.</h3>
<p>Old car good - has buttons, good tactile buttons. No big color screens - just small red/monochrome display for the radio and smaller one for climate. It's just good.</p>
<p>It looks like taken from the future. The usefull future. Not that one terminally online people cry about.</p>
<p>However if you want fancy things like Bluetooth then sorry - not for you. Replace your stereo or <i>THE BLUETOOTH DEVICE IS READY TO PAIR</i></p>
<img src="/content/audi.JPEG" alt="audi interior from 2008" style="max-width: 100%;" />
<p>Still pure perfection and better than Tesla style slop. - even if BMWs looks somewhat nice with those RGBs.</p>
</div>
</div>
</body>
</html>