Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the js_composer domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home2/risstechnologies/public_html/wp-includes/functions.php on line 6170
RISS Technologies Get Inspired 2016-11-18T11:18:23Z https://www.risstechnologies.com/feed/atom/ WordPress https://www.risstechnologies.com/wp-content/uploads/2016/10/cropped-favicon-32x32.png admin <![CDATA[Microsoft is pulling the plug on Windows 7 and Windows 8]]> http://rttheme19.rtthemes.com/2015/01/18/proin-pulvinar-viverra-dictum-2/ 2016-11-18T11:18:23Z 2016-11-05T23:03:20Z Microsoft is doing the most obvious thing to push Windows 10 further in the computing world Microsoft has announced that it is ending the life of Windows 7 and Windows 8. Microsoft is announcing ‘End of sales’ for two crucial Windows versions in the history of the software giant. With Windows 7, Microsoft regained the trust lost with Windows Vista but failed to convince the users to upgrade to “touch-friendly” Windows 8.
Microsoft explains the move as: “End of sales refers to the date when a particular version of Windows is no longer shipped to retailers or Original Equipment Manufacturers (OEMs). Examples of OEMS are Dell and Toshiba—PC manufacturers who often preinstall Windows software.” The move basically means that PCs wont be shipped with Windows 7 and Windows 8.1 preinstalled and Microsoft has already stopped selling both the versions via retail packaging.
The move would help Microsoft push Windows 10 further in the ever competitive PC market. PC sales have declined for nearly eight continuous quarters and with growing penetration of mobile devices, PC sales don’t seem to turn positive anytime soon. Microsoft currently has over 400 devices, running Windows 10 and with more PCs shipping with Windows 10 out-of-the-box, the count should help Microsoft reach the eventual goal of 1 billion Windows 10 devices.

Windows 7 arrived as a saving grace for Microsoft after its debacle with Vista. Microsoft saw enterprises easily upgrading to Windows 7 from XP and Windows 7 itself was available on sale for nearly seven years. Windows 8 and Windows 8.1 stayed on the shelves for just four years, which proves the outcome of the OS.

However, for those already running Windows 7 and Windows 8.1 on their PCs, worry not. Microsoft plans to continue support for Windows 7 and Windows 8.1 until January 2020 and 2023 respectively. Windows 10 upgrades have stagnated since the end of free update in July and this particular move should help the new OS reach more potential customers.

]]>
0
admin <![CDATA[Bluemix]]> http://rttheme19.rtthemes.com/2015/02/18/standard-post-2-2/ 2016-11-16T11:55:21Z 2015-01-18T23:03:20Z IBM Bluemix is a cloud platform as a service (PaaS) developed by IBM. It supports several programming languages and services as well as integrated DevOps to build, run, deploy and manage applications on the cloud. Bluemix is based on Cloud Foundry open technology and runs on SoftLayer infrastructure

Bluemix supports several programming languages including Java, Node.js, Go, PHP, Swift, Python, Ruby Sinatra, Ruby on Rails and can be extended to support other languages such as Scala through the use of buildpacks.

Bluemix would offers the Services such as MySQL, Postgress Database, Node.js, Ruby on Rails, Map Reduce etc in a Catalogue. New Services are added on a regular basis. But there are very interesting services such as Auto Scaling, Application Monitoring which one can explore.

]]>
0
admin <![CDATA[Salt (software)]]> http://rttheme19.rtthemes.com/2015/02/19/gallery-post-type-2-2/ 2016-11-17T03:24:19Z 2015-01-16T23:03:20Z SaltStack platform or Salt is a Python-based open-source configuration management software and remote execution engine. Supporting the “Infrastructure as Code” approach to deployment and cloud management, it competes primarily with Puppet, Chef, and Ansible.

Design:
Salt was designed to be highly modular and easily extensible, to make it easy to mold to diverse applications.
The module design of Salt creates Python modules that handle certain aspects of the available Salt systems. These modules allow for the interactions within Salt to be detached and modified to suit the needs of a developer or system administrator.

