Currently browsing from alexandrite.app an alternative lemmy frontend.

  • 0 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: August 10th, 2023

help-circle

  • Yeah, I was referring to official forums for technical support or feature requests and the like. I don’t really think that everyday people were usually the ones who setup forums, it is website operators and other techies who set those up. The people who setup an independent forum are not the same people who setup a discord community. Discord has a much lower barrier to entry that usually results in a lower quality information and moderation than a forum would.

    I mean, yeah, forums are harder, for sure. $20-35 monthly for a mail provider seems to high to me; I would expect that to be about the yearly cost. But, I don’t really have much experience with an email provider for that use case. Really the problem lies in that a website operator and a community maintainer are 2 very different types of people that rarely intersect.



  • centof@lemm.eetoProgrammer Humor@programming.devFLOSS communities right now
    link
    fedilink
    English
    arrow-up
    27
    arrow-down
    1
    ·
    8 months ago

    what might everyday people use to set up forums as relatively easily and cheaply as their Discord servers, and not have them riddled with ads or other clunky elements?

    Discourse is a clean open source forum software that is commonly used for application support and well suited for it.

    Or if your a real die hard for the fediverse, you could set up a lemmy instance for application support. There’s even a phpBB frontend for an oldschool forum look and feel for it.

    Usually everyday people don’t setup forums, that’s the responsibility of the application owner(s) or provider. In this case, the easy option is also the shitty option if measured by discoverability of the content.


  • centof@lemm.eetoOpen Source@lemmy.ml*deleted by creator*
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    9 months ago

    How do you like it?

    I kinda want to try it because you can supposedly import and export your icons / shortcuts to apps. I kinda want to be able to like save a folder of urls so that they are viewable from the launcher, but I am not sure if that will be doable. The idea is that hopefully there would be a way to take a folder of bookmarks from exported firefox and make them easily accessible and organized from the launcher.

    I guess I should just try it out and see.





  • Relevant Section under Gift economies:

    The expansion of the Internet has witnessed a resurgence of the gift economy, especially in the technology sector. Engineers, scientists, and software developers create open-source software projects. The Linux kernel and the GNU operating system are prototypical examples of the gift economy’s prominence in the technology sector and its active role in using permissive free software and copyleft licenses, which allow free reuse of software and knowledge.

    Essentially the line of thought is that open source software is an example of mutual aid and the gift economy.




  • centof@lemm.eetoLinux@lemmy.mlArcGis Pro in Wine?
    link
    fedilink
    English
    arrow-up
    2
    ·
    11 months ago

    I see. With the link you should be able to query a geojson file that can then be imported into geojson.io. I used Query ‘GLOBALID IS NOT null’ to get the top 50 of 2000 results. That should give you a starting piont. The first link is just a way to query the data in this link

    I’m unfamilar with Qgis but I have been able to import layers into geojson.io before from arcGIS.


  • centof@lemm.eetoLinux@lemmy.mlArcGis Pro in Wine?
    link
    fedilink
    English
    arrow-up
    3
    ·
    11 months ago

    Not sure what your use case is, but consider something like geojson.io if you can export the map data somehow. You might be able to do this from their interface or you might have to do browser network capturing to capture the requested data. It supports GeoJSON as well as KML, GPX, CSV, GTFS, TopoJSON formats.