Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
yonl
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Show HN: JavaScript grid and pivot library built for coding agents
9 points
by
yonl
16d ago
|
0 comments
2.
▲
by
yonl
1y ago
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 local first. I use a locally patched up whisperx + qwen3:1.
3.
▲
by
yonl
2y ago
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 issue of course, and i’d ideally want the cookies to not leav
4.
▲
by
yonl
2y ago
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 there was no LLM integration when I left, I've learned
5.
▲
Neovim 0.5
(neovim.io)
4 points
by
yonl
5y ago
|
0 comments
6.
▲
by
yonl
5y ago
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 drives vim.
7.
▲
by
yonl
5y ago
For me, it's not very fast in chrome.
8.
▲
Dodging the Rabbit Hole That Vim Is
(navfromflyby.medium.com)
11 points
by
yonl
6y ago
|
0 comments
9.
▲
by
yonl
6y ago
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 recording and annotation tool (which help
10.
▲
by
yonl
6y ago
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 given range (any filter function you can imagine) - conditio
11.
▲
Show HN: I built a request payload validator for JavaScript based server
(github.com)
4 points
by
yonl
6y ago
|
1 comments
12.
▲
Ask HN: Have screen recording tools improved productivity?
1 points
by
yonl
6y ago
|
1 comments
13.
▲
by
yonl
6y ago
Looks really polished. Great job. I didn't see any pricing in the hosted version. Are you not gonna monetize the hosted version?
14.
▲
by
yonl
6y ago
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, who keeps every single file in a right directories after do
15.
▲
by
yonl
7y ago
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 (Mostly service API testing) ?
16.
▲
by
yonl
8y ago
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 out the affected subset using the dimensions received as propa
17.
▲
by
yonl
8y ago
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?
18.
▲
by
yonl
8y ago
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 this situation. At this point of time Muze does not changes
19.
▲
by
yonl
8y ago
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?
20.
▲
by
yonl
8y ago
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 a DAG where each node is an instance of DataModel and
21.
▲
by
yonl
8y ago
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.
22.
▲
by
yonl
8y ago
It was a handwritten svg animation with d3 later enhanced using adobe illustrator.
23.
▲
by
yonl
8y ago
We have used fider https://github.com/getfider/fider
24.
▲
by
yonl
8y ago
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.
25.
▲
by
yonl
8y ago
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 this soon.
26.
▲
by
yonl
8y ago
Hey we noticed https://www.charts.com/muze/examples/view/bubble-with-tempor... is a slow one but should not as bad as you are saying. However we are making some changes for performance and gonna release in fe
27.
▲
by
yonl
8y ago
Hey I think you are Dominik (guessed from your handle). Thanks for the reply. Vega-Lite paper and layered grammar of graphics are the biggest motivations to write Muze. Vega-Lite is still my goto viz library for my ipython and JS work. Henc
28.
▲
by
yonl
8y ago
Makes sense. Will keep you posted on the plans.
29.
▲
by
yonl
8y ago
Ahh. Will fix this. For the time being, you can click on the play button on top right corner of the code section.
30.
▲
by
yonl
8y ago
Hey, which linux distribution are you talking about? We have checked in chrome/Ubuntu and seems it works alright. However, will make sure it gets tested with all linux dist before next release. Are you looking for integration? > Als
More ›