Viewing profile — yonl
yonl
HN member- Joined
- Thu, Oct 11, 2018, 3:05 PM UTC
- HN karma
- 35
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About yonl
Recent public activity
-
comment
Comment #44725769
Congrats on the launch. I never understood why an AI meeting notetaker needed sota LLMs and subscriptions (talking about literally all the other notetakers) - thanks for making it …
-
comment
Comment #43424995
I would agree to this point as well. Speaking of implementation, i don’t mind if a browser extension forward cookies from my browser to the automation (privacy and security is an i…
-
comment
Comment #43398359
This is really interesting. At my previous company, I built a data lakehouse for operational reporting with recency prioritization (query only recent data, archive the rest). While…
- story
-
comment
Comment #27359364
Point and click to navigate is pretty slow compared to keyboard driven approaches. Realized after switching to vim. Probably because, after certain point, it just the reflex which …
-
comment
Comment #27133467
For me, it's not very fast in chrome.
- story
-
comment
Comment #26176614
In our org we have video tutorial for env setup, how to use tools etc. Used to use native video recorder + notion. Now we use https://www.letsflyby.com/ . It's a general purpose re…
-
comment
Comment #26151780
The issue I faced writing JS based Server is the amount of validation that goes behind request payload. Validation includes - if the key is present - if the value of the key is in …
- comment
- story
-
story
Ask HN: Have screen recording tools improved productivity?
I do a fair number of meeting every day which involves discussion around screen. Earlier it used to happen over a zoom call, now i use mac’s screen recorder or loom, but then i end…
-
comment
Comment #24626301
Looks really polished. Great job. I didn't see any pricing in the hosted version. Are you not gonna monetize the hosted version?
-
comment
Comment #23624823
What I have realized over past few years, organising code for future is a function of a characteristic of an engineer. I have noticed people who are extra organized in real life, w…
-
comment
Comment #22316239
One of the major overhead for me was writing tests. I used to get so frustrated because there are so many, so many things to mock / stub. Do you have any suggestions for testing (M…
-
comment
Comment #18203372
You are absolutely correct the propagation for us is O(n) as the graph is directed. But the problem there is multifold. Once a node receives propagation pulse it tries to figure ou…
-
comment
Comment #18202552
hey here is the full code starting from data loading to housing the viz on a dom node. https://jsfiddle.net/adarshlilha/8n5a94j1/20/ Does this help?
-
comment
Comment #18199799
Hey it does work on mobile. However, remember visualizations like crosstab, splom are not meant to be displayed in a space constrained area as is. There are multiple way to handle …
-
comment
Comment #18199786
Depends on your use case. Can you share any pointers where - you feel you had hard time achieving with Plotly? - a feature you wanted is not supported by Plotly?
-
comment
Comment #18199778
I'm glad you asked this. So here is the thing with our DataModel. Every time you perform an ops on DataModel it create another instance. Now performing multiple such actions create…
-
comment
Comment #18199751
Just had a look, looks amazing. WebAssembly is on our radar and is coming soon. But we just wanted to release a super early version of what we build so far.
-
comment
Comment #18197318
It was a handwritten svg animation with d3 later enhanced using adobe illustrator.
-
comment
Comment #18196675
We have used fider https://github.com/getfider/fider
-
comment
Comment #18196559
Hey, we started porting DataModel (where all the data ops happens) in Scala but then put it on hold. Will figure out the effort and roadmap and then keep you updated on the plan.
-
comment
Comment #18196500
Yup cross connection could be configured using API to change the default behaviour Example: https://www.charts.com/muze/examples/view/crossfiltering-wit... Will upload the docs for…