iCloud was in het begin een beetje brak, maar nu werkt het prima. Op dit moment zorgt het ervoor dat ik praktisch zonder nadenken op 3 verschillende computers kan werken. Mijn notities blijven in sync; mijn desktop blijft in sync. Voor design werk is er Figma. Het enige dat niet gesynced is, zijn mijn front-end […]
Category Archives: workflow
Anki & spaced repetition
- Posted in blijvend-leren francais persoonlijk workflow
Ik ben terug begonnen aan een taal leren, het is te zeggen, een taal die ik eigenlijk al moest kennen: Frans. De aandachtige lezer van mijn blog zal wel gemerkt hebben dat ik al een tijd interesse heb om mijn Frans bij te schaven. Daar zijn velerlei redenen voor: voor zaken, voor de politiek, omdat […]
Getting better with VS Code
- Posted in computers development javascript workflow
I spent part of the past “long weekend” learning about MongoDB and Firebase. In the process I used VSCode (instead of my old buddy TextMate) and wrote what’s below as reference for myself. It might be useful to some. Formatting code Add an .editorconfig file to the root of your project: Add a .prettierrc file […]
Skip a word in the terminal on Mac OS
- Posted in development workflow
This is about terminal text navigation on Mac OS. I knew I could use Ctrl + A and Ctrl + E to jump to the beginning of a line and the end of a line respectively. Turns out you can also use Esc + B or Esc +F to jump to the beginning or the […]
How to add PostCSS to Routify starter
Here’s some step-by-step instructions on how to add a basic CSS setup to a Routify-powered project. Install the postcss plugin: Import it inside rollup.config.js: Reference it as a plugin: Import in main.js: Make sure to create the CSS folder under src And create the CSS file Now reference the correct file in __index.html: That’s it! […]
Experimenting with Svelte (2): The doubts
- Posted in development javascript svelte website workflow - 2 comments
So… experiments with Svelte. The 2nd post (read the first one first!) I showed the beta website to a friend. I said it should be fast. He replied: fast is an understatement. It’s instant. That’s the good. Now… the bad. The realization has come that the Svelte community is still growing and many problems are […]
Tijdelijke handicap
- Posted in accessibility nederlands persoonlijk workflow
Ik heb gisteren mijn rechterhand gebroken – en typ dit bericht onhandig met 1 linkerhand en een beetje rechterhand. Dat deed me denken aan de inclusive graphic van Microsoft: Ten eerste, hulde voor ons Belgische gezondheidszorgsysteem: van spoed naar radiografie naar een arm in het gips: 2 uur. Wauw. UZA in Edegem ftw? Wat betreft […]
Making of: Best of 2019
- Posted in design development interface javascript side-projects website workflow
Just like last year, I made a list of the best media I enjoyed over the year. This includes music, films, series and games. The structure is more or less the same as other years.The content might be interesting to some (as if there are not enough end of year lists already ;)), but for […]
OCR
- Posted in apps development microsoft workflow
Er stond een tijd een goede demo van de OCR-capaciteiten van Microsoft’s Cognitive Vision API op deze URL. Ik had die URL goed opgeslagen want ik ben die tool eigenlijk regelmatig beginnen gebruiken om echte data in mijn ontwerpen te krijgen. Het was voor mij de eerste OCR die echt goed werkte. Ik gebruikte het […]
Figma plugin shortcuts
The shortcut to run the last plugin in Figma is ⌥ ⌘ + P. Alternatively you can use ⌘+/to bring up the global command menu and type the name of the plugin. You can also set up a custom shortcut in MacOS’s Shortcuts panel based on the plugin name. I didn’t do this yet in […]