Thoughts that keep me awake at night.

Uses

Apps, tools and devices that I use.

201December 01, 2019

code

I’m not famous, and nobody has ever asked me what I use, however, I felt the urge to let everyone know about it.

So let’s start.

Editor.

Extensions:

Other configurations:

I’ve disabled the status bar, the activity bar, the minimap, breadcrumbs and basically any other visual noise if I ever notice them on my editor screen.

I’ve disabled TypeScript checks so I don’t see errors. I don’t format my code, and I don’t have a formatter or a linter extension like prettier or eslint, because I don’t want them to decide for me.

Here are some notable configurations:

{
  "editor.fontSize": 15,
  "editor.lineHeight": 23,
  "editor.cursorWidth": 3,
  "editor.cursorBlinking": "phase",
  "editor.cursorSmoothCaretAnimation": true,
  "editor.minimap.enabled": false,
  "window.commandCenter": false,
  "breadcrumbs.enabled": false,
  "workbench.activityBar.visible": false,
  "workbench.statusBar.visible": false,
  "window.commandCenter": false,
  "workbench.layoutControl.enabled": false,
  "editor.inlayHints.enabled": "off",
  "workbench.activityBar.location": "hidden",
  "editor.bracketPairColorization.enabled": false,
  "editor.formatOnSave": false,
  "javascript.validate.enable": false,
  "typescript.validate.enable": false
  // customize the iceberg theme to 
  // highlight function names and constants
  "editor.tokenColorCustomizations": {
    "[Iceberg]": {
      "textMateRules": [
        {
          "name": "entity function name",
          "scope": "entity.name.function",
          "settings": {
            "foreground": "#A093C7"
          }
        },
        {
          "name": "constant",
          "scope": "constant",
          "settings": {
            "foreground": "#A093C7"
          }
        }
      ]
    }
  },
}

Applications.

Devices.

last update: 30 aug 2023


I care so much about my website being responsive, I just hope you're not visiting from mobile.My favorite hobby is spending days to create Spotify playlists and never listen to them again.This website is not tested, proceed with caution !!1!I followed the Nasty-CSS styleguide. It's when you write nasty CSS. I made it up.No "AI" was used on any of my projects or writings.Try ↑ ↑ ↓ ↓ ← → ← → B A.I got a total of 0 matches on Tinder.You made the visit number 1746 (counting since 16 July 2024.)I know the secret of universe. It's... it's... [object Object].I could have published this website at least 2 weeks earlier if I hadn't used TypeScript.My eyesight got worse while building this website.