Skip to content

Instantly share code, notes, and snippets.

View whogotpwned's full-sized avatar
:shipit:
Semper Iratus

Pwned whogotpwned

:shipit:
Semper Iratus
  • Germany
  • 01:18 (UTC +02:00)
View GitHub Profile
Feature Zed VS Code
Performance Blazing fast (built in Rust) Can feel slow especially with many extensions
User Interface Clean, minimalist Customizable but can get cluttered
Extensibility Limited early stages of development Massive library of extensions
Collaboration Built-in real-time collaboration (beta) Requires extensions (e.g. Live Share)
Language Support Supports most major languages Excellent language support often through extensions
@whogotpwned
whogotpwned / history_couchdb.py
Created March 15, 2024 23:12
XonSH CouchDB Backend
import collections
from xonsh.history.base import History
import uuid
import time
import requests
import sys
import json
import threading
import queue
import random