No Image

Trimble & University of Cambridge build the future of construction with HoloLens

2017-01-25 KENNETH 0

Trimble & University of Cambridge build the future of construction with HoloLens In November, we announced the release of Trimble’s SketchUp Viewer to the Windows Store, the first broadly available commercial Microsoft HoloLens application.  Trimble is using HoloLens and SketchUp Viewer to bring mixed reality to the construction industry, enabling Architecture, Engineering Construction and Operations (AECO) professionals to extend the value and investment that they have already made in 3D modeling. SketchUp Viewer on HoloLens allows people to inhabit their designs in a natural and immersive way, creating improved collaboration and a better understanding of designs in real scale. This exciting collaboration was the first application of its kind and, as it turns out, just the beginning! We have continued to work closely with Trimble and the Construction Information Technology Lab at the University of Cambridge to explore ways of [ more… ]

No Image

오픈소스 간단 리뷰 – nomad : 가벼운 스케쥴러, 강력한 성능

2017-01-25 KENNETH 0

오픈소스 간단 리뷰 – nomad : 가벼운 스케쥴러, 강력한 성능 Introduction 서비스 스케줄러는 클러스터 내의 컴퓨팅 리소스를 관리하고 사용자 애플리케이션을 어느 호스트에서 서비스할지 결정하는 시스템 소프트웨어입니다. 컨테이너 스케줄러로는 kubernetes나 docker swarm등이 있으며, 하둡 스케줄러로는 YARN이 많이 사용됩니다. 이 글에서는 이러한 스케줄러 중 하나인 nomad를 소개합니다. nomad는 vagrant, consul, packer등의 시스템 소프트웨어로 유명한 hashicorp사의 오픈소스 소프트웨어로, 자사의 consul과 vault를 각각 service discovery와 secure storage에 사용합니다. hashicorp사는 자사의 웹페이지에서 nomad를 통해 5000개 호스트에 100만 개 컨테이너를 5분 만에 배포한 사례를 소개하고 있습니다.(Nomad Million Container Challenge) Why? Kubernetes는 CNCF(Cloud Native Computing Foundation)에서 개발을 주도하고 있으며, 현재 가장 인기있는 container orchestrator로서 안정성과 성능이 뛰어납니다. (최근 오픈소스화된 cite도 Kubernetes를 사용합니다.) 하지만 설계의 특성상 몇가지 단점들이 있습니다. Kubernetes의 특징 중 하나는 전체 시스템을 “직접” 관리하는 것입니다. 이러한 설계로 인해 Kubernetes에서 pluggable하게 설계하지 않은 기능은 재컴파일하지 않는 이상 구현하기 어려운데요, 예를 들면 cloud provider 추가, volume type [ more… ]

AWS Web Application Firewall을 통한 Application Load Balancer 보호하기

2017-01-25 KENNETH 0

AWS Web Application Firewall을 통한 Application Load Balancer 보호하기 오늘은 작년에 출시한 주요 서비스 중 AWS Web Application Firewall(WAF) 및 AWS Application Load Balancer라는 두 가지 서비스에 대한 업데이트입니다. AWS Web Application Firewall – 애플리케이션 가용성에 영향을 미치거나 과도한 자원을 소비 할 수 있는 외부 공격을 보호하는 서비스로서, 이전 출시 소식 에서 볼 수 있듯이 HTTP  요청 허용 여부 및 IP 주소를 정의하는 접근 제어 목록 (ACL), 규칙 및 조건을 사용할 수 있습니다. 선택적으로 웹 응용 프로그램의 특정 경로에 대한 접근를 허용하거나 거부 할 수 있으며, 다양한 SQL 주입 공격을 차단할 수 있습니다. 본 서비스는 Amazon CloudFront를 지원합니다. AWS Application Load Balancer – Elastic Load Balancing에서 상위 애플리케이션 계층을 지원하는 신규 서비스로서 콘테이너 또는 EC2 인스턴스 웹 서비스 경로를 기반으로 하는 라우팅 규칙을 정의 할 수 있습니다. Application Load Balancer는 HTTP/2 및 WebSocket을 지원하며 대상 콘테이너 및 인스턴스 상태를 자세히 [ more… ]

No Image

Promote your App – Anywhere. Anytime.

2017-01-25 KENNETH 0

Promote your App – Anywhere. Anytime. We are very excited to announce the release of campaign APIs for the Windows Store. Using these REST APIs, media agencies can promote apps and manage their ad campaigns easily. ‘Promote your App’ is a feature within DevCenter that allows you to create ad campaigns for your apps to grow your audience and engage with them. Using ‘Promote your App,’ you can leverage advanced targeting capabilities and use our popular ad templates to advertise your apps among Windows users. About the APIs These APIs are open to media houses that wish to run promotions on behalf of their advertisers – developers, game studios, anyone with apps on the Windows Store. Developers or organizations that already have a DevCenter account can also use these APIs to create and manage their ad campaigns. These APIs are [ more… ]

Shared Caches with NGINX Plus Cache Clusters, Part 1

2017-01-25 KENNETH 0

Shared Caches with NGINX Plus Cache Clusters, Part 1 How can you build a large‑capacity, highly available, cache cluster using NGINX or NGINX Plus? This is the first of two posts that each describe an approach to meeting this goal; the second post is coming soon. (Except as noted, the approaches apply equally to open source NGINX and NGINX Plus, but for brevity we’ll refer to NGINX Plus only.) An Overview of NGINX Plus Caching NGINX Plus can operate as a proxy cache server, sitting between the origin server and remote clients. NGINX Plus manages the traffic to the origin server and caches (stores) common, unchanging resources. This allows NGINX Plus to respond directly to clients when these resources are requested and thus reduces the load on the origin server. NGINX Plus’ proxy cache is most commonly deployed in a data center next to the origin server, and [ more… ]