Live data from Hacker News

Viewing profile — cuoverhere

cuoverhere

HN member
Joined
Fri, Feb 05, 2016, 12:26 AM UTC
HN karma
2
Public activity
3 items

About cuoverhere

No profile information was provided.

Recent public activity

  1. comment
    Comment #17775495

    The SK6812/APA102s come in a 2020 package now, but I haven't seen them on a strip. @wow_elec_tron on instagram has been working on his own flex pcbs for them. I think he may do a k…

  2. comment
    Comment #12601683

    > "it's hard to put replaceable printheads with reliable plumbing into a low-end mechanism" Isn't that exactly what HP is doing now when they sell a cheap printer with replaceable …

  3. comment
    Comment #11362469

    perl! sub GetDayofWeek { my ($year, $month, $day) = @_; my @monthTable = (0, 3, 2, 5, 0, 3, 5, 1, 4, 6, 2, 4); my @DayofWeek = qw(Sunday Monday Tuesday Wednesday Thursday Friday Sa…