Live data from Hacker News

Viewing profile — b1661727

b1661727

HN member
Joined
Thu, Mar 10, 2016, 1:12 PM UTC
HN karma
9
Public activity
4 items

About b1661727

No profile information was provided.

Recent public activity

  1. comment
    Comment #11265257

    Those old fabs are often used for embedded chips.

  2. 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

  3. comment
    Comment #11258998

    Each dot can only have a single color. Multiple dots will form a single "pixel" with the desired color.

  4. 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…