Skip to content

Instantly share code, notes, and snippets.

View michaelkove's full-sized avatar
🏠
~!

Michael Kove michaelkove

🏠
~!
  • Maimi FL
View GitHub Profile
server {
listen 80;
server_name ***********;
return 301 https://$server_name$request_uri;
}
server {
# OPTIONAL FOR SSL if you use other port, skip this part.
listen 443 ssl;
server_name ************;
@michaelkove
michaelkove / transcribe.js
Created November 29, 2024 11:22
OpenAI API Script to Transcribe Voice to Text
// Import the required modules
import fs from "fs";
import OpenAI from "openai";
import dotenv from "dotenv";
dotenv.config();
// Initialize the OpenAI client with your API key
const openai = new OpenAI({
apiKey: process.env.OPENAI_API_KEY, //use your API Key
});
@michaelkove
michaelkove / Michael_Style.md
Created December 1, 2024 17:02
My Style Guide

Core Stylistic Elements

Voice and Tone

  • Raw and unfiltered, yet rarely using profanity naturally ("fucking", "shit") without forced edge
  • No more than 2 profanity usage per entire text
  • Stream-of-consciousness style with frequent self-interruption and self-dialogue
  • Conversational and direct, as if speaking directly to the reader or self
  • Frequently uses rhetorical questions followed by immediate answers
  • Combines intellectual analysis with casual, street-smart language