ppymou's comments

ppymou | 2 years ago | on: Listening with LLM

Thanks for reading and yes you are right, the input audios are clips of music;

MusicCaps [1] is a dataset containing pairs of music audio and natural language description of the clip; the reason why the result is good imo is because the trained model was able to generate a description with features of the ground truth

[1] https://huggingface.co/datasets/google/MusicCaps

ppymou | 9 years ago | on: Ask HN: What are you working on?

https://ohsloth.com

Sloth is a modern day copy and paste manager that allows you to search snippets by both content and context. Context here being what program you copied from and the type of text (whehter it's an ip, python, or bash script, etc.).

Right now I am working on a custom machine learning model to do better text classification.

It's built on electron and I am adding slack integration to create a shared clipboard. Essentially, slack would act as a cloud storage.

ppymou | 10 years ago | on: Redis Geo

I never knew that redis can be extended for geo. This is really cool.

I researched geodb a while back and I only found PostGIS but I recently found out that elastic search also supports geo features.

Shameless plug - This is the simple API I built on top of PostGIS https://github.com/moo-mou/GeoGo

ppymou | 11 years ago | on: Show HN: Godray – a simple ray tracer

The code should have no dependency other the standard go library.

You should see an output.png if it run successfully in the same folder.

Sorry, no easy access to a windows right now, but I will try it out on when I get a chance.

ppymou | 11 years ago | on: Show HN: Godray – a simple ray tracer

For me, going through wikipedia article on phong and working out the math with my friends (instead of just blindly translating the equations to code) really helped me understand the basics.

In order to learn more (I admittedly know very little about anything other than the phong model - the other friend is much more knowledgable), I presume either a textbook or a course notes like this https://www.student.cs.uwaterloo.ca/~cs488/notes.pdf will probably help.

ppymou | 12 years ago | on: Show HN: Vimusical – make music while using Vim [video]

Agreed. I am working on putting up documentation on how to set it up and get it running locally. There is still tons of work to be done though.

I deliberately chose to release as early as possible to find out if what people think of the project since I tend to have a tendency of taking forever to get feedback.

page 1