Logo for Sneaky Crow, LLC (vector art of a crow with a green baseball cap on)

Brain Juice

tech

10/21/2024

Pushing notifications to the client from Postgres

Pushing postgres `LISTEN` events to a web client via websockets with Rust

tech

10/15/2024

Creating a queue for video processing

Using Rust and Postgres, we'll create a queue system for our video processing pipeline

tech

10/13/2024

Creating a small video streaming service

a devlog for how to create a small video streaming service

tech

9/7/2024

unwrapped - unwrapping spotify wrapped

Extending Spotify's Wrapped feature to include more data and more insights

art

8/12/2024

You Should Read: The Mountain in the Sea by Ray Nayler

An review of the novella The Mountain in the Sea by Ray Nayler

tech

7/18/2024

New Lab: GAML

A tool for generating 'edits' made to a blog post

tech

6/13/2024

Playing with Gleam

A high level exploration of the gleam language, a new programming language

tech

5/12/2024

Long-running backend async tasks in tauri v2

How to run backend async tasks in tauri v2 and push data to the frontend

tech

7/30/2023

Running a Bevy game in SvelteKit

Running your bevy games with wasm in SvelteKit

tech

3/16/2023

beautiful rust

Just me admiring my favorite language

tech

12/27/2022

Custom Static Site Generator - handlebars & SCSS

The second part of setting up a static site generator, setting up initial templating

tech

11/26/2022

Custom Static Site Generator - planning & initialization

The initial project setup and planning phase of setting up a static site generator