xcode – Jupiter Broadcasting https://www.jupiterbroadcasting.com Open Source Entertainment, on Demand. Mon, 29 Nov 2021 02:48:41 +0000 en-US hourly 1 https://wordpress.org/?v=5.5.3 https://original.jupiterbroadcasting.net/wp-content/uploads/2019/04/cropped-favicon-32x32.png xcode – Jupiter Broadcasting https://www.jupiterbroadcasting.com 32 32 Linux Action News 217 https://original.jupiterbroadcasting.net/146827/linux-action-news-217/ Sun, 28 Nov 2021 18:00:00 +0000 https://original.jupiterbroadcasting.net/?p=146827 Show Notes: linuxactionnews.com/217

The post Linux Action News 217 first appeared on Jupiter Broadcasting.

]]>

Show Notes: linuxactionnews.com/217

The post Linux Action News 217 first appeared on Jupiter Broadcasting.

]]>
sleep(jesus); | Coder Radio 338 https://original.jupiterbroadcasting.net/128626/sleepjesus-coder-radio-338/ Tue, 01 Jan 2019 08:28:51 +0000 https://original.jupiterbroadcasting.net/?p=128626 Show Notes: coder.show/338

The post sleep(jesus); | Coder Radio 338 first appeared on Jupiter Broadcasting.

]]>

Show Notes: coder.show/338

The post sleep(jesus); | Coder Radio 338 first appeared on Jupiter Broadcasting.

]]>
Smoked Laptops | Coder Radio 327 https://original.jupiterbroadcasting.net/127391/smoked-laptops-coder-radio-327/ Mon, 01 Oct 2018 12:38:18 +0000 https://original.jupiterbroadcasting.net/?p=127391 Show Notes: coder.show/327

The post Smoked Laptops | Coder Radio 327 first appeared on Jupiter Broadcasting.

]]>

Show Notes: coder.show/327

The post Smoked Laptops | Coder Radio 327 first appeared on Jupiter Broadcasting.

]]>
The WWDC17 Episode | CR 260 https://original.jupiterbroadcasting.net/115446/the-wwdc17-episode-cr-260/ Thu, 08 Jun 2017 16:34:23 +0000 https://original.jupiterbroadcasting.net/?p=115446 RSS Feeds: MP3 Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video Become a supporter on Patreon: — Show Notes: — A Moment for Brother Jim Highlights from James Comey's testimony on Trump, Russia Hoopla Awesome night out with @bartonm09 aka the JBHawkofTruth @ChrisLAS you were missed #CoderRadio @jupitersignal — Michael […]

The post The WWDC17 Episode | CR 260 first appeared on Jupiter Broadcasting.

]]>
RSS Feeds:

MP3 Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video

Become a supporter on Patreon:

Patreon

— Show Notes: —

A Moment for Brother Jim

Hoopla

Yahoo shareholders approve the $4.48 billion sale to Verizon – Business Insider

Yahoo’s shareholders have officially approved the company’s sale to Verizon for $4.48 billion. The deal is expected to close Tuesday.

WWDC Hoopla

macOS High Sierra brings support for external graphics processors to the Mac for the first time. The External Graphics Development Kit enables you to develop and test demanding graphics-intensive apps, including VR content creation, on any Mac with Thunderbolt 3 connectivity.

Developer Access to iPhone’s NFC Chip Coming in iOS 11 – Mac Rumors

Developers coding for iOS 11 will be able to create apps that can read NFC tags, opening the door for the wireless exchange of information between an iPhone and various connected devices in a user’s environment.

WWDC 2017 State of the Union TL;DR – Shai Mishali – Medium

Here is a quick recap of everything we’ve learned from Apple during the “State of the Union” talk in WWDC 2017. Have fun!

Stuff from the state of the Union

iOS 11 is 64bit only, High Sierra is the last MacOS that supports 32bit “easily”.

Apple’s Xcode 9 finally allows iOS app testing over Wi-Fi | VentureBeat | Dev | by Blair Hanley Frank

Starting with Xcode 9, developers will be able to deploy applications to an iPhone or iPad over a Wi-Fi network, rather than having to tether the device to a computer using a USB cable.

Apple enters the augmented reality fray with ARKit for iOS | TechCrunch

Today, Apple didn’t show off a dedicated app but it did show off ARKit, a platform which the company boasted was the “largest AR platform in the world.”

Apple introduces a completely redesigned App Store | TechCrunch

The upgraded storefront will little resemble its earlier counterpart thanks to a new user interface and redesign whose aim is to help users better discover new applications and learn about how they’re used, while offering developers a better way to feature their content and tell their stories.

