• 0 Posts
  • 28 Comments
Joined 10 months ago
cake
Cake day: January 14th, 2024

help-circle

  • Imo skip the open source license. You’re wanting to give this specific organization access to your work. If you follow the suggestions here and license it under creative commons or some other open source license then you’re also opening the door for others to use that work. It would be better to give the organization use of your work in its current form but otherwise reserve all rights for yourself, via a custom (non open source) license. This way in the future you can continue doing whatever you want with it, and maybe that means open sourcing when you’re ready to do so.

    Ofc if you’re ready to open source now then go for it.




  • This happened to me last year. Bought a cs4 and cs5 design suites back when they came out. Only ever used on one computer. When i unauthorized my computer and moved it to a new one they wouldn’t authorize it and demanded proof of purchase. I showed those fuckers a paper receipt from 10-15 years ago. They wouldn’t accept it and required additional information to verify i was authorized to purchase the software at the discounted price from an authorized retailer. It took several back and forth before they issued a new cd key instead of reactivating mine.

    I suspect the cdkeys were cracked at some point and i just had the unfortunate luck of mine being abused. Would be nice if they didn’t require online authentication for a product i legitimately own though. If they are going to require online authentication then they need a more secure way of generating their cd keys.



  • What advantage is there is changing nameservers? Is it just the centrally manage DNS or something else? I’m fairly new to self hosting and only serving locally for now.

    I do know cloudflare uses the same nameservers PER ACCOUNT so if you’re wanting to have multiple domains but keep one or more connections separated from you then this does draw a minor connection to a subset of Cloudflare accounts with the same two nameservers








  • ResoluteCatnap@lemmy.mltoSelfhosted@lemmy.worldSelf-hosted diary
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    5 months ago

    Id set up a static website with Hugo. You can preview and build locally. Or put it on your home network and vpn in if you need remote access to make an entry.

    In your content folder you could do content/[year]/[month]/[day]/index.md, and have a _index.md in the year and in month folders so there would be pages with automatic collection of articles under that year/ month. You could also subdivide the content folder into health/ general/ shower thoughts and other “types” of journals

    They have support for tags, categories, and custom taxonomies. So if you wanted to have “people” category you could, and then a “thing” category or any other sort of way to tag the content.

    https://gohugo.io/






  • This is why re-licensing a Free software project, even from GPL-2 to GPL-3 can be really painful: you have to contact each contributor and acquire the right to change the license.

    Is that true if you leave in the license the “or (at your option) any later version” text regarding what version youre using? I understood that to mean that even if i accept contributions then my licensing clearly defines it as GPL-3 or later version so I’m able to relicense to a future GPL-4 if i wanted. Or would i still need to get any contributors agreement to relicense?