Merge branch 'main' of github.com:cdransf/coryd.dev

This commit is contained in:
Cory Dransfeldt 2024-05-29 20:47:30 -07:00
commit ff77bdaf36
No known key found for this signature in database
9 changed files with 36 additions and 12 deletions

View file

@ -1,3 +1,3 @@
{
"timestamp": 1717013010631
"timestamp": 1717028029136
}

View file

@ -13825,7 +13825,10 @@
"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/",
"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": {
"id": "aHR0cHM6Ly93d3cudG9kYXlpbnRhYnMuY29tL3AvZnJhY2tpbmctd2Vi",
@ -13837,5 +13840,27 @@
"https://social.lol/users/cory/statuses/112526164660375290"
],
"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
}
}

View file

@ -43,7 +43,8 @@
{%- assign ogImage = meta.meta_data.opengraph_default -%}
{%- case schema -%}
{%- 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' -%}
{%- assign ogImage = music.recent.artists[0].image -%}
{%- when 'music-index' -%}

View file

@ -13,7 +13,6 @@
<a href="{{ album.artist_url }}" title="Learn more about {{ album.artist | escape }}">
{{ album.artist }}
</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>
{% endfor %}
</ul>

View file

@ -7,13 +7,6 @@
& .link-box {
border: 1px solid var(--gray-light);
padding: var(--sizing-xs) var(--sizing-sm);
position: relative;
}
& button {
position: absolute;
bottom: var(--sizing-sm);
right: var(--sizing-sm);
}
}

View 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 organizations 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"
---

View file

@ -21,7 +21,6 @@ permalink: "/links/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber }}
</a>
{% if author %} via {{ author }}{% endif %}
{% 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>
{% endfor %}
</div>