Viewing profile — dadior
dadior
HN member- Joined
- Wed, Jul 21, 2021, 10:05 AM UTC
- HN karma
- 6
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About dadior
Recent public activity
-
comment
Comment #28756478
For me, I always feel comfortable to write test first, stick around TDD. But you don't need to always write unit test first, actually, I guess my major part of coding is begin with…
-
comment
Comment #28704420
Did you try CouchDB's full text search? I red the doc it's using Lucene underlying.
-
comment
Comment #28704198
Thanks, this solution might be better than mine, it don't need JVM
-
comment
Comment #28704181
I ever researched this lib, I haven't any data to support my opinion, but I don't have too much confidence on it. Also, this repo didn't update for a while.
-
comment
Comment #28704159
Yes, I used it, generally, on JS platform, the performance is not so good to do FTS, especially when document is long and the data getting huge.
-
comment
Comment #28692158
Yes, I am on javascript stack, maybe using other language client side FTS is easier? I don't know
-
comment
Comment #28692135
Offline first is a dream to me, I build a big note-taking app (midinote.me) which is 100% offline, but now the biggest pain point is the full text search, yes, we can use DB like t…
-
comment
Comment #28640420
will cryptocurrency market crash in the near future?
-
comment
Comment #28627107
I was using Delphi 5 for years, that's 2001 year, to build a Vehicle annual inspection system
-
comment
Comment #28497903
And there are some polyfill for it: 'If your application depends on pointer events, we recommend using a third-party pointer events polyfill.'
-
comment
Comment #28497895
Is this the reason that your app don't work on IOS: https://reactjs.org/blog/2018/05/23/react-v-16-4.html#pointe... The safari do not support the pointer events.
-
comment
Comment #28490396
Yes, I agree, how selfish
-
comment
Comment #28490387
I guess this is because on the mobile device, the manufacturer like Apple, they are more easy to limit the develop of web. Or we can say, on the desktop, the owner of the most popu…
-
comment
Comment #28467311
I don't know too much about camera, lens... but the website UI/UX design is pretty successful, it make people the thing is cool, advanced, and willing to make a try.
-
comment
Comment #28431865
I use docker to deal with different env, and I created several image, with convenient tools, commands, env-variables on it, so I can quickly start a new project. With vs code, ther…
-
comment
Comment #27939372
Or something is a mix of both: semi-self-hosting, like this app: midinote.me, all your data is on your own computer, but you still can connect to the server, to backup your data, i…
-
comment
Comment #27939346
Have played for a while, some childhood memory
-
comment
Comment #27929073
I love it, I'm using neovim though.
-
comment
Comment #27917051
The employer: humm... I have to rent the office but I can not find my employee there! Half of the time!
-
comment
Comment #27917016
I am fun of command CLI, the only downsides of it comparing to the GUI is this question: how can I find the functionalities of this command quickly, rather than I need to read the …
-
comment
Comment #27916972
I will use 404
-
comment
Comment #27904315
A tiny suggestion, a better responsive layout for the page would be better, my page is fixed on a zoom-in 125%, the page get messy when I open the page.