Live data from Hacker News

Viewing profile — kaushalmodi

kaushalmodi

HN member
Joined
Tue, Jul 12, 2016, 2:41 AM UTC
HN karma
353
Public activity
246 items

About kaushalmodi

Loves Emacs and command-line utilities. You can find me by the same username on GitHub, Gitlab, reddit and Twitter.

Blog: https://scripter.co

* Few projects:

- Org-mode + Hugo: https://ox-hugo.scripter.co

- Eless (A Better less): https://eless.scripter.co

Recent public activity

  1. story
  2. comment
    Comment #31677007

    Thank you for developing this extension! This makes the pages definitely much more better looking and readable than the Firefox built-in Reader View.

  3. comment
    Comment #31636317

    I kind of agree with that ;) Nothing beats the speed of Hugo and content creation in Org mode.

  4. comment
    Comment #31396178

    This post felt like a deja vu, because I had read this earlier back in Nov 2017 :). The HN mods should add the 2017 year to the title. That said, for people who haven't read this p…

  5. comment
    Comment #30981037

    You can customize the bindings in logseq. I've customized mine[1] to bring them as close as possible to default Emacs and Org mode bindings. [1]: https://github.com/kaushalmodi/dot…

  6. comment
    Comment #30980666

    > a lot of hacks to get exporting to ox-hugo to work Hello! Please feel free to start a discussion on https://github.com/kaushalmodi/ox-hugo/discussions listing the things you need…

  7. story
  8. comment
    Comment #30473955

    To me at least, mark, details/summary and description lists are not obscure! While I don't code in HTML directly, I write the mark-up in Org mode that exports to those. - My recent…

  9. comment
    Comment #30409624

    No, having the related executable in the PATH before you start emacs is enough. Then you need to install the Org Babel packages that don't ship with Emacs or Org mode e.g. ob-tcl, …

  10. comment
    Comment #30403030

    Thanks! I've subscribed to this on Pocket Casts: https://pca.st/2Kjz .

  11. comment
    Comment #30397862

    Hello, ox-hugo author here. Hugo has the best support of Org Mode as a markup. But Org mode is more than a markup. I ended up facing some limitations with the original Org mode par…

  12. comment
    Comment #30397693

    Emacs Org Babel is amazing! I also was practicing awk examples from The AWK Programming Book few years back in a similar fashion: https://scripter.co/notes/awk/ . And it's not just…

  13. comment
    Comment #30397585

    No, I'm happy with them. I've been using them for many years.

  14. comment
    Comment #27613969

    If you begin using tuples with named fields, they will technically be of a different type than anon tuples. To keep it simple, just use anon tuples consistently everywhere. I have …

  15. comment
    Comment #27173451

    It's great to see reference to hardware design in this thread. Not hardware, but I have been using Nim for DPI-C interface with SystemVerilog for quite some time. Few weeks back, I…

  16. comment
    Comment #22331651

    Hugo has a single static binary. So the site will always generate the same way with the same binary.

  17. comment
    Comment #20273375

    > I like Org mode, but the syntax highlighting support is not great I know. That's why I said "I hope Github improves Org mode support at some point." :) > I have been looking at A…

  18. comment
    Comment #20268532

    So cool to see Org mode READMEs in projects unrelated to Emacs! I hope Github improves Org mode support at some point.

  19. comment
    Comment #20123901

    > no support, no community, no libraries That's grossly incorrect about Nim. I'm a C/C++ noob and I've found a lot of C/C++/Nim/CS experts answering my questions and helping me out…

  20. comment
    Comment #19836384

    Cool write up! I am a huge fan of Nim. I use it as a replacement for small scripts, big scripts, and even real code at work, to interface with other languages that interface with C…

  21. comment
    Comment #19669961

    BeetleB already mentioned ox-hugo above. I happened to stumble across this thread (because Org mode!) and I am also the ox-hugo author. I started working on ox-hugo exactly to have…

  22. comment
    Comment #18192995

    My comment was directed at the incorrect statements that sound like facts that the author made. I am not saying that people are born knowing how to use Hugo. Hugo is powerful. If y…

  23. comment
    Comment #18192749

    The post author seems to have not reviewed at least the Hugo docs very well. One clean sign is that he listed "Page Bundles", "Leaf Bundles", index.md and _index.md as "different c…

  24. comment
    Comment #18112623

    I've used EverOrg[0] to convert my evernote files to Org files, retains the attachments (images, PDFs, etc) wonderfully too. [0]: https://github.com/mgmart/EverOrg

  25. comment
    Comment #18112550

    Can you do a small write-up on that lambda function? I know nothing about those, but I know that Netlify kind of? supports them? If possible I'd like to set up an end point on my N…