Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
ff77bdaf36
9 changed files with 36 additions and 12 deletions
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"timestamp": 1717013010631
|
"timestamp": 1717028029136
|
||||||
}
|
}
|
27
cache/jsonfeed-to-mastodon.json
vendored
27
cache/jsonfeed-to-mastodon.json
vendored
|
@ -13825,7 +13825,10 @@
|
||||||
"url": "https://www.mayank.co/blog/web-components-considered-harmful/",
|
"url": "https://www.mayank.co/blog/web-components-considered-harmful/",
|
||||||
"content_text": "🔗: 'Web components' considered harmful via Mayank #Tech #WebDev #JavaScript https://www.mayank.co/blog/web-components-considered-harmful/",
|
"content_text": "🔗: 'Web components' considered harmful via Mayank #Tech #WebDev #JavaScript https://www.mayank.co/blog/web-components-considered-harmful/",
|
||||||
"date_published": "Wed, 29 May 2024 17:47:00 GMT",
|
"date_published": "Wed, 29 May 2024 17:47:00 GMT",
|
||||||
"toots": []
|
"toots": [
|
||||||
|
"https://social.lol/users/cory/statuses/112526636930211664"
|
||||||
|
],
|
||||||
|
"lastTootTimestamp": 1717020216882
|
||||||
},
|
},
|
||||||
"https://www.todayintabs.com/p/fracking-web": {
|
"https://www.todayintabs.com/p/fracking-web": {
|
||||||
"id": "aHR0cHM6Ly93d3cudG9kYXlpbnRhYnMuY29tL3AvZnJhY2tpbmctd2Vi",
|
"id": "aHR0cHM6Ly93d3cudG9kYXlpbnRhYnMuY29tL3AvZnJhY2tpbmctd2Vi",
|
||||||
|
@ -13837,5 +13840,27 @@
|
||||||
"https://social.lol/users/cory/statuses/112526164660375290"
|
"https://social.lol/users/cory/statuses/112526164660375290"
|
||||||
],
|
],
|
||||||
"lastTootTimestamp": 1717013010622
|
"lastTootTimestamp": 1717013010622
|
||||||
|
},
|
||||||
|
"https://coryd.dev/posts/2024/partnering-with-an-ai-company-means-i-can-no-longer-trust-your-output/": {
|
||||||
|
"id": "aHR0cHM6Ly9jb3J5ZC5kZXYvcG9zdHMvMjAyNC9wYXJ0bmVyaW5nLXdpdGgtYW4tYWktY29tcGFueS1tZWFucy1pLWNhbi1uby1sb25nZXItdHJ1c3QteW91ci1vdXRwdXQv",
|
||||||
|
"title": "📝: Partnering with an AI company means I can no longer trust your output",
|
||||||
|
"url": "https://coryd.dev/posts/2024/partnering-with-an-ai-company-means-i-can-no-longer-trust-your-output/",
|
||||||
|
"content_text": "📝: Partnering with an AI company means I can no longer trust your output #Tech #AI #Journalism https://coryd.dev/posts/2024/partnering-with-an-ai-company-means-i-can-no-longer-trust-your-output/",
|
||||||
|
"date_published": "Wed, 29 May 2024 21:58:00 GMT",
|
||||||
|
"toots": [
|
||||||
|
"https://social.lol/users/cory/statuses/112526906768202894"
|
||||||
|
],
|
||||||
|
"lastTootTimestamp": 1717024334301
|
||||||
|
},
|
||||||
|
"https://aworkinglibrary.com/writing/against-optimization": {
|
||||||
|
"id": "aHR0cHM6Ly9hd29ya2luZ2xpYnJhcnkuY29tL3dyaXRpbmcvYWdhaW5zdC1vcHRpbWl6YXRpb24=",
|
||||||
|
"title": "🔗: Against optimization via Mandy Brown",
|
||||||
|
"url": "https://aworkinglibrary.com/writing/against-optimization",
|
||||||
|
"content_text": "🔗: Against optimization via Mandy Brown #Tech https://aworkinglibrary.com/writing/against-optimization",
|
||||||
|
"date_published": "Wed, 29 May 2024 21:21:00 GMT",
|
||||||
|
"toots": [
|
||||||
|
"https://social.lol/users/cory/statuses/112527148912147461"
|
||||||
|
],
|
||||||
|
"lastTootTimestamp": 1717028029128
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -43,7 +43,8 @@
|
||||||
{%- assign ogImage = meta.meta_data.opengraph_default -%}
|
{%- assign ogImage = meta.meta_data.opengraph_default -%}
|
||||||
{%- case schema -%}
|
{%- case schema -%}
|
||||||
{%- when 'blog' -%}
|
{%- when 'blog' -%}
|
||||||
{%- assign ogImage = meta.url | append: '/assets/img/ogi/' | append: title | slugifyString | append: '-preview.png' -%}
|
{%- assign ogBlogSlug = title | slugifyString -%}
|
||||||
|
{%- assign ogImage = meta.url | append: '/assets/img/ogi/' | append: ogBlogSlug | append: '-preview.png' -%}
|
||||||
{%- when 'music' -%}
|
{%- when 'music' -%}
|
||||||
{%- assign ogImage = music.recent.artists[0].image -%}
|
{%- assign ogImage = music.recent.artists[0].image -%}
|
||||||
{%- when 'music-index' -%}
|
{%- when 'music-index' -%}
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
<a href="{{ album.artist_url }}" title="Learn more about {{ album.artist | escape }}">
|
<a href="{{ album.artist_url }}" title="Learn more about {{ album.artist | escape }}">
|
||||||
{{ album.artist }}
|
{{ album.artist }}
|
||||||
</a>
|
</a>
|
||||||
<span> • <a href="https://coryd.dev/music/genres/{{ album.genre | slugify | downcase }}" title="Learn more about {{ album.genre | escape }}">{{ album.genre }}</a></span>
|
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
|
@ -7,13 +7,6 @@
|
||||||
& .link-box {
|
& .link-box {
|
||||||
border: 1px solid var(--gray-light);
|
border: 1px solid var(--gray-light);
|
||||||
padding: var(--sizing-xs) var(--sizing-sm);
|
padding: var(--sizing-xs) var(--sizing-sm);
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
& button {
|
|
||||||
position: absolute;
|
|
||||||
bottom: var(--sizing-sm);
|
|
||||||
right: var(--sizing-sm);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
7
src/links/2024/2024-05-29-against-optimization.md
Normal file
7
src/links/2024/2024-05-29-against-optimization.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
title: "Against optimization"
|
||||||
|
date: "2024-05-29T14:21:14-07:00"
|
||||||
|
tags: ['tech']
|
||||||
|
description: "One of the most inescapable edicts when leading a team is the order to optimize the system towards the organization’s goals. It comes up across industries and at every conceivable stage of an organization, whether an early-stage startup optimizing for experimentation or a later-stage group optimizing for growth or an aged institution optimizing for preserving revenue."
|
||||||
|
link: "https://aworkinglibrary.com/writing/against-optimization"
|
||||||
|
---
|
|
@ -21,7 +21,6 @@ permalink: "/links/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}
|
||||||
</a>
|
</a>
|
||||||
{% if author %} via {{ author }}{% endif %}
|
{% if author %} via {{ author }}{% endif %}
|
||||||
{% render "partials/widgets/tags.liquid", tags:link.data.tags %}
|
{% render "partials/widgets/tags.liquid", tags:link.data.tags %}
|
||||||
{% render "partials/widgets/share-button.liquid", url:link.data.link, title:link.data.title, tagMap:collections.tagMap %}
|
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
Reference in a new issue