Live data from Hacker News

Ask HN: What's the weirdest/best thing you've done with Emacs?

news.ycombinator.com

41–44 of 44 posts

Re: Ask HN: What's the weirdest/best thing you've done with Emacs?

#41
post #34
post #21

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?

Melpa package still misses restclient-jq.el AFAICT, the receipe for the package is not correct. Seemed to work at some point since someone merged a PR about that.

Re: Ask HN: What's the weirdest/best thing you've done with Emacs?

#42
post #21

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.

I use emacs restclient as well. It's not just good - it keeps you in the flow. No context switching to a different environment, just a quick cut 'n paste of the path and data you're working on.

Re: Ask HN: What's the weirdest/best thing you've done with Emacs?

#43
post #39

Maybe 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?

No I don't use org. I find it too slow to load on my computer. Up to 30 seconds load time for a feature defeats the advantages of a lightweight text format.

Re: Ask HN: What's the weirdest/best thing you've done with Emacs?

#44
At this one job I had, the org basically ran on stored procedures. Like thousands of them. So I whipped up a couple of functions and keybindings so if the cursor was on the name of a stored proc, I could surf to it. And then back and so on. Basically, it was a stored proc browser!
Post reply on HN