I just wrote my own [1] and I will be Sure that this one will never be monetised
HN user
warmuuh
You can update a branch without checking it out: git pull origin master:master Still, two commands..
Milkman: https://milkman.dev/ A Postman replacement with lot more (useful) features and generalized to any kind of requests (e.g. database).
Always thought that it can't be too hard writing something like postman and it wasn't... Just time-consuming
I recently started woodworking. It looks horrible but I am in the middle of building my own small standup desk. Feels nice to do something else then coding all day...
As German, the thing that annoys me after 5 seconds is that the driver is overtaken on the right side and does so himself ... Hate it
I built milkman[1], an alternative to postman because I wanted one tool to integrate with the whole web development stack. One tool that contains my SQL, rest and grpc calls to easily debug issues. Also nearly none of those kind of tools that existed supported SSE which I also use in my day to day work. [1] https://github.com/warmuuh/milkman
Edit: I love these threads. You read so many things and Frameworks and random stuff that you really learn in what silo you are actually living
I built milkman[1], an alternative to postman because I wanted one tool to integrate with the whole web development stack. One tool that contains my SQL, rest and grpc calls to easily debug issues. Also nearly none of those kind of tools that existed supported SSE which I also use in my day to day work.
[1] https://github.com/warmuuh/milkman
Edit: I love these threads. You read so many things and Frameworks and random stuff that you really learn in what silo you are actually living
on the same note: it would be nice if you could add buttons to a readme.md which trigger the actions, maybe via https://www.actionspanel.app/, but also the buttons then are in the repo?
you can also use https://greasyfork.org/de/scripts/394032-github-deployments-... which adds a button for repository_dispatch event directly in your repository, no need to visit a 3party page.
using GraalVm, it actually is as close to native as you can get ;)
can somebody tell me why the thumbnail of this page shows report data with probably private email data? (see og:image meta tag on that page)
i am using a personal kanban board to organize my tasks and work on them one after another... if someone interrupts, i just add another task and continue working on the previous one
worked on a small petproject to enable annotations in javascript (https://github.com/warmuuh/yaap) just for fun ;) (its not that practical, but in combination with wire.js, its quite fun to work like with Spring)