• 1 Post
  • 17 Comments
Joined 2 months ago
cake
Cake day: June 29th, 2024

help-circle





  • 7EP6vuI@feddit.orgtoOpen Source@lemmy.mlOpen Source Street View...
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    6
    ·
    27 days ago

    Even the internet archive is nothing in comparison to the image data used for street view.

    honest curiosity, don’t want to flame war: do you have numbers for that?

    stitching is no longer a requirement because of 360° cameras, is it? it could also be made on the client side if really needed. if people can use josm to contribute to osm, they can use some other software for stitching?!

    have you seen that the internet archive has also quite high res books scans and videos?

    if your aiming for covering every small street of the whole world tomorrow, you are right: it won’t work. but nothing would stop to start with a single city or a region?

    lets agree to disagree :-)





  • i think you mix two concepts here:

    the first is basically that you can post to multiple communities at once (community = tag)

    the second is that users can assign tags/communities to existing posts, and vote for them

    i like both and already thought about the first one, but not the second one… I first thought it might be a problem that if you add a community/tag to an existing post it will be immediately visible on said community/tag, but if this is a problem for said community, someone could down-vote there and it would vanish. but then you would need two up votes: one for community fit, and one for the post itself. could be a problem, if you post one link to a very popular community and a very small one, then the post would get many upvotes and be on the top of the small one…


  • how would you federate? it comes natural for lemmy to have each community on a seperate server, but how would you do this for a project like dmoz?

    i don’t think it would be a good idea that one server could own “art” for example, and no one else could contribute. and on the other side it would not be a good idea if everyone could add sites for “art” as then it’s just a federated wiki? you still would have to fight spam? do all entries in “art” have the same priority? or should there be some voting, or verifying from other instances maybe? but then rough instances could vote for each other?!

    how big is the spam problem on lemmy?







  • Rich text in the modern world is almost exclusively solved by using markdown because it’s such a trivial solution.

    citation needed

    markdown is not a trivial solution: there are many different implementations, it’s a barrier for non technical people and it allows you to embed any html, so you need an additional html sanitizer.

    my definition of a “rich textbox” is a WYSIWYG field, and markdown does not help you with this?!

    yes, you probably would not save the formatted text normalized over multiple database columns, and only use a single field for a the text with formatting embedded in html or another format, and another one with the text without formatting for possible full text search. but even if you would solve this using markdown (which limits you to a quite small subset of text formatting and bad extensibility) you would still need a good data format to store the formatted text in memory that allows you to render the text. and markdown does not help you with this either?!