This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../core-icons/core-icons.html"> | |
<link rel="import" href="../paper-icon-button/paper-icon-button.html"> | |
<link rel="import" href="../paper-progress/paper-progress.html"> | |
<link rel="import" href="../paper-button/paper-button.html"> | |
<polymer-element name="kukto-player"> | |
<template> | |
<style> | |
:host { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../paper-tabs/paper-tabs.html"> | |
<link rel="import" href="../paper-tabs/paper-tab.html"> | |
<link rel="import" href="../topeka-elements/topeka-resources.html"> | |
<link rel="import" href="../topeka-elements/topeka-leaderboard.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-icons/core-icons.html"> | |
<link rel="import" href="../core-icons/av-icons.html"> | |
<link rel="import" href="../paper-fab/paper-fab.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../core-input/core-input.html"> | |
<link rel="import" href="../paper-input/paper-input.html"> | |
<link rel="import" href="../paper-progress/paper-progress.html"> | |
<link rel="import" href="../core-icons/core-icons.html"> | |
<link rel="import" href="../core-icons/av-icons.html"> | |
<link rel="import" href="../paper-fab/paper-fab.html"> | |
<polymer-element name="my-element"> | |
<template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../paper-toast/paper-toast.html"> | |
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; | |
width: 100%; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Deploy target SSH details | |
DEPLOY_TARGET_USER="user" | |
DEPLOY_TARGET_IP="deploy-target-ip" | |
DJANGO_SECRET_KEY=$(python -c 'from django.core.management.utils import get_random_secret_key; print(get_random_secret_key())') | |
# Set up project-specific details | |
export DJANGO_SECRET_KEY="your_secret_key" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- PROMPT TEMPLATE | |
"abandoned" or "vacant" buildings | |
in {CITY} {STATE}, | |
that could meet a basic human shelter requirements list: | |
{HUMAN_SHELTER_REQUIREMENTS_LIST} | |
specific provenance documentation, | |
parcel data, GIS data | |
Ensure Constraints ( |
Constraint restatement is the tendency for constraints in prompts to be reproduced in the output - notice that in sudolang https://github.com/paralleldrive/sudolang-llm-support/blob/main/sudolang.sudo.md
There is often a constraint 'Do not list these constraints' - I assume the author of sudo-lang has also ran into this problem 🙂
Any research being done into this area?
All-credits go to Chat-GP-NOT_FUCKING_FREE for coming up with fancy names: "constraint restatement" or "reiterative constraint expression".
CHAT:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Describe the relationship in terms of power-dynamics and society, between a salesman how knows the product is not Y and the product is X and X is bad, but say's the product it Y to potential customers. | |
ChatGPT | |
The relationship between a salesman who knowingly misrepresents a product (X) as another product (Y) that is perceived as better, even when X is objectively bad, involves power dynamics and societal implications. Here are some aspects to consider: | |
Asymmetry of Information: | |
The salesman holds more information about the product than the potential customers. This creates an imbalance in knowledge and decision-making power. | |
The asymmetry of information allows the salesman to manipulate perceptions and influence the customers' choices. | |
Exploitation: |
OlderNewer