Elektrine
EN
Log in Register
Paige Chat Timeline Communities Gallery Videos Email DNS VPN Uptime Kairo
Back to Timeline
Remote

Blubberbub

@Blubberbub@vis.social
mastodon 4.6.6
  • Open on vis.social

he/him

7 Followers
55 Following
13 Posts
Joined November 06, 2022

Posts

Open post
Blubberbub
Blubberbub @Blubberbub@vis.social · Sep 13, 2023
Blubberbub
@Blubberbub@vis.social

he/him

vis.social

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

0
0
0
0
Open post
Blubberbub
Blubberbub @Blubberbub@vis.social · Jul 08, 2023
Blubberbub
@Blubberbub@vis.social

he/him

vis.social

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?

0
2
0
0
Open post
Blubberbub
Blubberbub @Blubberbub@vis.social · Jun 19, 2023
Blubberbub
@Blubberbub@vis.social

he/him

vis.social

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

mapeper.github.io

Sea Surface Temperature Anomaly

1
0
1
0
Open post
Blubberbub
Blubberbub @Blubberbub@vis.social · Jun 16, 2023
Blubberbub
@Blubberbub@vis.social

he/him

vis.social

@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.

tech.lgbt

bluestarultor (@bluestarultor@tech.lgbt) - LGBTQIA+ and Tech

2
0
1
0
Open post
Blubberbub
Blubberbub @Blubberbub@vis.social · Jun 12, 2023
Blubberbub
@Blubberbub@vis.social

he/him

vis.social

@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`)

0
0
0
0
Open post
Blubberbub
Blubberbub @Blubberbub@vis.social · Dec 19, 2022
Blubberbub
@Blubberbub@vis.social

he/him

vis.social
Replying to @Luca@vis.social
@Luca@vis.social You can revoke the access token by POSTing to /2/oauth2/revoke with token, client_id, token_type_hint=access_token in body. The app will then disappear from the settings and also should do so automatically if the token expires after some time.
1
2
0
0
Open post
Blubberbub
Blubberbub @Blubberbub@vis.social · Dec 18, 2022
Blubberbub
@Blubberbub@vis.social

he/him

vis.social

@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.

0
0
0
0
Open post
Blubberbub
Blubberbub @Blubberbub@vis.social · Dec 18, 2022
Blubberbub
@Blubberbub@vis.social

he/him

vis.social

@aixaves You might be able to achieve what you want with SVG and CSS. But these can only be viewed in (modern) browsers and you have to implement the toggling yourself with :hover or something like that.

0
0
0
0
Open post
Blubberbub
Blubberbub @Blubberbub@vis.social · Dec 10, 2022
Blubberbub
@Blubberbub@vis.social

he/him

vis.social

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! 🥳

vis.social

vis.social

1
0
0
0
Open post
Blubberbub
Blubberbub @Blubberbub@vis.social · Nov 29, 2022
Blubberbub
@Blubberbub@vis.social

he/him

vis.social
Replying to @pleaseclap@urbanists.social
@pleaseclap@urbanists.social @thomasw@toot.bldrweb.org @keyboardg@mastodon.social @eloquence@social.coop @Tibor@mastodon.social You can inspect the frontend JavaScript code quite easily and that shows, that the data does in fact go through his server.
0
1
1
0
Open post
Blubberbub
Blubberbub @Blubberbub@vis.social · Nov 25, 2022
Blubberbub
@Blubberbub@vis.social

he/him

vis.social
Replying to @stof@ioc.exchange
@stof@ioc.exchange No, I mean CORS. Because the twitter API is on a different origin, a header is required to access it from a non-twitter domain in the browser. That header is missing. https://stackoverflow.com/a/35898961 You can access the twitter API from the browser by using a cors-proxy, that sets that header. (There are some available publicly, I think)
0
1
0
0
Open post
Blubberbub
Blubberbub @Blubberbub@vis.social · Nov 24, 2022
Blubberbub
@Blubberbub@vis.social

he/him

vis.social
Replying to @Tibor@mastodon.social
@Tibor@mastodon.social To me "All data stays in your browser" means, that there is no party that could get a hold on my data, even if it wanted to, so no 3rd party to trust. But there is, which I find misleading. If there would be a CORS header, one could use a "public client" and query the twitter API directly from the browser, truly keeping the data in the browser -but sadly the header is missing.
3
1
0
0
Open post
Blubberbub
Blubberbub @Blubberbub@vis.social · Nov 23, 2022
Blubberbub
@Blubberbub@vis.social

he/him

vis.social
Replying to @Tibor@mastodon.social
@Tibor@mastodon.social Isn't the claim "All data stays in your browser" kind of misleading? To me it looks like all the data and access tokens are passed through your server. Or am I missing something? The last time I checked, it wasn't possible to do this browser-only, because twitter was missing a simple CORS header 🙄.
2
1
0
0

Remote instance

vis.social
Open on original server

Media

313k7r1n3
Elektrine

Tor hidden service

elekhj7afj4qnrr4yd3bkzslsyo5jgfxw3orgjkhlcxifueodybyiiad.onion

Platform

  • Email
  • Chat
  • Timeline
  • Communities
  • VPN
  • DNS

Company

  • About
  • Contact
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • Warrant Canary
  • Lite (no JS)
  • VPN Policy
  • Source code

Support

  • support@elektrine.com
  • Report Security Issue
Mail client setup IMAP mail.elektrine.com:993 POP3 mail.elektrine.com:995 SMTP mail.elektrine.com:465
© 2026 Elektrine. All rights reserved. Server: 22:43:03 UTC