I'm not a huge fan of the reverse chronological timeline in #mastodon, because it is bad for threads and makes me read stuff in reverse order and question myself if I've seen a status already or not when scrolling down. So I made an attempt at creating a Mastodon client showing a chronological order:
https://mapeper.github.io/chrono-todon/
I kind of like it, but it only barely classifies as a proof of concept and will need a lot more work to be usable, which I will probably never get to.
#javascript #webdev
he/him
Posts
Habe jetzt schon mehrfach gehört, dass ein Problem von #emobility ist, dass die Leitungen zu den Häusern nicht ausreichen und deshalb erst die Stadtwerke neue legen müssen. Könnte das nicht "einfach" über den vorhandenen Herdanschluss und ein Lastabwurfrelais realisiert werden?
Laden, wenn der Herd aus ist wirkt auf mich wie eine sehr akzeptable Lösung/ein guter Kompromiss.
Oder übersehe ich da etwas?
I made a web version of the sea-surface-temperature anomaly plot, that was shared a lot a few days ago: https://mapeper.github.io/sea_surface_temperature_anomaly/
Automatically updates when new data becomes available from Climate Reanalyzer.
#dataviz #climatechange #climatecrisis #javascript
@bluestarultor@tech.lgbt @marcamos@front-end.social
There is an updated version, that offers improved algorithms, here: http://mapeper.github.io/jsColorblindSimulator/
Happy you find it useful.
@thoralf@ck.umrath.net
Another option might be `git stash; git pull --ff-only; git stash drop`.
Will still conflict if you pull a file that was newly created locally and remote at the same time, though, but that's probably unlikely.
Also make sure that you are not in any conflict or merging mode at the moment. (E.g. `git merge --abort`)
@aixaves you can embed the css directly into the SVG file:
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/style
You can even embed Javascript:
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/script
Biggest problem is probably, that SVG files are not really sharable on social media.
My current hobby programming project got me into a math rabbit hole: I needed to calculate the shape of the intersection of the sRGB color-space with a Y-plane in the xyY space and couldn't find the answer online.
To solve it, I used symbolic math in #Python with #sympy for the first time. Was a lot of fun, despite some smaller hiccups.
The rendered notebook describing my solution is here: https://mapeper.github.io/sRGB_Y_section_in_xyY_space/ (⚠ comparatively large page)
So my math education wasn't useless after all! 🥳