Live data from Hacker News

Viewing profile — adamcik

adamcik

HN member
Joined
Sat, Jul 27, 2013, 11:29 AM UTC
HN karma
37
Public activity
22 items

About adamcik

No profile information was provided.

Recent public activity

  1. comment
    Comment #44215432

    A friend of mine would always put ` ` around his middle name as a quick and dirty way to test for missing escaping and possible xss. Back in the day this was surprisingly effective…

  2. comment
    Comment #41518973

    A friend of mine recently let the domain used for documentation of Pykka, a Python actor library, expire. Some of course registered the domain, resurected the content and injected …

  3. comment
    Comment #31424997

    The plan for mopidy-spotify was to move towards web-api for everything we could to be on the official APIs where possible. So the end state would have been only streaming left on l…

  4. comment
    Comment #31424935

    The way auth tokens are setup for Mopidy-Spotify you hold the encryption key for the blob with the OAuth data, and the intermediate server just has an id and the encrypted data. No…

  5. comment
    Comment #28066462

    I wonder how much of this is free trial abuse like https://therecord.media/crypto-mining-gangs-are-running-amok... and how much was real trials?

  6. comment
    Comment #24106643

    Having gotten a Swiss C-permit (permanent residency) myself on the five year fast track it was rather easy. But looking at previous interactions it all feels very dependent on what…

  7. comment
    Comment #18830692

    Correct, it's basically pre-cut parchment paper. The thing to watch out for though is that the parchment paper is not suited for baking (mainly thinner and cheaper), we once baked …

  8. comment
    Comment #15486196

    Note that the tool does not seem to filter out revoked keys, or take expiration into account. You have to cross check against what (sub)keys you still have in use.

  9. comment
    Comment #12107425

    It's a Swedish word for fast, https://en.wiktionary.org/wiki/snabb

  10. comment
    Comment #8238630

    I actually had a lot of luck creating such a timetable website[0] for NTNU in Trondheim, Norway. Initial version did hacky scraping, eventually I found a database, after the site s…

  11. comment
    Comment #7961989

    Note that there is also Soundcloud support for mopidy, among other extensions: http://docs.mopidy.com/en/latest/ext/external/#mopidy-soundc...

  12. comment
    Comment #7906718

    Streaming is only available through libspotify or the beta SDK on IOS. Rumors from #spotify on freenode indicate that the SDK for other platforms is still being worked on. But once…

  13. comment
    Comment #7906036

    Same conclusion we also had in https://github.com/mopidy/pyspotify/issues/139 when looking at if we should move away from libspotify in favor of the new web API. For now I would st…

  14. comment
    Comment #7906014

    Populate a http://developer.echonest.com/docs/v4/tasteprofile.html with the listening history and you can use it for dynamic playlisting using the spotify catalog. That is as long …

  15. comment
    Comment #7340316

    This idea keeps coming up and I believe mopidy is perfect for building such a system (of course I am biased as one of the main contributors). The way to go about building this with…

  16. comment
    Comment #7340278

    Do you mean playlist management? The upcomming 0.19 release has a target of fixing that for the MPD frontend, from there the backend authors just need to make sure they implement t…

  17. comment
    Comment #7340260

    Single stream at this point in time, so you would need a mopidy instance per output. So doable but not pretty or something I would really recommend.

  18. comment
    Comment #7337800

    You can control mopidy remotely, but not yet stream to remote clients.

  19. comment
    Comment #7337763

    Normally you would have one machine hooked up to your speakers and then use clients on the other ones to control the central music server. In the longer run I keep wanting to get h…

  20. comment
    Comment #7337757

    Part of the reason for having started mopidy was that we wanted something MPD like, but with Spotify support, which at the time was not reasonable to integrate directly. Now we've …

  21. comment
    Comment #7337671

    We still have a few blockers for proper streaming support. But we are slowly but surely getting closer to have something like that working. https://github.com/mopidy/mopidy/issues?…

  22. comment