iMac Pro – Apple

The post The WWDC17 Episode | CR 260 first appeared on Jupiter Broadcasting.

]]>
4k of Sin | CR 253 https://original.jupiterbroadcasting.net/113936/4k-of-sin-cr-253/ Mon, 17 Apr 2017 14:33:31 +0000 https://original.jupiterbroadcasting.net/?p=113936 RSS Feeds: MP3 Feed | OGG Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video Become a supporter on Patreon: — Show Notes: — Feedback: Wes was great! Lots of Coders recently, schedule has been crazy but we love you anyways. Our Trip to Dell | Linux Action Show 464 Dell’s […]

The post 4k of Sin | CR 253 first appeared on Jupiter Broadcasting.

]]>
RSS Feeds:

MP3 Feed | OGG Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video

Become a supporter on Patreon:

Patreon

— Show Notes: —

Feedback:

From containers to traditional services, Habitat gives you a
consistent way to build and run your applications in a Cloud
Native manner.

Suggested by Kbknapp

As for habitat, we’re not using it in production (yet) but it’s a neat way to package up your “app” (whatever that may be) and everything it encompasses (redis, DB, you name it) into a single output artifact (they call them HARTs) in a reproducible manner.

This artifact can then be either run baremetal, inside a traditional container, etc. There’s also a lightweight runtime for these artifacts that allow some awesome things like service discovery, gossip rings, config sharing and updating between multiple instances of these artifacts.

Basically it’s a great way to have an extremely lightweight “environment + your app” (hence the name) that has everything you need except the OS or OS related bits (which is where/why it differs from a container and also why it can be run in a container if needed).

El Hoop

How I got started with Open Source and you can do too.

This is in no way going to be a comprehensive guide on how to get started with open source; its going to be more of a description of my journey.

This might help you if you’re a beginner struggling to make your way into open source.

Keeping XCTest in sync on Linux

Swift is cross-platform, but it behaves differently on Apple platforms vs. all other operating systems, mainly for two reasons:

  • The Objective-C runtime is only available on Apple platforms.
  • Foundation and the other core libraries have separate implementations for non-Apple OSes. This means some Foundation APIs may produce divergent results on macOS/iOS and Linux (though the stated goal is implementation parity), or they may simply not be fully implemented yet.

Therefore, when you write a library that doesnʼt depend on any Apple-specific functionality, itʼs a good idea to test your code on macOS/iOS and Linux.

Tool of The Week

GitHub – filter1/Sublime-Text-Plugins-for-Frontend-Web-Development: A Collection of Plugins for Frontend Web Development

Here is a collection of plugins I use for my daily frontend web development work. I am grateful for any feedback or recommendations. Just open an issue!

The post 4k of Sin | CR 253 first appeared on Jupiter Broadcasting.

]]>
Stalker Box | CR 233 https://original.jupiterbroadcasting.net/105066/stalker-box-cr-233/ Mon, 28 Nov 2016 15:50:06 +0000 https://original.jupiterbroadcasting.net/?p=105066 RSS Feeds: MP3 Feed | OGG Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video Become a supporter on Patreon: — Show Notes: — Hoopla Amazon Echo sales reach 5M in two years, research firm says, as Google competitor enters market Just ordered a #GoogleHome for testing purposes @ryanleesipes have you […]

The post Stalker Box | CR 233 first appeared on Jupiter Broadcasting.

]]>
RSS Feeds:

MP3 Feed | OGG Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video

Become a supporter on Patreon:

Patreon

— Show Notes: —

Hoopla

Chris’ “side project”

State of Hybrid in Q4 2016

The Main Players

Redefining ‘Hybrid / Native’

Ionic Platform

  • Ionic Cloud
  • Building iOS Apps on Linux!
  • Limitations
  • Real World Use Case – iOS Share Extensions

The post Stalker Box | CR 233 first appeared on Jupiter Broadcasting.

]]>
Old Men Yell at Macbooks | CR 229 https://original.jupiterbroadcasting.net/104326/old-men-yell-at-macbooks-cr-229/ Mon, 31 Oct 2016 15:22:39 +0000 https://original.jupiterbroadcasting.net/?p=104326 RSS Feeds: MP3 Feed | OGG Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video Become a supporter on Patreon: — Show Notes: — Hoopla Taking PHP Seriously Lemur Review Linux Porn0 Linux Porn1 Linux Porn2 Linux Porn3 Linux Porn4 Stuck between a rock and a hard place It’s been 4 […]

