> I was under the impression that The Hobbit was the first book in this saga?
Yes: But the Hobbit is much shorter and is a much easier read. It also was edited after LOTR was published to fix some minor plot holes.
WRT the movies: Peter Jackson added a lot to the "Hobbit" trilogy that wasn't in the book, such as the whole story arc about Gandalf when he wasn't with the dwarves, or the other wizards. The book isn't the epic that the movie makes it out to be.
<Insert every cloud provider here>.
There are countless posts on HN that describe people and businesses being blocked by a cloud provider like GCP.
Hetzner is by all means not an outlier.
They are for me. Got banned and received the explanation that my actual billing details were suspicious (there was nothing suspicious other than possibly my geolocation which is SE Asia). I asked them to clarify and they declined.
Signed up with Contabo without incident and have been a happy customer ever since.
Look, whether or not Hetzner chose to block me out of blatant geo-racism is not at issue here, I wouldn't want to do business with them either way since they declined to give me a reasonable explanation and I wouldn't feel secure with a provider like that.
To me, blaming an activity which requires active participation for “brain-drain” is such a weird and quite dated thing.
Take social media for example, these require no active participation other than moving your thumb up and down, and is in my opinion the real brain rot these days.
People will always find a way to get their dopamine, be it video games, reading, watching stuff, etc.
Don’t pick out a single thing and make it the boogey man.
I have no idea what you are talking about, I've used fedora for over a year now and aside from some tweaking, which I explicitly did myself, I've never had to go into some weird configs to change anything.
For a lot of people, work happiness is also a big factor, as it should. You’re spending at least 1/3rd of your whole day at your work.
Choosing a specific path does not make you smarter per definition
I would argue the offering is actually very clear. A nice demo is included. If you’re not using any REST clients it might be a bit harder to understand but I doubt you’re the intended target group
My take:
RecipeUI a Postman-like tool that offers convenient type safety and autocomplete on top of what Postman already does.
What is Postman?
It's a tool that allows you to configure, save, and replay HTTP requests. It helps developers building backend server APIs, so they don't have to keep fiddling around with their frontend. In many greenfield projects, the frontend doesn't even exist yet and Postman is effectively the only way to easily test what you're working on.
The alternative to postman is writing custom Python/NodeJS/etc programs to send these requests or painfully doing it with curl and bash.
I think it's cool and I'll probably try it the next time I have to work on REST APIs.
Honestly I'm still not entirely sold on the idea of Postman, for sending a simple HTTP request I find the python requests library a lot more intuitive to work with.
Then again I'm mostly looking at APIs to eventually use them in some other python script so perhaps my use case is not the best fit.
Unless the API does something weird you can do a lot worse than using curl and bash. I mean even using telnet (or openssl s_client) is not too bad if you're only doing a simple GET.
Postman is great for sharing API collections with others, especially if they aren’t a developer. Adding type safety to it is a great way to provide hints for acceptable values.
Do you refer to the LOTR trilogy as The Hobbit's older brother here? I was under the impression that The Hobbit was the first book in this saga?