Skip to content

Commit 1cceaab

Browse files
committed
edit
1 parent 8340044 commit 1cceaab

File tree

10 files changed

+14
-1
lines changed

10 files changed

+14
-1
lines changed

city_worker_exchange_program.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: City Worker Exchange Program
33
publish_date: 2022-08-04
4+
layout: post.tsx
45
---
56

67
An international exchange program should be established for workers in local

colorize.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Automatic Colorization
33
publish_date: 2016-01-08
4+
layout: post.tsx
45
---
56

67
Have you seen Reddit's

deno.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"tasks": {
33
"dev": "deno task lume -s",
4-
"deploy-staging": "deployctl deploy --project=tinyclouds main.js",
4+
"deploy": "deno deploy",
55
"lume": "echo \"import 'lume/cli.ts'\" | deno run -A -",
66
"build": "deno task lume",
77
"serve": "deno task lume -s"
@@ -26,5 +26,9 @@
2626
"plugins": [
2727
"https://deno.land/x/[email protected]/lint.ts"
2828
]
29+
},
30+
"deploy": {
31+
"org": "ry",
32+
"app": "tinyclouds"
2933
}
3034
}

iocp_links.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Asynchronous I/O in Windows for Unix Programmers
33
publish_date: 2011-04-26
4+
layout: post.tsx
45
---
56

67
This document was an attempt at understanding how best to port Node.js to

javascript_containers.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: JavaScript Containers
33
publish_date: 2022-05-04
4+
layout: post.tsx
45
---
56

67
The majority of server programs are Linux programs. They consist of a file

optimistic_nihilism.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Optimistic Nihilism
33
publish_date: 2017-10-22
44
cover_html: <svg class="w-full" height="350" width="100%" background="black"><circle cx="50%" cy="170" r="150" stroke="white" stroke-width="10" fill="black" alpha="50%"/></svg>
55
background: "#eef"
6+
layout: post.tsx
67
---
78

89
This post is in response to the

rant.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: I hate almost all software
33
publish_date: 2011-09-29
4+
layout: post.tsx
45
---
56

67
It's unnecessary and complicated at almost every layer. At best I can

residency.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Google Brain Residency
33
publish_date: 2017-06-06
44
background: white
5+
layout: post.tsx
56
---
67

78
Last year, after [nerding](http://tinyclouds.org/colorize/)

trademark.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Dear Oracle, Please Release the JavaScript Trademark
33
publish_date: 2022-09-03
4+
layout: post.tsx
45
---
56

67
[In 1995 Netscape partnered with Sun Microsystems to create interactive

underestimating-ai.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: We're Still Underestimating What AI Really Means
33
publish_date: 2025-06-14
4+
layout: post.tsx
45
---
56

67
Most people are focused on short-term gains. Another tech wave, another startup

0 commit comments

Comments
 (0)