ADVERTISEMENT

Looking back at 2017

Published Jan 5, 2018 12:00 am
By Rommel Feria og_siri At the start of the 2017, I wrote about technologies that I was expecting to be hits for the year. Let’s look back and see which ones were hits, and which were misses. • TV Set-Top Box and Streaming TV My wish came true, Amazon Prime Video is now on the Apple TV! This made Apple TV one of the best platforms available in the market today, with support for Amazon’s collection, Hulu, Netflix, iTunes, SlingTV, DirecTV Now, and more. You can’t get this on other streaming TV devices, e.g., Roku, FireTV/Fire Stick, or Chromecast! Google’s YouTube TV and Hulu with Live TV are gaining more ground this past year. Unfortunately, it is still not available outside of North America. 2018 will see this scene just explode with Disney’s acquisition of Fox, Apple investing in original content for iTunes and Apple Music and supporting Live Sports, Netflix continuing producing original content, and more consumers cutting the cord! • IP-based Messaging 2017 brought us additional emojis, and this will continue in the years to come, as more emojis are added to the standard. This year also brought us AI integration on the messaging platform, specifically interfacing with the personal assistants. Apple brought us Animojis, too — albeit exclusive on the iOS platform’s iMessage. In addition, Apple made Apple Pay Cash on iMessage, their peer-to-peer mobile payment. Mobile payment via messaging is not new, though, we had other platforms capitalize on messaging as the delivery mechanism for financial transactions. • Personal Assistants and Artificial Intelligence As mobile processors continue to become more powerful, the computational complexity of AI is becoming more accessible on mobile devices. 2017 finally, at least for some platforms, brought more processing on device, as opposed to having it on the cloud. This year, Siri became part of Mac OS X High Sierra, too. Sadly, though, I have yet to find a good use case for this. 2018 will see more progress along device-based AI processing, but will all data remain local? That needs to be seen. Personally, though, I highly doubt it. • Voice User Interfaces The Black Friday sale in the US made voice-based devices and speakers affordable! A lot of consumers bought heavily discounted Amazon Echos and Google Homes. Amazon has the first mover advantage, having a wide array of third-party skills. Google just started this 2017, so expect 2018 to get third-party skills pick-up on the Google Home. Apple missed 2017 by failing to launch the HomePod. We will see how this market changes in 2018, with the HomePod becoming a player. • Mixed-Reality Platforms This year, Apple became the largest Augmented Reality (AR) platform in the market, when it released iOS 11, with support starting with the iPhone SE and newer models. The much hyped Magic Leap is still vaporware — maybe 2018 is the year they will finally release a product. Google just recently announced the end of Project Tango, another failed project. It is a good thing that they were able to wrap up the Project Tango software that isn’t dependent on the specialized Tango cameras and sensors, and whipped up the AR Core, a software AR toolkit akin to Apple’s ARKit. 2018 will see more AR applications to be more useful, as compared to just being novelty applications. If the Disney Research demo is any indication, AR artifacts will soon be able to react to your surroundings! Exciting times. • Wearables This year, when you talk wearables, you cannot deny the fact that Apple’s Apple Watch cornered this market. Apple’s move to improve and expand the health features on the Apple Watch will bring more users to its fold. Unfortunately, no other wearable can compete against it at the moment. 2018 will be no different, specially now that Apple Watch Series 3 with LTE sales seem to be doing very well (which means that those who held off previously are considering buying). I wish, though, that there is a worthy competitor to the Apple Watch — competition drives Apple to make the platform better! • Blockchain Towards the end of 2017, Bitcoin exploded, and now more people have an idea what blockchain technology is all about — well, not the really technology, just bitcoin! :) This coming year, this tech will grow considerably, hopefully with applications on other domains becoming more mainstream, e.g., health records. • 2018 This year’s technologies will be no different than this year’s, in my humble opinion. I wish that more emphasis on security and privacy will be the trend in 2018.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.