Anyone know of a print-on-demand service that handles unusual sizes? I used to print various oddities like my 60″ × 10″ unfurled maps of Lakes Michigan & Superior using Zazzle, but they now only allow poster prints in a limited set of typical sizes. somethingaboutmaps.wordpress.com/2015/09/28/a...
Ricky Reusser
@rreusser.bsky.social
Math, graphics, maps, trail running. he/him https://rreusser.github.io/notebooks/
Wowww. A run right from within the Anchorage city limits. Almost bailed multiple times. So glad I didn’t haul those snowshoes for nothing.
Phew, joined last summer, and it's certainly an exciting time to be at @socket.dev!
Today is a big day for @socket.dev. We raised a $60M Series C at a $1B valuation, led by Thrive Capital. 20,000+ orgs, 1.5M repos protected, 1,000+ supply chain attacks blocked per week. 3/5 FAANG companies are customers. We're just getting started.
Connected line sweep shadow computation to the terrain renderer. Lots of minor issues, but it could be worse.
Far from a state of the art sort of method, but a post about using 1D scanlines to track horizon visibility and shade heightfield terrain with soft shadows and ambient occlusion. rreusser.github.io/notebooks/li...
Line-Sweep Terrain Lighting
Terrain shadowing and ambient occlusion for web maps using fast horizon visibility
rreusser.github.io
Anyone have an e-reader they like? Amazon will stop supporting library books on my 16 year old Kindle, and I'd like a replacement for an upcoming trip. I hate that tech is disposable, but 16 years was a pretty good run. Main constraint is that I'll pay extra to avoid ad-supported awfulness.
Retiring a climbing rope and didn’t want to throw it out. Didn’t like the first attempt so redid with a more interesting pattern. The initial pattern was the hard part, feeding rope into it (still needs adjustment) is the tedious part.
Significantly more work than I expected, tbh. Tempted to loosen up the pattern and give it some breathing room—but it's just so much work to feed all the rope through to adjust the pattern.
Post a pic you took, no context, to bring some zen to the feed
Post a pic you took, no context, to bring some zen to the feed
Got a $25 Peet’s gift card as a result of one of those data breaches, and I’m feeling, basically, just really good about croissants right now.
Nice, figured out how to fetch some Arctic DEM data, fill in the gaps with Copernicus GLO-30, run it through rio-tiler, and connect a WebGPU viewer with some basic level of detail refinement.
My fullerene simulator for designing toilet paper tube constructions is still one of my favorites. Try it in its new home as an @observablehq.com Notebook Kit notebook! 🧻🧻🧻 rreusser.github.io/notebooks/ch...
Threw WebGPU at some data from Sloan Digital Sky Survey. No real content here, but gosh it's satisfying to visualize. (Hope I didn't get any details wrong!) rreusser.github.io/notebooks/vi...
Visualizing Sloan Digital Sky Survey Data
Visualizing 3.3 million galaxies and quasars from the Sloan Digital Sky Survey
rreusser.github.io
Still WIP, but *finally* adapted my line rendering module to WebGPU. Managed to salvage pretty much all of the logic from my old WebGL line rendering module. I know there's better algorithms and implementations out there, but I'm relatively content. rreusser.github.io/notebooks/we...
WebGPU Lines
GPU-accelerated line rendering for WebGPU with instanced triangle strips
rreusser.github.io
Made a MCP server to control @observablehq.com Notebook Kit notebooks in the browser… Can interact with the runtime, but pictured here is it interacting with the notebook via the DOM. With event log! Look, AI is full of problems/evil/waste, but this is really something. github.com/rreusser/mcp...
A magnetic pendulum simulation, as I've been slowly polishing and moving some @observablehq.com notebooks from the web editor over to blog posts. Observable Notebook Kit is such a joy to use. rreusser.github.io/notebooks/ch...
Chaotic Magnetic Pendulum
Interactive visualization of a magnetic pendulum demonstrating chaotic dynamics.
rreusser.github.io
We ❤️ this Observable Notebook from @rreusser.bsky.social exploring yoga class attendance, with calendars and charts made with Observable Plot! Read Ricky's reflections, and see how they use a notebook import to repurpose an existing Plot component: buff.ly/nRync53
I was fine with it not arriving until after Christmas. I was worried 111 pieces wouldn’t be enough. I was worried it be sorta trivial with no wrong answers. @nervo.us your Spectre tile puzzle has exceeded all expectations! My mother in law is thoroughly nerd-sniped.
Phew, altitude PR and probably the most incredible view I’ve seen from a mountain. 🌋🦙 #cotopaxi #volcano #ecuador #mountaineering
Every now and then I find an album I can listen to endlessly on repeat, and right now it’s Paul-Marie Barbier’s Solo on the Side. m.youtube.com/watch?v=Q4Lu...
Paul-Marie Barbier - Suzy (Caravan Palace piano solo version)
YouTube video by Paul-Marie Barbier
m.youtube.com
Can you believe that back in the day the recommended solution was not just to shut it down and turn it back on again, but to actually drop the entire thing six inches onto a hard surface in the hope that loose senators would reseat themselves?
Wow, @observablehq.com's new Notebooks 2.0 seems really, really good. An offline editor app, a pleasantly-human-readable notebook format, and had no trouble integrating it into my website here: rreusser.github.io/notebooks/he...
Hello, Observable Notebooks 2.0!
Kicking the tires of Observable's new notebook tooling!
rreusser.github.io
I'm in the phase of my programming career where I've figured out how to write a simple-enough recursive descent parser, and suddenly everything looks like a parsing problem.
Turn on the sound — this is how nearly every night sounds for me and my family. Imagine getting used to that, living, working, raising kids. A lesson the world didn’t learn from WW2: when you tolerate and appease evil, it grows stronger, and you won’t notice until it reaches your home.
Russia continues it ongoing campaign of terror against Ukrainian cities.
Expanded it to work across an array of satellite tiles and added soft shadows. Softening shadows around the azimuth is easy because you just average samples (here, 16), and along the altitude is even easier because the horizon algorithm gives enough information to simply do a smooth fade.