Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
omnster
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
omnster
11mo ago
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.
▲
by
omnster
1y ago
You can perhaps use `strftime` instead of `trim(system('date ..))`: inoremap <Leader>date <C-r>=strftime("%a %B %e, %Y %H:%M:%S %p")<CR> nnoremap <Leader>date :put=strftime("%a %B %e, %Y %
3.
▲
by
omnster
1y ago
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 because of the community. I believe that the combinat
4.
▲
by
omnster
1y ago
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 measured between the centers, so we can perhaps subtract tw
5.
▲
by
omnster
2y ago
Looks neat! Is there a way to make it work with pandoc?
6.
▲
by
omnster
2y ago
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 helped me to get rid of exactly the pain with fresh i
7.
▲
by
omnster
3y ago
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 deflation?
8.
▲
by
omnster
3y ago
I'd assume adding noise is done once per song and is thus a bit computationally cheaper than trying to denoise each input.
9.
▲
by
omnster
3y ago
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 indeed the secret set of rules, not the list that the model w
10.
▲
by
omnster
4y ago
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.
▲
by
omnster
4y ago
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.
▲
by
omnster
4y ago
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 markdown -t latex -o input.tex --natbib input.md` It is perha
13.
▲
by
omnster
4y ago
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 of choice and then convert it to pdf using pandoc. To use c
14.
▲
by
omnster
4y ago
That's interesting, thanks. Out of curiosity, is there a guide to learn more about the German style?
15.
▲
by
omnster
5y ago
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 low on time. Chess.com's clock is tiny and I saw som
16.
▲
by
omnster
5y ago
I appreciate the unicode support.