Search
7 results for “makegeneve”
-
I LOVE that the fediverse is the anti-twitter. Between #bloomscrolling #fluffykittens and all the #StarTrek stuff, it feels like a cool shower compared to other sites.
-
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.
-
Today has been less about making things and more about migrating the https://panglosabs.org domain from #OVH to #o2switch. Much easier than I expected thanks to imapsync for all the email accounts.
-
Sometimes I feel that everything I do at the fablab is actually teaching "good enough" engineering. #making #teaching #YouCanDoItToo
-
CW: Signal, bad ideas from social media
@vkc for our next trick, your SMS messaging app will become more "engaging". #pleasestop #youhadonejob
-
@axwax @[email protected] It'll just be replaced by the "I put an ESP-CAM in something to spy upon people" trend. Dammit.
;TLDR #PeopleSuck
-
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