-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrt.html
More file actions
42 lines (40 loc) · 3.22 KB
/
Copy pathrt.html
File metadata and controls
42 lines (40 loc) · 3.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>random thoughts</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<a href="/">home</a>
<a href="/ytv.html">youtube videos I want archived</a>
<a href="/rt.html">random thoughts</a>
<a href="/lnk.html">links to interesting sites</a>
<a href="/msc.html">music</a>
<a href="/mv.html">movies</a>
</nav>
<h2>random thoughts</h2>
<p>Nothing worthwhile here</p>
<!-- thoughts go here -->
<ul>
<li><b>[30-07-26 22:57]</b> ALWAYS start with the simplest example while solving a problem. I mean who starts with ANYTHING other than the SIMPLEST example?</li>
<li><b>[15-07-26 22:57]</b> <code>& 'C:\Program Files\Google\Chrome\Application\chrome.exe --autoplay-policy=no-user-gesture-required'</code></li>
<li><b>[15-07-26 14:39]</b> <code>$(Get-Random -Count 20 -Minimum 10 -Maximum 30) -join ", " | Set-Clipboard</code></li>
<li><b>[15-07-26 08:55]</b> <blockquote cite="Pensees, Blaise Pascal">All of humanity's problems stems from man's inability to sit quietly in a room alone.</blockquote></li>
<li><b>[09-07-26 21:28]</b> <code>takeown /F "DRIVE:" /R /D /Y; icacls "DRIVE:" /grant %USERNAME%:F /T</code></li>
<li><b>[02-07-26 08:44]</b> No thoughts. It's all blank.</li>
<li><b>[29-06-26 01:30]</b> A neuralink like device that allows me to scrolling without having to use my fingers, I won't mind getting such an implant tbh. (serious?)</li>
<li><b>[28-06-26 18:52]</b> I am too retarded man. I ticked the option that said logistic regression does CLUSTERING after I had already chosen the probability option.</li>
<li><b>[28-06-26 02:33]</b> The only way I see now of fixing this is to face the consequences of your actions with a clear head. all the sedatives are doing are prolonging actually facing these demons</li>
<li><b>[27-06-26 19:57]</b> More and more stuff is being made exclusively for phones because that's where most people are.</li> <!-- I quite hate it ngl -->
<li><b>[27-06-26 08:55]</b> Had this nice quote saved. <blockquote cite="War and Peace, Leo Tolstoy">A man on a thousand mile journey has to forget his ultimate goal and say to himself every morning, "Today I am going to cover twenty-five miles and then rest up and sleep."</q></li>
<li><b>[27-06-26 02:03]</b> A small program to practice geography. It allows me to enter a country, continent, or region. Based on that I can practice things like country or state location. use ai for this? No</li>
<li><b>[27-06-26 00:51]</b> One of the reasons my handwriting is so bad is because of how inconsistent my "drawing" choices are. In just a single paragraph I'd write a letter like 'f' in 3 different ways. Perhaps forcing consistency would improve my handwriting.</li>
<li><b>[26-06-26 16:41]</b> What is 'quality' software?</li>
<li><b>[26-06-26 00:45]</b> accidental versus deliberate knowledge</li>
<li><b>[25-06-26 01:03]</b> I am trying to learn APL but don't really know what I am going to do with it.</li>
</ul>
</body>
</html>