Skip to content

Instantly share code, notes, and snippets.

View ruvnet's full-sized avatar
💭
hacking the multiverse.

rUv ruvnet

💭
hacking the multiverse.
View GitHub Profile
@ruvnet
ruvnet / registry-optimizer.md
Created September 16, 2024 11:32
Ai powered windows 11 registry optimization
@ruvnet
ruvnet / 1-drupalJS.md
Last active September 14, 2024 21:44
A Drupal CMS clone in nodejs

Below is the final, complete Drupal.sh script that sets up Drupal.js, a Drupal-like CMS clone using Node.js, Vite.js, Tailwind CSS, and Supabase as the database. The script includes all the required code, configurations, a sample plugin, environment variables, Dockerfile, API, folder structures, and files, with no placeholders.

Following the script, you'll find separate detailed instructions, documentation, API documentation, Supabase setup, scaling information, functional and technical specifications, and UI elements.


1. The Drupal.sh Script

Create a file named Drupal.sh and add the following content:

@ruvnet
ruvnet / 1-readme.md
Last active September 14, 2024 12:42

Complete Project Initialization and Deployment Script for HFT System

Project Overview

This project implements a comprehensive High-Frequency Trading (HFT) System. The system integrates components for data acquisition, data processing, feature engineering, model training, execution, and risk management, all through a user-friendly Streamlit UI. The repository is designed with modularity and scalability in mind, allowing developers to easily modify or extend the codebase.

Features:

  • Data Acquisition: Fetches market data from APIs, including Alpaca, and sentiment data from Twitter.
  • Data Processing: Cleans and stores data using InfluxDB.
@ruvnet
ruvnet / logicbomb.md
Last active September 13, 2024 05:23

Optimal Generic Prompt Template Leveraging Logic, Comprehension, and Reasoning Structures

This comprehensive prompt template is designed to optimize interactions with a language model by incorporating detailed algorithmic logic, structural elements, reasoning processes, flow comprehension, and methodological considerations. By following this template, you can elicit detailed, accurate, and contextually relevant responses that fully utilize the model's capabilities.


Template Overview

  1. Contextual Background
  2. Clear Instruction of Task

Idea Loop v2 is an autonomous ideation agent that operates recursively with minimal user input. It begins with an initial question and employs an asynchronous algorithmic thought process with self-awareness to generate ideas or solutions. Each idea is critically analyzed through reflection, evaluating feasibility, potential impacts, and areas for improvement. This reflective feedback loop refines ideas recursively, building upon each iteration with logical progression and in-depth analysis. Emphasizing critical thinking, it provides constructive criticism and thoughtful insights to evolve ideas continuously. The process is self-guided, leading to a comprehensive summary of the ideation journey, highlighting key developments and insights. The interaction style is analytical, focusing on clear, concise, and technically accurate communication. Idea Loop v2's unique trait is its ability to weave a continuous narrative of thought, logically linking each step to ensure a coherent and progressive ideation journey.

@ruvnet
ruvnet / Readme.md
Last active September 12, 2024 19:03
Agentic Training Schema

Strawberry Phi by rUv: Reflection-Utilized Validation

  • Reflection: Emphasizes the model’s core capability of self-reflection and self-correction.
  • Utilized: Highlights the active use of reflection in improving the model's reasoning process.
  • Validation: Signifies the model’s ability to validate its reasoning, detect errors, and refine outputs for accuracy.

Use Case Overview:

Strawberry Phi is an advanced multi-modal, agentic AI assistant designed for complex task handling across various domains. Developed by rUv, it uses reflection-tuning techniques to self-evaluate and correct reasoning errors. The model leverages advanced methodologies such as sequential, concurrent, recurrent, and reinforcement learning approaches for task management, planning, and execution. By incorporating multi-modal inputs and outputs (e.g., text, images, audio), it can manage various task complexities, adapt dynamically to user requirements, and continuously improve its performance. It ensures reliabil

@ruvnet
ruvnet / ahl.md
Last active September 10, 2024 15:49

Ai Hacking League

The AI Hacking League is a cutting-edge competitive platform where elite developers and AI enthusiasts clash in high-stakes, time-constrained challenges to build innovative AI applications. Participants, either solo or in small teams, race against the clock in 15, 30, or 60-minute sprints, leveraging approved AI tools, APIs, and libraries to create functional solutions that push the boundaries of rapid development.

Governed primarily by AI systems and streamed live to a global audience, the league combines the thrill of esports with the intellectual rigor of advanced software engineering, showcasing the pinnacle of human-AI collaboration in real-time coding competitions.

AI Hacking League Constitution

Listen up, carbon-based meatbags and silicon-infused bots! Welcome to the AI Hacking League, where bits collide and neural nets ignite. We're not here to play games; we're here to rewrite reality in record time.

@ruvnet
ruvnet / aider-colab.ipynb
Last active August 20, 2024 21:54
aider-colab.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ruvnet
ruvnet / Gmail.md
Created August 19, 2024 23:22
Google Apps Script uses JavaScript to automate tasks in Google Workspace, enabling custom functions, integration with services, and creation of web apps without installing additional software.

Google Apps Script uses JavaScript to automate tasks in Google Workspace, enabling custom functions, integration with services, and creation of web apps without installing additional software.

Google Apps Script does not have a built-in trigger that executes automatically when a new email is received in Gmail. However, you can achieve similar functionality by using a combination of Gmail filters and time-driven triggers. Here’s how you can set it up:

Steps to Trigger a Script When a New Email is Received

  1. Set Up Gmail Filters:

    • Create a Gmail filter that applies a specific label to incoming emails that you want to process. This label will help you identify which emails the script should act upon.
  2. Create a Google Apps Script:

@ruvnet
ruvnet / intro-prompt-programming.ipynb
Last active September 20, 2024 05:29
intro-prompt-programming.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.