<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="168352" data-post-id="168352">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="dimitarvp" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/dimitarvp/120/38664_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  dimitarvp
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I’d not consider anything non-Mac until I see new workstation desktops with the newest Threadrippers (3960X to 3990X) and entirely new motherboards (PCIe 4.0). Or laptops with the recently announced mobile Ryzen 4000 CPUs.</p>
<p>It’s a very good moment to wait it out a bit longer since the next-gen tech has already been announced but the vendors haven’t caught up yet.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="168352" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/hardware-considerations-for-development/17419/64">Post #63</a>
	                </div>
	            </div>
              <div id="likers-container-168352" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="168352"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #63"></div>
  </section>
</div>
    <div class="postbit" id="168378" data-post-id="168378">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="ardhitama" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/ardhitama/120/2246_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  ardhitama
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Recently I upgraded to a 64GB machine with Ryzen 5 3600, don’t be like me <img src="https://forum.elixirforum.com/images/emoji/apple/slight_smile.png?v=15" title=":slight_smile:" class="emoji" alt=":slight_smile:" loading="lazy" width="20" height="20"></p>
<p>Though my rationale is that I will upgrade the cpu to high end ryzen 4xxx series later this year.</p>
<p>And for my elixir and non elixir projects, my 6 cores machine is holding up surprisingly well. Wondering if processor count can have diminishing returns for a mere dev machine.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="168378" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/hardware-considerations-for-development/17419/65">Post #64</a>
	                </div>
	            </div>
              <div id="likers-container-168378" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="168378"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #64"></div>
  </section>
</div>
    <div class="postbit" id="168397" data-post-id="168397">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="dimitarvp" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/dimitarvp/120/38664_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  dimitarvp
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="ardhitama" data-post="65" data-topic="17419">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/ardhitama/48/2246_2.png" class="avatar"> ardhitama:</div>
<blockquote>
<p>Wondering if processor count can have diminishing returns for a mere dev machine.</p>
</blockquote>
</aside>
<p>It does, sadly. This has to do mostly with two things:</p>
<ol>
<li>
<p>The RAM channels are usually 2 on most machines but a good chunk of the workstations have 4 channels of RAM. My Xeon-2150B with 10 cores (20 threads) and 4 channels can fully saturate the memory channels and then some of the cores have to wait for memory access. To be 100% objective though, not many workflows get limited by this.</p>
</li>
<li>
<p>Most software is just not written to properly utilise any CPU cores at all. I’ve seen various projects that hardcode single-core – or no more than 2-4 parallel tasks running at the same time. Most of this software installed somewhere will <em>never</em> be updated.</p>
</li>
</ol>
<p>But the diminishing returns mostly come from either I/O limitations (SSD and network speed) or actual motherboard bandwidth issues (like the 4 channels of RAM for 10-core CPU). The software will eventually be fixed but the hardware has to be ready.</p>
<p>That’s why I commented above that buying a PCIe 4.0 enabled motherboard and a Threadripper with tons of RAM (at least 64GB although I’d go for the maximum of 256GB if given the choice), and then put PCIe 4.0 SSDs. There will be very few hardware limitations with such a setup.</p>
<p>“Only” the software will have to be evolved. That’s why Elixir is still an excellent choice – write your code right and Elixir just gets out of the way and you can saturate your I/O pipes quite easily. And you get bonus fault tolerance, transparent parallelisation. And the program will still work at the maximum possible speed due to I/O limits so there’s no point to use C++ or Rust or D or anything natively statically compiled.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="168397" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/hardware-considerations-for-development/17419/66">Post #65</a>
	                </div>
	            </div>
              <div id="likers-container-168397" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="168397"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #65"></div>
  </section>
