diff --git a/src/index.html b/src/index.html index fc4d82c..fb368a1 100644 --- a/src/index.html +++ b/src/index.html @@ -55,6 +55,12 @@ products and income. GS has a coarse-grained roadmap towards the mission.

Current Status: Bootstrapping

+

Current Estimate: Behind!

+ +

Development moves forward, as does planning the business. Development is +behind pace -- a busy schedule and a young child are difficult to wrangle! How +does a one year bump, if that were to happen, impact the overall roadmap?

+
Bootstrapping (2024)
Establish open source libraries and build the first product. Establish diff --git a/src/oss.html b/src/oss.html index dddddc4..7e2cedb 100644 --- a/src/oss.html +++ b/src/oss.html @@ -108,6 +108,46 @@ Maven/Ivy repositories at this time.

+
+

Incubator

+
+ +
gs-crypto + (Scala 3) (Library)
+
Based on JVM standard implementations and Bouncy Castle. Working to define + some crypto interfaces for GS projects in a way that works well with + Scala.
+ +
smolban + (Scala 3) (Application)
+
Fun side-project to create a small/minimal Kanban oriented system. Light on + process, helps prove out certain concepts in a non-critical + application.
+ +
torii (Scala 3) (Application) (Library)
+
No code is yet pushed. The intent is to create a reusable + Authentication/Authorization featureset for GS software and anyone that + wants to use it.
+ +
+
+ +
+

Commentary

+ +

2024-06-10

+ +

During application development I keep getting hung up on different +dependencies such as crypto, the concept of a user, different core model types, +and other general things. While I've drafted suitable implementations before, +I want them in a clean, tested, well-organized set of packages.

+ +

I'm currently in the middle of a multi-week hiatus due to multiple types of +travel and other extreme schedule impact. Development set to resume in the +latter half of June.

+ +
+