-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (100 loc) · 3.46 KB
/
index.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
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>xtfc</title>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/normalize.css" />
<link rel="stylesheet" href="./main.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body id="xtfc">
<header>
<a href="https://github.com/xtfc">XTFC</a>
</header>
<p>
A club for eXtreme friends.
</p>
<p>
We specialize in coming up with great ideas and then half-assing them because
everyone has jobs and other hobbies. Whatever.
</p>
<section id="mold">
<header>
<a href="https://github.com/xtfc/mold">Mold</a>
</header>
<p>
A fresh approach to managing common development tasks like running tests,
checking code quality, or building documentation. Easily the most useful thing
here.
</p>
<p><strong>Mold</strong> is heavily built around a few core ideas:</p>
<ul>
<li>Reusable, parametrized modules that can be included via URL</li>
<li>Documenting project tasks in a discoverable way</li>
<li>Reducing complexity of task execution</li>
<li>Using the same commands locally, in CI/CD, and production</li>
</ul>
<p><a href="./mold">Read more...</a></p>
</section>
<section id="xcl">
<header>
<a href="https://github.com/xtfc/xcl-py">XCL</a>
</header>
<p>
A configuration language that's enjoyable by people and robots.
</p>
<p>
I dunno. Mostly just read the
<a href="https://github.com/hashicorp/hcl#why">HCL</a> explanation, but then
throw in a paragraph about how I think HCL is kinda awkward sometimes.
</p>
<p>
Plus it's just not very eXtreme.
</p>
</section>
<section id="milk">
<header>
<a href="https://github.com/scizzorz/milk">Milk</a>
</header>
<p>
A modern, simplified porcelain for Git.
</p>
<p>
Git's UX kinda sucks a lot. It has an absurd amount of command overloading,
inconsistency between commands arguments, overwhelming complexity, unpleasant
defaults, etc. <strong>Milk</strong>
aims to cut back on a lot of these issues and provide a more user-friendly
interface to Git.
</p>
</section>
<section id="mask">
<header>
<a href="https://github.com/scizzorz/mask">Mask</a>
</header>
<p>
A cute lil programming language inspired by Lua.
</p>
</section>
<section id="vx">
<header>
<a href="https://github.com/philipdexter/vx">vx</a>
</header>
<p>
A modern terminal text editor.
</p>
<p>
This aimed to separate the user-facing command / editing interface from the
backend editor implementation. The approach was to ship a text editor that
exposed its editing API as a Python module, but with no functionality configured
by default. <strong>vx</strong> would source your <code>~/.vxrc.py</code> file
within the scope of the editor, which could then configure any keybindings,
syntax highlighting, windows / panes, etc.
</p>
<p>
It got half-assed pretty hard, but it was fun. Anyway, check out
<a href="https://github.com/xi-editor/xi-editor">xi</a>
because it seems to be an even better idea.
</p>
</section>
</body>
</html>