Viewing profile — b1661727
b1661727
HN member- Joined
- Thu, Mar 10, 2016, 1:12 PM UTC
- HN karma
- 9
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About b1661727
No profile information was provided.
Recent public activity
-
comment
Comment #11265257
Those old fabs are often used for embedded chips.
-
comment
Comment #11259047
This is the reason why ARM SoCs have asymetric cores which differ in speed and powerefficiency. https://en.wikipedia.org/wiki/ARM_big.LITTLE
-
comment
Comment #11258998
Each dot can only have a single color. Multiple dots will form a single "pixel" with the desired color.
-
comment
Comment #11258952
Yes, this has been my experience as well. It's either add your user to the docker group (which makes it equivalent to a root account) or run everything docker related with sudo. Yo…