Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
20ed56b848
4 changed files with 20 additions and 1 deletions
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"timestamp": 1714881849961
|
||||
"timestamp": 1715018706614
|
||||
}
|
11
cache/jsonfeed-to-mastodon.json
vendored
11
cache/jsonfeed-to-mastodon.json
vendored
|
@ -13147,5 +13147,16 @@
|
|||
"https://social.lol/users/cory/statuses/112386496913231157"
|
||||
],
|
||||
"lastTootTimestamp": 1714881849954
|
||||
},
|
||||
"https://www.baldurbjarnason.com/2024/react-electron-llms-labour-arbitrage/": {
|
||||
"id": "aHR0cHM6Ly93d3cuYmFsZHVyYmphcm5hc29uLmNvbS8yMDI0L3JlYWN0LWVsZWN0cm9uLWxsbXMtbGFib3VyLWFyYml0cmFnZS8=",
|
||||
"title": "🔗: React, Electron, and LLMs have a common purpose: the labour arbitrage theory of dev tool popularity via Baldur Bjarnason",
|
||||
"url": "https://www.baldurbjarnason.com/2024/react-electron-llms-labour-arbitrage/",
|
||||
"content_text": "🔗: React, Electron, and LLMs have a common purpose: the labour arbitrage theory of dev tool popularity via Baldur Bjarnason #WebDev #Tech #AI https://www.baldurbjarnason.com/2024/react-electron-llms-labour-arbitrage/",
|
||||
"date_published": "Mon, 06 May 2024 15:45:00 GMT",
|
||||
"toots": [
|
||||
"https://social.lol/users/cory/statuses/112395465951324987"
|
||||
],
|
||||
"lastTootTimestamp": 1715018706606
|
||||
}
|
||||
}
|
|
@ -201,6 +201,7 @@ hr {
|
|||
table {
|
||||
display: block;
|
||||
overflow-x: scroll;
|
||||
overscroll-behavior: contain;
|
||||
width: 100%;
|
||||
max-width: fit-content;
|
||||
margin: 0 auto;
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "React, Electron, and LLMs have a common purpose: the labour arbitrage theory of dev tool popularity"
|
||||
date: "2024-05-06T08:45:50-07:00"
|
||||
tags: ["development", "tech", "AI"]
|
||||
description: "The evolution of software development over the past decade has been very frustrating. Little of it seems to makes sense, even to those of us who are right in the middle of it."
|
||||
link: "https://www.baldurbjarnason.com/2024/react-electron-llms-labour-arbitrage/"
|
||||
---
|
Reference in a new issue