</div>
    <div class="postbit" id="168464" data-post-id="168464">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="jdumont" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/jdumont/120/2353_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  jdumont
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I should probably update this thread given that things have changed since I last posted!</p>
<p>Over the Christmas / New Year break I decided that it was time to bite the bullet and build a PC. I had been working on a C#/gRPC project for about 6 weeks, using my MacBook Pro - sometimes booted in macOS, sometimes booted into Windows. A few things conspired that meant it was time to spend some cash!</p>
<p>Firstly, I got a mixture of Bootcamp and Windows 10 updates that bricked the wifi connection - I was lucky to see 0.5Mbps even though the same computer booted into macOS was getting my full 70Mbps. Secondly, gRPC services in .NET require self-signed certs to be generated, something that wasn’t done automatically in macOS as it was in Windows and Linux. In order to stay productive I decided to go with the flow and build a Windows desktop.</p>
<p>I opted for an X570 motherboard (to gain PCIe 4.0) and a Ryzen 3600. 32GB of 3600MHz memory and multiple M.2 drives, one PCIe 3.0 (Samsung 970 Pro) and one PCIe 4.0 (Sabrent Rocket 4).</p>
<p>Quick aside about building a PC — it’s so much easier than I ever thought. Fun too. I was actually sad when I had everything the way I wanted and there was no more fiddling to do.</p>
<p><strong>On to performance:</strong></p>
<p>I would say that for most developers working with Elixir, then the Ryzen 3600 is more than enough. I certainly don’t feel the need to push to Threadripper.</p>
<p>My C# project (ergh) could definitely benefit from a bit more ooomph but I’m not sure whether clock speed or cores would be the factor that makes a difference. It may not make any, Visual Studio just seems to hang regardless.</p>
<p>At present I’m also developing quite a CPU, disk IO and memory heavy Elixir app. It uses an event sourced architecture with all events being written to disk directly and also cached in an ETS table. Those events get published out to consumers (GenServers, ETS tables, external services, etc) which update their state in memory and also write backups to disk occasionally. It is about as stateful and resource heavy as is possible.</p>
<p>On any given day I’m developing with local data that is equivalent to around 6 months of data for ~5000 users which can range from 3-6 million raw events. I rarely see my RAM usage pass 16GB, I’ve never noticed any IO bottlenecks even on the PCIe 3.0 M.2 drive (or for that matter a ZFS RAIDZ1 array using old HDs) and when compiling or running tests the CPU is maxed on all cores/threads (indicating they aren’t being starved of RAM in this 2 channel setup?). To my mind, this is about as much a torture test as any developer is likely to be working with on their machine and the resources I’ve got feel more than adequate. I never feel like I’m waiting.</p>
<p>As per my previous tests, I noted a point of diminishing returns for compile/test duration and that starts immediately beyond dual cores (on Digital Ocean VMs and various bare metal machines). <a class="mention" href="/u/dimitarvp" rel="nofollow">@dimitarvp</a> point about the number of RAM channels may actually explain why the compilation performance of the VPS’ tested above starts to get really inconsistent. The real jump in performance (from a developer standpoint, if not a production one) is from single to dual and then possibly to quad. I feel that if you’ve got a quad/hexa core CPU that can boost to a reasonable (3Ghz+) speed then you’re in a very good place as a developer.</p>
<p>Of course you may want more or faster cores, more RAM, etc, but that will almost certainly be because of other requirements (video/photo editing, other languages, etc) or just vanity. On that note, I may upgrade to the 3950X when the Gen. 4 Ryzen CPUs come out and it drops in price, but I can’t stress enough that it will because I <em>can</em> rather than because I <em>need</em> to or will see benefits from it.</p>
<p><a class="mention" href="/u/dimitarvp" rel="nofollow">@dimitarvp</a> Honestly, I struggle to tell the difference between my PCIe 3.0 and PCIe 4.0 drives. I don’t think that drives alone (at least in the volume that a desktop/workstation has) are impacted by PCIe 4.0 speed. Don’t get me wrong, I’m glad I got a 4.0 board and drives, but the 3.0 drive does not represent any sort of bottleneck.</p>
<p>—</p>
<p>After all this, I actually checked <code>htop</code> when I was working on my old development server the other day (although I should probably retire it). It wasn’t breaking a sweat and felt just as fast to work on as my desktop (with a similar data set) and that’s running a 4700K from 2013.</p>
<p>I know I’m the one that posed this question originally, but I think that the horsepower of an Elixir developers machine really doesn’t matter. You won’t see time/cost-savings as a video editor would from splurging on an expensive and powerful machine.</p>
<p>I’ll probably keep this computer around when the C# project is wrapped up but it’ll likely become a home server and I’ll go back to working on a modest remote bare-metal server from my iPad (or possibly remote in to this machine if I can sort the networking out).</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="168464" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/hardware-considerations-for-development/17419/67">Post #66</a>
	                </div>
	            </div>
              <div id="likers-container-168464" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="168464"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #66"></div>
  </section>
