Viewing profile — thasian
thasian
HN member- Joined
- Mon, Dec 23, 2019, 12:51 AM UTC
- HN karma
- 204
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About thasian
Recent public activity
- story
- story
-
comment
Comment #23883881
Ok holy shit. Mp4 compression then converting to gif is the holy grail. 1/3 the original size wtf.
-
comment
Comment #23883789
Yes. check timepage out. it's amazing
-
comment
Comment #23883780
thanks!
-
comment
Comment #23883777
I've replaced most of the gifs with embedded videos. Page loading size is around ~100 mb now
-
comment
Comment #23883657
Yep fixing that right now.
-
comment
Comment #23883450
ok u know what. changing all the gifs to embedded videos. no one will complain about me discriminating towards mobile :^)
-
comment
Comment #23883416
I can't change it but if a mod can, I'd be more than willing to accept that change
-
comment
Comment #23883406
Yea prob more tbh
-
comment
Comment #23883405
LOL so sorry dudes. I use HN on web....
- story
- story
- story
- story
- story
-
comment
Comment #21869907
Pulls in metadata. I use the metadata's external url to open the track in spotify.
-
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…
-
comment
Comment #21869572
Retrieves music from Spotify's database based on a set of parameters.
-
comment
Comment #21869566
Damn you right. First post on HN. I can't do anything. Maybe mods can.
-
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…
-
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.
-
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…
-
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.
-
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…