I don't think it's really weird but using it as an http rest client for testing apis with restclient.el Postman frustrated me because it was taking up all the memory on my computer to do really simple calls. I remembered the "emacs rocks" episode on restclient and gave it a shot. Such a nice package. Really unfortunate that the maintainer doesn't update the melpa package.
> Really unfortunate that the maintainer doesn't update the melpa package. Last MELPA update is 05/11; did I miss something?
Ask HN: What's the weirdest/best thing you've done with Emacs?
41–44 of 44 posts
Re: Ask HN: What's the weirdest/best thing you've done with Emacs?
#42I don't think it's really weird but using it as an http rest client for testing apis with restclient.el Postman frustrated me because it was taking up all the memory on my computer to do really simple calls. I remembered the "emacs rocks" episode on restclient and gave it a shot. Such a nice package. Really unfortunate that the maintainer doesn't update the melpa package.
Re: Ask HN: What's the weirdest/best thing you've done with Emacs?
#43Maybe not so amazing, or even Emacs specific. But I use a text file to store my browser bookmarks. I type a brief description above each url. I can add search tags. description blah blah blah tags: programming performance http://some_url_foobar I view the file with Emacs mode goto-address-mode . So all the hyperlinks are clickable with the mouse or a keybind. I can run M-x occur . To search and get a nice list of mat…
Do you use org mode at all?