Skip to main content

Tech Notes


Pieces on this site labeled NovemberWestWears are notes for a tentative business by that name.

Ideally, I would like the website to generate images using your colors and patterns to give you some idea of what the pieces will look like. 

Visual information (like maps) are information dense a la the phrase "a picture is worth a thousand words." Even cartoony thumbnail images will go a long ways towards helping people see if it is likely to look good, mix and match the way it is supposed to etc.

I have a Certificate in GIS -- "map stuff" attached to a database -- so I have training in visual presentation of that sort from a world class institution.

The website itself needs to be either solid black, white or off-white with a minimalist design aesthetic to avoid visual distraction from my plans to create a tool for designing your own wardrobe. The visuals of the website need to showcase this tool and support its usefulness, not compete with it.

There will be SOME photos on the site to give people a sense of what the clothes are like, but these will be custom designed pieces. This will NOT look like most online clothes shopping sites.

Comments

Popular posts from this blog

New Accounts

You can set up a new account to save your wardrobe but can't order anything until you get measured. Setting up a new account will prompt you to make an appointment with the nearest certified seamstress allowed to measure you. This potentially tells us where to go certify a bunch of new people. If enough people create an account in x city, we make sure to arrange a certified seamstress as soon as possible if there isn't one yet.

The Norway Problem

The Norway Problem - why StrictYAML refuses to do implicit typing and so should you Norway abbreviates as NO. This is a real word and some programs will alter that to a programming command, such as "False." A workaround in some cases is to put it in quotation marks, but you may not know that ahead of time. There are other cases like this, such as a person whose last name is Null . Found via HN . Related reading: Principle of least astonishment A textbook formulation is: "People are part of the system. The design should match the user's experience, expectations, and mental models."

To Python or not to Python?

I've had a lot of people recommend Python to me as a language I should learn. I have just tripped across this comment on HN : Not to be a total smartass, but if your Python codebase is not that big yet, then the correct answer is none of the above- rewrite in a compiled language if you find the lack of static checks disturbing. I have been using "type checked" python for a year and let me tell you, it is not even 10% as good as having a real compiler. Python type checkers are not even close to 100% accuracy. Now I'm wondering if Python is really a good first language to learn or not.