Viewing profile — akully
akully
HN member- Joined
- Sat, Oct 19, 2019, 12:39 AM UTC
- HN karma
- 34
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About akully
Recent public activity
-
comment
Comment #48116083
Have fun, I made this in a few days. :)
- story
-
comment
Comment #47819221
Finally wrapped this up and polished it up. Leaderboard and everything. Take it for a spin!
- story
-
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 .
- story
-
comment
Comment #44664926
[dead]
- story
- story
- story
- story
-
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…
- story
- story
- story
- story
-
comment
Comment #23547546
That was silly but very fun. Are you using ML algos to generate the paint based on the user input?
-
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…
-
comment
Comment #23511078
ok fixed
-
comment
Comment #23511057
fixed
-
comment
Comment #23511011
okay, so the correct formula is: = 0070 + 2 * (filenameLen // 2) where // is floor division. Site is updated too :)
-
comment
Comment #23510570
Thank you for the love for Assembly in 7!
-
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?
-
comment
Comment #23510483
thanks for letting me know. weird about the phone calls. I'll check this out on mobile
-
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