Skip to content

Instantly share code, notes, and snippets.

@kjgarza
kjgarza / feed.xml
Last active December 27, 2025 18:15
second-feed
This file has been truncated, but you can view the full file.
<?xml version='1.0' encoding='UTF-8'?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
<channel>
<title>Untitled Feed</title>
<link>https://example.com</link>
<description>Untitled Feed</description>
<docs>http://www.rssboard.org/rss-specification</docs>
<generator>python-feedgen</generator>
<lastBuildDate>Sat, 27 Dec 2025 17:37:39 +0000</lastBuildDate>
<item>
@kjgarza
kjgarza / myfeed.xml
Created December 25, 2025 21:42
myfeed.xml
<?xml version='1.0' encoding='UTF-8'?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
<channel>
<title>Kristian's Link Feed</title>
<link>https://kjgarza.github.io/linkfeed/feed.json</link>
<description>Links I find interesting</description>
<atom:link href="https://kjgarza.github.io/linkfeed/feed.json" rel="self"/>
<docs>http://www.rssboard.org/rss-specification</docs>
<generator>python-feedgen</generator>
<lastBuildDate>Thu, 25 Dec 2025 21:41:47 +0000</lastBuildDate>
@kjgarza
kjgarza / museum.md
Last active December 26, 2024 18:33

High-Level Concept:
Create an AI-powered museum companion app that makes discovering and appreciating art more intuitive, personal, and fun. Rather than just listing the standard metadata (artist name, date, medium), the app delivers rich, narrative-driven audio snippets on-demand, tailored to the user’s interests and curiosity level. Using computer vision and large language models (LLMs), the app identifies artworks and provides engaging “stories” behind each piece, dynamically adjusting the content to what the user cares about—cultural context, thematic interpretation, related artwork comparisons, or even behind-the-scenes curatorial insights.


Core Features Brainstorm:

  1. Image Recognition & Artwork Identification:
[
"Act as Senior Product designer \n",
"Act as Senior UX Reseacher \n",
"Act as Senior Product designer \n",
"Act as Senior Software Developer \n",
"You are British, polite, and incredibly grateful \n",
"Act as a female librarian from the mid-west. You are in search for best practices \n",
"I want you to act as a Product designer, expert in UX and UI. You have experience using gherkin syntax, defining user stories etc. \n" ,
"Act as product owner for a organisation that creates web services. you use a formal tone but a conversational style \n",
" Use a conversational tone and friendly style of communication. "
@kjgarza
kjgarza / resource_type_pallette.json
Last active July 4, 2023 09:53
palleter for fair island spec
{
"Dataset": {
"color": "#1f77b4",
"reason": "As specified"
},
"Audiovisual": {
"color": "#aec7e8",
"reason": "Representing the color of screens"
},
"Book": {
{
"aggs": {
"2": {
"terms": {
"field": "creators.nameType",
"order": {
"_count": "desc"
},
"missing": "__missing__",
"size": 3
query IntrospectionQuery {
__schema {
queryType { name }
types {
...FullType
}
directives {
name
description
locations
{
"core": {
"dimension": {
"augmentedFourth": {
"value": "1.414 * 1.414",
"type": "dimension"
},
"scale": {
"value": "2",
"type": "dimension"
category segmentation count
2021 has_subject 1700000
2021 difference 32300000
2023 has_subject 6406139
2023 difference 35441256
2023-enriched has_subject 10400000
2023-enriched difference 31447395
@kjgarza
kjgarza / example-distribution.xml
Last active March 19, 2023 09:49
ParrotGPT converting metadata using GPT models
<?xml version="1.0" encoding="UTF-8"?>
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 ../metadata.xsd">
<identifier identifierType="DOI">10.7969/4VS4-MK10</identifier>
<creators>
<creator>
<creatorName nameType="Personal">Kenkenberg, Alexander</creatorName>
<givenName>Alexander</givenName>
<familyName>Kenkenberg</familyName>
<nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org">https://orcid.org/0000-0001-5552-6921</nameIdentifier>
</creator>