Thibaultmol

joined 2 years ago
[–] Thibaultmol@kbin.social 1 points 2 years ago

Another +1 for Mapcomplete.org . sure it's not in the app store, but you can easily add it as a web app 'add to homescreen' through safari

[–] Thibaultmol@kbin.social 2 points 2 years ago

I just stumbled across this routing profile for the osmand app, maybe this also helps(?) https://github.com/LorenzoStucchi/Wheelchair-OsmAnd

[–] Thibaultmol@kbin.social 3 points 2 years ago
  • in Mapilio's defense, they only launched their integration this month. It might take some time to get up to the same level
  • Mapillary had a whole system for verifying AI detections but that went away when Meta took over and basically forced Mapillary to revamp their entire server infra.
    The tool still exists but doesn't work because it would have to be modified to use the new api.
    (I'm in contact with Mapillary's people with a potential solution)
[–] Thibaultmol@kbin.social 3 points 2 years ago (1 children)

*yet
it's being developed by OSM FR. So it's DEF going to get implemented into osm tools down the lines. Geovisio is pretty barebones atm.
But the idea is similar to lemmy and mastodon and other federated services. Instead of having one giant server like mapillary, each community can have it's own server and in the future they could federate together.

[–] Thibaultmol@kbin.social 2 points 2 years ago

i mean I get... but.... the images are still CC-BY-SA, if anything: since the met takeover you're allowed to use the images commercially without any license. That wasn't the case before.
i'm not pro meta. But I don't think they're doing anything evil in this department....

[–] Thibaultmol@kbin.social 1 points 2 years ago

There is now an open source voice input you can install that works with open keyboard, Which as Louis rossman says in his video is actually a lot better than gboard's
https://youtu.be/UCGaKvZpJYc?si=d3DMysA5Q_gMzQiU
Cc @refurbishedrefurbisher
@curve

 

I'm sure many of us have had the problem of getting a link to a Lemmy/Kbin instance that isn't your own. But you want to subscribe to a magazine.

I created this JS bookmarklet (well no, GPT4 made it. But I helped xd)

If you are on the magazine's feed, click the JS bookmarklet and you'll be taken to your Lemmy/Kbin instance with that feeds url.

Step 1: create the JS bookmarklet by creating a new bookmark manually. You can name it whatever, but make sure that the url field is this entire section:

javascript:(function(){let prefix='https://kbin.social/m/';let url=window.location.href;let parts=url.split('/');let finalPart=parts[parts.length-1];let host=parts[2];let newURL=prefix+finalPart+'@'+host;window.open(newURL,'_blank');})();

(Github Gist)

Step 2: modify the 'prefix' to be whatever it is that your instance puts in front of a federated magazine.

With Kbin this is usually the url of your instance /m

With Lemmy it's the same but with /c

Step 3: Profit. Now you can visit a magazine from a different instance, click on the js bookmarklet and it should open a new tab where you can see the magazine in your own instance. And easily upvote/downvote or subscribe to it.