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…
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]:…
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.
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]…
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…
> 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…
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…
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.…
I think this is the post you're referring to. https://tailscale.com/blog/more-throughput/
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.
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…
They plan to integrate Firefox Sync with Thunderbird (android and desktop)[1] [1]: https://developer.thunderbird.net/planning/roadmap#firefox-s...
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 autocmd…
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/lua-l/2011-02/msg00742.html
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
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 such thing as a…
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…
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/3723
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…
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]:…
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.
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]…
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…
> 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…
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…
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.…
I think this is the post you're referring to. https://tailscale.com/blog/more-throughput/
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.
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…
They plan to integrate Firefox Sync with Thunderbird (android and desktop)[1] [1]: https://developer.thunderbird.net/planning/roadmap#firefox-s...
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 autocmd…
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/lua-l/2011-02/msg00742.html
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
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 such thing as a…
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…
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/3723