The post Old Men Yell at Macbooks | CR 229 first appeared on Jupiter Broadcasting.

]]>
RSS Feeds:

MP3 Feed | OGG Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video

Become a supporter on Patreon:

Patreon

— Show Notes: —

Hoopla

Stuck between a rock and a hard place

It’s been 4 years since the last substantial update to the MacBook Pro. The exact reasons why Apple decided to neglect their pro equipment, and why they still have not updated the Mac Pro or the iMac are known only to Apple, but it seems reasonable to assume that if Mac’s were still their main profit generator that this would not have happened. The iPhone is updated like clockwork at the same time every year.

Apple calls it “the most powerful MacBook Pro ever,” and the 13-inch model features a 2.9 GHz dual-core Intel Core i5 processor with Turbo Boost speeds.

  • up to 3.3 GHz, 8GB of memory and 256GB of flash storage.
  • The 15-inch version has a 2.6 GHz quad-core Intel Core i7 processor with Turbo Boost speeds up to 3.5 GHz
  • 16GB of memory and 256GB of flash storage.
  • Both computers reach “up to 2.3 times the graphics performance” of the previous generation.

  • Each edition includes SSDs with sequential read speeds over 3GBps, and the ability to drive a 5K display through a single Thunderbolt 3 ports

• Why is it limited to 16GB of RAM? Supporting more RAM would just require a bigger battery, so instead of making it thinner, they could have included 32GB of RAM and kept it the same width as the previous model

Although this is technically true, there is a seemingly little-known legal obstacle to this. The Federal Aviation Administration has capped the maximum allowable size of laptop batteries on flights to 100 watt-hours. That explains why Apple’s pro model contains _precisely_a 99.5 watt-hour battery. Making a thicker laptop would not allow them to increase the size of the battery due to these regulations.

Apple’s new 13″ and 15″ MacBook Pro models come equipped with a Touch Bar — that bar and the accompanying Touch ID sensor are powered by both the Intel processor at the core of the laptop and an Apple designed T1 chip. That T1 is the same chip that is inside the S2 in the new Series 2 Apple Watch.

The T1 consists of the processor in the Apple Watch’s S2 and the Secure Enclave.

The post Old Men Yell at Macbooks | CR 229 first appeared on Jupiter Broadcasting.

]]>
Get Swifty | CR 223 https://original.jupiterbroadcasting.net/103236/get-swifty-cr-223/ Mon, 19 Sep 2016 15:50:20 +0000 https://original.jupiterbroadcasting.net/?p=103236 RSS Feeds: MP3 Feed | OGG Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video Become a supporter on Patreon: — Show Notes: — Hoopla: Microsoft is #1 on GitHub open source And Microsoft weighs in at #1, with 16,419 contributors, edging out Facebook with 15,682. GitHub Octoverse 2016 The Fall […]

The post Get Swifty | CR 223 first appeared on Jupiter Broadcasting.

]]>
RSS Feeds:

MP3 Feed | OGG Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video

Become a supporter on Patreon:

Patreon

— Show Notes: —

Hoopla:

Microsoft is #1 on GitHub open source

And Microsoft weighs in at #1, with 16,419 contributors, edging out Facebook with 15,682.

The Fall of Eclipse

Eclipse felt less like an IDE and more like a collection of plugins you somehow hobble together to form your own.

Thimble by Mozilla – An online code editor for learners & educators.

Thimble is an online code editor that makes it easy to create and publish your own web pages while learning HTML, CSS & JavaScript.

[Vapor.codes] (https://vapor.codes)

Swift3

iPhone 7 Train Leaves the Station

  • iOS wide password manager
  • Intense App installation performance, literally unbelievable.
  • No headphone jack bites ironically.
  • Speaker(s) are a lot better. Much better for listening to Podcasts. (Nearly as good as Nexus 6p)
  • New sounds (lock, type, etc).
  • Widget Screen, like your own custom Google Now. Reminder widget, combined with Siri = win

The post Get Swifty | CR 223 first appeared on Jupiter Broadcasting.

]]>
Brave New Code | CR 198 https://original.jupiterbroadcasting.net/98156/brave-new-code-cr-198/ Mon, 28 Mar 2016 15:05:24 +0000 https://original.jupiterbroadcasting.net/?p=98156 Is Google dumping to compete with Nuance as they prepare to unleash their voice API to developers for free? Mike updates us on his Linux switch adventure, his new toy & a couple of important PSAs. Plus feedback & more! Thanks to: Get Paid to Write for DigitalOcean Direct Download: MP3 Audio | OGG Audio […]

