Live data from Hacker News

Viewing profile — omnster

omnster

HN member
Joined
Mon, Oct 21, 2019, 12:13 PM UTC
HN karma
18
Public activity
16 items

About omnster

No profile information was provided.

Recent public activity

  1. comment
    Comment #45693255

    Regarding the `timer` script, it appears to block the shell. A way to avoid this would be to spawn a subshell for the sleep command like this: `( sleep "$1" && notify ... ) &`

  2. comment
    Comment #44869778

    You can perhaps use `strftime` instead of `trim(system('date ..))`: inoremap date =strftime("%a %B %e, %Y %H:%M:%S %p") nnoremap date :put=strftime("%a %B %e, %Y %H:%M:%S %p") I am…

  3. comment
    Comment #44095292

    In defence of emacs: if I were using emacs, I'd be doing that not because of Neal Stephenson's essay, but rather because of the long-established legacy of the development, and beca…

  4. comment
    Comment #43566267

    Exactly. We can also win a tiny bit of the distance by assuming the Moon in the perigee, where the distance to the Moon is about 363000 km. I also assume that these distances are m…

  5. comment
    Comment #42300844

    Looks neat! Is there a way to make it work with pandoc?

  6. comment
    Comment #39789603

    Here's a guide I found useful to set up zotero storage. In brief, it relies on zotfile to flatten the storage (keep all pdfs in one directory) and better bibtex. I realized that it…

  7. comment
    Comment #39299119

    Great work, helped me to calm down a bit! There was a bit of jumpscare for me at the end though: when the circle jumps back to being a button again. May I suggest adding a slower d…

  8. comment
    Comment #38541655

    I'd assume adding noise is done once per song and is thus a bit computationally cheaper than trying to denoise each input.

  9. comment
    Comment #35926544

    There is quite an excitement about how someone has hacked the language model to output what was supposed to be a non-public set of rules apparently. How do people know if this is i…

  10. comment
    Comment #34656730

    Reminded me of the story about Feynman being challenged by an abacist to compute cubic root https://www.ecb.torontomu.ca/~elf/abacus/feynman.html

  11. comment
    Comment #33169349

    Define your \newcommands in commands.tex and tell pandoc to add it to the header: `pandoc -H commands.tex ...` There can be multiple header files like this.

  12. comment
    Comment #33169334

    I'd guess you have to first convert markdown to tex with --natbib flag, then compile the tex (assuming the input is input.md and you want input.tex at the output) `pandoc -f markdo…

  13. comment
    Comment #33161201

    Pandoc is a standalone application that converts between a huge variety of formats, including markdown to pdf, which means that you can write your plain text markdown in the editor…

  14. comment
    Comment #32992770

    That's interesting, thanks. Out of curiosity, is there a guide to learn more about the German style?

  15. comment
    Comment #29576713

    I think it deserves a separate mention: lichess has so much better clock UI. Their clock is big and very clearly visible both on desktop and mobile. It also goes red when you are l…

  16. comment
    Comment #26633826

    I appreciate the unicode support.