<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Chen Osipov</title>
    <description>The latest articles on DEV Community by Chen Osipov (@obender).</description>
    <link>https://dev.to/obender</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F30503%2F58d2fa3d-837c-4d58-9faf-cd0506a789d6.jpg</url>
      <title>DEV Community: Chen Osipov</title>
      <link>https://dev.to/obender</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/obender"/>
    <language>en</language>
    <item>
      <title>Improving the display image of MacBook Air</title>
      <dc:creator>Chen Osipov</dc:creator>
      <pubDate>Tue, 31 Oct 2017 10:57:09 +0000</pubDate>
      <link>https://dev.to/obender/improving-the-display-image-of-macbook-air-alf</link>
      <guid>https://dev.to/obender/improving-the-display-image-of-macbook-air-alf</guid>
      <description>

&lt;p&gt;Since 2011, Apple has been using screen panels from Samsung and LG in &lt;br&gt;
the MacBook Air. Both displays are very high quality, but, it seems, how LG panels work worse with Apple’s standard color profile. This makes the picture a little flat and pale.&lt;/p&gt;

&lt;p&gt;Disclaimer: I personally recommend buying one on &lt;a href="https://www.amazon.co.uk/gp/product/B072N2FRY9/ref=as_li_tl?ie=UTF8&amp;amp;camp=1634&amp;amp;creative=6738&amp;amp;creativeASIN=B072N2FRY9&amp;amp;linkCode=as2&amp;amp;tag=websell-21&amp;amp;linkId=767211c6b2df6b56f1dc378db9938b4a"&gt;Amazon - MBA&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To fix the situation, it is enough to replace the standard color profile with a modified one for the MacBook Air. In practice, it turned out that it will improve the picture not only of the LG matrices, but also of Samsung. In any case, it happened with me with MBA 13“(2013).&lt;br&gt;
We check the matrix manufacturer&lt;/p&gt;

&lt;p&gt;To find out the manufacturer of your display, start the Terminal (/ Programs / Utilities /) and run the following command:&lt;br&gt;
$ ioreg -lw0 | grep IODisplayEDID | sed “/ [^ &amp;amp; lt ; ] *&lt;/p&gt;

&lt;p&gt;At the output you will get something like LTH116AT01A04 . It stands for this simple matter:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;LP — LG&lt;/li&gt;
&lt;li&gt;Everything Else — Samsung&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If interested, then you can drive this code into Google and recheck the manufacturer. But, again, judging by the reviews, the new color profile helps not only matrices from LG, but also from Samsung.&lt;br&gt;
Change the color profile&lt;/p&gt;

&lt;p&gt;I tried several color profiles for MBA and most of all I liked MacRumors version . If you are interested, then in that branch of the forum you can find other options. So:&lt;br&gt;
Download and unzip the archive with the profile — Custom Profile&lt;br&gt;
Open the Finder and press Cmd Shift G&lt;/p&gt;

&lt;p&gt;In the window that appears, enter &lt;br&gt;
/ Library / ColorSync / Profiles / Displays /&lt;/p&gt;

&lt;p&gt;The Displays folder is displayed in your Finder. Copy the CustomMBA.icc profile into it.&lt;br&gt;
Now go to System Settings → Monitors → Color and uncheck the Profiles of this monitor only . Our new profile will be called For MacBook Air .&lt;/p&gt;

&lt;p&gt;Once you select it, you will immediately notice the difference. To return everything back, just choose the standard version from Apple.&lt;br&gt;
As I said above, my matrix LTH116AT01A04 (Samsung) also began to behave better. &lt;br&gt;
The image turned out slightly darker and sharper. &lt;br&gt;
Try and let’s discuss the results :)&lt;/p&gt;

&lt;p&gt;I personally recommend buying one on &lt;a href="https://www.amazon.co.uk/gp/product/B072N2FRY9/ref=as_li_tl?ie=UTF8&amp;amp;camp=1634&amp;amp;creative=6738&amp;amp;creativeASIN=B072N2FRY9&amp;amp;linkCode=as2&amp;amp;tag=websell-21&amp;amp;linkId=767211c6b2df6b56f1dc378db9938b4a"&gt;Amazon - MBA&lt;/a&gt;&lt;/p&gt;


</description>
      <category>macbookair</category>
      <category>apple</category>
    </item>
    <item>
      <title>Why did I choose the MacBook Air, as a full-stack software developer?</title>
      <dc:creator>Chen Osipov</dc:creator>
      <pubDate>Fri, 20 Oct 2017 10:30:16 +0000</pubDate>
      <link>https://dev.to/obender/why-did-i-choose-the-macbook-air-as-a-full-stack-software-developer-4cm</link>
      <guid>https://dev.to/obender/why-did-i-choose-the-macbook-air-as-a-full-stack-software-developer-4cm</guid>
      <description>&lt;p&gt;When I chose my first laptop many years ago, sales consultants almost foamed at my mouth to show me how important it was to have more RAM, a large hard drive and a 15-inch screen in the laptop. To my objection "Wait, I need a laptop, not a desktop computer", they just shrugged their shoulders and could not offer such a device that would fit my needs. It simply was not there, and I had no desire to carry the bulky and heavy Dell Latitude in my bag.&lt;br&gt;
