Skip to content

Instantly share code, notes, and snippets.

View creatorrr's full-sized avatar
🐕
Chillin

Diwank Singh Tomer creatorrr

🐕
Chillin
View GitHub Profile
@creatorrr
creatorrr / 1. tira-beauty.md
Last active March 10, 2025 17:48
TIRA Beauty AI Assistant (Julep)

TIRA Beauty AI Assistant (Julep)

An intelligent beauty advisor built by Julep AI that helps users discover beauty products, understand ingredients, and get personalized beauty advice.

Overview

The TIRA Beauty AI Assistant is a proof-of-concept chatbot that demonstrates:

  • Product recommendations from TIRA's catalog
  • Ingredient explanations and beauty advice
@creatorrr
creatorrr / Homoglyphs.md
Created February 22, 2025 14:50 — forked from StevenACoffman/Homoglyphs.md
Unicode Look-alikes

Unicode Character Look-Alikes

Original Letter Look-Alike(s)
a а ạ ą ä à á ą
c с ƈ ċ
d ԁ ɗ
e е ẹ ė é è
g ġ
h һ
@creatorrr
creatorrr / Homoglyphs.md
Created February 22, 2025 14:50 — forked from StevenACoffman/Homoglyphs.md
Unicode Look-alikes

Unicode Character Look-Alikes

Original Letter Look-Alike(s)
a а ạ ą ä à á ą
c с ƈ ċ
d ԁ ɗ
e е ẹ ė é è
g ġ
h һ

User Persona Creation

This workflow generates and maintains comprehensive sports fan personas based on user metadata and reading history. It leverages historical persona data and AI-powered analysis to create detailed user profiles for content personalization.

Workflow Diagram

+----------------------------------+
| Workflow: User Persona Creation |

First read through the julep-concepts.md file and take notes. This file describes brand new features that haven't been announced yet on the project's README.

Then, based on your notes, add/update an announcement section on the README.md file that describes the new features.

Instructions

announcement post

focus:

@creatorrr
creatorrr / sumthing
Created August 28, 2024 16:39
blahblah
sumthing
@creatorrr
creatorrr / hasura.ts
Last active October 23, 2021 07:08 — forked from bkniffler/hasura.ts
Hasura ECS cdk typescript example
import ec2 = require('@aws-cdk/aws-ec2');
import ecs = require('@aws-cdk/aws-ecs');
import secrets = require('@aws-cdk/aws-secretsmanager');
import cdk = require('@aws-cdk/core');
export interface StaticSiteProps extends cdk.StackProps {
connectionString: string;
hasuraVersion: string;
vpc: ec2.IVpc;
}
@creatorrr
creatorrr / README.md
Last active June 24, 2021 07:39 — forked from danisla/README.md
GKE GPU Sharing Daemonset

GPU Sharing on GKE DaemonSet

NOTE: This is not a Google supported product.

Example Usage

  1. Create a GKE cluster with a GPU node pool:
gcloud container clusters create gpu-sharing-demo --zone us-central1-c

Keybase proof

I hereby claim:

  • I am creatorrr on github.
  • I am diwank (https://keybase.io/diwank) on keybase.
  • I have a public key whose fingerprint is 8DFE F952 DE35 C293 B09E AC8C E88E 17F6 9197 27EE

To claim this, I am signing this object:

@creatorrr
creatorrr / README.md
Created March 17, 2018 21:14
Utility for merging sqitch migrations

Merge sqitch migrations easily. Example:

❯ sqitch-merge --verbose                                                                                                                                                                                           
Path to sqitch plan file [./sqitch.plan]: ./db/migrations/sqitch.plan                                                                                                                                              
27 items found in plan                                                                                                                                                                                             
Choose range to merge from following 27 items                                                                                                                                                                      
1. 0000000000_initial                                    # Add schema for KEA