Threads for Lethargicpanda

    1. 2

      Did you personally use it in one of your projects? And if yes how did it perform?

      1. 2

        I’ve used similar measures the last time I’ve published a game for Android. The thing is I had to do it through ASO apps that are expensive and very limited in their free plans, so since then I had the idea of making an open source alternative for that. This one is still very limited and it probably needs more tuning of the scoring weights, but I think it can be very useful as is for keyword discovery.

        1. 1

          Out of curiosity, why have you implemented this in node?

          1. 1

            Mostly because I already had the google play scraper written in Node, which handles the data fetching part. With that available it was just a matter of doing some transformations and figuring out the scores.

    2. 3

      Broke my old phone a week or so ago and ended up buying a new one with Android 5.0, so I can finally test this app :)

      Looks really beautiful, like @kristof mentioned though, it would be nice to see the number of upvotes. Also, instead of the first two letters of the submission, could the avatar of the submitter appear next to the title?

      The number of upvotes could just appear next to the story name in a lighter color, like “Some story +14”

      1. 2

        I am currently using the rss API. If the lobste.rs team hears me, it would be cool to add the upvotes in the RSS feed, one way or another.

        1. 2

          There’s not much that can be added to the RSS feed, but that’s why there’s JSON versions.

          https://lobste.rs/hottest.json

          https://lobste.rs/s/an0fvb.json

          1. 2

            Just butting in, but is there JSON endpoints for tags and individual comments now? I am aware (and using) of the hottest/recent/article/user ones, but when I was making a little hack, these didn’t exist.

            1. 2

              There is not, but how would it be used in an app like this? The story link should contain all of the comments needed for the story, but I guess if there’s a need for one it could be added pretty easily.

              1. 1

                I was planning to use it (comment individuals and tag lists) for a gateway that translated it into a different protocol. It could be useful. (Tag listings would be useful in general though.)

                1. 6

                  Ok, I added individual comments, the tag list, and upvotes/downvotes properties for stories and comments.

                  https://lobste.rs/c/jhk11l.json

                  https://lobste.rs/tags.json

                  1. 2

                    I meant more tag listings (like /t/linux.json) This is awesome though!

    3. 2

      Lovely application :) Material Design is quite pretty in general and this uses colors quite well. My only nitpick is that upvotes are not shown! That is, unless you already clicked on the article.

      1. 1

        Thanks! I would love to have access to a JSON api :)

    4. 2

      …it was pretty disappointing when the comments view just turned out to be a WebView. Also, not really digging the rainbow circles for selection. (I can’t verify if it’s a WebView or not, as I don’t have an Android device. Definitely looks like the site though)

      Also, it would be nice if more stuff was exposed via JSON. Off the top of my head, tags are not.

      1. 1

        It is a webview :) there no way (at least not that I know of) to do it natively.

        Yes, I would love a Json API too. Regarding the “rainbow circle”, it gives the Material Design look and feel, but I might change it in the future.

        1. 3

          There is a JSON API, but only so many endpoints are exposed. Comment lists for example, but not individual comments.

          The rainbow circle doesn’t feel right for content that doesn’t have images, like avatars for emails in Gmail.

    5. 5

      Very nice. The lobste.rs interface isn’t too bad on mobile already, but I’d love a native implementation. Great work and I look forward to testing out the beta.

      1. 6

        FWIW there is also Pinchy.

        1. 2

          Last commit to Pinchy was on May 5, 2014. Maybe abandoned?

          1. 9

            It might actually just be “finished” :)

            1. 6

              It would be the first piece of software in history to be such then ;)

          2. 4

            I actually pushed an update for it recently enough (June 2nd), after someone emailed me with a request. I guess I forgot to push the source to github though.

            I swapped to iOS recently, so haven’t been actively developing, because I don’t use it. But I’m happy to update it if people have suggestions

            Edit: pushed latest to dev branch ….

      2. 1

        Thanks! The invites are on their way!

    6. 2

      Windows Phone or RT when? ?

      1. 2

        Hey, I am a WP user!!!!

        1. 2

          and my axe!

      2. 1

        1 word: HTML

        ;)