Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
durazabu
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
durazabu
8mo ago
What do you think about my orgmode obsidian plugin? https://github.com/BBazard/obsidian-orgmode-cm6
2.
▲
by
durazabu
1y ago
The reason is that elisp org-mode is huge and re-implementing it without elisp is a great undertaking. I started an implementation in javascript that I integrated in an obsidian plugin [0]. But the plugin has a long way to go before reachin
3.
▲
by
durazabu
3y ago
Biometrics like fingerprint scans can only be used as a username, not a password. Reusing passwords is a bad practice and having 200 different biometrics for 200 different services is not realistic. As soon as your fingerprint that you regi
4.
▲
by
durazabu
3y ago
The index and the staging area are not the same thing. If you define staging area as what will be committed, then the staging area is only one part of the index. The index also records untracked files and conflicts for example. https:/
5.
▲
by
durazabu
3y ago
Thank you for your work on neovim :) I noticed the difference by playing with kitty. It makes me consider switching to a compatible terminal emulator.
6.
▲
by
durazabu
3y ago
It seems like the protocol has not been implemented yet in neovim. https://github.com/neovim/neovim/issues/14400
7.
▲
by
durazabu
3y ago
Glad to see this page featured again. Is there any advance on that front? Previous submission was 2 years ago. https://news.ycombinator.com/item?id=27193661
8.
▲
by
durazabu
4y ago
Are you familiar with git pickaxe? For example: git log -pS 'deletedvar'
9.
▲
by
durazabu
4y ago
Location: Antibes, France Remote: Yes Willing to relocate: No Technologies: Javascript (Angular), Python (Flask , FastAPI), Docker Résumé/CV: bbazard.com Email: benoit.bazard@gmail.com I am a fullstack engineer fronte
10.
▲
by
durazabu
4y ago
Fascinating, thank you for informing me.
11.
▲
by
durazabu
4y ago
Same mechanism that we could use to disambiguate keys like ^H and backspace. http://www.leonerd.org.uk/hacks/fixterms/
12.
▲
by
durazabu
4y ago
Yes, you go further than 12 factors with my favorite point of the article: > It’s much better to have a DataBackend that has implementations like Postgres14DataBackend and MySQL8DataBackend rather than just changing the driver: 'pos
13.
▲
by
durazabu
4y ago
I mean using Java interfaces for backing services, as opposed to using Java interfaces for every Java classes.
14.
▲
by
durazabu
4y ago
Some people on this thread are talking about the java interface keyword in general whereas it seems to me OP is talking specifically about interfaces to backing services [0]. [0] https://12factor.net/backing-services
15.
▲
by
durazabu
4y ago
How I use DecSync for my calendar without any central server: Thunderbird (Linux) - Radicale+Radicale DecSync plugin (Linux/Systemd) - 'DecSync' Folder (Linux) - Syncthing (Linux) - Syncthing-fork (Android/F-droid) - &#x
16.
▲
by
durazabu
5y ago
Draw.io (now diagrams.net) has some support for interactive diagrams. https://www.diagrams.net/blog/interactive-diagram-layers https://drawio-app.com/interactive-diagrams-with-custom-link... Edit: remo
17.
▲
by
durazabu
5y ago
I see, I am surprised they don't mention the fact that barrier doesn't appear in github search [1], most likely because it is tagged as a fork. [1] https://github.com/search?q=barrier
18.
▲
by
durazabu
5y ago
No need for additional hardware. Take two Barrier-connected computers, the mouse can travel from one screen to the other. When using the keyboard, it inputs on the monitor with the mouse focus. Since it's UI based you need a screen per
19.
▲
by
durazabu
5y ago
Barrier has been forked to https://github.com/input-leap/input-leap which has a hundred more commits by the same devs. The name is still barrier though, has anyone more info about this fork?
20.
▲
by
durazabu
5y ago
You are definitely not the only one was has the issue about the automatic switching to bluetooth headset. One workaround is to run `pactl load-module module-switch-on-connect` (not persisted across reboot) as recommended on the arch wiki:
21.
▲
by
durazabu
5y ago
You might want to look into Synfig https://github.com/synfig/synfig Here is how to export to Lottie https://synfig.readthedocs.io/en/latest/export/export_for_we...