Podcasts about intel kaby lake

  • 13PODCASTS
  • 15EPISODES
  • 57mAVG DURATION
  • ?INFREQUENT EPISODES
  • Oct 25, 2017LATEST

POPULARITY

20172018201920202021202220232024


Best podcasts about intel kaby lake

Latest podcast episodes about intel kaby lake

BSD Now
217: Your questions, part II

BSD Now

Play Episode Listen Later Oct 25, 2017 102:44


OpenBSD 6.2 is here, style arguments, a second round of viewer interview questions, how to set CPU affinity for FreeBSD jails, containers on FreeNAS & more! Headlines OpenBSD 6.2 Released (https://www.openbsd.org/62.html) OpenBSD continues their six month release cadence with the release of 6.2, the 44th release On a disappointing note, the song for 6.2 will not be released until December Highlights: Improved hardware support on modern platforms including ARM64/ARMv7 and octeon, while amd64 users will appreciate additional support for the Intel Kaby Lake video cards. Network stack improvements include extensive SMPization improvements and a new FQ-CoDel queueing discipline, as well as enhanced WiFi support in general and improvements to iwn(4), iwm(4) and anthn(4) drivers. Improvements in vmm(4)/vmd include VM migration, as well as various compatibility and performance improvements. Security enhancements including a new freezero(3) function, further pledge(2)ing of base system programs and conversion of several daemons to the fork+exec model. Trapsleds, KARL, and random linking for libcrypto and ld.so, dramatically increase security by making it harder to find helpful ROP gadgets, and by creating a unique order of objects per-boot. A unique kernel is now created by the installer to boot from after install/upgrade. The base system compiler on the amd64 and i386 platforms has switched to clang(1). New versions of OpenSSH, OpenSMTPd, LibreSSL and mandoc are also included. The kernel no longer handles IPv6 Stateless Address Autoconfiguration (RFC 4862), allowing cleanup and simplification of the IPv6 network stack. Improved IPv6 checks for IPsec policies and made them consistent with IPv4. Enabled the use of per-CPU caches in the network packet allocators. Improved UTF-8 line editing support for ksh(1) Emacs and Vi input mode. breaking change for nvme(4) users with GPT: If you are booting from an nvme(4) drive with a GPT disk layout, you are affected by an off-by-one in the driver with the consequence that the sector count in your partition table may be incorrect. The only way to fix this is to re-initialize the partition table. Backup your data to another disk before you upgrade. In the new bsd.rd, drop to a shell and re-initialize the GPT: fdisk -iy -g -b 960 sdN Why we argue: style (https://www.sandimetz.com/blog/2017/6/1/why-we-argue-style) I've been thinking about why we argue about code, and how we might transform vehement differences of opinion into active forces for good. My thoughts spring from a very specific context. Ten or twelve times a year I go to an arbitrary business and spend three or more days teaching a course in object-oriented design. I'm an outsider, but for a few days these business let me in on their secrets. Here's what I've noticed. In some places, folks are generally happy. Programmers get along. They feel as if they are all "in this together." At businesses like this I spend most of my time actually teaching object-oriented design. Other places, folks are surprisingly miserable. There's a lot of discord, and the programmers have devolved into competing "camps." In these situations the course rapidly morphs away from OO Design and into wide-ranging group discussions about how to resolve deeply embedded conflicts. Tolstoy famously said that "Happy families are all alike; every unhappy family is unhappy in its own way." This is known as the Anna Karenina Principle, and describes situations in which success depends on meeting all of a number of criteria. The only way to be happy is to succeed at every one of them. Unhappiness, unfortunately, can be achieved by any combination of failure. Thus, all happy businesses are similar, but unhappy ones appear unique in their misery. Today I'm interested in choices of syntax, i.e whether or not your shop has agreed upon and follows a style guide. If you're surprised that I'm starting with this apparently mundane issue, consider yourself lucky in your choice of workplace. If you're shaking your head in rueful agreement about the importance of this topic, I feel your pain. I firmly believe that all of the code that I personally have to examine should come to me in a consistent format. Code is read many more times than it is written, which means that the ultimate cost of code is in its reading. It therefore follows that code should be optimized for readability, which in turn dictates that an application's code should all follow the same style. This is why FreeBSD, and most other open source projects, have a preferred style. Some projects are less specific and less strict about it. Most programmers agree with the prior paragraph, but here's where things begin to break down. As far as I'm concerned, my personal formatting style is clearly the best. However, I'm quite sure that you feel the same. It's easy for a group of programmers to agree that all code should follow a common style, but surprisingly difficult to get them to agree on just what that common style should be. Avoid appointing a human "style cop", which just forces someone to be an increasingly ill-tempered nag. Instead, supply programmers with the information they need to remedy their own transgressions. By the time a pull request is submitted, mis-stylings should long since have been put right. Pull request conversations ought to be about what code does rather than how code looks. What about old code? Ignore it. You don't have to re-style all existing code, just do better from this day forward. Defer updating old code until you touch it for other reasons. Following this strategy means that the code you most often work on will gradually take on a common style. It also means that some of your existing code might never get updated, but if you never look at it, who cares? If you choose to re-style code that you otherwise have no need to touch, you're declaring that changing the look of this old code has more value to your business than delivering the next item on the backlog. The opportunity cost of making a purely aesthetic change includes losing the benefit of what you could have done instead. The rule-of-thumb is: Don't bother updating the styling of stable, existing code unless not doing so costs you money. Most open source projects also avoid reformatting code just to change the style, because of the merge conflicts this will cause for downstream consumers If you disagree with the style guide upon which your team agrees, you have only two honorable options: First, you can obey the guide despite your aversion. As with me in the Elm story above, this act is likely to change your thinking so that over time you come to prefer the new style. It's possible that if you follow the guide you'll begin to like it. Alternatively, you can decide you will not obey the style guide. Making this decision demands that you leave your current project and find some other project whose guide matches your preferred style. Go there and follow that one. Notice that both of these choices have you following a guide. This part is not optional. The moral of this story? It's more important for all code to be formatted the same than it is for any one of us to get our own way. Commit to agreeing upon and following a style guide. And if you find that your team cannot come to an agreement, step away from this problem and start a discussion about power. There have been many arguments about style, and it can often be one of the first complaints of people new to any open source project This article covers it fairly well from both sides, a) you should follow the style guide of the project you are contributing to, b) the project should review your actual code, then comment on the style after, and provide gentle guidance towards the right style, and avoid being “style cops” *** Interview - The BSDNow Crew, Part II News Roundup Building FreeBSD for the Onion Omega 2 (https://github.com/sysadminmike/freebsd-onion-omega2-build) I got my Onion Omega 2 devices in the mail quite a while ago, but I had never gotten around to trying to install FreeBSD on them. They are a different MIPS SoC than the Onion Omega 1, so it would not work out of the box at the time. Now, the SoC is supported! This guide provides the steps to build an image for the Omega 2 using the freebsd-wifi-build infrastructure First some config files are modified to make the image small enough for the Omega 2's flash chip The DTS (Device Tree Source) files are not yet included in FreeBSD, so they are fetched from github Then the build for the ralink SoC is run, with the provided DTS file and the MT7628_FDT kernel config Once the build is complete, you'll have a tftp image file. Then that image is compressed, and bundled into a uboot image Write the files to a USB stick, and plug it into the Omega's dock Turn it on while holding the reset button with console open Press 1 to get into the command line. You will need to reset the usb: usb reset Then load the kernel boot image: fatload usb 0:1 0x80800000 kernel.MT7628_FDT.lzma.uImage And boot it: bootm 0x80800000 At this point FreeBSD should boot Mount a userland, and you should end up in multi-user mode Hopefully this will get even easier in the next few weeks, and we'll end up with a more streamlined process to tftp boot the device, then write FreeBSD into the onboard flash so it boots automatically. *** Setting the CPU Affinity on FreeBSD Jails with ezjail (https://www.neelc.org/setting-the-cpu-affinity-on-freebsd-jails-with-ezjail/) While there are more advanced resource controls available for FreeBSD jails, one of the most basic ways to control CPU usage is to limit the subset of CPUs that each jail can use. This can make sure that every jail has access to some dedicated resources, while at the same time doesn't have the ability to entirely dominate the machine I just got a new home server: a HP ProLiant ML110 G6. Being a FreeBSD person myself, it was natural that I used it on my server instead of Linux I chose to use ezjail to manage the jails on my ProLiant, with the initial one being a Tor middle node. Despite the fact that where my ML110 is, the upstream is only 35mbps (which is pretty good for cable), I did not want to give my Tor jail access to all four cores. Setting the CPU Affinity would let you choose a specific CPU core (or a range of cores) you want to use. However, it does not just let you pick the number of CPU cores you want and make FreeBSD choose the core running your jail. Going forward, I assumed that you have already created a jail using ezjail-admin. I also do not cover limiting a jail to a certain percentage of CPU usage. ezjail-admin config -c [CORENUMBERFIRST]-[CORENUMBERLAST] [JAIL_NAME] or ezjail-admin config -c [CORENUMBERFIRST],[CORENUMBERSECOND],...,[CORENUMBERN] [JAILNAME] And hopefully, you should have your ezjail-managed FreeBSD jail limited to the CPU cores you want. While I did not cover a CPU percentage or RAM usage, this can be done with rctl I'll admit: it doesn't really matter which CPU a jail runs on, but it might matter if you don't want a jail to have access to all the CPU cores available and only want [JAILNAME] to use one core. Since it's not really possible just specify the number of CPU cores with ezjail (or even iocell), a fallback would be to use CPU affinity, and that requires you to specify an exact CPU core. I know it's not the best solution (it would be better if we could let the scheduler choose provided a jail only runs on one core), but it's what works. We use this at work on high core count machines. When we have multiple databases colocated on the same machine, we make sure each one has a few cores to itself, while it shares other cores with the rest of the machine. We often reserve a core or two for the base system as well. *** A practical guide to containers on FreeNAS for a depraved psychopath. (https://medium.com/@andoriyu/a-practical-guide-to-containers-on-freenas-for-a-depraved-psychopath-c212203c0394) If you are interested in playing with Docker, this guide sets up a Linux VM running on FreeBSD or FreeNAS under bhyve, then runs linux docker containers on top of it You know that jails are dope and I know that jails are dope, yet no one else knows it. So here we are stuck with docker. Two years ago I would be the last person to recommend using docker, but a whole lot of things has changes past years… This tutorial uses iohyve to manage the VMs on the FreeBSD or FreeNAS There are many Linux variants you can choose from — RancherOS, CoreOS are the most popular for docker-only hosts. We going to use RancherOS because it's more lightweight out of the box. Navigate to RancherOS website and grab link to latest version sudo iohyve setup pool=zpool kmod=1 net=em0 sudo iohyve fetch https://releases.rancher.com/os/latest/rancheros.iso sudo iohyve renameiso rancheros.iso rancheros-v1.0.4.iso sudo pkg install grub2-bhyve sudo iohyve create rancher 32G sudo iohyve set rancher loader=grub-bhyve ram=8G cpu=8 con=nmdm0 os=debian sudo iohyve install rancher rancheros-v1.0.4.iso sudo iohyve console rancher Then the tutorial does some basic configuration of RancherOS, and some house keeping in iohyve to make RancherOS come up unattended at boot The whole point of this guide is to reduce pain, and using the docker CLI is still painful. There are a lot of Web UIs to control docker. Most of them include a lot of orchestrating services, so it's just overkill. Portainer is very lightweight and can be run even on Raspberry Pi Create a config file as described After reboot you will be able to access WebUI on 9000 port. Setup is very easy, so I won't go over it The docker tools for FreeBSD are still being worked on. Eventually you will be able to host native FreeBSD docker containers on FreeBSD jails, but we are not quite there yet In the meantime, you can install sysutils/docker and use it to manage the docker instances running on a remote machine, or in this case, the RancherOS VM running in bhyve *** Beastie Bits The Ghost of Invention: A Visit to Bell Labs, excerpt from the forthcoming book: “Kitten Clone: Inside Alcatel-Lucent” (https://www.wired.com/2014/09/coupland-bell-labs/) OpenBSD Cookbook (set of Ansible playbooks) (https://github.com/ligurio/openbsd-cookbooks) 15 useful sockstat commands to find open ports on FreeBSD (https://www.tecmint.com/sockstat-command-examples-to-find-open-ports-in-freebsd/) A prehistory of Slashdot (https://medium.freecodecamp.org/a-pre-history-of-slashdot-6403341dabae) Using ed, the unix line editor (https://medium.com/@claudio.santos.ribeiro/using-ed-the-unix-line-editor-557ed6466660) *** Feedback/Questions Malcolm - ZFS snapshots (http://dpaste.com/16EB3ZA#wrap) Darryn - Zones (http://dpaste.com/1DGHQJP#wrap) Mohammad - SSH Keys (http://dpaste.com/08G3VTB#wrap) Send questions, comments, show ideas/topics, or stories you want mentioned on the show to feedback@bsdnow.tv (mailto:feedback@bsdnow.tv)

c't uplink (HD-Video)
c't uplink 16.5: Creators Update, Business-Notebooks, Smart Home absichern

c't uplink (HD-Video)

Play Episode Listen Later Apr 7, 2017


Seit dieser Woche können Anwender das Windows 10 Creators Update herunterladen. Microsoft will mehr Transparenz in puncto Datenschutz schaffen und hat dem Software-Oldie Paint einen neuen Anstrich verpasst. Was sich sonst noch getan hat, erklären wir in c't uplink. Business-Notebooks sind in der Regel robuster und ausdauernder als die normalen Notebooks. Außerdem kann man sie mit Dockingstationen bürotauglich machen und damit den Desktop-Rechner ersetzen. In c't haben wir vier aktuelle Modelle mit Intel Kaby Lake getestet. Heutzutage sollen Smart-Home- und IoT-Geräte vor allem einfach zu installieren und zu bedienen sein. Meist vernachlässigen Hersteller dabei die Sicherheit. So fanden wir beispielsweise Funksteckdosen, die WLAN-Passwörter unverschlüsselt hinausposaunten und einen hackbaren Dildo. Das Schlimme: Viele der Sicherheitslücken bekommt man als Kunde nicht mit, weil manche problematischen Features nicht einmal dokumentiert sind. Mit dabei: Jan Schüßler, Mirko Dölle, Achim Barczok und Florian Müssig Die c't 8/17 gibt's am Kiosk, im heise Shop und digital in der c't-App für iOS und Android.

c’t uplink
c't uplink 16.5: Creators Update, Business-Notebooks, Smart Home absichern

c’t uplink

Play Episode Listen Later Apr 7, 2017 51:30


Seit dieser Woche können Anwender das Windows 10 Creators Update herunterladen. Microsoft will mehr Transparenz in puncto Datenschutz schaffen und hat dem Software-Oldie Paint einen neuen Anstrich verpasst. Was sich sonst noch getan hat, erklären wir in c't uplink. Business-Notebooks sind in der Regel robuster und ausdauernder als die normalen Notebooks. Außerdem kann man sie mit Dockingstationen bürotauglich machen und damit den Desktop-Rechner ersetzen. In c't haben wir vier aktuelle Modelle mit Intel Kaby Lake getestet. Heutzutage sollen Smart-Home- und IoT-Geräte vor allem einfach zu installieren und zu bedienen sein. Meist vernachlässigen Hersteller dabei die Sicherheit. So fanden wir beispielsweise Funksteckdosen, die WLAN-Passwörter unverschlüsselt hinausposaunten und einen hackbaren Dildo. Das Schlimme: Viele der Sicherheitslücken bekommt man als Kunde nicht mit, weil manche problematischen Features nicht einmal dokumentiert sind. Mit dabei: Jan Schüßler, Mirko Dölle, Achim Barczok und Florian Müssig Die c't 8/17 gibt's am Kiosk, im heise Shop und digital in der c't-App für iOS und Android.

c't uplink (SD-Video)
c't uplink 16.5: Creators Update, Business-Notebooks, Smart Home absichern

c't uplink (SD-Video)

Play Episode Listen Later Apr 7, 2017


Seit dieser Woche können Anwender das Windows 10 Creators Update herunterladen. Microsoft will mehr Transparenz in puncto Datenschutz schaffen und hat dem Software-Oldie Paint einen neuen Anstrich verpasst. Was sich sonst noch getan hat, erklären wir in c't uplink. Business-Notebooks sind in der Regel robuster und ausdauernder als die normalen Notebooks. Außerdem kann man sie mit Dockingstationen bürotauglich machen und damit den Desktop-Rechner ersetzen. In c't haben wir vier aktuelle Modelle mit Intel Kaby Lake getestet. Heutzutage sollen Smart-Home- und IoT-Geräte vor allem einfach zu installieren und zu bedienen sein. Meist vernachlässigen Hersteller dabei die Sicherheit. So fanden wir beispielsweise Funksteckdosen, die WLAN-Passwörter unverschlüsselt hinausposaunten und einen hackbaren Dildo. Das Schlimme: Viele der Sicherheitslücken bekommt man als Kunde nicht mit, weil manche problematischen Features nicht einmal dokumentiert sind. Mit dabei: Jan Schüßler, Mirko Dölle, Achim Barczok und Florian Müssig Die c't 8/17 gibt's am Kiosk, im heise Shop und digital in der c't-App für iOS und Android.

Canaltech Podcast
CT News - 23/03/2017 (Intel Kaby Lake no Brasil; Super Mario Run no Android)

Canaltech Podcast

Play Episode Listen Later Mar 23, 2017 6:33


PC Perspective Podcast
PC Perspective Podcast 441 - 03/16/17

PC Perspective Podcast

Play Episode Listen Later Mar 16, 2017 84:23


Join us this week as we discuss NVIDIA GTX 1080 Ti, AMD Ryzen Scheduler Discussion, AMD Ryzen 5 Announcement, Intel Kaby Lake de-lidding, and more!

announcement amd ryzen nvidia gtx intel kaby lake pc perspective podcast
PC Perspective Podcast Video
PC Perspective Podcast 441 - 03/16/17

PC Perspective Podcast Video

Play Episode Listen Later Mar 16, 2017 84:48


PC Perspective Podcast #441 - 03/16/17 Join us for NVIDIA GTX 1080 Ti, AMD Ryzen Scheduler Discussion, AMD Ryzen 5 Announcement, Intel Kaby Lake de-lidding, and more! You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE. The URL for the podcast is: http://pcper.com/podcast - Share with your friends! iTunes - Subscribe to the podcast directly through the iTunes Store (audio only) Video version on iTunes Google Play - Subscribe to our audio podcast directly through Google Play! RSS - Subscribe through your regular RSS reader (audio only) Video version RSS feed MP3 - Direct download link to the MP3 file Hosts: Ryan Shrout, Josh Walrath, Jeremy Hellstrom, Morry Teitelman, Ken Addison Program length: 1:24:48 Podcast topics of discussion: Join our spam list to get notified when we go live! Patreon Week in Review: 0:02:29 The NVIDIA GeForce GTX 1080 Ti Review 0:11:43 FCAT VR: Measuring VR Performance on the GTX 1060 and RX 480 0:24:56 AMD Ryzen and the Windows 10 Scheduler - No Silver Bullet 0:45:32 Ryzen 5 Announcement 0:43:32 Improving the Thermal Performance of the Intel Kaby Lake CPU News items of interest: 0:56:56 NVIDIA Launches Jetson TX2 With Pascal GPU For Embedded Devices 1:03:04 Satya is my copilot; Intel purchases Mobileye 1:07:16 Ryzen Locking on Certain FMA3 Workloads Hardware/Software Picks of the Week Ryan: Air travel Jeremy: Oldie but goodie, 850 EVO Josh: GTX 1080 with Good Games! Allyn: Air travel Ken: Beyerdynamic DT 770 Pro 80Ohm Morry: Nier: Automata http://pcper.com/podcast http://twitter.com/ryanshrout and http://twitter.com/pcper Closing/outro Subscribe to the PC Perspective YouTube Channel for more videos, reviews and podcasts!!

Why I Social
Episode 20 - The One Where We Are Hacked By Toby Flenderson

Why I Social

Play Episode Listen Later Jan 23, 2017 30:30


On this week's episode, Amir and Chris debate incredible films such as "Beethoven" and "Major League - Back To The Minors".  Also,  Westworld returns to the podcast.   This week's Five Favorites:  1. 2017 MacBook Pro to bring Intel Kaby Lake, 32GB of RAM (Cult of Mac)  2. Oculus Lawsuit May Undercut VR Industry, not just Facebook’s bottom line (Polygon)  3. Google Acquires Fabric (VentureBeat) 4. Meitu Has A Tracking Project (VentureBeat)  5. HOT TOPIC: A Breakdown of The POTUS Transition Obama White House Transition Plan @Jack discusses Twitter issues in transition (Twitter)  Honorable Mention(s):  Westworld Bot for Google Home  DISHonorable Mention(s): @SteveCarell Use the hashtag #FiveFavorites to share YOUR favorite stories each and every week - and YOU may be included on the show.   

The CultCast
CultCast #267 - 2017 bringing another new Macbook Pro!

The CultCast

Play Episode Listen Later Jan 20, 2017 42:39


This week: 2017 brings the super-charged MacBook Pro you’ve been waiting for—yes, another update!  Then, a former employee says Tim Cook's making Apple boring...  Is it true?  Plus: we get more evidence Apple will be making TV shows and movies; and iPhone 8 may be packing friggin’ lasers and facial recognition.   This episode supported by  Build a beautiful, responsive website quick atSquarespace.com.  Enter offer code CultCast at checkout to get 10% off. Squarespace—Build it Beautiful.   CultCloth will keep your iPhone 7, Apple Watch, Mac and iPad sparkling clean.  Check them out now at CultCloth.co, and use code “CultCast” at checkout to score a free 8x8 CleanCloth!   We also want to give Kevin MacLeod at incompetech.com a  thanks for the great music you hear on today's show.   On the show this week @erfon / @bst3r / @lkahney   This week’s Intro https://www.youtube.com/watch?v=ak2ZWDnERtA   2017 MacBook Pro to bring Intel Kaby Lake, 32GB of RAM http://www.cultofmac.com/462777/new-macbook-pro-intel-kaby-lake-32gb-ram-arrive-year/   Apple will launch a new 15-inch MacBook Pro later this year powered by Intel’s next-generation Kaby Lake processors and 32GB of desktop-class RAM, according to a reliable analyst. According to reliable KGI Securities analyst Ming-Chi Kuo, Apple has a MacBook Pro refresh planned for later this year that will bring new Kaby Lake CPUs and up to 32GB of desktop-class RAM. It will be “the most significantly redesigned product this year,” Kuo says. Kuo doesn’t mention specific release dates for any of these machines, but he expects the MacBook with 32GB of RAM to arrive sometime during the second half of 2017 — at which point Apple could reduce the price of the entry-level 13-inch MacBook Pro without Touch Bar. Kaby Lake will also grace the rest of the MacBook Pro lineup — and the 12-inch MacBook, too, Kuo claims Former employee explains how Tim Cook made Apple boring http://www.cultofmac.com/462906/former-employee-explains-tim-cook-made-apple-boring/ Tim Cook’s kinder, gentler management style is the biggest reason why 2016 was one of the most boring years for Apple in recent memory, according to a former employee of the company. Steve Jobs was notorious for inciting conflict and competition between top employees After Cook took over, he worked to eliminate conflict within Cupertino’s walls and made employees less passionate, claims ex-Apple employee Bob Burrough. "Tim Cook fired Scott Forstall and aligned the executive staff so as to have peace. ...which is to say there is no conflict”   Apple Plans to Launch Original TV Shows Comparable to 'Westworld' and 'Stranger Things' By End of 2017 http://www.macrumors.com/2017/01/12/apple-original-tv-shows-end-of-2017/ According to a new report from The Wall Street Journal, Apple is building a "significant" business centered around creating original, including scripted television shows and possibly even movies. The content would reportedly be made available on Apple Music, like the already-announced projects Carpool Karaoke and Vital Signs. Apple executives have told Hollywood that the new original content will launch by the end of 2017, according to the new report. The move is looked at as a way for Apple to gain an edge against Spotify, and not a move to compete with Netflix and Amazon Prime Video.   iPhone 8 may pack frickin’ lasers for facial recognition http://www.cultofmac.com/463022/iphone-8-may-pack-frickin-lasers-facial-recognition/ Apple’s next iPhone may come with new facial recognition technology and actual friggin’ laser beams, according to an analyst. By adding lasers near the front-facing camera, Apple will be able to depth-map objects, according to analysts at Cowen and Company. The camera could also be used for image recognition, enhancing security and fueling augmented reality.   iPhone 8 may have even higher waterproof rating http://www.cultofmac.com/462289/iphone-8-may-even-higher-waterproof-rating/ Apple may be planning to make its next iPhone even more waterproof, according to the newest rumor “Apple’s iPhone 8 will feature the IP68 rating protection as part of drastic upgrades marking the 10th anniversary of the iPhone this year,” reports South Korean news site, The Investor, citing an industry source.   Mavic Pro: The coolest gadget since the original iPhone [Reviews] http://www.cultofmac.com/458941/mavic-pro-coolest-gadget-since-original-iphone-reviews/

PC Perspective Podcast Video
PC Perspective Podcast 426 - 11/23/16

PC Perspective Podcast Video

Play Episode Listen Later Nov 24, 2016 83:00


PC Perspective Podcast #426 - 11/23/16 Join us this week as we discuss Intel Kaby Lake performance, a new Corsair Crystal 570X case, Qualcomm Snapdragon 835 and more! You can subscribe to us through iTunes and you can still access it directly through the RSS page HERE. The URL for the podcast is: http://pcper.com/podcast - Share with your friends! iTunes - Subscribe to the podcast directly through the iTunes Store (audio only) Video version on iTunes Google Play - Subscribe to our audio podcast directly through Google Play! RSS - Subscribe through your regular RSS reader (audio only) Video version RSS feed MP3 - Direct download link to the MP3 file Hosts: Ryan Shrout, Allyn Malventano, Josh Walrath, Jeremy Hellstrom Program length: 1:23:24 Join our spam list to get notified when we go live! Patreon Week in Review: 0:04:30 GIGABYTE Z170X-Ultra Gaming Motherboard Review 0:10:45 Corsair Crystal Series 570X Tempered Glass Case Review 0:17:47 Intel Kaby Lake Performance: Surprising Jump over Skylake News items of interest: 0:34:25 Qualcomm Teases Snapdragon 835, built on Samsung 10nm FinFET 0:40:00 Corsair Introduces Carbide Series 270R Mid-Tower Case 0:41:38 Random thoughts and Q&A! Hardware/Software Picks of the Week Ryan: Lenovo Phab 2 Pro SD 652, Android 6, 6.4” QHD, 4GB, 64GB, 4050 mAh Jeremy: Is this what they mean by a killer app Josh: Keep an eye on this one this weekend. Allyn: EVE Valkyrie on Steam http://pcper.com/podcast http://twitter.com/ryanshrout and http://twitter.com/pcper Closing/outro Subscribe to the PC Perspective YouTube Channel for more videos, reviews and podcasts!! Video soon!

PC Perspective Podcast
PC Perspective Podcast 426 - 11/23/16

PC Perspective Podcast

Play Episode Listen Later Nov 23, 2016 83:00


Join us this week as we discuss Intel Kaby Lake performance, a new Corsair Crystal 570X case, Qualcomm Snapdragon 835 and more!

qualcomm snapdragon intel kaby lake pc perspective podcast
Piltch Point (Video)
Intel Kaby Lake Changes - Episode 118

Piltch Point (Video)

Play Episode Listen Later Oct 10, 2016 82:12


This week, Avram Piltch discusses the new line of Intel processors. Kaby Lake brings the 7th generation of Intel's Core I processors. These new chips bring faster speeds and higher turbo speeds. The stranger change, though, is in the Core m series of processors. These lower power chips often cost more and perform lower than their traditional counterparts, but will be lumped in with them. Intel Core m5 and Core m7 will now be called Core i5 and Core i7, making for market confusion. Making the decision even stranger is Core m3 will retain its name.

intel intel core kaby lake intel kaby lake avram piltch
PCWorld Podcast
Episode 30: Google Pixel phone, Google Home and Intel Kaby Lake

PCWorld Podcast

Play Episode Listen Later Oct 6, 2016 34:02


This week Jon Phillips, Jason Cross and Gordon Mah Ung talk Google Pixel phone and what it's missing. The gang also details Google Home and Gordon gets confused by Hangouts, Assistant, Allo and Google Now. Finally Gordon shows off a pair of Dell XPS 13 laptops one of which has Intel's latest 7th Gen Kaby Lake CPU inside.

ThinkComputers Weekly Tech Podcast
ThinkComputers Podcast #77

ThinkComputers Weekly Tech Podcast

Play Episode Listen Later Sep 11, 2016 54:43


In this episode of our weekly tech podcast we talk about the Worst PC Setups of the Month, Intel Kaby Lake & AMD Zen power restrictions, NVIDIA's upcoming GTX 1050, two new cases & much more! The post ThinkComputers Podcast #77 (https://thinkcomputers.org/thinkcomputers-podcast-77/) appeared first on ThinkComputers.org (https://thinkcomputers.org) .

nvidia gtx amd zen intel kaby lake
VZOO | E分钟
「E分钟」160901:第七代酷睿处理器仅支持Win 10!华为Nova主打女性用户

VZOO | E分钟

Play Episode Listen Later Sep 1, 2016 1:59


1、iPhone 7视频流出耳机亮瞎 2、Intel发布第七代Kaby Lake处理器 3、米家机器人发布,售价1699 4、华为新机Nova主打女性用户 5、iPhone7国行曝光

iphone iphone7 intel kaby lake