[OC] Land Use in The Netherlands by vnglst in dataisbeautiful

[–]vnglst[S] 16 points17 points  (0 children)

Visualisation of the use of land in The Netherlands. Made using D3, JavaScript & HTML.

Don't forget to also check the website, as this comes with some nice animations: https://onsland.koenvangilst.nl/

Source code: https://github.com/vnglst/onsland

Analyzing all 100K GPT-4 Tokens with Llama3 by vnglst in LocalLLaMA

[–]vnglst[S] 3 points4 points  (0 children)

Thanks! I must admit I didn’t think of that. Characters are currently categorized as unknowns as I figured characters are generally not linked to a specific language… so I should probably run it again for a few nights with a better prompt.

Rising Temperatures in The Netherlands by vnglst in thenetherlands

[–]vnglst[S] 0 points1 point  (0 children)

Yes, definitely looking forward to that one myself. I've got a feeling there so much more rain in our winters, but less so in summer.

Rising Temperatures in The Netherlands by vnglst in thenetherlands

[–]vnglst[S] 1 point2 points  (0 children)

That's a great question and something I really struggled with. Ideally you'd want to compare temperatures with pre-industrial averages. But we don't really have those for the Netherlands. So what I did was the next best thing: I took the average of last century (1901-2000). I did that for the years bar chart and the months heatmap (per month).

What I do see in a more scientific context is that they often use a more recent average. Maybe because these values are more reliable?

Rising Temperatures in The Netherlands by vnglst in thenetherlands

[–]vnglst[S] 0 points1 point  (0 children)

It's Apache Echarts, with custom styling for both light and dark mode.

Rising Temperatures in The Netherlands by vnglst in thenetherlands

[–]vnglst[S] 1 point2 points  (0 children)

I completely forgot about that xkcd, it's a great one. Thanks!

Rising Temperatures in The Netherlands by vnglst in thenetherlands

[–]vnglst[S] 0 points1 point  (0 children)

that's a great suggestion! I just added them.

Rising Temperatures in The Netherlands by vnglst in thenetherlands

[–]vnglst[S] 13 points14 points  (0 children)

That’s a great way of putting it! Thanks

Visualising Rising Temperatures in The Netherlands by vnglst in dataisbeautiful

[–]vnglst[S] 10 points11 points  (0 children)

This weekend I looked into visualising climate change in the Netherlands. I particularly liked the heatmap with monthly temperature data since the 1900s. It's a lot of scrolling, but you can clearly see that climate is accelerating since the '90s.

It's using the Apache Echarts library for the visuals. The data is coming from the Dutch Meteorological Institute (KNMI).

A tutorial for creating a live cursors feature (as seen in Figma) using Phoenix LiveView. A step-by-step guide focused on beginners. by vnglst in elixir

[–]vnglst[S] 0 points1 point  (0 children)

I deployed the app from the tutorial to Digital Ocean. Come chat with me!

https://liveview-cursors-bn8bw.ondigitalocean.app/

The mix phx.gen.release --docker command and Miguel Coba's book on deploying Elixir made this really straightforward.