-
Notifications
You must be signed in to change notification settings - Fork 0
/
now.html
78 lines (77 loc) · 4.35 KB
/
now.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
<html><head><title>niplav</title>
<link href="./favicon.png" rel="shortcut icon" type="image/png"/>
<link href="main.css" rel="stylesheet" type="text/css"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<!DOCTYPE HTML>
<style type="text/css">
code.has-jax {font: inherit; font-size: 100%; background: inherit; border: inherit;}
</style>
<script async="" src="./mathjax/latest.js?config=TeX-MML-AM_CHTML" type="text/javascript">
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX", "output/HTML-CSS"],
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
processEscapes: true,
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre']
},
"HTML-CSS": { availableFonts: ["TeX"] }
});
</script>
<script>
document.addEventListener('DOMContentLoaded', function () {
// Change the title to the h1 header
var title = document.querySelector('h1')
if(title) {
var title_elem = document.querySelector('title')
title_elem.textContent=title.textContent + " – niplav"
}
});
</script>
</head><body><h2 id="home"><a href="./index.html">home</a></h2>
<p><em>author: niplav, created: 2019-07-24, modified: 2024-10-22, language: english, status: in progress, importance: 2, confidence: highly likely</em></p>
<blockquote>
<p><strong>What I am doing at the moment (inspired by the
<a href="https://nownownow.com/about">now movement</a>).</strong></p>
</blockquote><div class="toc"><div class="toc-title">Contents</div><ul><li><a href="#Writing">Writing</a><ul></ul></li><li><a href="#Data_Collection">Data Collection</a><ul></ul></li><li><a href="#Programming">Programming</a><ul></ul></li><li><a href="#Reading">Reading</a><ul></ul></li></ul></div>
<h1 id="Now"><a class="hanchor" href="#Now">Now</a></h1>
<p>Currently, my main focus is on getting my life in order. That includes
shifting into an equilibrium mode where I am independent and have
structured my life in a way that enables me to work on my personal
projects full-time (including, but not limited to, this website).</p>
<p>Because of this, work on this website is currently limited to a small
part of my free time. I apologize for any inconveniences.</p>
<h2 id="Writing"><a class="hanchor" href="#Writing">Writing</a></h2>
<p>When I find the time, I slowly fix the <a href="./daygame_cost_benefit.html">daygame
cost-benefit analysis</a>, write
the text for the <a href="./masturbation_and_attractiveness.html">masturbation and cold approach success
experiment</a>, pontificate about
<a href="./logical.html">logical correlation</a>, boggle at my own code for
an <a href="./diamond.html">n-dimensional diamond-square algorithm</a>,
and slowly improve the treatise on <a href="./resolving.html">resolving inconsistent
preferences</a>.</p>
<h2 id="Data_Collection"><a class="hanchor" href="#Data_Collection">Data Collection</a></h2>
<p>At the moment I'm not collecting much data beyond <a href="./data.html">what I usually
gather</a>, and running one RCT on Vitamin-D₃ and one RCT on
<a href="https://arbital.com/p/lumenators/">lumenators</a>.</p>
<h2 id="Programming"><a class="hanchor" href="#Programming">Programming</a></h2>
<p>Most of my programming time is spent improving
<a href="https://github.com/niplav/iqisa">iqisa</a>, a library for handling various
forecasting datasets.</p>
<p>I am also working on an <a href="https://arbtt.nomeata.de/">arbtt</a>-inspired time
tracker: <a href="https://github.com/niplav/awitt">awitt</a>.</p>
<h2 id="Reading"><a class="hanchor" href="#Reading">Reading</a></h2>
<p>Currently, I am actively reading the following texts:</p>
<ul>
<li><a href="https://www.goodreads.com/book/show/42275384-grand-futures">Grand Futures (Anders Sandberg, 2023)</a></li>
<li><a href="https://statisticswithjulia.org/">Statistics with Julia (Hayden Klok/Yoni Nazarathy, 2021)</a></li>
<li><a href="https://dataintensive.net/">Designing Data-Intensive Applications (Martin Kleppmann, 2017)</a></li>
<li><a href="https://www.goodreads.com/book/show/42348332-coming-to-wholeness">Coming to Wholeness (Connirae Andreas, 2018)</a></li>
<li>ML for the Working Programmer (Lawrence C. Paulson, 1996)</li>
<li>Sämtliche Gedichte und Balladen (Friedrich Schiller, 1805)</li>
<li>The Wikipedia <a href="https://en.wikipedia.org/wiki/Wikipedia%3AVital_articles">Level 3 Vital articles</a>. Progress: 4/1000.</li>
</ul>
</body></html>