Live data from Hacker News

Viewing profile — akully

akully

HN member
Joined
Sat, Oct 19, 2019, 12:39 AM UTC
HN karma
34
Public activity
36 items

About akully

https://github.com/Kully

Recent public activity

  1. comment
    Comment #48116083

    Have fun, I made this in a few days. :)

  2. story
  3. comment
    Comment #47819221

    Finally wrapped this up and polished it up. Leaderboard and everything. Take it for a spin!

  4. story
  5. comment
    Comment #46824658

    Finally decided to make the codebase public after a few years! I am curious you folks think of it! https://github.com/Kully/engine .

  6. story
  7. comment
  8. story
  9. story
  10. story
  11. story
  12. comment
    Comment #23733838

    I imagine you could roam around the subreddits and check out what's up. I also imagine that (at least this is my own thought) that you not only would be interested in talking about…

  13. story
  14. story
  15. story
  16. story
  17. comment
    Comment #23547546

    That was silly but very fun. Are you using ML algos to generate the paint based on the user input?

  18. comment
    Comment #23511685

    I used the same approach: turn knob, save, see what the bytes look like. For one of the Reason instruments that I was thinking of decoding, I encountered a similar problem. Even sa…

  19. comment
  20. comment
  21. comment
    Comment #23511011

    okay, so the correct formula is: = 0070 + 2 * (filenameLen // 2) where // is floor division. Site is updated too :)

  22. comment
    Comment #23510570

    Thank you for the love for Assembly in 7!

  23. comment
    Comment #23510513

    thanks for this - and good suggestion about click vs hover - any particular bad examples of hover UX that you come to mind?

  24. comment
    Comment #23510483

    thanks for letting me know. weird about the phone calls. I'll check this out on mobile

  25. comment
    Comment #23510466

    oh did I make a mistake here? good catch. I'm gonna look back at my original notes for this. I think 0072 + 2 * ( (filenameLength-1) / 2) should work but I'll test