The post Brave New Code | CR 198 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Is Google dumping to compete with Nuance as they prepare to unleash their voice API to developers for free? Mike updates us on his Linux switch adventure, his new toy & a couple of important PSAs.

Plus feedback & more!

Thanks to:


Linux Academy


DigitalOcean

Direct Download:

MP3 Audio | OGG Audio | Video | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video

Become a supporter on Patreon:

Patreon

— Show Notes: —

Hoopla:

Google is planning to compete with Nuance and other voice recognition companies head on by opening up its speech recognition API to third-party developers. To attract developers, the app will be free at launch with pricing to be introduced at a later date.

Mike’s New Toy — Nexus 5X

PSA

Linux Adventure Pt 2

Feedback:

The post Brave New Code | CR 198 first appeared on Jupiter Broadcasting.

]]>
Advertising Cold War | CR 172 https://original.jupiterbroadcasting.net/88231/advertising-cold-war-cr-172/ Mon, 28 Sep 2015 21:03:04 +0000 https://original.jupiterbroadcasting.net/?p=88231 Mike and Chris discuss malware getting injected into unsuspecting developers apps. Then the advertising cold war that’s brewing, how it impacts users, content creators & developers. Also our top three must haves before you sign any development work contract. Thanks to: Get Paid to Write for DigitalOcean Direct Download: MP3 Audio | OGG Audio | […]

The post Advertising Cold War | CR 172 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Mike and Chris discuss malware getting injected into unsuspecting developers apps. Then the advertising cold war that’s brewing, how it impacts users, content creators & developers.

Also our top three must haves before you sign any development work contract.

Thanks to:


Linux Academy


DigitalOcean

Direct Download:

MP3 Audio | OGG Audio | Video | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video

Become a supporter on Patreon:

Foo

Show Notes:

Hoopla

The Right Way to Ship Software

Feedback

The post Advertising Cold War | CR 172 first appeared on Jupiter Broadcasting.

]]>
Compromising Virtual Clouds | CR 151 https://original.jupiterbroadcasting.net/81202/compromising-virtual-clouds-cr-151/ Mon, 27 Apr 2015 20:08:15 +0000 https://original.jupiterbroadcasting.net/?p=81202 Is Microsoft confusing the container market & blowing the implementation? Plus Apple gets caught rejecting Pebble compatible apps, we may have finally found the perfect Linux dev laptop & much more! Thanks to: Get Paid to Write for DigitalOcean Direct Download: MP3 Audio | OGG Audio | Video | Torrent | YouTube RSS Feeds: MP3 […]

The post Compromising Virtual Clouds | CR 151 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Is Microsoft confusing the container market & blowing the implementation?

Plus Apple gets caught rejecting Pebble compatible apps, we may have finally found the perfect Linux dev laptop & much more!

Thanks to:


Linux Academy


DigitalOcean

Direct Download:

MP3 Audio | OGG Audio | Video | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video

Become a supporter on Patreon:

Foo

Show Notes:

LFNW Update

Hoopla

Feedback:

Code of the Week

Codeship Manager by listener Philip

The post Compromising Virtual Clouds | CR 151 first appeared on Jupiter Broadcasting.

]]>
Why Mike’s Disgusted by Android | CR 145 https://original.jupiterbroadcasting.net/78932/why-mikes-disgusted-by-android-cr-145/ Mon, 16 Mar 2015 14:44:27 +0000 https://original.jupiterbroadcasting.net/?p=78932 Chris shares what he’s loving about Android from a users perspective & Mike goes into what is driving him crazy from a developer’s standpoint. Plus redefining DevOps, starting a multi-user database & more! Thanks to: Get Paid to Write for DigitalOcean Direct Download: MP3 Audio | OGG Audio | Video | Torrent | YouTube RSS […]

The post Why Mike's Disgusted by Android | CR 145 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Chris shares what he’s loving about Android from a users perspective & Mike goes into what is driving him crazy from a developer’s standpoint.

Plus redefining DevOps, starting a multi-user database & more!

Thanks to:


Linux Academy


DigitalOcean

Direct Download:

MP3 Audio | OGG Audio | Video | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video

Become a supporter on Patreon:

Foo

Show Notes:

Feedback / Followup

Hoopla

Bloomberg reported on Friday that Cyanogen is close to an agreement that would see it raise $110m from a group of financiers including PremjiInvest, the investment firm of Wipro chairman Azim Premji.

