Skip to content

Commit 889883f

Browse files
committed
wip
1 parent 1b16e17 commit 889883f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

content/blog/2024-11-29-llm-coding.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
+++
2+
title = "LLM coding"
3+
date = "2024-11-29"
4+
draft = true
5+
+++
6+
7+
The AI winter of 2025 has still yet to hit, and LLMs seem to be just a hot a topic as ever. In our increasingly polarized world, it seems it is increasingly required to pick a pole. With AI, that seems to be either you are a blockchain, thetan level 9000 supporter of the oncoming AIpocalyspe, or AI is the worst thing to happen since our ancestors decided to leave the trees to check out the ground.
8+
9+
Obviously, everyone knows the reality is a bit more nuanced than that. But the battle lines are clear.
10+
<!-- more -->
11+
12+
## AI, the best thing to happ

scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22
zola build &&
3-
rsync -avz public/{.,}* bensrv:/var/www/ben/ &&
3+
rsync -avz public/{.,}* bensrv:/var/www/ben/

0 commit comments

Comments
 (0)