Skip to content

Commit

Permalink
feat(now): update Now page, add blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
goshatch committed Nov 12, 2024
1 parent f0e9760 commit f7a9905
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 11 deletions.
27 changes: 27 additions & 0 deletions _posts/2024-11-12-now-v3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
layout: post
title: "Now page update"
date: 2024-11-12 06:10:00 +0000
location: London
categories: ['now', 'site']
---

Updated the [Now page](/now), archiving the contents below for posterity.

---

## Building a little startup

Together with my partner, an [Internal Family Systems](https://en.wikipedia.org/wiki/Internal_Family_Systems_Model) therapist, we’re building [Parts](https://parts.ifs.tools), a parts mapping tool for IFS therapists and their clients. This is my first foray into software for mental health professionals, which is something I hope to do more of down the line.

I’m excited and hopeful about building this project!

## Learning Clojure

I’ve spent my career as an engineer working with Ruby on Rails and JavaScript, but I’ve been getting into [Lisp](https://en.wikipedia.org/wiki/Lisp_(programming_language))s over the last few years, and have been wanting to put them to use on a non-trivial project.

So [Parts](https://parts.ifs.tools) is being built using [Clojure](https://clojure.org), a functional Lisp dialect running on the JVM (and [compiling to JavaScript](https://clojurescript.org/)!). It’s been really fun learning a brand new programming paradigm and a brand new ecosystem, and while it has made progress slower than if I had used tech I’m already familiar with, I feel I am growing as an engineer in the process.

## Parenting

N. is 2.5 years old, and she is an active, smart, happy child. When I re-read [my 9 months of parenting post](/2023/nine-months-of-parenting), I can’t help but smile at my old self, who seems to think he’s got it all figured out. Life with a child keeps changing, and keeps challenging us, the parents, in brand new ways every day. It can be exhausting for sure, but most of all: delightful.
20 changes: 9 additions & 11 deletions now.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,21 @@
layout: now
title: What I'm doing now
active: now
updated_at: 2023/12/03
updated_at: 2024/11/11
---

## Improving this website’s accessibility
## Building a little startup

I've been learning about accessibility and working to improve it on this website and making some slow progress. I’m posting updates on [this Mastodon thread](https://merveilles.town/@gosha/111078441324258664).
Together with my partner, an [Internal Family Systems](https://en.wikipedia.org/wiki/Internal_Family_Systems_Model) therapist, we’re building [Parts](https://parts.ifs.tools), a parts mapping tool for IFS therapists and their clients. This is my first foray into software for mental health professionals, which is something I hope to do more of down the line.

## Drawing
I’m excited and hopeful about building this project!

I love drawing but have largely abandoned it after starting university, for lack of time. I’m trying to pick it up again, with a first goal of filling up a small notebook. I’m also posting updates on Mastodon, [in this thread](https://merveilles.town/@gosha/111479225488078347).
## Learning Clojure

## Reading
I’ve spent my career as an engineer working with Ruby on Rails and JavaScript, but I’ve been getting into [Lisp](https://en.wikipedia.org/wiki/Lisp_(programming_language))s over the last few years, and have been wanting to put them to use on a non-trivial project.

Reading a lot of works by Ursula K. Le Guin recently. In particular:
So [Parts](https://parts.ifs.tools) is being built using [Clojure](https://clojure.org), a functional Lisp dialect running on the JVM (and [compiling to JavaScript](https://clojurescript.org/)!). It’s been really fun learning a brand new programming paradigm and a brand new ecosystem, and while it has made progress slower than if I had used tech I’m already familiar with, I feel I am growing as an engineer in the process.

- The Carrier Bag Theory of Fiction
- The Left Hand of Darkness
- Space Crone
## Parenting

The Left Hand of Darkness blew me away, and I much prefer it to The Dispossessed, which I had read last year. The essays have given me a lot to think about, and I have also very much enjoyed the style.
N. is 2.5 years old, and she is an active, smart, happy child. When I re-read [my 9 months of parenting post](/2023/nine-months-of-parenting), I can’t help but smile at my old self, who seems to think he’s got it all figured out. Life with a child keeps changing, and keeps challenging us, the parents, in brand new ways every day. It can be exhausting for sure, but most of all: delightful.

0 comments on commit f7a9905

Please sign in to comment.