• 0 Posts
  • 19 Comments
Joined 1 year ago
cake
Cake day: August 7th, 2023

help-circle





  • When I hear about ram being soldered, I think of cheap computers with the memory permanently attached to the motherboard for planned obsolescence and/or cost.

    The current mac silicon has memory integrated into the one chip that houses the cpu, gpu, cache, and memory. This approach has pros and cons, one of the biggest cons being upgradability.

    It would be great if something like 64gb was stock for the prices they charge, but the fact I can run my laptop for days without it getting hot gives them a pass in my book.














  • SQL is a great tool to have in your toolbox. From creating adhoc reports to building any kind of backend, it always seems to come in handy.

    There are obviously non relational databases available and other approaches to persisting information, but there are some desirable characteristics of traditional relational databases.

    Oftentimes I find if I’m struggling it is because of a missing abstraction. Views, functions, etc. are available to extract higher level ideas and remove duplication.