Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
division_by_0
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
division_by_0
1mo ago
Looks good. Will def migrate my current project before publishing it. A detail I find interesting: > version.pollInterval now defaults to one hour, meaning SvelteKit will periodically check for new deployments and set updated.current to
2.
▲
by
division_by_0
3mo ago
Trying to upgrade my data viz project [0] from Svelte 5.35.7 (pre async) to the latest version and making sure that the performance is not negatively affected (e.g. [1]). [0] https://cybernetic.dev [1] https://github.
3.
▲
by
division_by_0
4mo ago
I also always reach for Svelte + SvelteKit (Using Kit for simple apps can be overkill, but it's nice to have when things get complex unexpectedly). > But nowadays I often see people start learning web development by learning React,
4.
▲
by
division_by_0
4mo ago
Thank you, I appreciate it. The helix simply renders candlestick data (OHLC) in 3D, with volume encoded in logaritmically scaled candle thickness. There's more info on the about page of the experiment: https://cybernetic.dev
5.
▲
by
division_by_0
4mo ago
A correlation network viz (using Cytoscape.js) of this S&P 500 and NASDAQ-100 correlation matrix (built with Svelte): https://cybernetic.dev/matrix
6.
▲
by
division_by_0
5mo ago
I created a very similar 5x5 font in 2025, which I currently just use to render the word "CYBERNETIC" [0]. Only the "R" and "Y" characters are different from the article's font (no wonder, given the limite
7.
▲
by
division_by_0
5mo ago
This neatly avoids so many struggles with data viz labels.
8.
▲
by
division_by_0
5mo ago
I do exactly the same. > everything exactly the way i want Can relate.
9.
▲
by
division_by_0
5mo ago
A 3D cluster visualization of S&P 500 and NASDAQ-100 markets. Created with Svelte and Three.js. https://cybernetic.dev/cube
10.
▲
by
division_by_0
6mo ago
Yes, and in most cases it's perfectly valid not to interfere with scrolling. The nice thing about CSS scroll snapping is of course that the browser still handles it (instead of it being taken over by JS).
11.
▲
by
division_by_0
6mo ago
The demo really does not work in Brave. I use vertical scroll snapping on the landing page of one of my projects (enabled for screens with a min width of 768px and a min height of 600px - should work in Brave): https://cybernetic
12.
▲
by
division_by_0
6mo ago
I was amazed when I first came across CSS scroll snapping. It's great for creating immersive experiences where one part of the page fills the entire screen while native browser scrolling still works.
13.
▲
by
division_by_0
6mo ago
Cool! I've used Google's R package in the past. AI could make it easier to bring other R stats packages into the broader ecosystem.
14.
▲
by
division_by_0
7mo ago
Physical books are amazing technology.
15.
▲
by
division_by_0
7mo ago
Much better now. Glad I could help.
16.
▲
by
division_by_0
7mo ago
Looks good. I think the website could use higher contrast. Changing the values of --text-dim and --text-muted would help a lot.
17.
▲
by
division_by_0
7mo ago
Nice looking TUI!
18.
▲
by
division_by_0
7mo ago
Looks nice! Semantic HTML is such a relief if you've ever encountered a div hell.
19.
▲
by
division_by_0
7mo ago
Yes, this (higher perceived vs. lower actual productivity) was probably at least true for early 2025. https://metr.org/blog/2025-07-10-early-2025-ai-experienced-o...
20.
▲
by
division_by_0
7mo ago
Agree. Info-dense designs are also more difficult to implement and many designers lack experience in this area. E.g., creating a coherent design system that uses borders instead of excessive padding to separate elements is much more difficu
21.
▲
by
division_by_0
8mo ago
Seeing Svelte 3/4 code always warms my heart. The ergonomics of `$:` are amazing.
22.
▲
by
division_by_0
8mo ago
Thank you, I appreciate it! I'm also planning to add a graph visualization of the correlation matrix.
23.
▲
by
division_by_0
8mo ago
Thinking of new ways to visualize market data in 3D like this helical candlestick chart: https://cybernetic.dev/helix
24.
▲
by
division_by_0
9mo ago
Thank you for the feedback and your suggestion! A (partial) correlation network with Cytoscape.js is planned as one of my next experiments. A former colleague nudged me in that direction just a few days ago, and now you as well, so I'l
25.
▲
by
division_by_0
9mo ago
S&P 500 correlation matrix (created with Svelte). Currently trying to better contextualize the visible subregion of the matrix in relation to the full dataset (beyond what the current minimap does). https://cybernetic.dev
26.
▲
by
division_by_0
9mo ago
Great points! I think your point about the JS community is often overlooked. Electron et al have made desktop UI/UX considerations more salient in the JS world. Desktop-like experiences in the browser can be great.
27.
▲
by
division_by_0
9mo ago
This is usually because they are rendered in an animation loop (most three.js examples are set up like this). An example of rendering on demand only (this is even using fancy bloom post-processing): https://cybernetic.dev/he
28.
▲
by
division_by_0
9mo ago
Refining my Svelte S&P 500 correlation matrix https://cybernetic.dev/matrix
29.
▲
by
division_by_0
10mo ago
This reminds me of the recent SvelteKit Remote Functions GH discussion: > Even in systems that prevent server functions from being declared in client code (such as "use server" in React Server Components), experienced develop
30.
▲
by
division_by_0
10mo ago
I'm working on an S&P500 correlation matrix built with Svelte. https://cybernetic.dev/matrix/about
More ›