aboutsummaryrefslogtreecommitdiff
path: root/html/blog/2024-11-19+I_Was_Wrong+computers+livestyle.tmpl.html
blob: 6b62e17527b94a338d22266945b5a3f1dc357230 (plain) (blame)
1
2
3
4
5
6
7
8
9
{{ define "article" }}
<article>
  <h2>{{ .Title }}</h2>
  <p>In my <a href="/blog/2024-11-18+My_Mac_Journey+computers+lifestyle">last post</a>, I talked about using my Mid 2015 MacBook Pro 15-inch as a substitute for my Windows machines. More specifically, I mentioned Blender performance, and that it was usable. I was wrong...</p>
  <p>Well, not entirely wrong. It is technically usable, but it stutters frequently and can't handle many modifiers at once. This wouldn't be a big deal if I had infinite time, but I don't, and the stutters, pauses, and extremely slow Cycles performance make this a poor choice for crunch time on a school project. So, for this projet, I'll probably move back to my desktop. This is an unfortunate time to lose my Windows laptop, as I'll need it for Autodesk Alias when in class. That's the other reason I need to move to my desktop. Alias support. If I were on a modern Mac, I might be able to handle some kind of VM, but this will struggle. I could Bootcamp, but it defeats the purpose, and sharing files between OSs is not a fun task.</p>
  <p>That's about it. It's more about coming to the realization that there isn't much time left to complete this project, and there's a lot left to do than anything else. Tools that make your life easier are important.</p>
  <p><b>Created:</b> {{ .Date }}</p>
</article>
{{ end }}