</div>
    <div class="postbit" id="168471" data-post-id="168471">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="jdumont" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/jdumont/120/2353_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  jdumont
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Sorry, I totally ignored this in my follow-up.</p>
<p>I’ve done a LOT of exploring outside the Apple bubble the past 18 months and it’s been really interesting. I’ve got excited about computers again in a way that I haven’t been for years (even prior to Apple’s stumbles with the 2016-era MBPs).</p>
<p>With all that said, I think that the new 16” MacBook Pro’s probably represent the best option for a developer that likes macOS — seems like a pretty “duh” statement, I know.</p>
<p>Windows/Linux laptops are OK. The computing hardware and even the OS may be fine but the general build quality of them still lags behind.</p>
<p>My favourite laptop I tried in this period was the ThinkPad X1 Carbon. Great size and weight, good specs and an OK-ish price. Runs Linux well, etc, etc. The reasons that I liked it would make one of the new 2020 MacBook Airs a good buy, but if it were my money I’d still hold out for 13/14” MacBook Pro.</p>
<p>If desktops are your thing then I’d strongly recommend building your own. Not much more to say really. You can run Windows, Linux or a Hackintosh but whatever option you choose your OS will be a compromise in my opinion. That said, the hardware you can buy is just incredible and makes up for the shortcomings of whichever OS you choose.</p>
<p>For reference I spent around £1000 on my PC build above and I didn’t cheap out on anything. I later spent another ~£150 to improve the cooling. It is comparable performance-wise to around a £3-4k spend with Apple.</p>
<p>Biggest difference between PC desktop and a Mac will be the monitor. Even if you’re willing to spend big money, it just won’t be quite as good as that 5K iMac display. I should know…I dropped £1400 on a very fancy Dell 27” 4K monitor will excellent colour accuracy, etc but returned it shortly afterwards. 4K @ 27” is an awkward size from an OS scaling point of view and there seems to be a real lack of high quality monitors at high resolutions that aren’t geared towards gaming.</p>
<p>—</p>
<p>As dull as it is, I still think for a developer looking for a single machine that can do it all, the MacBook Pro is still a really solid option. A pricey one, but it’s been shown that they do represent a good long term investment. My 2015 is still soldiering on after all, even if it desperately needs a new battery!</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="168471" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/hardware-considerations-for-development/17419/68">Post #67</a>
	                </div>
	            </div>
              <div id="likers-container-168471" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="168471"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #67"></div>
  </section>
</div>
    <div class="postbit" id="168473" data-post-id="168473">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="maz" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/maz/120/6075_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  maz
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>WIth iOS being my “bread and butter” I know it’s not realistic to completely wash my hands of Apple. I have three macbook pros and a mac mini and they’re starting to get “old” but you are right my 15" Macbook Pro 2013(with 16gb of memory mind you) still runs really well with Catalina.</p>
<p>Apple is likely to switch away from Intel chips for the next MBP revision. Something else to think about …</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="168473" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/hardware-considerations-for-development/17419/69">Post #68</a>
	                </div>
	            </div>
              <div id="likers-container-168473" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="168473"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #68"></div>
  </section>
