Skip to content

Instantly share code, notes, and snippets.

View reedjones's full-sized avatar
👾
chilling

Reed Jones reedjones

👾
chilling
  • oakland, california
  • 00:41 (UTC -07:00)
View GitHub Profile
@reedjones
reedjones / open_ai_.txt
Created December 15, 2023 03:49
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.
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:
@reedjones
reedjones / chat.md
Last active December 15, 2023 02:41
Demonstration of the tendency toward "constraint restatement" or "reiterative constraint expression" in AI Conversations/Prompt Engineering

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:

@reedjones
reedjones / squats.txt
Last active December 13, 2023 21:56
Prompt: Abandoned buildings suitable for living ([Location] | ([In City] [[State]]))
--- 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 (
@reedjones
reedjones / deployment.sh
Last active November 28, 2023 21:17
A template script for automating the deployment process of a Django app. Configure nginx and gunicorn services, run Django migrations and pull from Github.
#!/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"
<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%;
<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>
@reedjones
reedjones / single_layout.html
Last active August 29, 2015 14:18
single layout with iframe
<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>
<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 {
@reedjones
reedjones / kukto-player.html
Last active August 29, 2015 14:18
designer
<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 {