The post Why Mike's Disgusted by Android | CR 145 first appeared on Jupiter Broadcasting.

]]>
.NET’s Open Future | CR 128 https://original.jupiterbroadcasting.net/71667/nets-open-future-cr-128/ Mon, 17 Nov 2014 17:02:57 +0000 https://original.jupiterbroadcasting.net/?p=71667 Microsoft made headlines and has generated a lot of buzz around the open sourcing of .NET. So what does the future hold & what changes now? And why this could be more about what it says about Microsoft, than anything else. Plus some great feedback, how to find a developer, what to expect to pay […]

The post .NET’s Open Future | CR 128 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Microsoft made headlines and has generated a lot of buzz around the open sourcing of .NET. So what does the future hold & what changes now? And why this could be more about what it says about Microsoft, than anything else.

Plus some great feedback, how to find a developer, what to expect to pay & much more!

Thanks to:


Linux Academy


DigitalOcean

Direct Download:

MP3 Audio | OGG Audio | Video | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video

Become a supporter on Patreon:

Foo

— Show Notes: —

Feedback / Follow Up:

Dev Hoopla: .NET Goes Open Source

.NET Foundation – Announcing new governance model and project contributions to the .NET Foundation

Microsoft is making headlines today for its decision to open source its popular .NET development stack, which will now be maintained under the stewardship of the .NET Foundation. This should be welcome news to the millions of developers who use .NET to build high quality applications and services that can scale from needs of individual developers to large enterprises.

As part of its announcement last spring, Microsoft released .NET code to the open source community. Today’s news builds onto that, as Microsoft aims to further make .NET Core available across platforms for Linux and Mac. The company will open source additional key .NET platform components through the foundation.

Today, Scott Guthrie announced that Microsoft is open sourcing .NET. This is a momentous occasion, and one that I have advocated for many years.

.NET is being open sourced under the MIT license. Not only is the code being released under this very permissive license, but Microsoft is providing a patent promise to ensure that .NET will get the adoption it deserves.

The code is being hosted at the .NET Foundation’s github repository.

This patent promise addresses the historical concerns that the open source, Unix and free software communities have raised over the years.

There are three components being open sourced: the .NET Framework Libraries, .NET Core Framework Libraries and the RyuJit VM. More details below.

The post .NET’s Open Future | CR 128 first appeared on Jupiter Broadcasting.

]]>
Underwhelming Apple | CR 124 https://original.jupiterbroadcasting.net/69637/underwhelming-apple-cr-124/ Mon, 20 Oct 2014 13:46:08 +0000 https://original.jupiterbroadcasting.net/?p=69637 We have a bunch of great feedback that keeps getting interrupted by Chris and Mike jumping into deep discussion about vendor lock in, Apple’s new hardware, balancing work and life & much more! Thanks to: Get Paid to Write for DigitalOcean Direct Download: MP3 Audio | OGG Audio | Video | Torrent | YouTube RSS […]

The post Underwhelming Apple | CR 124 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

We have a bunch of great feedback that keeps getting interrupted by Chris and Mike jumping into deep discussion about vendor lock in, Apple’s new hardware, balancing work and life & much more!

Thanks to:


Linux Academy


DigitalOcean

Direct Download:

MP3 Audio | OGG Audio | Video | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video

Become a supporter on Patreon:

Foo

— Show Notes: —

Feedback / Follow Up:

Dev Hoopla:

Soon to be dad

iMac with Retina 5K display

Does Size matter? Is the Nexus 6 too big?

  • Do we really want phones this big?
  • Are developers being led around by the nose with the trend hook?
  • Android L

The post Underwhelming Apple | CR 124 first appeared on Jupiter Broadcasting.

]]>
A Cult of Personality Tests | CR 122 https://original.jupiterbroadcasting.net/68302/a-cult-of-personality-tests-cr-122/ Mon, 06 Oct 2014 15:39:36 +0000 https://original.jupiterbroadcasting.net/?p=68302 Mike and Chris discuss what to do when a client or employer requests you take a personality test. The reasons Microsoft is calling the next version of Windows 10, the recent cases of community going sour & the lessons learned for developers. Thanks to: Direct Download: MP3 Audio | OGG Audio | Video | Torrent […]

The post A Cult of Personality Tests | CR 122 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Mike and Chris discuss what to do when a client or employer requests you take a personality test. The reasons Microsoft is calling the next version of Windows 10, the recent cases of community going sour & the lessons learned for developers.

Thanks to:


Linux Academy


DigitalOcean

Direct Download:

MP3 Audio | OGG Audio | Video | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video

