HN user

ogrim

13 karma
Posts0
Comments13
View on HN
No posts found.

You can change tab or window with the keyboard, move the mouse, and get back to the visualisation with the previous orientation intact.

I think the new wording is more uncertain, since we now don't know at what time Jottacloud will claim unlimited storage has been exceeded. They say that "in some cases where the total storage- and network use significantly exceeds the average use of a Jottacloud user, [we] can deem this use as excessive".

Before I had a hard limit to stay under, now I cannot know anymore. This was the reason I stopped using Jottacloud, going all in on ACD..

One can still do what you are describing and have the Swagger spec generated. On my platform, I would just specify data types and the interfaces, and have Swashbuckle parse this and spit out the Swagger spec. No need to hand-code Swagger while creating the contract up front. After this step, one could work at both sides of the contract independently as you describe.

I would never write Swagger by hand; why should I when I can have it generated? We are using Swashbuckle[0] to generate Swagger for our ASP.NET Web API, which have been a great experience. We can explore and test the API in Swagger UI. I have been sprinkling a bit of hypermedia on top of this with HAL, mainly just for having links. I have never met anyone wanting to go the full HATEOAS route, but simple links can go a long wa. Swagger UI have been great for this, as HAL alone isn't really expressive enough to document what a link means. On the consumer side, I have been using NSwag[1] to generate clients with good results.

[0] https://github.com/domaindrivendev/Swashbuckle [1] https://github.com/NSwag/NSwag

I am using Windows more these days, because of work. I will start documenting what I have done to make Clojure and leiningen work properly, and see what can be contributed.

Love Your Terminal 14 years ago

I am curious what terminal people use on Windows. I find MSYS to be very good, since it lets me work just as I would on Linux with Emacs-style editing.