Skip to content

Instantly share code, notes, and snippets.

@eonist
eonist / Startup_Tools.md
Last active April 26, 2025 06:09
Startup Tools
@zumvu
zumvu / gist:61bdf2c0e75b93655de5023e17dc9bab
Created December 10, 2024 09:44
Top AI Tools Directory
https://zumvu.com/directory/software/ai-tools/
https://www.aixploria.com/en/
https://aitoolsdirectory.com/
https://www.futurepedia.io/
https://opentools.ai/
@liuran001
liuran001 / config.yaml
Last active April 26, 2025 06:00
mihomo (Clash Meta) 懒人配置
# AFF
# 如果你想支持我,可以通过我的邀请链接购买机场
# 感谢支持
# 1. 倾城极速 邀请码: 0jiB5uAA https://qcjs.ovh/#/register?code=0jiB5uAA
# 2. superbiu 邀请码: fACfjKC8 https://superbiu.com/#/register?code=fACfjKC8
# 一定要填我的邀请码,不填我哭给你看😭
# mihomo (Clash Meta) 懒人配置
# 版本 V1.19-250408
# https://gist.github.com/liuran001/5ca84f7def53c70b554d3f765ff86a33
@kawainime
kawainime / awesome-ai-tools.md
Last active April 26, 2025 05:53
awesome-ai-tools
@td0m
td0m / clustered.ts
Created April 25, 2025 15:10
NodeJS: Zero Downtime with `node:cluster`
import cluster from "node:cluster";
import { availableParallelism } from "node:os";
export async function clustered({
numWorkers = availableParallelism(),
primary,
worker,
recoverWorkers = true,
shutdownPrimary,
}: {

Usage of virglrenderer

Introduction

virglrenderer is a library that gives emulators the necessary tools to implement a [virtio-gpu][] device, in particular one with 3D support. See capability sets below for a summary of the APIs virglrenderer can implement for the guest. It directly implements the logic behind some 3D commands like GET_CAPSET, CTX_CREATE, CTX_SUBMIT_3D, CREATE_RESOURCE_BLOB, and though it closely follows the semantics of virtio-gpu in most cases, it is in theory independent of virtio or any other transport.

Main user is [qemu][qemu-gpu-impl], but there also appears to be a [standalone virtio-gpu vhost-user][qemu-vhost-impl] implementation that uses virglrenderer in qemu/contrib.

virglrenderer's public header is at [src/virglrenderer.h][public-header]. This document attempts to outine the public API and contract, but you should look at the header for an authoritative source of truth since semantics described here could be slightly wrong or have changed, a

@GuiBibeau
GuiBibeau / 1.txt
Last active April 26, 2025 05:46
Vibe architecting prompts
I want you to refine this brainstorming document into a prompt for a deep research system that will be tasked with writing a technical spike
research document on a software engineering project. The goal of this research is to help guide future agentic coding systems into
having a good understanding of the technical landscape around the software the user wants to create.
<context>
Deep research is a category of product where large language models capable of test time compute are paired with capacities to:
- search the web
- browse documentatin
- read research paper
- further refine their research based on their finding
@israrwz
israrwz / azure-openai-proxy.py
Last active April 26, 2025 05:42
Azure OpenAI in Zed Editor
from http.server import BaseHTTPRequestHandler, HTTPServer
import json
import requests
import re
AZURE_API_ENDPOINT = "<YOUR_DEPLOYMENT_ENDPOINT_URL>"
# "https://****************.cognitiveservices.azure.com/openai/deployments/o3-mini"
AZURE_API_VERSION = "<DEPLOYMENT_API_VERSION>"
# "2025-01-01-preview"
AZURE_API_KEY = "<YOUR_API_KEY>"
@jlia0
jlia0 / agent loop
Last active April 26, 2025 05:40
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet