Andy Allan's Comments
| Post | When | Comment |
|---|---|---|
| Несколько улучшений для osm.org | It would be great to see some of these things available for everyone! You are welcome to help us improve the site at https://github.com/openstreetmap/openstreetmap-website |
|
| OpenStreetMap Website Vulnerability Report |
Even if you don’t want to learn Ruby (and I don’t think you need to know much ruby to contribute, it’s a pretty straightforward codebase without much complex code) then I’m sure you know there’s plenty of other parts of the site like the html, icons, css etc that you could directly contribute to. I’ve noticed a few UI changes that you’ve tried out on your own codebase, and it would be great to see these kinds of things included in the main project so that our mappers can benefit from them in production. So if you want to make some PRs then I’d be happy to review them. You know what changes you’ve made so you’re in a good position to contribute them to the upstream project! |
|
| OpenStreetMap NextGen Development Diary #1 |
I personally put a lot of effort into the DX (Developer Experience) so if you find any outdated documentation, please let us know! Most of our documentation focusses on setting up developer environments (as opposed to production environments) but I’m always happy to fix any of our documentation if it’s outdated. So please do report your issues at https://github.com/openstreetmap/openstreetmap-website or you can proposed changes there too. Thanks in advance! |
|
| OpenStreetMap Website Vulnerability Report | I just want to jump in here and publicly say thank you for these reports, and for giving us time to fix them. Tom and I spent time during the recent Karlsruhe Hack Weekend to go through your reports and make sure that we had addressed them all, and I’m sorry I didn’t get back to you before your disclosure deadline. It looks like you’ve been watching what we were doing anyway since your report is pretty accurate! One small correction to your report is about “new user tokens system are still using plain text storage” - this isn’t quite accurate. We removed our UserTokens system in https://github.com/openstreetmap/openstreetmap-website/pull/4535 and moved to using a standard Rails token feature: https://edgeapi.rubyonrails.org/classes/ActiveRecord/TokenFor/ClassMethods.html This feature doesn’t store the tokens anywhere - plaintext or otherwise. They are signed tokens, so the tokens can be sent to users and verified when they are used, without storing anything in the database or elsewhere on the servers. I’d be happy to see any more bug reports that you come across, and I also invite you to work with us on the main openstreetmap-project directly on these kind of things. |
|
| A minute of facts about the duration of changesets |
Hmm, not quite. Remember that all changesets - open or closed - have a The only ways to close a changeset are to a) wait for the It’s one of these parts of the API where the mental model of a changeset (two states, open vs closed, and various actions like ‘close’ and ‘automatically close’) and the actual code implementation (a predetermined |
|
| A minute of facts about the duration of changesets |
It’s much simpler than that - there’s no extra monitoring process involved. Whenever something happens to the changeset (e.g. open, diff upload, individual element update, etc), its Then the next time you try to do something (e.g. another diff upload) the code just checks if the changeset So there’s no moving parts within the codebase, no ‘watch’ process and not even an extra update to the db to close each changeset. It’s a clever design (and not something I was involved with!). I think the more important bits is the side effects on other systems, for example changeset comments, or 3rd-party analysis tools, that might be waiting for a changeset to close before triggering an alert etc. There’s a case to be explored if 24 hours is too high an upper bound for changesets to be kept open (of course, a changeset also needs activity every 60 minutes for every one of those 24 hours, since the changeset closed_at is only extended 60 minutes at a time - so the default is to keep it open for 1 hour (reasonable?) with an upper limit of 24 hours (debatable?)). |
|
| OpenStreetMap Service Availability (2023-12-20 - 2024-01-20) |
Great!
No, sorry I don’t. I’m only involved in the software development, not in the production operations. |
|
| OpenStreetMap Service Availability (2023-12-20 - 2024-01-20) |
Then you are equally likely to be measuring the network availability of Hetzner. |
|
| The OSM Iceberg | Fantastic! |