Skip to content

Instantly share code, notes, and snippets.

View kostakoff's full-sized avatar
🏠
Working from home

kostakoff kostakoff

🏠
Working from home
  • World Wide Web
View GitHub Profile
@kostakoff
kostakoff / Alibaba MNN build cuda 13.0.md
Last active March 20, 2026 04:31
Alibaba MNN benchmark on a DGX Spark

Here is the step-by-step guide on how to build MNN:

mkdir mnn && cd mnn
# Get the code
git clone https://github.com/alibaba/MNN.git
cd MNN

# Reset repo to a specific commit
git reset --hard b1d06d68b3366183d157f0703d7b8a8b61ae55b3
@kostakoff
kostakoff / luxurytravelwebsite.md
Created March 18, 2026 06:03 — forked from ivanfioravanti/luxurytravelwebsite.md
luxurytravelwebsite prompt for testing coding agents

Create a production-ready, visually stunning website with a futuristic luxury travel theme.

GOAL Build a single-page (plus optional “Destination” detail route) website for a fictional brand: “AURORA LUXE TRAVEL” — ultra-premium, concierge-level trips.

TECH STACK (use exactly this unless something breaks)

  • Next.js (latest stable) + TypeScript
  • Tailwind CSS
  • Framer Motion (for scroll/entrance animations)
@kostakoff
kostakoff / gist:ac1392a6b46d9032a4065bdd601bec71
Created March 17, 2025 00:43
create user powershell .profile
if (!(Test-Path -Path $PROFILE)) {
New-Item -ItemType File -Path $PROFILE -Force
}
@kostakoff
kostakoff / gist:be987d36e17cf912eb3f94c56df418e6
Created March 17, 2025 00:39
sodo su - username alternative for windows
# where 'jenkins' target username
# required target user password
runas /profile /user:jenkins cmd