Live data from Hacker News

Viewing profile — any626

any626

HN member
Joined
Mon, Jul 11, 2016, 8:56 PM UTC
HN karma
24
Public activity
8 items

About any626

No profile information was provided.

Recent public activity

  1. comment
    Comment #42578014

    Location: Los Angeles, CA or Orange County, CA Remote: Yes and preferred Willing to relocate: No Technologies: Backend Engineer with experience in Golang, Java, and PHP. Résumé/CV:…

  2. comment
    Comment #27160792

    Backend dev here. How can one learn these types of skills? Recommendations?

  3. comment
    Comment #19640109

    Screenshot: https://imgur.com/a/qocmdE1

  4. comment
    Comment #16807330

    Depends You could have property_id, user_id, value(string) 1 (assume age), 1213, 60 2 (gender), 1213, female or property_id, user_id, value_str, value_int 1 (assume age), 1213, nul…

  5. comment
    Comment #16807273

    You would need to have a new join for each new property SELECT DISTINCT loyaltyMemberID from members as m INNER JOIN properties as p1 on m.id = p1.user_id INNER JOIN properties as …

  6. comment
    Comment #16807207

    The user data is most likely in rows instead of columns. Instead of having id, name, age, gender 1213, fake, 60, female they would have property_id, user_id, value 1 (assume age), …

  7. comment
    Comment #12544594

    That did it! Thank you very much. What do you recommend for the number of shapes when creating a gif?

  8. comment
    Comment #12544347

    Very cool. How did you create the gif? I tried -o filename.gif but i got nothing.