HackerTrans
TopNewTrendsCommentsPastAskShowJobs

division_by_0

no profile record

comments

division_by_0
·28 giorni fa·discuss
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.com/sveltejs/svelte/issues/17176
division_by_0
·2 mesi fa·discuss
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, which feels a bit backwards.

I think Svelte prevents this nicely by treating HTML as the mother language. If someone started web dev with Svelte(Kit), they would probably learn more about the fundamentals than they would with React.
division_by_0
·2 mesi fa·discuss
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/helix/about
division_by_0
·2 mesi fa·discuss
A correlation network viz (using Cytoscape.js) of this S&P 500 and NASDAQ-100 correlation matrix (built with Svelte):

https://cybernetic.dev/matrix
division_by_0
·3 mesi fa·discuss
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 limited degrees of freedom). What I did in addition is add a discrete radial gradient with increasing brightness towards the center, which is of course very playful, but looks cool for a logo font and makes the individual pixels visible.

[0] https://cybernetic.dev
division_by_0
·3 mesi fa·discuss
This neatly avoids so many struggles with data viz labels.
division_by_0
·3 mesi fa·discuss
I do exactly the same.

> everything exactly the way i want

Can relate.
division_by_0
·3 mesi fa·discuss
A 3D cluster visualization of S&P 500 and NASDAQ-100 markets. Created with Svelte and Three.js.

https://cybernetic.dev/cube
division_by_0
·4 mesi fa·discuss
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).
division_by_0
·4 mesi fa·discuss
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.dev
division_by_0
·4 mesi fa·discuss
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.
division_by_0
·4 mesi fa·discuss
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.
division_by_0
·5 mesi fa·discuss
Physical books are amazing technology.
division_by_0
·5 mesi fa·discuss
Much better now. Glad I could help.
division_by_0
·5 mesi fa·discuss
Looks good. I think the website could use higher contrast. Changing the values of --text-dim and --text-muted would help a lot.
division_by_0
·5 mesi fa·discuss
Nice looking TUI!
division_by_0
·5 mesi fa·discuss
Looks nice! Semantic HTML is such a relief if you've ever encountered a div hell.
division_by_0
·5 mesi fa·discuss
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...
division_by_0
·5 mesi fa·discuss
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 difficult than it may seem.
division_by_0
·6 mesi fa·discuss
Seeing Svelte 3/4 code always warms my heart. The ergonomics of `$:` are amazing.