Live data from Hacker News

Viewing profile — thasian

thasian

HN member
Joined
Mon, Dec 23, 2019, 12:51 AM UTC
HN karma
204
Public activity
34 items

About thasian

Email: kevinli29033@gmail.com

Recent public activity

  1. story
  2. story
  3. comment
    Comment #23883881

    Ok holy shit. Mp4 compression then converting to gif is the holy grail. 1/3 the original size wtf.

  4. comment
    Comment #23883789

    Yes. check timepage out. it's amazing

  5. comment
  6. comment
    Comment #23883777

    I've replaced most of the gifs with embedded videos. Page loading size is around ~100 mb now

  7. comment
    Comment #23883657

    Yep fixing that right now.

  8. comment
    Comment #23883450

    ok u know what. changing all the gifs to embedded videos. no one will complain about me discriminating towards mobile :^)

  9. comment
    Comment #23883416

    I can't change it but if a mod can, I'd be more than willing to accept that change

  10. comment
    Comment #23883406

    Yea prob more tbh

  11. comment
    Comment #23883405

    LOL so sorry dudes. I use HN on web....

  12. story
  13. story
  14. story
  15. story
  16. story
  17. comment
    Comment #21869907

    Pulls in metadata. I use the metadata's external url to open the track in spotify.

  18. comment
    Comment #21869898

    The documentation for the iOS Sdk is terrible. It's also in Obj-c. The Web API is pretty clear and we all love JSON. The only thing I could see myself using the iOS Sdk for is remo…

  19. comment
    Comment #21869572

    Retrieves music from Spotify's database based on a set of parameters.

  20. comment
    Comment #21869566

    Damn you right. First post on HN. I can't do anything. Maybe mods can.

  21. comment
    Comment #21869528

    I think this conversation would best be continued by email, which is in my bio. To answer your questions, I will be interning at a company starting January. I worked on this projec…

  22. comment
    Comment #21869511

    In that case, what license should I change to? As long as others who want to release an app based on my source code consults me about it, I will let them.

  23. comment
    Comment #21869503

    Thank you for the comment. I learned a few things about licensing. The main reason I chose GPL was because I don't want someone else building a commercial closed source application…

  24. comment
    Comment #21869413

    None of the above. My app pulls in music using Spotify’s api. To stream music, it redirects you to the Spotify app.

  25. comment
    Comment #21868959

    Right. Once again, never really thought of that. It could be a useful tool for others to learn off of: the app employs a MVVM and Coordinator architecture with reactive bindings. I…