Happy new year! Here’s some pizza for the party
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!
more please
Post looks great here on Lemmy :) Looks like it took your first paragraph and made it the title.
Umami is actually pretty great for simple analytics, has 3 websites in their free cloud plan, and is self-hostable. Plausible is also self-hostable. You can host them easily on your own machine with EasyPanel, CapRover, or Coolify
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
curl --request GET \
--url 'https://lemmy.world/api/v3/post/list?type_=All&sort=New&community_name=memes%2540lemmy.ml' \
--header 'accept: application/json'
It’s a good mix of a client and server-side issue—I’m working on this in my client at the moment. The article images are already provided by Lemmy instances, so that‘s no problem to implement. When it comes to video, that’s gonna be a harder challenge to tackle. Reddit, Twitter, Facebook, etc. all have their own dedicated and high-powered services that handle and process video to give it the ability to preload and instant-play. Lemmy does not store videos that are linked currently, and it’s tough trying to implement video support when all you’re given is a foreign link that tells you nothing about the video. If it’s a huge video, it might take far too long to load. And when it comes to YouTube, Vimeo, and other services, the only way to embed the video is using their own player on the website, bringing up huge privacy concerns.
That said, It’ll be fun to tackle the problem, and maybe down the road Lemmy devs can find a server-side solution that will speed things up and maybe preprocess video links or something. It’s only up from here!
Dang that’s sad to hear, I’ve gone with Google Domains mainly because it’s so easy to share access for billing, etc. with other Google Accounts like my clients’ for example
You can use a service like PostImage to upload your photo, then copy the direct link after uploading and paste it into your comment or post like this:
