web dev and digital artist making !lemmynade@lemm.ee
That’s a really important distinction, thanks for clarifying
You can always block those instances for yourself in your settings
Edit: Sorry, sounds like your instance doesn’t have that yet but is getting an upgrade soon that will enable that feature
Of course! Yeah, this post was intended to be less of a proposal and more of a brainstorm session. Maybe licenses aren’t the way to go about this, or we create our own licenses to be compatible with ActivityPub and match Lemmy’s values? Maybe it doesn’t matter how our content is used, or there’s nothing we can do?
You might be right, I definitely see your point. ActivityPub adds a whole new layer to this too. In the end though, isn’t the content we post no different than anything else published on the Internet? I guess it’s important to note that technically nothing public can be 100% prevented from being used in unwanted ways. However, there might be other ways (legally, socially, etc.) we could discourage it.
Regardless, I’d love to get a better sense of how much this matters to us here on Lemmy—or if it should even matter in the first place
I have several of those
!lemmynade@lemm.ee has this
I’ve been annoyed by this too. Here’s the issue on GitHub for discussion, I doubt anyone will have any objections but it still might be a little while until it’s implemented
These are some really good thoughts and topics to discuss at this stage in the Fediverse. We must be looking big-picture right now as we move forward. Thanks for pushing the envelope!
Spatial computing has gone too far
You might be interested in ntfy as an alternative. You can just make a simple HTTP request and then get a notification on your phone.
For a static site, I would personally choose Astro or SvelteKit—both of those are highly optimized for static sites. In my opinion the syntax of these frameworks feels closer to plain HTML/CSS/JS than React and will naturally teach you more about the fundamentals as you go.
If you’re just starting out, the most important thing is to really make sure you learn your JavaScript Web APIs and other HTML and CSS fundamentals as you go. The better you know these, the better your websites will be regardless of which framework or tools you choose. These fundamental skills will have the highest reward for you in the long term.
And ask a ton of questions here too!
If it makes you feel better, I fell for my own community link
Each instance has different word filters, thus each community has different filters depending on the instance it’s on. What community were you trying to post on?
For example, you can find the word filter that lemmy.ml uses somewhere on this page here: lemmy.ml/api/v3/site
It’s kinda messy, but it’s after/under “slur_filter_regex” and it’s written in a format called RegEx
I know this community is for programming, but you could use a tool like n8n as a shortcut to connect services. It’s more of a drag-and-drop node grid similar to Zapier, but it’s open-source and self-hostable. You can schedule tasks to run at a certain time, code your own integrations, or install plugins that other people have made