Viewing profile — omnster
omnster
HN member- Joined
- Mon, Oct 21, 2019, 12:13 PM UTC
- HN karma
- 18
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About omnster
No profile information was provided.
Recent public activity
-
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 ... ) &`
-
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…
-
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…
-
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…
-
comment
Comment #42300844
Looks neat! Is there a way to make it work with pandoc?
-
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…
-
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…
-
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.
-
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…
-
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
-
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.
-
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…
-
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…
-
comment
Comment #32992770
That's interesting, thanks. Out of curiosity, is there a guide to learn more about the German style?
-
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…
-
comment
Comment #26633826
I appreciate the unicode support.