Hacker Newsnew | past | comments | ask | show | jobs | submit | more JrProgrammer's commentslogin

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.


Sure there are plenty of other frivolous and pointless pursuits that people engage in, like yourself making pointless comments on HN.


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.

It just works


What’s the benefit of abstracting something?


There is a reason why "leftpad" is followed by "incident".


Another spelling for trilogue is trialogue*

* https://dictionary.cambridge.org/dictionary/english/trialogu...


I stand corrected. Thank you. In retrospect it makes sense, since we also write dialogue and not dilogue.


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


> I would argue the offering is actually very clear.

What is it?


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.


It definitely is. I am using curl and postman, but I never work(ed) in/with python apart from one course at university


> on top of what Postman already does

The question was what that is.

"What does Foo do?" -- "Well just like what Bar does?" -- <no clue about Bar either>


Literally, the next 3 words from the quote answers your question.

> What is Postman? It's a tool that allows you to configure, save, and replay HTTP requests.


I agree. I liked the idea but seeing an ideal number just puts pressure on something that shouldn't be.

Maybe create a casual/competitive toggle?

Anyways good job OP :)



I think what is happening here is that the python interpreter can be used as an executable. This way you don't have to install python on the host machine and can carry your programs on a USB stick for example.

Correct me if I'm wrong


Great Video! I love how systematic you are with your testing. Instant subscribe!


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: