How.nz - AI Development Blog

Practical notes on ML inference, GPU kernels, AI agents and shipping software, by Lee Penkman, builder of App.nz, Netwrck and Text Generator.

1
2
3
def is_letter(character):
return character in
'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'

I noticed this function would loop from a-Z so we should speed that up using a set!

Continue reading

I wanted an easy way of designing greasemonkey scripts, chrome extensions and i would often report bugs and tell people how they can fix them.

I created WebFiddle.net which would run some extra CSS and JS on any page, i didn’t want anyone to have to install an extension to use it so you could easily share it to show someone a problem.

Continue reading

I have been coding remotely from New Zealand for around 5 months now working 11am until 7pm matching Melbourne time, I have a Google hangout stand-up at midday and email my progress around at the end of each day, I’m also remotely included in retros, product showcases and planning meetings. It has been working pretty well.

Continue reading