3 Matching Annotations
  1. Jun 2017
    1. בשלב זה, געו בחלק מתכתי כלשהו במארז, כדי להיפטר מחשמל סטטי. חשמל סטטי מזיק לרכיבי מחשב רגישים ומומלץ מאוד להיפטר ממנו לפני שאתם נוגעים ברכיבי חומרה כלשהם.
  2. Apr 2017
    1. Two people can have one conversation. Three people have four unique conversation groups (three different two-person conversations and a fourth conversation between all three as a group). Five people have 26. Twenty people have 1,048,554.

      what's the equation for that?

  3. Mar 2017
    1. IndexedDB is a transactional database system, like an SQL-based RDBMS. However, unlike SQL-based RDBMSes, which use fixed-column tables, IndexedDB is a JavaScript-based object-oriented database. IndexedDB lets you store and retrieve objects that are indexed with a key; any objects supported by the structured clone algorithm can be stored.

      IndexedDB stores JS objects and retrives them with a key (as apposed to SQL like syntax which is for relational tables).