Become a supporter on Patreon:

Foo

— Show Notes: —

Feedback / Follow Up:

Dev Hoopla:

The Reason Why Windows 9 Was Skipped : CoderRadio

Yahoo discontinuing Yahoo

Lennart Poettering talks about dysfunctional communities in open source

I don’t usually talk about this too much, and hence I figure that people are really not aware of this, but yes, the Open Source community is full of assholes, and I probably more than most others am one of their most favourite targets. I get hate mail for hacking on Open Source. People have started multiple “petitions” on petition web sites, asking me to stop working (google for it). Recently, people started collecting Bitcoins to hire a hitman for me (this really happened!). Just the other day, some idiot posted a “song” on youtube, a creepy work, filled with expletives about me and suggestions of violence. People post websites about boycotting my projects, containing pretty personal attacks. On IRC, people /msg me sometimes, with nasty messages, and references to artwork in 4chan style. And there’s more. A lot more.

The post A Cult of Personality Tests | CR 122 first appeared on Jupiter Broadcasting.

]]>
Xamarin Sham | CR 120 https://original.jupiterbroadcasting.net/67342/xamarin-sham-cr-120/ Mon, 22 Sep 2014 14:33:35 +0000 https://original.jupiterbroadcasting.net/?p=67342 Developers all over the web are chiming in on the short comings (or lack there of) of Xamarin’s tools. Have developers been sold a hope and a lie? Plus why Android continues to come in second for developers, your feedback & more! Thanks to: Direct Download: MP3 Audio | OGG Audio | Video | Torrent […]

The post Xamarin Sham | CR 120 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Developers all over the web are chiming in on the short comings (or lack there of) of Xamarin’s tools. Have developers been sold a hope and a lie?

Plus why Android continues to come in second for developers, your feedback & more!

Thanks to:


Linux Academy


DigitalOcean

Direct Download:

MP3 Audio | OGG Audio | Video | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video

Become a supporter on Patreon:

Foo

— Show Notes: —

Feedback / Follow Up:

Dev Hoopla: Massive Issues with Xamarin?

Anonymous Open Letter to Xamarin – Please Stop Abusing Your Monopoly

Anonymous Open Letter to Xamarin – Please Stop Abusing Your Monopoly

I’ve been using Xamarin for the past half a year almost fulltime, developing an application for both iOS and Android. Everything in this letter is based on my personal experience with the technology.


I’d really like to know what the priority list is at Xamarin, because it seems that Cool Thing To Demo is way up high, and Working software is hiding down in the corner where nobody sees it. I just hope that someone at Xamarin is actually reading the error reports that Xamarin Studio generates.

Does anyone there actually use Xamarin Studio, or is it just something you guys sell and never try yourself? Throwing exceptions on Undo/Save is something no editor should ever do, period. Please stop adding new features and go fix some bugs. There are hundreds of them just in the UI of the editor.

Xamarin makes me sad, here is my message to them

TL;DR: I love C# more than any other language, but Xamarin is HORRIBLE. I wish it and mono were never invented. It’s a disgrace, completely broken and buggy and just the most broken thing in the entire universe, but I still use it.


Why? Because I can write for 2 platforms as if it was one. haha, not really … but because I work on small apps, I don’t have to write all the business crap twice. That is good about Xamarin, that is the only thing. They can actually compile plain C# … hooray. If only the rest of the crap expensive broken Xamarin crap library actually worked as advertised.

If you don’t believe me, go to https://bugzilla.xamarin.com/ and look at the bugs, or look at mono release notes. Just look at the list of shiny features of Mono (https://www.mono-project.com/docs/). Well half of that crap is either broken, or was never implemented, or just doesn’t work as documented. Everything is just a lie that should make it look good. Xamarin does thousand things, they release new iOS SDK the same day Apple releases it … wow … if only they waited a year and then released a working version instead. They make thousand cool features, but they’re all broken.

Bug 21995 – Memory leak when navigating a page off of a navigation stack

Dev Hoopla: Why Android WIll Never be First

Apple announces record 10 million iPhone 6 and 6 Plus sales in opening weekend

Apple has today announced that it sold 10 million iPhone 6 and 6 Plus units in the first three days of sales. This includes the 4 million units sold in the first 24 hours of preorder sales.

For comparison, Apple reported 9 million iPhone 5s and 5c sales in the first three days. This means the iPhone 6 and 6 Plus set a new record by over a million units. Apple is unlikely to give any more color regarding iPhone sales performance until its quarterly earnings call in October.

