Paula Gearon

Paula Gearon @quoll

About: Just a girl, standing before a compiler, asking it to love her

Location:
Spotsylvania, VA
Joined:
Dec 1, 2018

Paula Gearon
articles - 28 total

Repetition

Sometimes, Clojure seems to miss operations that feel like they should be in clojure.core. I'm...

Learn More 2 1Mar 12

Conversational AI

Having seen a few conversations with Large Language Models (LLMs) I have been interested in seeing...

Learn More 2 0May 19 '23

Stay Classy in OWL

In an effort to publish this quickly, I am posting without proofreading. Errata is welcome. In the...

Learn More 7 0Nov 14 '22

Classification

My previous post showed how to use a reasoner like Pellet to make some interesting inferences about...

Learn More -3 0Sep 28 '22

What Can't I do, as a Rule?

I have recently been working with graph databases again, and with OWL descriptions of information....

Learn More 4 4Aug 22 '22

How fast is dc?

I was reading Tory Anderson's blog post on writing a fast Fibonacci calculator in Clojure. He uses a...

Learn More 8 2Jul 12 '22

More Immutability and Clojure

This is the second part to my post on immutability and Clojure. Missing State One...

Learn More 10 0Jun 19 '22

Immutable Vars and Clojure

People often feel at a loss when they first look at languages with immutability. I know I did. How...

Learn More 14 3Jun 18 '22

Asami

Motivation For a long time, I had been thinking that I would like to redesign Mulgara stor...

Learn More 3 0Feb 8 '21

Asami Background #2

Mulgara (again) During my last post, I wanted to start writing about what Asami does, rath...

Learn More 0 0Feb 8 '21

Asami Background

Mulgara In 2001, due to a need to store a lot of metadata and deciding that RDF was the wa...

Learn More 1 0Feb 7 '21

Clojure and the JVM

I was recently talking with someone who is learning Clojure, and while learning destructuring he show...

Learn More 10 0May 28 '20

Linux Process Memory

Process Inspection Last week I was doing (remote) computer security training with some of...

Learn More 18 0May 5 '20

Persistent Data

Part 12 of this series in data structures. Last week I learned that Dev supports the collection of p...

Learn More 0 0Apr 27 '20

Filing a Balance

In the most recent part of this series, we looked at how AVL trees are created and balanced. This pos...

Learn More 1 0Apr 21 '20

Seqing an Addendum

Printing Seqs In my previous post I referred to how executable code was "list like", and w...

Learn More 2 0Apr 19 '20

Seqing an Answer

Clojure List Structures I recently needed to process data structures in Clojure, handling...

Learn More 14 2Apr 19 '20

A Symmetric Position

Part 10 is really just a continuation of Part 9, cleaning up the code into something a little more pr...

Learn More 1 0Apr 16 '20

A Balanced Tree

Part 9 arrives after many months, following many personal events, and now a worldwide pandemic. You'l...

Learn More 2 1Apr 16 '20

Clojure Transducers

With a personal life that gets in the way of writing, I've been on a short hiatus, but I do plan to r...

Learn More 20 0Jan 2 '20

Save the Trees

Part 8, with part 7 back here, or go back to the beginning. Revisiting Mapped Files Now t...

Learn More 6 0Sep 10 '19

Shaking the Tree

Part 7, with part 6 back here, or go back to the beginning here. A New Structure The exam...

Learn More 8 0Sep 5 '19

Mapping the Way

Part 6 in a series on me trying to sort through a database design. Part 5 is here, and the beginning...

Learn More 6 0Aug 22 '19

Storage

Part 5 in a series on how I'm building a database. Part 4 was here, and the beginning was here....

Learn More 4 2Aug 22 '19

Buffering Up

Part 4 in this meandering journey toward durable data structures. Part 3 was here, or go back to the...

Learn More 6 0Aug 19 '19

A Simple Structure in Binary

Part 3 of this story that is taking too long to get to the point. The previous part can be found here...

Learn More 13 1Aug 18 '19

A Simple Structure

This is the second part of my rambling discussion on stuff I want to build. You can find the first pa...

Learn More 10 2Aug 17 '19

What's with data structures?

Where I’m coming from This blog is going to ramble. That’s OK. I’m writing it for me, not...

Learn More 16 0Aug 16 '19