jasondavies | 1 year ago | on: Sonic: A Low-Latency Voice Model for Lifelike Speech
jasondavies's comments
jasondavies | 2 years ago | on: Light can be reflected not only in space but also in time
jasondavies | 2 years ago | on: Polymathic AI
https://twitter.com/PolymathicAI/status/1711389556623450177
The press release on the Simons Foundation website might be a bit more informative: https://www.simonsfoundation.org/2023/10/09/scientists-begin...
jasondavies | 2 years ago | on: Rich Sutton joins John Carmack's Keen Technologies
jasondavies | 2 years ago | on: Rich Sutton joins John Carmack's Keen Technologies
jasondavies | 3 years ago | on: Map Projection Transitions
Extending the interpolation to work for projections with different clip regions should be feasible but there are several ways to interpolate between arbitrary shapes in 2D, so I'd have to give it some thought.
Another way to transition between "polyhedral" projections like the Dymaxion map and the Waterman butterfly is to fold and unfold the maps in 3D to and from a closed polyhedral globe.
jasondavies | 7 years ago | on: World Airports Voronoi (2014)
jasondavies | 7 years ago | on: World Airports Voronoi (2014)
I had to limit the number of airports displayed for performance reasons. I filtered the airport data so that only those airports with scheduled services and which are denoted "large" or "medium" are included (according to OurAirports), bringing the number down to 2,980.
jasondavies | 11 years ago | on: Benchmarking Rust with Project Euler Solutions
jasondavies | 12 years ago | on: Rotate the world
jasondavies | 12 years ago | on: Rotate the world
They are in turn derived from Natural Earth data: http://www.naturalearthdata.com/downloads/110m-cultural-vect...
jasondavies | 12 years ago | on: Rotate the world
I agree it’s not the most intuitive approach for all situations, particularly when you’re used to a North-South orientation for maps. The rolling is perhaps made more obvious with my use of a graticule. For this reason, I’d be interested in optionally restricting to two degrees of freedom when dragging on the globe, and the third angle could be modified when dragging outside the globe only. So the point being dragged on the globe could still remain under the cursor where possible using this approach.
Interestingly, Google Earth uses the same approach as I do, though perhaps it seems less obvious without a graticule.
jasondavies | 12 years ago | on: Reprojected Zoomable Raster Tiles
http://www.jasondavies.com/maps/raster/satellite/
Unfortunately zooming is not supported for this one due to issues with distortion, but it's something I'd like to fix.
And another (zoomable Mollweide watercolour):
jasondavies | 13 years ago | on: A Cloudless Atlas – How MapBox Aims to Make the World’s ‘Most Beautiful Map’
jasondavies | 13 years ago | on: Show HN: Word Tree in D3.js
It attempts to access URLs directly but this only works if the server sends the appropriate CORS headers (hardly ever).
Otherwise, it falls back to using a proxy, which means the client only sees what the proxy sees. However, you can also paste raw text on the main page.
I could imagine modifying the bookmarklet so it lifts the text directly from the browser instead of just copying the URL. This would solve the proxy issue neatly and would also work for local-only or intranet sites, for which the proxy also fails.
jasondavies | 13 years ago | on: Show HN: Word Tree in D3.js
jasondavies | 13 years ago | on: Show HN: Word Tree in D3.js
jasondavies | 13 years ago | on: Show HN: Word Tree in D3.js
The whole application ties together text processing, data retrieval, the wordtree and longscroll.js for fast rendering of the text view on the right-hand side: https://github.com/d3/d3-plugins/tree/master/longscroll
jasondavies | 13 years ago | on: Show HN: Word Tree in D3.js
jasondavies | 13 years ago | on: Mercator Puzzle