Sprint says iPhone 6 debut was its most successful iPhone launch yet

Sprint’s newly appointed CEO Marcelo Claure shared on Twitter over the weekend that the iPhone 6 and iPhone 6 Plus debut marked the most successful iPhone launch in Sprint’s history.

List of best-selling mobile phones – Wikipedia, the free encyclopedia

iOS 8 adoption hits 30% after first weekend of iPhone 6 sales, iPhone 6 usage outpaces 6 Plus

While iOS 8 adoption was lagging behind last year’s release at just 15% before the official launch of the new iPhones on Friday, it’s now hovering at approximately 30% after record first weekend sales for the new iPhones. That stat, which comes from research and analytics firms Fiksu, Mixpanel, Appsee, & Chitika is below the almost 50% of users iOS 7 had this many days into launch last year.

The post Xamarin Sham | CR 120 first appeared on Jupiter Broadcasting.

]]>
Manual Design | CR 110 https://original.jupiterbroadcasting.net/62257/manual-design-cr-110/ Mon, 14 Jul 2014 13:37:02 +0000 https://original.jupiterbroadcasting.net/?p=62257 Have Interface designers led us down a false path? Why is it when heavy lifting is needed our tools still fall short in 2014? Mike discusses the shortcomings of some of our favorite tools, who is on the right track, and what the real solution seems to be. Plus some great feedback and Chris begins […]

The post Manual Design | CR 110 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Have Interface designers led us down a false path? Why is it when heavy lifting is needed our tools still fall short in 2014? Mike discusses the shortcomings of some of our favorite tools, who is on the right track, and what the real solution seems to be.

Plus some great feedback and Chris begins a new kind of challenge.

Thanks to:


Linux Academy


DigitalOcean

Direct Download:

MP3 Audio | OGG Audio | Video | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video

Become a supporter on Patreon:

Foo

— Show Notes: —

Feedback / Follow Up:

Dev Hoopla: Do All Interface Tools Suck?

Glade is a RAD tool to enable quick & easy development of user
interfaces for the GTK+ toolkit and
the GNOME desktop environment.

Build native UIs for iOS, Android and Windows Phone
from a single, shared C# codebase.

Qt Creator is a cross-platform IDE (integrated development environment) tailored to the needs of Qt developers.

The post Manual Design | CR 110 first appeared on Jupiter Broadcasting.

]]>
Toolchain Transitions | CR 70 https://original.jupiterbroadcasting.net/44217/toolchain-transitions-cr-70/ Mon, 07 Oct 2013 11:42:22 +0000 https://original.jupiterbroadcasting.net/?p=44217 Mike’s making some big changes to his workflow, and sharing the tools in his box. We’ll look at the transition to Ubuntu Linux for Mike and his dev team.

The post Toolchain Transitions | CR 70 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Mike’s making some big changes to his workflow, and sharing the tools in his box. We’ll look at the transition to Ubuntu Linux for Mike and his dev team, and the productivity advantages they see.

Plus planning for scale, a fresh look at Vala, your emails, and more!

Thanks to:


\"GoDaddy\"


\"Ting\"

Direct Download:

MP3 Audio | OGG Audio | Video | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video

Feedback

  • \”Analysis: IT experts question architecture of Obamacare website\” https://feedly.com/k/1bNQUvF

Not only did the exchanges not work as expected, are full of bugs, but… on top of all that … the government could not even hire a domestic contractor for all this. CGI Inc., is the Canadian contractor who built the health care website.. wow…
-SnakeDoc

Workflow / Why Open-Source?

The Unix philosophy, originated by Ken Thompson, is a set of cultural norms and philosophical approaches to developing small yet capable software based on the experience of leading developers of the Unix operating system. The Unix philosophy emphasizes building short, simple, clear, modular, and extendable code that can be easily maintained and repurposed by developers other than its creators.

Xubuntu is perfect for those who want the most out of their desktops, laptops and netbooks with a modern look and enough features for efficient, daily usage. It works well on older hardware too.

Book Pick

[asa]B00080W3IE[/asa]

The post Toolchain Transitions | CR 70 first appeared on Jupiter Broadcasting.

]]>
ASP.Magic | CR 68 https://original.jupiterbroadcasting.net/43517/asp-magic-cr-68/ Mon, 23 Sep 2013 11:47:31 +0000 https://original.jupiterbroadcasting.net/?p=43517 Mike discusses the culture clash between the ASP.Net framework diehards, and the recent converts.

The post ASP.Magic | CR 68 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

