Skip to content

Instantly share code, notes, and snippets.

Questions to address

  1. Choosing the right scene for a given design in a given context (pdp, save design, masterfeed etc.) ? Even if we have a capacity to render appealing images, it is a challenge to automatically select a scene for a given design in a given scenario.
  • One "easily" applicable rule is matching the placeholder (the most important for image plausability)
  • the fallback should always be the studio scene
  • images tags with semantic that is specific to each use case (e.g. masterfeed_1 for first masterfeed image) give the ability add the tag when creating the batch
  • image types could have tags that the image inherits which avoids tagging manually a lot of images
@jahbeg
jahbeg / gist:ddc264dbb8bb63dbf4fb06b09a1ffa2c
Last active August 25, 2020 08:49
Curated list for the roadmap

Configurator circle

Delivered:

Nyce 2.0 is live! It's a huge milestone that gives control to the 3D artists with a rendering engine matching external tools used to produce material. Read more details here https://mycshq.atlassian.net/wiki/spaces/MA/blog/2020/07/03/1747517453/Nyce+2.0+is+here and feel free to let a like!!!

  • We are trying to scale our rendering capacity with 4 new machines until the end of the year. The goal is to be able to serve more clients in parallel and keep up with the latest innovations in the hardware needed for the field of computer graphics. That will enable further software improvements of our homegrown configuration solution.
  • Release of the True Colors project. It was presented during the latest All-hands and it includes improvements of the engine, a complete rework of materials, correction of lights and a drastic clean-up of post-processing parameters to obtain accurate colors.
  • Release of updated materials focused on textile (~50) based on the new color management system
create table business.outbound_load_units
(
ID UUID primary key not null default uuid_generate_v4(),
created_at timestamp default now(),
closed_at timestamp default null,
dispatched_at timestamp default null,
shipping_method int not null references netsuite.shipping_method(shipping_method_id),
dispatch_details int references business.outbound_dispatch_details(id)
);

Keybase proof

I hereby claim:

  • I am jahbeg on github.
  • I am bambata (https://keybase.io/bambata) on keybase.
  • I have a public key ASDqK4uc7UEwgVn917NAZ9-oppg0KFpJsMRVi7O-81TQLwo

To claim this, I am signing this object:

@jahbeg
jahbeg / faas_serverless.md
Last active June 19, 2017 16:10
FaaS and Serverless in modern cloud computing

FaaS and Serverless in modern Cloud Computing

Presentation by Julien Abega.

julien@mycs.com

FaaS withing Cloud Computing

In the field of serverside application development, Cloud Computing is the revolution that have seen organizations radically change their way of consuming and using computer resources. Companies provision resources on demand which allow a dynamic scaling of their capacity based on their need.

Generic structure

This document describes how a new generation structure for MYCS pieces of furniture could look like.

It is based on the patterns we have for the piece of furniture construction. We define a generic structure -by generic we mean that no specific key or new schema is needed to build a new furniture type - where the structure describe the way the piece is constructed. The general concept is inspired by how css does positioning in an html page and some notions of scene graph.

With such a structure, we can integrate new pieces without coding (maybe at some point new features of the model could be needed though). An editor could also leverage that approach by giving a live visual of the rendering while manipulating the structure (like the inspector does in a browser and modifying the css of a page)