-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
58 lines (52 loc) · 2.53 KB
/
about.html
File metadata and controls
58 lines (52 loc) · 2.53 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About - Just-in-Time Learning</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<header>
<div class="container">
<h1>Just-in-Time Learning</h1>
<p class="subtitle">Curious. Simplicity ⟹ Reliability. V ↑ → Q ↓</p>
<nav>
<a href="/" class="back-link">← Back to Home</a>
</nav>
</div>
</header>
<main class="post-container">
<article class="post">
<header class="post-header">
<h1>About</h1>
<span class="post-date"></span>
</header>
<div class="post-content">
<p>
Hi there 👋! I’m a minimalist AI Engineer[^1], always learning from <a href="https://www.fast.ai/">fast.ai</a> / <a href="https://www.answer.ai/">answer.ai</a> 🧐. <br>
With AI’s vast landscape, I embrace 📖 <a href="https://xcancel.com/radekosmulski/status/1828564396265926967">Just-in-Time learning</a>.</p>
<ul>
<li>
🔭 Proponent of <a href="https://ai-mindset.github.io/bring-it-back-to-basics/">simple, modern toolchains</a> and lightweight toolstacks such as <a href="https://elixir-lang.org/">Elixir</a> with <a href="https://github.com/elixir-nx/nx">Nx</a>. </li>
<li>
💼 Advocate of 🌐 <a href="https://www.imf.org/en/Publications/fandd/issues/2024/09/working-from-home-is-powering-productivity-bloom">remote work</a> in 🌱<a href="https://rachel.fast.ai/posts/2015-07-27-not-pipeline/"><strong>culture</strong></a>-<a href="https://xcancel.com/math_rachel/status/939968380202762240"><strong>first</strong></a> organisations. </li>
<li>
📖 Avidly tracking tech trends via <a href="https://ai-mindset.github.io/aihub/">curated sources</a> </li>
</ul>
<p>
Thanks for visiting 🙏!</p>
<hr class="thin">
<p>
[^1]: <em>“ ‘Software engineering’ was an aspiration, not real [traditional] engineering”</em> per <a href="https://youtu.be/QboI_1WJUlM?si=yX33iDrnuQZ4JB4Y&t=323">Alan Kay</a>, who referenced the “<a href="https://en.wikipedia.org/wiki/NATO_Software_Engineering_Conferences">Garmish conference (1968)</a>“ as the source of the term</p>
</div>
</article>
</main>
<footer>
<div class="container">
<p>Created with <a href="https://github.com/ai-mindset/init.vim">Neovim</a>, using <a href="https://ai-mindset.github.io/dialogue-engineering">AI</a> to help process and curate content ✨</p>
</div>
</footer>
<script src="/script.js"></script>
</body>
</html>