Skip to content

Commit

Permalink
Add more stuff
Browse files Browse the repository at this point in the history
Fixes #126
Fixes #127
  • Loading branch information
Fleker committed May 25, 2023
1 parent 06bedb5 commit 2fbf337
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
28 changes: 28 additions & 0 deletions src/entries.articles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,32 @@ export default [
name: "DALL-E 2 and Prompt Engineering",
date: "November 28 2022"
},
{
type: "Articles",
link: "https://fleker.medium.com/there-is-no-ai-alignment-problem-f0882404c0f9",
linkText: "Read on Medium",
name: "There is no AI Alignment Problem",
date: "March 5 2023"
},
{
type: "Articles",
link: "https://fleker.medium.com/generative-ai-will-replace-journalists-heres-why-that-s-good-8bc2ebbcfeb0",
linkText: "Read on Medium",
name: "Generative AI will replace journalists. Here’s why that’s good.",
date: "May 8 2023"
},
{
type: "Articles",
link: "https://fleker.medium.com/list/gem5-research-220c949d4159",
linkText: "Read on Medium",
name: "Series on Gem5",
date: "April 22 2023"
},
{
type: "Articles",
link: "https://fleker.medium.com/improving-cel-performance-with-streaming-api-4a8282008851",
linkText: "Read on Medium",
name: "Improving CEL performance with streaming API",
date: "May 22 2023"
},
]
11 changes: 10 additions & 1 deletion src/entries.books.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default [
"linkText": "Purchase eBook",
"date": "March 1 2023"
},
{
{
"type": "Books",
"name": "The Devout Envoy",
"series": "The Spectre of War",
Expand All @@ -51,4 +51,13 @@ export default [
"linkText": "Purchase eBook",
"date": "April 13 2023"
},
{
"type": "Books",
"name": "The Feckless King",
"series": "The Spectre of War",
"seriesNo": "5",
"link": "https://www.amazon.com/dp/B0C491YRB4",
"linkText": "Purchase eBook",
"date": "May 3 2023"
},
]

0 comments on commit 2fbf337

Please sign in to comment.