From e9eeff880e4d5afc962397ab59647b973149488c Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Fri, 27 Jun 2025 23:08:38 -0400 Subject: [PATCH] don't commit external-resource caches --- ...venty-fetch-c0a85dcc594cc0b9fa9c7be065ad5e | 1 - ...-fetch-c0a85dcc594cc0b9fa9c7be065ad5e.text | 183 ------------------ .gitignore | 1 + 3 files changed, 1 insertion(+), 184 deletions(-) delete mode 100644 .cache/eleventy-fetch-c0a85dcc594cc0b9fa9c7be065ad5e delete mode 100644 .cache/eleventy-fetch-c0a85dcc594cc0b9fa9c7be065ad5e.text diff --git a/.cache/eleventy-fetch-c0a85dcc594cc0b9fa9c7be065ad5e b/.cache/eleventy-fetch-c0a85dcc594cc0b9fa9c7be065ad5e deleted file mode 100644 index 8d33666..0000000 --- a/.cache/eleventy-fetch-c0a85dcc594cc0b9fa9c7be065ad5e +++ /dev/null @@ -1 +0,0 @@ -{"cachedAt":1751050127345,"type":"text","metadata":{"response":{"url":"https://links.apps.seigler.net/feed/atom?&searchtags=%24webroll","status":200,"headers":{"cache-control":"no-store, no-cache, must-revalidate, post-check=0, pre-check=0","connection":"keep-alive","content-length":"8674","content-security-policy":"upgrade-insecure-requests","content-type":"application/atom+xml; charset=utf-8","date":"Fri, 27 Jun 2025 18:48:47 GMT","expires":"Thu, 19 Nov 1981 08:52:00 GMT","last-modified":"Fri, 27 Jun 2025 18:48:47 GMT","permissions-policy":"interest-cohort=()","pragma":"no-cache","server":"nginx","set-cookie":"shaarli=b2oq0nmgum43e298gdeb06g661; domain=links.apps.seigler.net","strict-transport-security":"max-age=63072000; includeSubDomains; preload","x-content-type-options":"nosniff","x-download-options":"noopen","x-frame-options":"SAMEORIGIN","x-permitted-cross-domain-policies":"none","x-sso-wat":"You've just been SSOed","x-xss-protection":"1; mode=block"}}}} \ No newline at end of file diff --git a/.cache/eleventy-fetch-c0a85dcc594cc0b9fa9c7be065ad5e.text b/.cache/eleventy-fetch-c0a85dcc594cc0b9fa9c7be065ad5e.text deleted file mode 100644 index bef3340..0000000 --- a/.cache/eleventy-fetch-c0a85dcc594cc0b9fa9c7be065ad5e.text +++ /dev/null @@ -1,183 +0,0 @@ - - - Shaarli - Shaared links - - 2025-06-27T14:41:37-04:00 - - - - - - Shaarli - https://links.apps.seigler.net/ - - https://links.apps.seigler.net/ - Shaarli - - - Comic Helvetic Font | dafont.com - - - - https://links.apps.seigler.net/shaare/WUenqw - - 2025-06-26T10:29:51-04:00 - 2025-06-27T14:41:37-04:00 - -

I don't understand why this feels ok but Comic Sans makes my skin crawl.

- -
Permalink]]>
- - - - - - - - - - - - -
- - - NIKA:\git-revise\> - - - - https://links.apps.seigler.net/shaare/-cyjHA - - 2025-06-18T12:18:36-04:00 - 2025-06-27T13:10:02-04:00 - -

git-revise is a history editing tool designed for the patch-stack workflow. It's fast, non-destructive, and aims to provide a familiar, powerful, and easy to use re-imagining of the patch stack workflow.

- -
Permalink]]>
- - - - - - - - - - - - -
- - - Markdown Code Blocks With a Title / Filename - Lusitos Tech Blog - - - - https://links.apps.seigler.net/shaare/iRIOLg - - 2025-06-14T22:28:23-04:00 - 2025-06-27T13:10:02-04:00 - -

Smart alternative to immediately using some kind of markdown extension or plugin. Good perspective.

- -
Permalink]]>
- - - - - - - - - - - - -
- - - MidWord! The world's favorite word guessing game - - - - https://links.apps.seigler.net/shaare/fS7Wtg - - 2025-06-14T04:28:49+00:00 - 2025-06-27T13:10:02-04:00 - -

Just found my new favorite long-car-ride verbal game!

- -
Permalink]]>
- - - - - - - - - - - - -
- - - Verissimo Monthly - May 2025 - by Binyamin Grobman - - - - https://links.apps.seigler.net/shaare/NWhCQg - - 2025-06-03T17:39:50+00:00 - 2025-06-27T13:10:02-04:00 - -

The Unreliability of LLMs & What Lies Ahead

- -
Permalink]]>
- - - - - - - - - - - - -
- - - Keeping up appearances | deadSimpleTech - - - - https://links.apps.seigler.net/shaare/3e_KhA - - 2025-05-31T04:02:35+00:00 - 2025-06-27T13:10:02-04:00 - -

The only reason that LLMs took root in the first place was because our societies in the anglosphere have already developed cultures solely devoted to gaining status and keeping up the appearance of doing things rather than actually doing them. All other values, increasingly including even the accumulation of wealth (while this is still very much a thing that people pursue, wealth is increasingly becoming a proxy for status more than something desired in itself) are becoming subordinated to symbolic status games completely detached from anything real.

- -
Permalink]]>
- - - - - - - - - - - - - - -
- -
diff --git a/.gitignore b/.gitignore index 51e0a7d..d9fa929 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ dist node_modules .plugin-clean +.cache \ No newline at end of file