// CERTIFIED PROFESSIONAL SKID SINCE BIRTH
EHFT
ctrl+c · ctrl+v · never understood it
hi. i'm ehft — a skid and completely at peace with that.
why write code when someone already did it better in 2011
and posted it on github with an MIT license?
stackoverflow enjoyer npm install addict git push -f survivor chatgpt senior dev certified skid
0Lines Pasted
4Lines Read
0Repos Forked
0Errors Ignored
MITLicense Used
Tabs Open
// 01
about.txt

hi. i'm ehft. i am a skid and i am completely at peace with that.

why write code when someone already did it better in 2011 and posted it on github with an MIT license? my workflow: find repo → clone → run → pray → google the error → paste a fix → repeat.

some people write their own tools. i use their tools to download other people's tools. it's called efficiency. i have 847 github stars and 0 original lines of code. that's a skill.

// 02
skills (brutally honest)
Googling
god tier98%
Copy + Paste
natural talent100%
Asking AI
primary IDE96%
Stack Overflow
daily driver91%
Python
print("hello")35%
JavaScript
console.log god28%
Reading Docs
once, accident4%
Understanding Code
unnecessary6%
Git
git push -f only22%
Docker
what is an image15%
Writing Tests
not once1%
npm install
reflex action99%
// 03
achievements
[01]
Ctrl+C Grand Master
Copied 10,000+ lines without reading a single one. Certified.
LEGENDARY
[02]
StackOverflow Parasite
Posted "it didn't work" on 47 different answers.
EPIC
[03]
rm -rf Survivor
Ran a script I didn't read. Lost everything. Ran it again.
RARE
[04]
AI-Powered Developer
Let ChatGPT write 100% of projects since 2023.
EPIC
[05]
npm install Addict
Installed 3,847 dependencies to center a div.
UNCOMMON
[06]
Fork Master
93% of github profile is forks. 7% is someone else's init.py.
COMMON
[07]
Infinite Regressor
Pasted a fix for a paste. The paste broke. Pasted another fix.
MYTHIC
[08]
Production Destroyer
Pushed directly to main. On a Friday. Before vacation.
LEGENDARY
[09]
Doc Reader (Accident)
Read documentation once by clicking the wrong tab.
RARE
[10]
Error 404: Understanding
Code works, no idea how or why. Ship it.
COMMON
[11]
Merge Conflict Ignorer
Accepted all incoming changes and hoped for the best.
UNCOMMON
[12]
Dependency Hoarder
node_modules folder is 2.3GB. It's needed, probably.
EPIC
// 50+ TOOLS
🔐 Encoding
🔑 Crypto / Hash
📝 Text
🎨 Color
🌐 Network
📊 Data
⏱ Time
🔢 Math
🛠 Dev
🎭 Fun
Base64 Encoder / Decoder
Encode text to Base64 or decode Base64 back to text.
output will appear here
Hex Encoder / Decoder
Convert text to hexadecimal representation or back.
output will appear here
URL Encoder / Decoder
Encode special characters for URLs or decode them back.
output will appear here
HTML Entity Encoder
Encode HTML special chars to entities or decode them.
output will appear here
Morse Code
Convert text to Morse code or decode Morse back to text.
output will appear here
ROT13 / Caesar Cipher
Apply ROT13 or custom Caesar cipher shift.
Shift:
output will appear here
Binary Converter
Convert text to binary or binary to text.
output will appear here
ASCII ↔ Text Converter
Convert text to ASCII codes or ASCII codes to text.
output will appear here
Hash Generator
Generate cryptographic hashes using the Web Crypto API.
Algorithm:
output will appear here
UUID Generator
Generate random UUIDs (v4).
Count:
click generate
Password Generator
Generate cryptographically secure random passwords.
Length:
Quantity:
click generate
Random Generator
Generate various types of random data.
Type:
Min:
Max:
Count:
click generate
JWT Decoder
Decode and inspect JSON Web Tokens (does not verify signature).
output will appear here
Text Utilities
Transform, clean and manipulate text.
output will appear here
Text Diff
Compare two texts line by line.
diff will appear here
Word Counter
Count words, characters, lines, sentences and more.
0
WORDS
0
CHARS
0
LINES
0
SENTENCES
0
PARAGRAPHS
0
READ MINS
Regex Tester
Test regular expressions with live match highlighting.
Pattern:
Flags:
matches will appear here
Lorem Ipsum Generator
Generate placeholder text for designs and prototypes.
Paragraphs:
Style:
click generate
Markdown Preview
Write Markdown on the left, see rendered HTML on the right.
Case Converter
Convert text between various case formats for developers.
output will appear here
Slugify
Convert text to URL-friendly slugs.
output will appear here
Color Converter
Convert between HEX, RGB, HSL, and HSV color formats.
HEX:
enter a hex color above
Color Picker
Pick a color and get its values in multiple formats.
Pick a color
pick a color above
CSS Gradient Generator
Generate CSS gradient code visually.
Color 1:
Color 2:
Type:
Angle:
deg
CSS will appear here
Contrast Checker
Check WCAG contrast ratio between foreground and background colors.
Foreground:
Background:
The quick brown fox jumps over the lazy dog
select colors above
IP Info
Retrieve information about your current IP address and browser environment.
User Agent Parser
Parse and analyze user agent strings.
output will appear here
HTTP Status Codes
Look up HTTP status codes and their meanings.
DNS Info
Information about DNS and domain lookup concepts.
DNS record types reference: A → IPv4 address AAAA → IPv6 address CNAME → Canonical name (alias) MX → Mail exchange server NS → Name server TXT → Text record (SPF, DKIM etc) SOA → Start of authority PTR → Reverse DNS lookup SRV → Service locator CAA → Certification authority auth Note: Real DNS lookup requires a server-side component. Use dig / nslookup in your terminal for actual lookups.
JSON Formatter
Pretty-print, minify, and validate JSON data.
output will appear here
CSV → JSON
Convert CSV data to JSON format. First row used as headers.
output will appear here
JSON → CSV
Convert a JSON array of objects to CSV format.
output will appear here
XML Formatter
Pretty print XML documents.
output will appear here
YAML ↔ JSON
Simple YAML/JSON interconversion. Supports basic structures.
output will appear here
SQL Formatter
Format and prettify SQL queries.
output will appear here
Unix Timestamp
Convert between Unix timestamps and human-readable dates.
0
Timestamp:
enter a timestamp
Date:
enter a date
Timezone Converter
Convert time between different timezones.
Time:
From TZ:
To TZ:
output will appear here
Countdown Timer
Count down to a specific date and time.
Target:
Label:
--:--:--:--
Stopwatch
High-precision stopwatch with lap tracking.
00:00.000
Age Calculator
Calculate exact age and time since a date.
Birthdate:
enter a birthdate
Calculator
A fully functional calculator with history.
0
Number Base Converter
Convert numbers between different bases.
Number:
From Base:
enter a number above
Percentage Calculator
Solve various percentage problems.
X% of Y =
X%:
of Y:
X is what % of Y?
X:
of Y:
Byte Converter
Convert between different units of digital storage.
Value:
From:
enter a value
JS Minifier
Simple JavaScript minification by removing comments and extra whitespace.
output will appear here
CSS Formatter
Format and prettify CSS code.
output will appear here
HTML Formatter
Pretty print HTML markup.
output will appear here
String Escaper
Escape or unescape strings for various contexts.
output will appear here
Line Sorter / Processor
Sort, filter, and process lines of text.
output will appear here
Skid Excuse Generator
Professional excuses for when your pasted code doesn't work.
click the button, don't worry we won't judge
Commit Message Generator
Generate authentic-sounding git commit messages for skids.
Type:
click generate
Skid Quote Generator
Inspirational quotes from the skid philosophy.
click the button
— ehft
ASCII Art Generator
Convert text to ASCII art using various fonts.
Text:
output will appear here
Leet Speak Converter
Convert normal text to 1337 5p34k.
Level:
output will appear here
Zalgo Text Generator
H̸̢͍͖̓̀e̷͇͎̊ͅ ̸̢͓̈ĉ̶̰̒o̴̙͛ṁ̴͉e̸̖͋s̶͉̑̈.
Intensity:
output will appear here
# CHANNELS
# general
# skid-lounge
# tool-talk
# off-topic
ONLINE
# general
main hangout · no rules · skids welcome
YOUR PROFILE
RULES
1. be cool
2. no spam
3. skids only
4. ctrl+c is valid
HACKER MAZE
// navigate through the corrupted system · avoid the firewalls · reach the exit
LEVEL
1
SCORE
0
TIME
60
LIVES
❤❤❤
W/ Move Up
S/ Move Down
A/ Move Left
D/ Move Right
R Restart Level
LEGEND
You (player)
Firewall (enemy)
[*] Data packet
[X] Exit node
🛡️
Admin Access Required
This area is restricted to administrators only.