Thoughts that keep me awake at night.

Uses

Apps, tools and devices that I use.

December 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,
  "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: dec 11, 2023


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