Mike discusses the culture clash between the ASP.Net framework diehards, and the recent converts. ASP.Net and Azure services have been at the core of project Mike and his team have had underway for a couple months and they’ve gotten a good feeling of it’s strengths and weakness.

Plus our live reaction to SteamOS, ending the platform/tool wars that even your benevolent hosts find themselves falling into, your feedback, and much more!

Thanks to:


\"GoDaddy\"


\"Ting\"

Direct Download:

MP3 Audio | OGG Audio | Video | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video

Feedback

Hoopla:

Valve is done teasing. Today, Valve has revealed SteamOS, its own operating system based on Linux, designed for living room gaming PCs. It\’s the first step towards Valve\’s Steam Box, its vision for an open video game console. It combines Steam\’s preeminent video game digital distribution platform with a user interface designed for televisions, all on top of the Linux platform. It will also be free.

\”It will be available soon as a free stand-alone operating system for living room machines,\” according to the company.

As we\’ve been working on bringing Steam to the living room, we\’ve come to the conclusion that the environment best suited to delivering value to customers is an operating system built around Steam itself. SteamOS combines the rock-solid architecture of Linux with a gaming experience built for the big screen. It will be available soon as a free stand-alone operating system for living room machines.

This does not mean that we will never ever move back to AWS, but right now this is the best fit for us.

The process described in this article shows you how to set up continuous delivery for Windows Azure cloud apps

This document contains a list the known issues for Windows Azure

Follow the show

The post ASP.Magic | CR 68 first appeared on Jupiter Broadcasting.

]]>
Blazing 7 | CR 67 https://original.jupiterbroadcasting.net/43192/blazing-7-cr-67/ Mon, 16 Sep 2013 12:33:49 +0000 https://original.jupiterbroadcasting.net/?p=43192 iOS 7 is landing we discuss what’s in store for developers, and the real reason to put a 64bit CPU in a cell phone.

The post Blazing 7 | CR 67 first appeared on Jupiter Broadcasting.

]]>

post thumbnail

iOS 7 is landing and Mike and Chris discuss what’s in store for developers, and the real reason to put a 64bit CPU in a cell phone.

Plus the core of what’s wrong with Microsoft, practicing security from the start, your emails and more!

Thanks to:


\"GoDaddy\"


\"Ting\"

Direct Download:

MP3 Audio | OGG Audio | Video | Torrent | YouTube

RSS Feeds:

MP3 Feed | OGG Feed | Video Feed | Torrent Feed | iTunes Audio | iTunes Video

Feedback

  • Klemens writes in asking why isn\’t basic internet security taught in schools? and has some concerns about Mozilla Persona.
  • Coder Radio Subreddit — Enterprise Java / Fizzbuzz: https://www.reddit.com/r/CoderRadio/comments/1mc9ma/fizzbuzz_enterprise_edition/
  • Coder Radio Subreddit user Caryhartline’s post: https://www.reddit.com/r/CoderRadio/comments/1mg6wh/a_rant_about_the_tech_media/
  • General feedback where’s all the moviel

Dev World Hoopla

\”The first thing devs need to do is focus on updating for iOS 7 and its design changes,\” he says. \”The second stage is 64-bit using Xcode 5, and to read all the developer documents.\”

And even if an app won\’t see a seismic shift in performance by moving to 64-bit, it\’s not a bad idea to start considering a move. Lahartinger says that its relatively easy for developers to get started and \”take advantage of some of the 5S 64-bit features right away,\” noting that this \”will mostly help their apps perform even better.\”

\”iOS 7 is a different user experience, and it is a significant difference,\” he said. \”If developers just compile for iOS 7, there are going to be noticeable flaws.\”

Join us for the first annual Samsung Developers Conference to connect with industry visionaries, Samsung executives and technical leaders, and fellow developers. Get an exclusive first look at the latest tools, SDKs, and emerging platforms for Samsung devices to create what\’s next.

Now, according to a new report from The New York Times, it turns out Nokia engineers did develop Lumia phones that ran Google\’s Android operating system. The report, which cites people familiar with the matter, says that Android was running on Nokia smartphones internally \”well before\” discussions that led to Microsoft\’s purchase of the company\’s handset division, which suggests that such efforts may have taken place in 2012 or early 2013. Additionally, it\’s said that while Microsoft knew about the project — and confirmed its existence to the _Times _—it \”wasn\’t a part of Microsoft\’s discussions\” prior to the acquisition.

Follow the show

The post Blazing 7 | CR 67 first appeared on Jupiter Broadcasting.

]]>