Module types:
The Salt system maintains many module types to manage specific actions. Modules can be added to any of the systems that support dynamic modules. These modules manage all the remote execution and state management behavior of Salt. The modules can be separated into six groups:
Execution modules are the workhorse for Salt’s functionality. They represent the functions available for direct execution from the remote execution engine. These modules contain the specific cross platform information used by Salt to manage portability, and constitute the core api of system level functions used by Salt systems
State modules are the components that make up the backend for the Salt configuration management system. These modules execute the code needed to enforce, set up or change the configuration of a target system. Like other modules, more states become available when they are added to the states modules.
• Grains are a system for detecting static information about a system and storing it in RAM for rapid gathering.
Renderer modules are used to render the information passed to the Salt state system. The renderer system is what makes it possible to represent Salt’s configuration management data in any serializable format
Returners: the remote execution calls made by Salt are detached from the calling system; this allows the return information generated by the remote execution to be returned to an arbitrary location. Management of arbitrary return locations is managed by the Returner Modules.
Runners are master side convenience applications executed by the salt-run command.

]]>
0
admin <![CDATA[MQTT]]> http://rttheme19.rtthemes.com/2015/01/16/fusce-pretium-nisi-purus-2/ 2016-11-17T04:55:04Z 2015-01-15T23:03:20Z MQTT (MQ Telemetry Transport or Message Queuing Telemetry Transport) is an ISO standard (ISO/IEC PRF 20922)[ publish-subscribe-based “lightweight” messaging protocol for use on top of the TCP/IP protocol. It is designed for connections with remote locations where a “small code footprint” is required or the network bandwidth is limited. The publish-subscribe messaging pattern requires a message broker. The broker is responsible for distributing messages to interested clients based on the topic of a message. Andy Stanford-Clark and Arlen Nipper of Cirrus Link Solutions authored the first version of the protocol in 1999.

The specification does not specify the meaning of “small code footprint” or the meaning of “limited network bandwidth”. Thus, the protocol’s availability for use depends on the context. In 2013, IBM submitted MQTT v3.1 to the OASIS specification body with a charter that ensured only minor changes to the specification could be accepted. MQTT-SN is a variation of the main protocol aimed at embedded devices on non-TCP/IP networks, such as ZigBee

MQTT Methods:
MQTT defines methods (sometimes referred to as verbs) to indicate the desired action to be performed on the identified resource. What this resource represents, whether pre-existing data or data that is generated dynamically, depends on the implementation of the server. Often, the resource corresponds to a file or the output of an executable residing on the server.
Connect: Waits for a connection to be established with the server.
Disconnect: Waits for the MQTT client to finish any work it must do, and for the TCP/IP session to disconnect.
Subscribe: Waits for completion of the Subscribe or Unsubscribe method.
Unsubscribe: Requests the server unsubscribe the client from one or more topics.
Publish: Returns immediately to the application thread after passing the request to the MQTT client.

]]>
0
admin <![CDATA[Falcon]]> http://rttheme19.rtthemes.com/2015/02/19/self-hosted-video-post-2-2/ 2016-11-17T05:22:26Z 2015-01-12T23:03:20Z Falcon is lightweight high performance framework for building cloud api’s. Falcon is a minimalist WSGI library for building speedy web APIs and app backends. We like to think of Falcon as the Dieter Rams of web frameworks.

When it comes to building HTTP APIs, other frameworks weigh you down with tons of dependencies and unnecessary abstractions. Falcon cuts to the chase with a clean design that embraces HTTP and the REST architectural style.

Features:
Falcon tries to do as little as possible while remaining highly effective.
• Routes based on URI templates RFC
• REST-inspired mapping of URIs to resources
• Global, resource, and method hooks
• Idiomatic HTTP error responses
• Full Unicode support
• Intuitive request and response objects
• Works great with async libraries like gevent
• Minimal attack surface for writing secure APIs
• 100% code coverage with a comprehensive test suite
• Only depends on six and mimeparse
• Supports Python 2.6, 2.7, 3.3, 3.4 and 3.5
• Compatible with PyPy and Jython.

]]>
0