Using LLM to Generate Data for D3.js Force Directed Graph (FDG)(medium.com) D3.js force-directed graph is a type of visualization created using D3.js JavaScript library. This type of graph is commonly used to represent relationships between objects in network, such as social networks, communication network or dependencies.
15 points by todsacerdoti 23 days ago | 1 comments
Item Flow, Part 1: A new unified concept for layout(webkit.org) CSS Grid and Flexbox brought incredible layout tools to the web, but they don’t yet do everything a designer might want. One of those things is a popular layout pattern called “masonry” or “waterfall,” which currently still requires a Javascript library to accomplish.
A steam locomotive from 1993 broke my yarn test(cloudflare.com) So the story begins with a pair programming session I had with my colleague, which I desperately needed because my node skill tree is still at level 1, and I needed to get started with React because I'll be working on our internal backstage instance.
219 points by clockworksoul 83 days ago | 88 comments
Learn Yjs Interactively(learn.yjs.dev) Welcome to Learn Yjs — an interactive tutorial series on building realtime collaborative applications using the Yjs CRDT library.
92 points by thunderbong 168 days ago | 18 comments
We shrunk our Javascript monorepo git size(jonathancreamer.com) This isn't click bait. We really did this! We work in a very large Javascript monorepo at Microsoft we colloquially call 1JS. It's large not only in terms of GB, but also in terms of sheer volume of code and contributions. We recently crossed the 1,000 monthly active users mark, about 2,500 packages, and ~20million lines of code! The most recent clone I did of the repo clocked in at an astonishing 178GB.
Ten Minute Physics(matthias-research.github.io) This is the page accompanying my youtube channel Ten Minute Physics. In short episodes of about ten minutes I explain the basic concepts of physically based simulation. Each time I write a little javascript demo that runs in any browswer.
Sqlite3 WebAssembly(sqlite.org) This site is home to the documentation for the SQLite project's WebAssembly- and JavaScript-related APIs, which enable the use of sqlite3 in modern WASM-capable browsers. These components were initially released for public beta with version 3.40 and will tentatively be made API-stable with the 3.41 release, pending community feedback.