Live data from Hacker News

Viewing profile — polymonster

polymonster

HN member
Joined
Wed, Sep 25, 2019, 8:04 PM UTC
HN karma
49
Public activity
33 items

About polymonster

Coder, gamedev of 15+ years. https://www.polymonster.co.uk https://www.github.com/polymonster

Recent public activity

  1. story
  2. story
    Show HN: Diig: a music discovery app for record diggers

    An app I have been working on for a while to improve the ergonomics and responsiveness of browsing online record shops

  3. comment
    Comment #45566055

    A music discovery app for record diggers. It’s an instagram style UI but for scrolling through record releases and snippets, worked on making it responsive as possible with low lat…

  4. story
    Show HN: Diig: a music discovery app for record diggers

    I had been working on this thing for a while but didn't share it anywhere. Be interested to know if there are any people who this would appeal to.

  5. story
  6. story
  7. comment
    Comment #41691036

    https://github.com/polymonster/diig A music digging app for record collectors, with instagram style feed for listening to new vinyl snippets

  8. story
  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. story
  16. comment
    Comment #24456249

    I’m using this json like data format.. supporting json and json5 plus a few more features, including comments https://github.com/polymonster/jsn

  17. comment
    Comment #24127572

    Refactoring is life

  18. comment
    Comment #24092253

    Command + double click a search item in spotlight to open the containing folder in finder.

  19. comment
    Comment #23703768

    Looks really nice, the widgets are great and run well on my phone. Is it a real time ray tracer doing the rendering? Still amazes me these days what’s possible in browsers or on a …

  20. comment
    Comment #22456429

    I live in London, it is expensive for sure.. I have seen some pretty ridiculous flats for around the same cost as the one in the article, one with a shower cubicle in the bedroom c…

  21. comment
    Comment #22392379

    I wanted to share my c++ maths library have been adding to for quite a long time now, There are lot of other available maths libraries but I have enjoyed developing and maintaining…

  22. story
  23. comment
    Comment #21741074

    Yeah, in hindsight maybe we could just switch to YAML but it does have quite a lot more syntax. Jsn started as a python function which removed comments and fixed trailing commas. Y…

  24. comment
    Comment #21741049

    I suppose not. Jsn has some unique features that have just developed over time, starting as json with comments and no need for quotes. Jsonnet looks pretty comprehensive and I did …

  25. comment
    Comment #21739835

    This project came about because we were using json a lot for it’s for simplicity and also widespread support in languages and tools we were using. We started hand editing a lot and…