I write short stories every now and then and I throw them online. I also have a tech blog, where I moan about the decisions software I use make and with my "infinite wisdom", I tell them what they should be doing instead.
I used to host both on Medium, but Medium got greedy. Then it was WordPress, but now even they're trying to be greedy bastards and use my shit for training AI.
Some would argue that WordPress paid hosting will exempt me from the AI training, but for less than 100 visitors a year, it's not really worth the expense.
So what is the solution? I ask the greater minds of this community for suggestions.
Privacy? You lose your privacy the moment you publish your blog anyway.
Is it visibility? You never expected Google to show your blog in most cases.
AI training? You could self-host and hope companies respect your robot.txt. But what's the actual problem if you released your blog to the public in the first place? Anybody could've copy & pasted your blog also before this AI era.
Privacy is of course my major concern, hence posting to this community. But not tinfoil hat level.
visibility?
I'm happy to have my stuff indexed by Google, in fact, I want it to be.
AI training?
I'll take that for 500!
Anybody could've copy & pasted your blog also before this AI era.
Plagiarism has been an issue since before Confucius was copied by Baffledus. But the cream still rose to the top. However in this AI era, everything is buried as its all just considered a part of the source data.
Privacy? You lose your privacy the moment you publish your blog anyway.
Oh, right, I'm gonna just reinstall facebook on the phone because I've lost everything... Oh and we have lost all of privacy by commenting on the internet and stepping out of the house! All resistance is futile! We need to close this community before people waste more of their time!
This is not at all how it works. How would you lose privacy if you only publish what you want to publish? It's entirely your decision what to include in your blog post.
There are two good options: Host your own blog yourself, or join a blogging platform that isn't corporate. I personally use BearBlog but I've heard good things about Write.as as well. These two have free blogging options and don't sell your data. If you want to host it yourself (which is safer), check out Hugo.
Ultimately, bots scrape the entire internet and there's no guarantee they will honor robots.txt of a particular website (which tells bots what they are and aren't allowed to do). If it's on the internet, people can scrape your content and there isn't much you can do about it. That shouldn't stop you from writing or blogging, just don't post very personal data.
So lets be clear - there is no way to prevent others from crawling your website if they really want to (AI or non AI).
Sure you can put up a robots.txt or reject certain user agents (if you self host) to try and screen the most common crawlers. But as far as your hosting is concerned the crawler for AI is not too different from e.g. the crawler from google that takes piece of content to show on results. You can put a captcha or equivalent to screen non-humans, but this does not work that well and might also prevent search engines from finding your site (which i don't know if you want?).
I don't have a solution for the AI problem, as for the "greed" problem, I think most of us poor folks do one of the following:
github pages (if you don't like github then codeberg or one of the other software forges that host pages)
self host your own http server if its not too much of an hassle
(make backups, yes always backups)
Now for the AI problem, there are no good solutions, but there are funny ones:
write stories that seem plausible but hold high jinx in there - if there ever was a good reason for being creative it is "I hope AI crawls my story and the night time news reports that the army is now using trained squirrels as paratroopers"
double speak - if it works for fictional fascist states it works for AI too - replace all uses of word/expression with another, your readers might be slightly confused but such is life
turn off your web site at certain times of the day, just show a message showing that it only works outside of US work hours or something
I should point out that none of this will make you famous or raise your SEO rank in search results.
PS: can you share your site, now i'm curious about the stories
Why not post your blogs to a fediverse platform? Do they need to be on a separate hosted system? You'll probably get more people reading and engaging with your posts if you are just posting to a Mastodon instance rather than hosting on a separate web platform and hoping that people stumble across it.
Funny you say that. That's why I was kinda hoping for FireFish to be the new Tumblr, but that sadly didn't pan out. But one of my requirements for self hosting is Fediverse integration.
Libre software, WordPress, can't bans us from removing malicous source code. Medium is service as a software substitute. If you don't want AI reading your text, don't share it.
In spite of you saying it's not for you, I think that finding a cheap hosting for your blog is the easiest solution there. With some effort you can export your Wordpress.com site onto an actual free WP engine they sit above. Then, with plugins, here come autoreposts to other social media and whatever you want. Low traffic means you can choose an options with the lowest price.
As a bonus you can also host your portfolio page, get personalized email addresses, a VPN server to wherever it's hosted, and basically an environment you can put anything to, even your own Lemmy instance.
On the latter - the population of federated platform is very small but super loyal, and also lacking content. So I feel that even if you won't consider making or renting your own server, establishing your blog here can get you a lot of interactions. Probably, some admins won't mind if you make your own /c/ommunity for that as long as it's not abandoned.
You could buy a cheap vps and host your stuff there with basic html that you could learn as you go if you don't know already. I think their are pre made licenses that you could put on there to stop ai training. You could also hide pages on it full of garbage data for anyone who ignores the license to get bad results.
OP means Wordpress.com, a hosting website and a constructor using Wordpress.org engine. VPS solves it completely, but they don't find paying for hosting worth it.
So I've been looking at this and my only issues are that it's not connected to the Fediverse and that it feels too sparse. I would like embedded image support. But thank you for the suggestion.
You can embed images, using Markdown ![](image URL), same as here in Lemmy, also several themes. But yes, it isn't part of the fediverse.
Another possibility, if you have an own host, is using the Blue Velvet Editor, its a complete wordprozessor which works right in your browser (PC and Mobile), it saves the documents locally in Html format by default. So you can upload it as is to an host, as webpage. Free, private, no account and blazing fast.