Offload int[] to byte[].
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2019 / 05 / 12.mkd
blob473590dec2c716cd0ff90e34c28e598534246d7d
1 # 2019/05/12
3 ## 17:10
5 Making a decision, `AccessPoint` allows access to stuff like 3GPP, CDMA,
6 WiFi, Wireless, Dial-up, and other such things. This would be really
7 complicated.
9 ## 17:27
11 I think I want to limit the number of system calls that exist and put it
12 solely in just services. Because otherwise I might be making a number of
13 complicated APIs. Also means I want to simplify the API set as well and have
14 it a much more lower and limited stance.