Skip to content

Instantly share code, notes, and snippets.

@mottosso
Created June 26, 2019 06:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mottosso/5284b6077e5be384e084348b7214eac2 to your computer and use it in GitHub Desktop.
Save mottosso/5284b6077e5be384e084348b7214eac2 to your computer and use it in GitHub Desktop.
24th June 2019 - Localisation pt. 1

Today I had a closer look at localisation, and how to automate it based on their frequency of use per workstation.


Localisation

Most of my notes have gone into their corresponding issue on GitHub, so I'll link to those here.

The first step of the journey was figuring out whether we could leverage the already existing memcached setup to spy on commonly used packages per machine. We could then use this information to automatically localise packages where necessary, being as efficient as possible with disk space.

However that route didn't pan out.. There was a feature that would have gotten us there, but the developer kindly informed me that it has gone bust. :(

In awaiting his reply, I took to designing the mechanism itself and how it would work once we have the information, which you can find in the Design Document linked above.


Tomorrow

I'll implement the MVP of the localiastion feature, and take it for a spin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment