Skip to content

Instantly share code, notes, and snippets.

@mdouchement
mdouchement / settings.json
Last active December 4, 2025 14:51
Zed 0.164.2 - 0.182.11 Editor configuration for Golang
// Zed settings
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
// Other guide: https://www.kevnu.com/en/posts/10
//
// To see all of Zed's default settings without changing your
// custom settings, run the `open default settings` command
// from the command palette or from `Zed` application menu.
{
@yeongu-dev
yeongu-dev / self-hosted_livesync_introduce.md
Last active September 1, 2025 04:32
Obsidian Self-hosted LiveSync Plugin 사용을 위한 가이드 입니다.

가이드를 시작하기 앞서...

  • 여기서 설명하는 fly.io는 완전 무료가 아닙니다. 가이드에서는 무료로 사용할 수 있는 스펙에 대해서만 설정하고 있습니다. 여기에서 가격 정책과 무료로 제공되는 스펙을 참고하세요.
  • 옵시디언 사용자가 직접 동기화 DB를 운영하는 것이기 때문에 모든 추가 비용 발생의 책임은 본인에게 있습니다. 또한 vault를 백업하고 작업하는 것을 잊지 마세요.

Self-hosted livesync 소개

옵시디언의 기기 간 동기화에 대한 많은 솔루션들이 있습니다. 그중에 지금 소개하는 self-hosted livesync는 라이브 동기화를 지원하는 유일한 플러그인 입니다. 다른 동기화 솔루션들과 차별되는 것은, 직접 동기화DB(CouchDB)를 구축하고 운영하는 것입니다. 직접 운영하는 시간과 비용을 생각하면 옵시디언 Sync의 비용이 적지 않을 수도 있습니다. Self-hosted livesync는 옵시디언과 호환되는 모든 플랫폼에서 사용할 수 있습니다.

주의1: 공식 옵시디언 Sync와 호환되지 않습니다.

@hazycora
hazycora / youtube-subscription-csv-export.md
Last active November 22, 2025 18:03
Export YouTube subscriptions in CSV Google Takeout format.

Go to youtube.com/feed/channels

The page should display a list of your YouTube subscriptions. Run the following JavaScript in the console. Your YouTube subscriptions will be displayed on screen for you to copy-paste.

This CSV response can be saved and imported into other apps which can load Google Takeout subscription files, such as NewPipe.

Svelte.js

왜 svelte가 Vue 보다 더 좋은가? By John Hannah

  • 내(박성렬)가 Svelte에 관심을 가지게 된 이유.
  • 글이 주장하는 바는 대략 세 가지
    • 구문이 간결하다.
    • Vue보다 빠르다(bootup time, main thread cost)
    • 용량이 Vue보다 적다(total byte weight)
@bakana808
bakana808 / gist:a9e07c1f0bfe193f47fe
Last active March 15, 2022 06:38
GitHub For Windows "Open with Git Bash" Context Menu Script

GitHub For Windows "Open with Git Bash" Context Menu Script

Here's instructions to add a "Open with Git Bash" option to your context menu using the Git Bash that comes with GitHub for Windows.

Here's the registry script to add the option in. Because the installation paths for GitHub for Windows varies from user to user, I will go over which lines to change so that this script works for you.

Copy this script into your favorite text editor.

Windows Registry Editor Version 5.00
@subicura
subicura / gist:8329759
Created January 9, 2014 05:21
유명 서비스들의 API Response 분석