&lt;a href="https://www.amazon.co.uk/gp/product/B072N2FRY9/ref=as_li_tl?ie=UTF8&amp;amp;camp=1634&amp;amp;creative=6738&amp;amp;creativeASIN=B072N2FRY9&amp;amp;linkCode=as2&amp;amp;tag=websell-21&amp;amp;linkId=767211c6b2df6b56f1dc378db9938b4a" rel="noopener noreferrer"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Faqwgmkjs6idapt84hskt.jpg" alt="mac book air" width="650" height="396"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;At that time, I had no experience with the operating system of Mac OS, so I still stopped my choice on one of the Windows-based notebooks, which served me for almost five years. In 2010, I already heard about the light and powerfully MacBook Air but did not dare to abandon the usual Windows in favor of a completely new and unfamiliar OS. And in 2013 the time has come.&lt;/p&gt;

&lt;p&gt;During my next trip to the US, I purchased a 13-inch MacBook Air with 512 GB SSD 8GB of RAM and i7 with 4 cores 1.7GHz Each, Processor.&lt;/p&gt;

&lt;p&gt;[&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9pgospirk568qy3mys11.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9pgospirk568qy3mys11.png" alt="Alt" width="800" height="671"&gt;&lt;/a&gt;]&lt;/p&gt;

&lt;p&gt;I was looking for the most compact laptop in the world, which would have a great design and was barely felt in my travel bag. And the junior Air at that time was clearly beyond the competition. No Windows laptop could offer me what the MacBook Air was capable of.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Faaw8nvcu396x9sw4m3vk.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Faaw8nvcu396x9sw4m3vk.jpg" alt="Alt" width="650" height="430"&gt;&lt;/a&gt;&lt;br&gt;
With OS X, I switched pretty quickly - the system was much easier to learn than the OS from Microsoft. In the process of using the MacBook Air, every day I was convinced that I was not mistaken in my choice, the questions remained only at the time of its autonomous work, which decreased from every hundred charging cycles. This year Apple solved this problem by equipping Air with Haswell processors, thanks to which the 13-inch laptop can work up to 13 hours on one battery charge.&lt;/p&gt;

&lt;h4&gt;
  
  
  So why did I stop at Air?
&lt;/h4&gt;

&lt;p&gt;Why not on the MacBook Pro (the Retina model was not there then)? I clearly understood what tasks it will be used for. &lt;br&gt;
Writing code, surfing the Internet, many hours of work with the mail - this does not necessarily have to consider the version of Pro. &lt;br&gt;
In addition, I got a computer that weighs just over a kilogram and looks great.&lt;/p&gt;

&lt;p&gt;The truth was that I was completely satisfied with my 13-inch MacBook Air. &lt;br&gt;
For 4 years and I was very used to it and could not work with other computers. &lt;br&gt;
A little later I bought a Mac mini for home, but I include it at most once a week. All development occurs on the MacBook Air.&lt;/p&gt;

&lt;p&gt;In my opinion, the "brick" with Retina screen is more suitable for those users who really need a good "machine" together with a modern and pleasant design. Nevertheless, even at maximum loads Air does not fail me: thanks to a solid-state drive, the system works like a clock. And this is with 8 gigabytes of RAM!&lt;/p&gt;

&lt;h4&gt;
  
  
  Compilation time and typing is super smooth!
&lt;/h4&gt;

&lt;p&gt;As for the choice between the MacBook and iMac or Mac Pro, everything is much simpler here. The best criterion for making a decision is the number of hours you spend at home (except for sleep). More than six / seven? Then you definitely need a stationary &lt;/p&gt;

&lt;h4&gt;
  
  
  Games
&lt;/h4&gt;

&lt;p&gt;Do not forget that Mac is not a gaming computer - for this purpose it is better to use the console or devices on Windows. And even more so for this MacBook Air is not suitable, although I periodically launch on it a couple of not too gluttonous games from the Mac App Store.&lt;/p&gt;

&lt;p&gt;[&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhz6kt5fo8oa27e39vtu3.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhz6kt5fo8oa27e39vtu3.jpg" alt="Alt" width="650" height="482"&gt;&lt;/a&gt;&lt;br&gt;
]&lt;/p&gt;

&lt;p&gt;Laptops have become an integral part of the workflow and leisure time. For example, I am writing this article from the nearest Starbucks waiting for the next meeting.&lt;/p&gt;

&lt;p&gt;If you are used not to sit all day in one place and do not want your shoulders to fall off when you come home from carrying a heavy bag, your choice is the MacBook Air. &lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
