Skip to content

Instantly share code, notes, and snippets.

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

Jimme yimme

🏠
Working from home
  • Netherlands
  • 08:27 (UTC +02:00)
  • Bluesky @jim.me
View GitHub Profile
@yimme
yimme / time.ts
Last active January 6, 2025 13:44
Time util
class Time {
nanoseconds(input: number): number {
return input / 1000;
}
microseconds(input: number): number {
return input;
}
seconds(input: number): number {
@yimme
yimme / PSUserConfig.txt
Created March 25, 2024 09:59
Fix pen pressure in Photoshop
# Use WinTab
UseSystemStylus 0
2024-03-04 12:19:19.151 [trace] workbench#open(): with configuration {"_":[],"diff":false,"merge":false,"add":false,"goto":false,"new-window":false,"reuse-window":false,"wait":false,"help":false,"list-extensions":false,"show-versions":false,"pre-release":false,"update-extensions":false,"version":false,"verbose":false,"log":["trace"],"status":false,"prof-startup":false,"no-cached-data":false,"prof-v8-extensions":false,"disable-extensions":false,"disable-gpu":false,"disable-chromium-sandbox":false,"sandbox":false,"telemetry":false,"debugRenderer":false,"enable-smoke-test-driver":false,"logExtensionHostCommunication":false,"skip-release-notes":false,"skip-welcome":false,"disable-telemetry":false,"disable-updates":false,"use-inmemory-secretstorage":false,"disable-workspace-trust":false,"disable-crash-reporter":false,"skip-add-to-recently-opened":false,"unity-launch":false,"open-url":false,"file-write":false,"file-chmod":false,"force":false,"do-not-sync":false,"trace":false,"preserve-env":false,"force-user-env":fa
2024-03-04 12:05:51.940 [trace] [File Watcher (node.js)] Request to start watching: /Users/jimme/Library/Application Support/Code/User (excludes: <none>, includes: <all>, correlationId: <none>),/Users/jimme/Library/Application Support/Code/User/settings.json (excludes: <none>, includes: <all>, correlationId: <none>)
2024-03-04 12:05:51.940 [debug] Starting VS Code
2024-03-04 12:05:51.940 [debug] from: /Applications/Visual Studio Code.app/Contents/Resources/app
2024-03-04 12:05:51.940 [debug] args: {"_":[],"diff":false,"merge":false,"add":false,"goto":false,"new-window":false,"reuse-window":false,"wait":false,"help":false,"list-extensions":false,"show-versions":false,"pre-release":false,"update-extensions":false,"version":false,"verbose":false,"log":["trace"],"status":false,"prof-startup":false,"no-cached-data":false,"prof-v8-extensions":false,"disable-extensions":false,"disable-gpu":false,"disable-chromium-sandbox":false,"sandbox":false,"telemetry":false,"debugRenderer":false,"enable-smoke-test-driver":false,
@yimme
yimme / input.scss
Created June 21, 2021 15:51
Generated by SassMeister.com.
$breakpoints: (
'sm': (
'min': 0,
'max': 767px
),
'md': (
'min': 768px,
'max': 1023px
),
'lg': (