</div>
    <div class="postbit" id="168474" data-post-id="168474">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="dimitarvp" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/dimitarvp/120/38664_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  dimitarvp
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="jdumont" data-post="67" data-topic="17419">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/jdumont/48/2353_2.png" class="avatar"> jdumont:</div>
<blockquote>
<p>I think that the horsepower of an Elixir developers machine really doesn’t matter</p>
</blockquote>
</aside>
<p>That’s absolutely and demonstrably true. Compilers do require your CPU to be of certain generation and have certain opcodes to work at good speed. Basically anything from an i5 and above is very well equipped for the job (i3 are absolutely crap for compiling code though). My i7 3770  (3.7GHz, 4c/8t) and Xeon 2150B (3.0GHz / 4.0GHz boost, 10c/20t) barely have a difference when compiling a 400-file Elixir project: 15s vs 12s.</p>
<p>Sorry we all kind of derailed the thread. Yeah, Elixir doesn’t require much, that is true.</p>
<aside class="quote no-group" data-username="jdumont" data-post="67" data-topic="17419">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/jdumont/48/2353_2.png" class="avatar"> jdumont:</div>
<blockquote>
<p>I struggle to tell the difference between my PCIe 3.0 and PCIe 4.0 drives.</p>
</blockquote>
</aside>
<p>Oh that’s true. I’ve read one very good and thorough review showing that the Sabrent Rocket barely has an edge over the Samsung 970 Pro. But I view PCIe 4.0 as a very solid future-proofing. 5 years at least, I’d even give it 10 because honestly, with <em>that</em> kind of bandwidth you are looking at 12GB/s for SSDs at some point in the future, and about 120GB/s for RAM, and who knows how more for the GPUs.</p>
<p>I view PCIe 4.0 as a good stopping point for a good amount of years. If the motherboard and PSU are solid, such a machine can last you a very long time.</p>
<aside class="quote no-group" data-username="jdumont" data-post="67" data-topic="17419">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/jdumont/48/2353_2.png" class="avatar"> jdumont:</div>
<blockquote>
<p>I feel that if you’ve got a quad/hexa core CPU that can boost to a reasonable (3Ghz+) speed then you’re in a very good place as a developer.</p>
</blockquote>
</aside>
<p>Absolutely. 4c/8t is a minimum, 6c/12t is very good and 8c/16t might even be an overkill, due to RAM channel count and I/O limitations.</p>
<p>I bought the iMac Pro for many reasons – absolutely gorgeous display, sharp text rendering (macOS after all), very powerful CPU, ECC RAM, insanely fast NVMe SSD, very capable and respectable GPU, and good extensibility (I have a small army of cables behind it connecting to 5 external HDDs / SSDs, a hub, headphones, SD card reader, sound system and whatnot. But the main reason was, again, future-proofing. And that after having it for 6 almost months I have not once heard its fans. It’s not whisper-quiet. It’s actually <em>not audible</em>.</p>
<aside class="quote no-group" data-username="jdumont" data-post="68" data-topic="17419">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/jdumont/48/2353_2.png" class="avatar"> jdumont:</div>
<blockquote>
<p>Biggest difference between PC desktop and a Mac will be the monitor. Even if you’re willing to spend big money, it just won’t be quite as good as that 5K iMac display.</p>
</blockquote>
</aside>
<p>Can confirm. I went to a local supplier of computer parts shortly before buying the iMac Pro in SEP-2019 – and these guys supply like 1/3 of the Balkan Peninsula with computer parts. A very polite guy showed me around the displays showroom (all displays were live and were iterating through the same 5-10 wallpapers) – literally 120+ displays. We talked for hours, the dude was extremely well informed and told me a lot about the current breed of monitors. Nothing even came half-close to Apple’s quality of displays. He told me his boss has a reference display that costed about $30,000 and it was still deemed low-end.</p>
<p>So iMac Pro’s display, the LG’s UltraFine 5K and the Apple XDR displays are basically the best of the best right now. And I am grateful for iMac Pro’s display every day. I have no clue what or how they did it but my eyes get less tired when using it even after 12 hours – I start getting muscle cramps on my lower back but my eyes are fine. Only my gaming PC display can do the same and even it does it slightly worse.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="168474" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/hardware-considerations-for-development/17419/70">Post #69</a>
	                </div>
	            </div>
              <div id="likers-container-168474" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="168474"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #69"></div>
  </section>
</div>
    <div class="postbit" id="168475" data-post-id="168475">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="sribe" src="/assets/icons/user-9f439610.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  sribe
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>The HP 32Z 4K monitors are <em>way</em> better than the Dell so-called UltraSharp. And the LG 5K is really nice, but might not be supported widely outside MacOS.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="168475" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/hardware-considerations-for-development/17419/71">Post #70</a>
	                </div>
	            </div>
              <div id="likers-container-168475" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="168475"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #70"></div>
  </section>
</div>
    <div class="postbit" id="168721" data-post-id="168721">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="jdumont" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/jdumont/120/2353_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  jdumont
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="maz" data-post="69" data-topic="17419">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/maz/48/6075_2.png" class="avatar"> maz:</div>
<blockquote>
<p>WIth iOS being my “bread and butter” I know it’s not realistic to completely wash my hands of Apple.</p>
</blockquote>
</aside>
<p>If you’re comfortable with Linux on the CLI then I’d highly recommend looking at using the iPad as a client for remote dev environments as detailed <a href="https://forum.elixirforum.com/t/web-software-development-with-an-ipad/17510" rel="nofollow">here</a>. It’s still my favourite way to work and I get the benefits of a simple and polished OS for things like email, web browsing and photo editing. Would 100% recommend it!</p>
<aside class="quote no-group" data-username="dimitarvp" data-post="70" data-topic="17419">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/dimitarvp/48/38664_2.png" class="avatar"> dimitarvp:</div>
<blockquote>
<p>Yeah, Elixir doesn’t require much, that is true.</p>
</blockquote>
</aside>
<p>I think that’s really our conclusion here.</p>
<aside class="quote no-group" data-username="dimitarvp" data-post="70" data-topic="17419">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/dimitarvp/48/38664_2.png" class="avatar"> dimitarvp:</div>
<blockquote>
<p>But I view PCIe 4.0 as a very solid future-proofing.</p>
</blockquote>
</aside>
<p>Exact reason I went X570 motherboard instead of B450.</p>
<aside class="quote no-group" data-username="dimitarvp" data-post="70" data-topic="17419">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/dimitarvp/48/38664_2.png" class="avatar"> dimitarvp:</div>
<blockquote>
<p>So iMac Pro’s display, the LG’s UltraFine 5K and the Apple XDR displays</p>
</blockquote>
</aside>
<p>Not to mention how the OS uses those monitors to their best. The way they handle HDR content in parts of the display is a game changer. Much better than HDR on Windows which is kind of a mess.</p>
<aside class="quote no-group" data-username="sribe" data-post="71" data-topic="17419">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/letter_avatar_proxy/v4/letter/s/439d5e/48.png" class="avatar"> sribe:</div>
<blockquote>
<p>Dell so-called UltraSharp</p>
</blockquote>
</aside>
<p>Ah, not all UltraSharps are alike. I bought the UP2718Q which is a 27" 4K monitor with local-array dimming and great colour-coverage/accuracy. It costs around $1500 depending on deals, whereas the U2718Q (note: the missing “P”) is a 27" 4K monitor without the goodies and costs a lot less (~$500). I read so many reviews that confused the two which explained why some people thought it was great and others average. Stupid naming from Dell…</p>
<p>I’ll look at the HPs as I still need a new monitor, but decided to put it on the backburner for now.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="168721" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/hardware-considerations-for-development/17419/72">Post #71</a>
	                </div>
	            </div>
              <div id="likers-container-168721" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="168721"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #71"></div>
  </section>
</div>
    <div class="postbit" id="194285" data-post-id="194285">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="marknijhof" src="/assets/icons/user-9f439610.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  marknijhof
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Any predictions on the new M1 architecture and running a dev environment on it? Postgress, compile Elixir ect.</p>
<p>My current Mac is ready for a refresh and I am thinking about the new vs old chipsets, I work a lot without a power supply so battery life is a bit important, but either will be better than what mine is doing now <img src="https://forum.elixirforum.com/images/emoji/apple/wink.png?v=15" title=":wink:" class="emoji" alt=":wink:" loading="lazy" width="20" height="20"></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="194285" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/hardware-considerations-for-development/17419/73">Post #72</a>
	                </div>
	            </div>
              <div id="likers-container-194285" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="194285"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #72"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <a class="load-more-button" data-turbo-stream="true" href="/topics/17419/load_more?page=8">Load more posts (1 remaining)</a>
</div></template></turbo-stream>