home.social

Search

7 results for “makegeneve”

  1. I LOVE that the fediverse is the anti-twitter. Between and all the stuff, it feels like a cool shower compared to other sites.

  2. @tedivm FFS.

    Individual developers should never take the time to sign any contractual agreement unless they are being paid. I hope no-one was foolish enough to do so.

  3. Today has been less about making things and more about migrating the panglosabs.org domain from to . Much easier than I expected thanks to imapsync for all the email accounts.

  4. Sometimes I feel that everything I do at the fablab is actually teaching "good enough" engineering.

  5. CW: Signal, bad ideas from social media

    @vkc for our next trick, your SMS messaging app will become more "engaging".

  6. @axwax @[email protected] It'll just be replaced by the "I put an ESP-CAM in something to spy upon people" trend. Dammit.

    ;TLDR

  7. oh boy. with #postpass & #OverpassUltra I can generate heatmaps directly from OSM data.

    Here's a heatmap of `place` tag's with this query

    ```
    ---
    type: postpass
    style:
    layers:
    - type: heatmap
    heatmap-radius: 20
    heatmap-weight: ["get", "count"]
    heatmap-intensity: 0.0001
    ---

    select count(*), geom from (
    select ST_SnapToGrid(geom, 0.1) as geom from postpass_point where tags?'place' AND geom && ST_MakeEnvelope(-26, 33, 52, 72, 4326)) t group by geom
    ```
    #OpenStreetMap