-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
260 lines (260 loc) · 11.7 KB
/
index.html
File metadata and controls
260 lines (260 loc) · 11.7 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
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
<!DOCTYPE html>
<html lang="en">
<head>
<!--
Hello web traveller. Be careful out there.
-->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2">
<meta name="description" content="A Filipino developer's projects, thoughts, and experiments">
<link href="/css/fonts.css" rel="stylesheet">
<link rel="alternate" title="Brainchild Projects Posts" type="application/atom+xml" href="https://brainchildprojects.com/atom.xml">
<link rel="stylesheet" href="/css/prism.css">
<link rel="stylesheet" href="/css/main.css">
<script src="/js/prism.js"></script>
<script src="/js/scripts.js" type="module"></script>
<link type="text/plain" rel="author" href="/humans.txt">
<link rel="shortcut icon" href="/favicon.ico">
<title>Brainchild Projects</title>
</head>
<body>
<div class="container">
<header class="page-header">
<h1 class="branding">
<span class="logo">
<object data="/images/logo_red.svg" type="image/svg+xml" alt="Brainchild Projects Logo">
<img src="/images/logo_red.png" alt="Brainchild Projects Logo">
</object>
<noscript>
<span>Brainchild Projects</span>
</noscript>
</span>
</h1>
<p>Projects + Thoughts + Experiments</p>
</header>
<main>
<section class="posts" aria-label="Posts">
<h2>
<a href="/posts">Recent Posts</a>
</h2>
<article class="summary">
<h3>
<a href="https://brainchildprojects.com/posts/code-for-humans/">Code for Humans</a>
</h3>
<div class="meta">
<time datetime="2025-02-27T20:00:00+08:00">Feb 27, 2025</time>
</div>
<div>
<p>
If you’re reading this, you are reading a web page generated by <a
href="https://codeberg.org/asartalo/assg">a static site generator I built</a>. Before this, I used
<a href="https://gohugo.io/">Hugo</a> and then <a href="https://www.getzola.org/">Zola</a>. Both are
great at what they do, but they had a lot of features I didn’t need and some features I wanted that
they didn’t have. One of the key features I really wanted was the ability to format the HTML code
generated by the static site generator.
</p>
<p><a href="https://brainchildprojects.com/posts/code-for-humans/">Read more…</a></p>
</div>
</article>
<article class="summary">
<h3>
<a href="https://brainchildprojects.com/posts/close-sourcing-as-strategy/">Close Sourcing as Strategy</a>
</h3>
<div class="meta">
<time datetime="2024-03-04T00:00:00+08:00">Mar 4, 2024</time>
</div>
<div>
<p>
Today I felt really upset about something that I shouldn’t have to be. I needed to add a tool to an
open-source project I’m working on, and after some searching on the web, I found one that I could
use. But then I learned that the project had been moved to a paid service after being open source
for a while. I felt betrayed and unreasonably angry, even though I understood perfectly why the
developers chose to do this.
</p>
<p><a href="https://brainchildprojects.com/posts/close-sourcing-as-strategy/">Read more…</a></p>
</div>
</article>
<article class="summary">
<h3>
<a href="https://brainchildprojects.com/posts/exceptions-are-part-of-the-interface/">Exceptions are Part of the Interface</a>
</h3>
<div class="meta">
<time datetime="2024-02-26T15:20:00+08:00">Feb 26, 2024</time>
</div>
<div>
<p>
I think I’ve known this for a long time now but it’s only today that I’ve fully articulated this by
myself. A lot of smarter people have talked about this before but it’s only today that I’ve put this
idea into words on my own.
</p>
<p><a href="https://brainchildprojects.com/posts/exceptions-are-part-of-the-interface/">Read more…</a></p>
</div>
</article>
<article class="summary">
<h3>
<a href="https://brainchildprojects.com/posts/happy-birthday-dinosaur/">Happy Birthday, Dinosaur</a>
</h3>
<div class="meta">
<time datetime="2019-04-09T00:33:48+08:00">Apr 9, 2019</time>
</div>
<div>
<p>Happy birthday, Dinosaur. You’re still here and that’s awesome.</p>
<p><a href="https://brainchildprojects.com/posts/happy-birthday-dinosaur/">Read more…</a></p>
</div>
</article>
<article class="summary">
<h3>
<a href="https://brainchildprojects.com/posts/refactoring-nitrolinks-part-3-pondo-cleanup/">Refactoring Nitrolinks Part 3: Pondo Cleanup</a>
</h3>
<div class="meta">
<time datetime="2017-10-12T00:08:01+08:00">Oct 12, 2017</time>
</div>
<div>
<p>
This is Part 3 of a series of posts about refactoring
<a href="https://github.com/asartalo/pondo">Nitrolinks</a>
out of <a href="https://github.com/asartalo/pondo">Pondo</a>. Last time we’ve
<a href="@/posts/refactoring-nitrolinks-part-2.md">successfully copied the Nitrolinks tests from
Pondo</a>
but left the original tests on Pondo. This time we’ll move them out of Pondo for
good.
</p>
<p>
<a href="https://brainchildprojects.com/posts/refactoring-nitrolinks-part-3-pondo-cleanup/">Read
more…</a>
</p>
</div>
</article>
</section>
<section class="projects" aria-label="Projects">
<h2>Projects</h2>
<ul class="projects-list active-projects">
<li>
<h3>
<a href="https://brainchildprojects.com/projects/assg/">ASSG</a>
</h3>
<p class="description">Asartalo’s Static Site Generator (ASSG) is a static site generator built specifically for my needs.</p>
<p class="meta"><strong>Status: </strong> active</p>
</li>
<li>
<h3>
<a href="https://brainchildprojects.com/projects/diligence/">Diligence</a>
</h3>
<p class="description">
Diligence is a free and open-source, tree-based task management app that lets you breakdown tasks to
actionable tasks lessening overwhelm and a focus view to keep you on track.
</p>
<p class="meta"><strong>Status: </strong> active</p>
</li>
<li>
<h3>
<a href="https://brainchildprojects.com/projects/shfonts/">shfonts</a>
</h3>
<p class="description">Command line tool to download fonts from third-party font hosting sites for self-hosting.</p>
<p class="meta"><strong>Status: </strong> active</p>
</li>
<li>
<h3>
<a href="https://brainchildprojects.com/projects/printables/">Printables</a>
</h3>
<p class="description">Printable materials and worksheets for education.</p>
<p class="meta"><strong>Status: </strong> active</p>
</li>
<li>
<h3>
<a href="https://brainchildprojects.com/projects/release-tools/">Release Tools</a>
</h3>
<p class="description">
A collection of scripts to help with creating releases for publishing libraries, dart packages, and
flutter projects.
</p>
<p class="meta"><strong>Status: </strong> active</p>
</li>
</ul>
<h2>Previous Projects</h2>
<ul class="projects-list">
<li>
<h2>
<a href="https://brainchildprojects.com/projects/okee/">Okee!</a>
</h2>
<p class="description">A YouTube-powered karaoke app for collaborative parties!</p>
<p class="meta"><strong>Status: </strong> inactive</p>
</li>
<li>
<h2>
<a href="https://brainchildprojects.com/projects/nitrolinks/">Nitrolinks</a>
</h2>
<p class="description">A PJAX-like library for making website navigation fast and more like modern web apps.</p>
<p class="meta"><strong>Status: </strong> inactive</p>
</li>
<li>
<h2>
<a href="https://brainchildprojects.com/projects/pondo/">Pondo</a>
</h2>
<p class="description">
An experiment in creating a mobile web application without using a big frontend framework like
Angular, React, or Ember but performs and feels like a single page app.
</p>
<p class="meta"><strong>Status: </strong> inactive</p>
</li>
<li>
<h2>
<a href="https://brainchildprojects.com/projects/spogoto/">Spogoto</a>
</h2>
<p class="description">
An attempt to make a stack-based programming language with gotos. It is heavily inspired by the Push
3.0 programming language, and its gopush implementation.
</p>
<p class="meta"><strong>Status: </strong> inactive</p>
</li>
<li>
<h2>
<a href="https://brainchildprojects.com/projects/aswf/">Asar Web Framework</a>
</h2>
<p class="description">
Asar Web Framework is an attempt to create a Resource-Oriented web framework in PHP. Asar was
created mostly for educational purposes. Inspired by Solar Framework, Konstrukt, and Ruby on Rails.
</p>
<p class="meta"><strong>Status: </strong> completed</p>
</li>
<li>
<h2>
<a href="https://brainchildprojects.com/projects/silly/">Silly: The Silly Little CLI Tool</a>
</h2>
<p class="description">
Silly is a PHP-based tool for quickly creating commandline scripts. Silly makes it easy for you to
write your script by simply writing a PHP class definition. It's that easy!
</p>
<p class="meta"><strong>Status: </strong> completed</p>
</li>
<li>
<h2>
<a href="https://brainchildprojects.com/projects/anodoc/">Anodoc</a>
</h2>
<p class="description">Anodoc is a lightweight doc comment/block parser written in PHP.</p>
<p class="meta"><strong>Status: </strong> completed</p>
</li>
</ul>
</section>
</main>
<footer class="page-footer">
<p>
<a property="dct:title" rel="cc:attributonURL" href="https://brainchildprojects.com"
>BrainchildProjects.com</a><br>
© 2017-2025 by <span property="cc:attributionName">Wayne Duran</span><br>
All text and media on this site<br>
are licensed under<br>
<a class="cc-license" href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1"
target="_blank" rel="license noopener noreferrer">CC BY 4.0
<img alt="CC: Creative Commons"
src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1">
<img alt="Attributions"
src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1">
</a><br>
unless stated otherwise
</p>
</footer>
</div>
</body>
</html>