HN user

akully

34 karma

https://github.com/Kully

Posts19
Comments15
View on HN

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 math with others, but also talking with good people that are easygoing, chill, etc.

I went to undergrad in Math and believe me, it wasn't easy to find the "right crowd" in my program.

No Paint 6 years ago

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

Let's Decode a VST 6 years ago

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 saving the same patch with different filenames resulted in different looking bytes.

This is outside my own scope but try graphing these patch files out, color coding and seeing what patterns you can notice.

Let's Decode a VST 6 years ago

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

Site is updated too :)

Let's Decode a VST 6 years ago

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

Let's Decode a VST 6 years ago

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