TensorFlake

TensorFlake

Thoughts on AI, code, and building things that matter


Welcome to TensorFlake

By TensorFlake May 1, 2025 Posted in General
Welcome to TensorFlake

Welcome to TensorFlake — a place to share ideas, experiments, and lessons learned at the intersection of AI, software engineering, and thoughtful design.

What is TensorFlake?

TensorFlake is a personal blog and knowledge base. The name is a nod to two things: the tensors that power modern machine learning models, and the snowflake — a reminder that every solution, every dataset, and every problem is unique.

What to Expect

You can look forward to posts covering:

Writing Your First Post

To add a new article, create a .md file inside src/content/article/. Use this frontmatter template:

---
title: "Your Post Title"
description: "A short description for SEO and previews"
pubDate: 2025-05-01
author: "Your Name"
category: "Technology"
tags: ["tag1", "tag2"]
featured: false
thumb: "https://your-image-url.com/thumb.jpg"
large: "https://your-image-url.com/large.jpg"
---

Your content in Markdown goes here.

That is all you need. Push to your GitHub repository and Cloudflare Pages will build and deploy automatically within a minute.

Built With

This site is built with:


Thanks for stopping by. More posts coming soon.