Live data from Hacker News

Viewing profile — morgenkaffee

morgenkaffee

HN member
Joined
Mon, Dec 22, 2014, 6:33 PM UTC
HN karma
204
Public activity
36 items

About morgenkaffee

No profile information was provided.

Recent public activity

  1. comment
    Comment #46233415

    Yes, this dataset is not CC BY-NC 4.0. Be careful.

  2. comment
    Comment #44249283

    Well done. Every conpany with maps otherwise needs their own daily diff server. The challenge tho is running it over years reliably especially if something in upstream OSM breaks.

  3. comment
    Comment #43507821

    I use Docusign cause it looks official and grown up. With this product I worry about the name and domain name looking like phishing or a typo. I am a fan of replacing docusign as a…

  4. comment
    Comment #42249372

    I also found it hard to deal with the AWS CLI and Parquet. I built this site so you can download it in CSV and Geopackage. https://repromptai.com/data/foursquare

  5. comment
    Comment #39388226

    Yeah there's lots of tuning to do on the commit messages (like filtering out bots). I really believe by having access to git diffs and commit messages you can fully automate a stan…

  6. story
    Show HN: Automating status updates using Git log and LLM

    Hi HN, I built a simple tool that summarizes your team’s git logs into a weekly update that teams can send to leaders, other teams, etc. I hated writing the same update multiple ti…

  7. comment
    Comment #25359884

    > These billing changes make some self hosted tile users go from $0 to tens of thousands of dollars a month in usage. It’s shady, don’t lie to yourself. This only happens if the de…

  8. comment
    Comment #13420397

    I really want to keep it a standalone style editor. The advantage is exactly that it is not bound to any external service.

  9. story
  10. story
  11. comment
    Comment #12434226

    No not really. The goal is to stay simple - just display polygons, linestrings, points and their associated metadata. It is really meant for prototyping SQL queries quickly with im…

  12. story
  13. story
  14. comment
    Comment #10923432

    It is all magic of Clang or GCC. Once you call the template with T1 the C++ compiler will enforce that your passed type supports the <= operator.

  15. comment
    Comment #10923413

    Yes you would have to program in a subset of python. But type annotations are not always needed. For the array I do a little hackery. You can define the array without an initial va…

  16. comment
    Comment #10923156

    You are right. C++ is quite different to Python and so it should be called a compiler. But it fits the project since I don't have any background or experience in compiler design.

  17. story
  18. story
  19. comment
    Comment #10887984

    I can only encourage to use Haskell for such kinds of problems. This was my first Haskell program and I was productive quite fast thanks to "Learn you a Haskell" and the great Pars…

  20. story
  21. comment
    Comment #10858218

    Completely agree! One approach is to run it in a Docker container and access it from your other micro services and never expose it to the public. This is still handy because you ca…

  22. story
  23. comment
    Comment #10837034

    I don't have any experience with zeromq as I mostly deal with AMQP protocols. But good that you mention it - if there is a demand I can dig into it. There are quite a few other mes…

  24. comment
    Comment #10837008

    Now that I look at it again it also seems offensive. Switched it to a more boring but more suitable logo. Thanks.

  25. story