Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
CalebJohn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
CalebJohn
3mo ago
Looks like they are working on multi-finger swipe for the keyboard, the library seems to support it [0]. > The library also supports recognizing two-finger simultaneous swipe input through the SwipeEngine::recognize_multi method. [0]: h
2.
▲
by
CalebJohn
7mo ago
If I'm understanding the problem correctly, this should be solved by pnpm [1]. It stores packages in a global cache, and hardlinks to the local node_packages. So running install in a new worktree should be instant. [1]: https:/&#
3.
▲
by
CalebJohn
1y ago
With that feature the external editor is launched via Joplin, so the editing is still happening in the ecosystem. You can’t just open the notes from outside Joplin.
4.
▲
by
CalebJohn
2y ago
He mentions input latency[1] as one of 4 aspects of being fast that were considered during development. I’m not aware of how that was tested, but would trust that it outperforms Iterm2 in that regard. [1] https://www.youtube.com&
5.
▲
by
CalebJohn
2y ago
I should have been more clear in my original comment. I don't think that the conflict detection/resolution needs to live inside the CRDT data structure. Ultimately you might want to bake it in out of convenience, but it should be
6.
▲
by
CalebJohn
2y ago
> Algorithmically, this is an interesting problem but it should be quite solvable. Just, for some reason, nobody has worked on this yet. So, thanks for writing this post and bringing more attention to this problem! I'm skeptical tha
7.
▲
by
CalebJohn
3y ago
I used an 8-bit PIC micro a couple years ago for power applications (think non-IoT lighting). The specific microcontroller we used had nice peripherals for sensing, and controlling diodes, but no FPU. I remember looking into getting somethi
8.
▲
by
CalebJohn
3y ago
They have a solution for that, a session link. They pass a token through a query parameter that validates to your account. You set that as the default search engine for each browser, no need to repeatedly sign in. https://kagi.co
9.
▲
by
CalebJohn
3y ago
I think this is the post you're referring to. https://tailscale.com/blog/more-throughput/
10.
▲
by
CalebJohn
3y ago
Kagi uses multiple search APIs (including their own) and implements their own ranking and mixing of results. Basically you get the same results with spam removed, with some truly unique results from the in-house engine.
11.
▲
by
CalebJohn
3y ago
It is, the QR code spec details a few specific masks that are available. The one which produces the best QR code is chosen (best in this case means most clear/easiest for a scanner to read. So, no large blocks of white or black). Wikip
12.
▲
by
CalebJohn
4y ago
They plan to integrate Firefox Sync with Thunderbird (android and desktop)[1] [1]: https://developer.thunderbird.net/planning/roadmap#firefox-s...
13.
▲
by
CalebJohn
4y ago
I use the below to get that behavior when working with txt files. autocmd BufNewFile,BufReadPost *.txt noremap <buffer> <silent> k gk autocmd BufNewFile,BufReadPost *.txt noremap <buffer> <silent> j gj
14.
▲
by
CalebJohn
4y ago
Not the whitepaper, but here's some resources that I saved for myself to read that might be helpful. https://www.freelists.org/post/luajit/How-does-LuaJITs-trace... http://lua-users.org/lists&
15.
▲
by
CalebJohn
4y ago
Out of curiosity I ran the same test on a linux laptop with the Ryzen 7 PRO 6850U CPU. python 3.10: 60s python 3.11: 46s pypy 3.9.12: 6s Looks like pypy performs comparatively better on x86_64
16.
▲
by
CalebJohn
4y ago
You're not the only one, "The Lisp Curse"[1] essentially says the same thing (but spends a lot more time praising/criticizing the "lisp hacker"). > The expressive power of Lisp has drawbacks. There is no suc
17.
▲
by
CalebJohn
6y ago
A lot of people in this thread seem to share my desire to replace some of what bash does with scripts. Which is why I wrote a utility to allow writing scripts in-between pipes [1]. The basic idea is to call this tool anytime you would be se
18.
▲
by
CalebJohn
6y ago
Not yet, but plug-ins are on the roadmap[1] and it's my understanding that the plug-in system will be powerful enough to add support for things like backlinks. [1]: https://github.com/laurent22/joplin/issues&#