Tumgik
#web hosting services articles
keyofw · 6 months
Text
I know it's no longer a novel observation how the entire internet is enshittified now but it's still shocking that so many of the things we depend on had such a sudden and marked decline in quality.
Google results are mostly ads. Facebook is 90% ads, 10% domestic terrorists. Twitter is... well, not Twitter and it's only good for Nazis to yell at each other in the hopes they make .0004 cents per tweet. Instagram is ads. TikTok is misinformation central. YouTube serves forty-seven ads per second of videos watched.
Every news article is behind a paywall, and some of them are just AI-text garbled from someone else's much better article, also behind a paywall.
AI art has made it impossible to find images you want. It's also exploded the use and potential use of misinformation. Your data is now being fed to generative AIs to make cheap slop that only makes information harder to find and source.
Everyone wants you using their app instead of a web browser so that you aren't allowed to block the 3,487 ads per page that have to load.
Amazon is full of fake or low-quality dupes of the things you actually want to buy. Netflix and other streaming services are raising prices, cutting available shows, and erasing the existence of shows in order to avoid paying writers. Art hosting sites such as DeviantArt allow your work to be scraped for NFTs and generative AI without your consent or any form of compensation. Spotify has demonetized over 80% of their tracks and pays the rest astoudingly low, worse than the other streaming services which also underpay.
Everything is a subscription service which means not only are you paying for the same product in perpetuity but you never technically own any tool you use and your right to use it can be revoked at any time. Everything has to be a "smart" product so when the business inevitably folds and/or the servers shut down, your product no longer works. Hope it's not something you need!
Every company no longer accepts phone calls but routes you through a series of automated messages until finally dumping you off to an overworked and underpaid person who has no power to help you. Speaking of phones, you can't use them for calls. There are so many robocallers and scams that no one in their right mind picks up the phone anymore. Texts are going the same way. No one wants to dig through 100 scam messages to find the one from the person they actually want to talk to.
It's all just the inevitable end result of capitalism. It doesn't have to be this way. But there needs to be regulation, and fast, or the "Dead Internet Theory" will no longer be a fringe theory.
2K notes · View notes
spiders-around · 8 months
Text
YOU MUST MAKE A WEBSITE
Oh wow, look at that! YET ANOTHER post urging you to make a webbed site! What a completely new thing that people haven't made a thousand masterposts for already!!
• Making a website might look scary. It is Not.
At first, I too thought making a website was too much work. It really isn't! It turns out that all you need is
an HTML file,
a web hosting service and
w3schools tutorials,
and that's about it!
This post will point you towards these resources, and others I found useful while figuring out how to make a website.
• VERY QUICK EXPLANATIONS:
What's HTML and CSS?
HTML is the content of your webpage, the skeleton of it. What shows up in a webpage is what's written in the HTML file!
CSS is the way the HTML is styled; the colour of the background and the letters, the size of elements, the font, all that!
Do I absolutely NEED JavaScript for a website?
Not at all! You don't need to worry about learning it before getting started.
• What do I make a website for? What do I put in there?
ANYTHING AND ALMOST EVERYTHING. Here's some ideas for pages from a post of mine were I was very normal about websites:
You can make a page that's only pictures of your pets.
You can make an interactive adventure.
You can make your own academic blog full of your own essays or articles.
You can just post a ton of art or make a full music page.
You can make a blog and infodump eternally, give book reccs and reviews. You can host a thousand virtual pets and nothing else.
Upload entire books in a single html file. Make a wikipedia for your ocs. Make a fake site for a random fictional place (restaurant, hotel, whatever). You can make a thousand fanpages/shrines about your favorite media. You can upload your own webcomic and make it all like a fancy website and shit.
I could keep going but, for the sake of "brevity", I won't.
• WEBSITE EXAMPLES!
If I started listing the websites I know, this post would be bottomless. Here's only seven:
https://publictransit.neocities.org/ - A webbed site, for sure
https://ribo.zone/ - A personal site
https://leusyth.neocities.org/ - An art archive
https://solaria.neocities.org/ - Personal website with A Lot of stuff (it'll come up in a bit, because it offers web making resources)
https://hog.neocities.org/ - The Hogsite
https://thegardenofmadeline.neocities.org/ - Another personal site! It also has a web resources page and has made another masterpost like this one (but better)
https://spiders.neocities.org/ - My own website, which must be weird to see in mobile . sorry
• You've convinced me. I want a webbed site. Where do I start?
https://neocities.org/
FIRST OF ALL: Neocities. It is a free web hosting service, and it's the one I and the sites I linked use!
When I first started, my website was a black page with red letters and a drawing, and nothing else! It was like that for a month, till i started picking up on how to do things.
Here's what helped me get an idea of how to make things work:
https://sadgrl.online/learn/articles/beginners-guide-neocities
An absolute beginners guide to neocities -- while when you make an account there you get a tutorial page from the site, this one's extra support for that.
https://www.w3schools.com/
Learn HTML, CSS, JavaScript and MANY other coding things for free. All the tutorial/reference pages have live testing windows for you to mess with!! helped me a LOT while figuring this stuff out!
https://htmlcheatsheet.com/
https://htmlcheatsheet.com/css/
Cheatsheets for HTML and CSS, respectively. It includes a JavaScript one too!
https://sadgrl.online/webmastery/
Sadgrl's webmastery resources! Also includes the next resource listed here:
https://sadgrl.online/projects/layout-builder/
Sadgrl's layout builder; not a lot of customization at a first glance, but I've seen wildly different websites all using it as a base, plus it works using CSS Flexbox, so it generates a responsive layout!
(basically, a responsive layout is one that translates well in different sized screens)
https://www.tumblr.com/fysa/728086939730919424/wikitable-code?source=share
Tumblr user fysa made this layout imitating a wiki page!
https://brackets.io/
At some point, you might want to do things outside the Neocities code editor and get one outside the site. I recommend Brackets, because my old as fuck computer can run that and absolutely nothing else apparently, and it works wonderfully! Though I recommend either turning off the code autocomplete or using it after a good while of already using the Neocities code editor, so you get used to coding on your own.
http://www.unit-conversion.info/texttools/text-to-html/
Turn your text into HTML code! i use this kind of pages for my lengthy blog entries that I don't feel like formatting myself.
https://imagecompressor.com/
COMPRESS YOUR IMAGES.
The heavier an image is, the more your site weighs and the more time your page will spend loading. You don't want that, specially if your site is heavy on graphics. This might help!
https://solaria.neocities.org/guides
Some CSS, JavaScript and Accessibility guides! Worth checking out!
https://eloquentjavascript.net/
This is a free, interactive book for learning JavaScript! NOTE: It is very intuitive, but JavaScript is HARD!! I still haven't learned much of it, and my website does fine without so don't worry if you end up not doing much with it. It's still useful + the exercises are fun.
And now, accessories!
• Silly stuff for your page :]
https://gifypet.neocities.org/
Make a virtual pet, copy the code and paste it in your HTML file! You'll get a little guy in your webbed site :]
https://www.wikplayer.com/
Music player for your website!
http://www.mf2fm.com/rv/
JavaScript silly effects for your site :]
https://blinkies.neocities.org/geoblinkies
Blinkie search engine!
https://www.cbox.ws/
Add a chatbox to your site!!
https://momg.neocities.org/
Infinite gallery of gifs. i've spent hours in there looking at moving pictures and out of them all, the ONLY gif i actually ended up using on my site was a rotating tomato slice. it is still there. trapped.
https://wrender.neocities.org/tarotinstructions
A widget that gives you a random tarot card!
https://www.websudoku.com/widget.php
Sudoku widget!
That's about it for now! I don't know how to end this!!! Remember to have fun and google everything you don't know :]
414 notes · View notes
smellslikebot · 7 months
Text
"how do I keep my art from being scraped for AI from now on?"
if you post images online, there's no 100% guaranteed way to prevent this, and you can probably assume that there's no need to remove/edit existing content. you might contest this as a matter of data privacy and workers' rights, but you might also be looking for smaller, more immediate actions to take.
...so I made this list! I can't vouch for the effectiveness of all of these, but I wanted to compile as many options as possible so you can decide what's best for you.
Discouraging data scraping and "opting out"
robots.txt - This is a file placed in a website's home directory to "ask" web crawlers not to access certain parts of a site. If you have your own website, you can edit this yourself, or you can check which crawlers a site disallows by adding /robots.txt at the end of the URL. This article has instructions for blocking some bots that scrape data for AI.
HTML metadata - DeviantArt (i know) has proposed the "noai" and "noimageai" meta tags for opting images out of machine learning datasets, while Mojeek proposed "noml". To use all three, you'd put the following in your webpages' headers:
<meta name="robots" content="noai, noimageai, noml">
Have I Been Trained? - A tool by Spawning to search for images in the LAION-5B and LAION-400M datasets and opt your images and web domain out of future model training. Spawning claims that Stability AI and Hugging Face have agreed to respect these opt-outs. Try searching for usernames!
Kudurru - A tool by Spawning (currently a Wordpress plugin) in closed beta that purportedly blocks/redirects AI scrapers from your website. I don't know much about how this one works.
ai.txt - Similar to robots.txt. A new type of permissions file for AI training proposed by Spawning.
ArtShield Watermarker - Web-based tool to add Stable Diffusion's "invisible watermark" to images, which may cause an image to be recognized as AI-generated and excluded from data scraping and/or model training. Source available on GitHub. Doesn't seem to have updated/posted on social media since last year.
Image processing... things
these are popular now, but there seems to be some confusion regarding the goal of these tools; these aren't meant to "kill" AI art, and they won't affect existing models. they won't magically guarantee full protection, so you probably shouldn't loudly announce that you're using them to try to bait AI users into responding
Glaze - UChicago's tool to add "adversarial noise" to art to disrupt style mimicry. Devs recommend glazing pictures last. Runs on Windows and Mac (Nvidia GPU required)
WebGlaze - Free browser-based Glaze service for those who can't run Glaze locally. Request an invite by following their instructions.
Mist - Another adversarial noise tool, by Psyker Group. Runs on Windows and Linux (Nvidia GPU required) or on web with a Google Colab Notebook.
Nightshade - UChicago's tool to distort AI's recognition of features and "poison" datasets, with the goal of making it inconvenient to use images scraped without consent. The guide recommends that you do not disclose whether your art is nightshaded. Nightshade chooses a tag that's relevant to your image. You should use this word in the image's caption/alt text when you post the image online. This means the alt text will accurately describe what's in the image-- there is no reason to ever write false/mismatched alt text!!! Runs on Windows and Mac (Nvidia GPU required)
Sanative AI - Web-based "anti-AI watermark"-- maybe comparable to Glaze and Mist. I can't find much about this one except that they won a "Responsible AI Challenge" hosted by Mozilla last year.
Just Add A Regular Watermark - It doesn't take a lot of processing power to add a watermark, so why not? Try adding complexities like warping, changes in color/opacity, and blurring to make it more annoying for an AI (or human) to remove. You could even try testing your watermark against an AI watermark remover. (the privacy policy claims that they don't keep or otherwise use your images, but use your own judgment)
given that energy consumption was the focus of some AI art criticism, I'm not sure if the benefits of these GPU-intensive tools outweigh the cost, and I'd like to know more about that. in any case, I thought that people writing alt text/image descriptions more often would've been a neat side effect of Nightshade being used, so I hope to see more of that in the future, at least!
242 notes · View notes
the-overthinktank · 7 months
Note
in what way is it a doomed investment? I've seen a lot of artist lose their jobs to it already, it has had a greater impact than nft's and right now they're going on to make ai video's. I'm sure the bubble will break eventually but, yea share your thoughts.
Here's an article I recommend reading.
We're at the peak of a tech hype cycle. People are absolutely getting hurt and laid off from billions of dollars being poured into the latest money hole that the developers double pinkie prommy will actually work the way they're advertising... at some later date; but I suspect the main staying power for this tech is going to be spam/advertisement generation and disinformation. If you want to provide a quality chat service or make art worth looking at, human intervention is necessary even if you use generative AI as a starting point. While none of this is... good, in the same way NFTs and useless dotcom sites were not good, I am skeptical of a lot of the panic around generative AI replacing humans long term because I think it lends legitimacy to the people claiming it can competently do that.
I also think a lot of the panic around tumblr specifically is kind of redundant. I don't appreciate the site fucking condoning it, but all major social media sites have already been getting fed into these things. There is (currently) no real way to stop these companies from throwing whatever they want off of google into the machine and claiming they totally only use non-copyrighted goods, because they're drawing from billions of images and source texts and there's (currently) no easy way to check besides combing through those massive databases.
Besides, if you publicly post art online, there's already dozens of other websites scraping income off of your work. The social media you use hosts ads, and your art and presence on social media is what draws in new ad viewers and revenue. And there's aggregator sites that draw from and repost stuff from other social media sites, and they host ads. Listacle "news" sites put their top ten favorite web finds on a page covered in ads. Web searches that show your art in a pile of other images host ads. If your art is popular, the number of sites scraping income off of your work grows proportionately. This is my personal opinion, but I'd say AI is a new hat on a commons-exploitation problem that's as almost as old as the internet.
67 notes · View notes
zhongrin · 1 year
Text
Tumblr media
┋ The Steambird Issue No.517
article commissioned by the fontaine steambird magazine and written by ✾ mei/rin ✾
Tumblr media
[Breaking News!] Our Fontaine gadget makers did it again, folks!
A collaboration project between Fontaine's best gadget makers and the scholars at Sumeru Akademiya has resulted in a prototype device inspired by the now-obsolete AKASHA system.
Not many details have been revealed, but as the scholars described it, they are aiming to use the concept of AKASHA to create a virtual space, called TeyvaTweets, where people can communicate with one another without seeing each other's faces! Yes - much quite like a communication device, but one that utilizes text instead of the usual verbal methods of communication.
A few selected testers have been invited to try it out, and if you're one of the lucky ones - congratulations! We look forward to seeing how this new technology will help connect people across Teyvat.
Tumblr media
——————————⟡⟡⟡ ✉️ ⟡⟡⟡——————————
Dear <USER>,
𝒞ongratulations! You have been selected to help with testing out the fruits of our labor, here at the Sumeru-Fontaine collaboration project. Enclosed is the device containing the application: TeyvaTweets. Have fun perusing it, and we look forward to your feedback.
⧽ [ Turn on the device ]         [ Leave it off ]
ps. user manual and warnings attached on a separate page.
Tumblr media
𝚄𝚜𝚎𝚛 𝙼𝚊𝚗𝚞𝚊𝚕 𝚟𝟷.𝟶.
you should be able to open it using both phone and pc (it's just a normal website).
Tumblr media
clicking on pfp/name/username in a tweet (orange box) will open the profile of that person. clicking the 'x' icon on the popup box's top right side will close the user profile.
clicking the tweet on the main page will open the tweet's replies thread. clicking the back button will bring you back to the main page.
𝚆𝚊𝚛𝚗𝚒𝚗𝚐𝚜.
there are suggestive contents inside, but nothing explicit.
some of you make cameos under other people's tweets too! see if you can spot yourself ;)
there's a lot of images for this one so the page might load slowly for you, especially if your internet isn't fast. i'm also using a free hosting service from GitHub, so yeah.
in order to indulge everyone, please pretend the tweet reply threads that 'overlap' with one another is a separate world on their own (e.g. if multiple people are flirting with a character and they flirt back in the reply thread don't point fingers and say that they're unfaithful / is cheating / ruin someone else's fun in general ;;;)
tested on chrome & safari web browsers on a mac and iphone + google pixel. crossing my fingers that it works on other devices too...
created for 𝓏𝒽𝑜𝓃𝑔𝓇𝒾𝓃'𝐬 𝐬𝐮𝐫𝐩𝐫𝐢𝐬𝐞 𝐞𝐯𝐞𝐧𝐭 (submissions are closed)
might make a y/n-ify version of this in the future bc my brain accidentally fleshed out a whole concept of how it would work, but don't count me on that bc it's gonna take a lot more effort than this and honestly idk if it's even worth it-
——————————⟡⟡⟡ ✉️ ⟡⟡⟡——————————
Tumblr media
© zhongrin | 2023 ◆ no repost. reblogs much appreciated. feel free to reach out to submit suggestions, feedback, comments, or if you just want to talk!
Tumblr media
◇ taglist ◇ @thestarsofenkanomiya | @genshinparty | @abyssmal-skies | @hamdehlesmis | @depressivecomforts | @sophiethewitch1 | @why-am-i-here-someone-save-me | @sunnshineflxwer | @heartonthemoon | @yuutasbabe | @percyval-archives | @carbs-need-more-love | @rebeccka | @queen-belial | @stygianoir | @silentmoths | @niktwazny303 | @dustofthedailylife | @herdrops | @diebischesther | @marina-and-the-memes | @angryhope | @mixed-kester | @shuangxo | @fiannee | @lordbugs | @anonymousficreader | @shizunxie | @ladylofspades | @sup-zfam | @ansy-tea | @irethepotato | @nachotrash | @algrimmammon | @sassy-cat-in-town
321 notes · View notes
neonfretra · 3 months
Text
i think being part of making a massive baby of a primer (200+ slides with citations) that discusses the sharks and their history really does have you exploring different stages of internet rot and decay . descent into insanity below the cut
deeply deeply fascinated by graphics that phase out of websites with changing aesthetics that i would only know from combing through the web archive which is a great resource but painfully slow to navigate and mass archive anything on. we are watching companies and websites kneecapping access to drive up demand and sign ups for their services and any tweets that we use that get altered or deleted are gone god forbid anything happen to that website held together by popsicle sticks and duct tape and the letter x i guess are completely gone and you have to take it at our word or a screenshot. i cant navigate twitter or instagram because i dont have accounts, facebook is more readily accessible than either website and i deleted my facebook LONG before either twitter or instagram. (instagram images are fairly easy to save, if you have a basic understanding of navigating the source elements. find the element tag img, then find the attribute src=, which should have a link. theres a few images on a page, just keep looking) none of the articles on this homepage is archived but also the website never thought to keep anything older than this year? there are photos from this season but we wipe the last season completely? is this a reliable file host? (photo bucket) is this a reliable file host? (discord) is this a reliable file host? (fear the fin) will this video exist after i close it? (i wont save it, i dont have the storage) youll have to take my word for this pregame segment. youll have to take my word for this post game segment. is this game going to exist after a month? this promotional video of a player we traded wont exist after a season, this interview will break after a few years. (i dont know how to save these even if i wanted to) this news website is headed by broken videos every single article. here is a link to the source of this image but the page is no longer available. there is no official photo or scan of the 92-93 team but here is an ebay listing photo. the listing is taken off the website but the image is still on image searches. every link to an article is broken because the website changed their domain. every image is broken because the source no longer holds those images. when was this article written? (6 years ago) when was this article written? (5 months ago) what is the exact date? (n.d.) who is the author? (in the event in which there is no author, you start the citation with the title of the article) will this link exist after i cite it? am i being driven mad by the capfriendly debacle YES.
33 notes · View notes
keyboardandquill · 2 years
Text
On creating a wiki for your worldbuilding
Do you have a lot of lore to keep track of? Whether you're an author, a Game Master, or simply someone who really really likes worldbuilding, this post is for you.
Here's a quick overview of what I'll be talking about:
Platforms people use to create personal wikis
Formats and organization systems you may find useful when creating your own wiki
A brief look at the actual content you might put in your wiki (I'm planning a more in-depth post on that later with more images and demos)
And because this is gonna be a long'un, I'm putting a read-more here! I'll also make downloadable epub and PDF versions of this post available for free on my Ko-Fi at some point in the future.
(I'm also planning to reblog with a list of links later on, but I want this initial post shows up in search)
Also now that you're here, I'm going to say this isn't, like, super comprehensive or anything. I'm just talking about stuff I know a little about or have experience with. Please feel free to reblog with additions and/or corrections as needed!
What is a wiki?
According to Wikipedia, "a wiki is a hypertext publication collaboratively edited and managed by its own audience, using a web browser."
In this case, you'll likely be the sole person making updates to your wiki. The web browser part is optional these days as well, as you'll soon see.
Platforms for creating wikis
Websites for creating worldbuilding wikis
WorldAnvil
This one is actually designed for people who want to create big worldbuilding wikis.
Pros: Worldbuilding prompts! Those are great. It's got a pretty comprehensive set of article types too.
Cons: Kind of expensive to upgrade for features like making your wiki private, and it does NOT work well with adblock turned on, so if you don't want to pay for a membership you'll get inundated with ads. I'm not a huge fan of the interface in general and a lot of it isn't intuitive, but I like what they're doing so I support them anyway.
---
Tiddlywiki/Tiddlyhost.com.
In addition to having a cat as its icon and also a silly name, each 'article' you create with this is called a 'tiddler' which makes me think of Chuck Tingle. I haven't used it much myself yet, but I did make an account and it seems pretty neat.
---
Miraheze
A community-hosted wiki platform that runs on MediaWiki (which is what Wikipedia runs off of).
Pros: It's not Fandom.com.
Cons: You have to request a wiki and can't just make it yourself, as far as I can tell. I haven't actually looked into this one as much.
---
Neocities
An option for if you want to go super oldschool and create a website using only basic html and hyperlinks (without the handy shortcuts of bbcode or Markdown). Monthly cost is $5 usd if you want to have more space and your own domain.
Pros: 100% control over your content.
Cons: Doesn't support PHP databases for wiki software, and can be fairly labour-intensive to update if you break a link or something.
---
Fandom.com
Unfortunately, this one is the top result you'll get when you look up how to make your own wiki. I'm only including it here to tell you to stay as far away from it as possible!!
Its staff are known to ban wiki creators from their own wikis and a bunch of other nonsense that I'm not getting into here.
Programs and apps/web apps for creating worldbuilding wikis
Obsidian.md
My personal favourite. I'm planning to make a whole post about how I use it in the near future as part of this article series.
It's a markdown-based application that you can get on just about any platform (Windows, MacOS, Linux, iOS, Android, etc) which is great. Obsidian is really easy to pick up and use and also has great themes and community plugins!
Best thing is, it's FREE and you only have to pay if you use their publishing service, which... I don't, so.
---
Notion
I've heard this one is pretty good too. Idk if it costs anything. It's another "second brain" style app (might be markdown also?) and I think it might do more than Obsidian, but I haven't checked it out much myself.
---
Microsoft Word/Google Docs etc.
...Or just about any word processor that lets you create internal hyperlinks. Word may work best due to the collapsible headings so it doesn't get too unwieldy, but *shrug* whatever floats your boat.
---
Excel/Google Sheets etc.
Or, again, any spreadsheet creator that lets you create internal hyperlinks.
I'd recommend having some basic spreadsheet knowledge before doing this. It could get complicated. Before I started using Obsidian, I was using Sheets to keep track of my glossary, notes about characters, and plot ideas.
Types of formatting & organization systems
There are as many organization systems as there are people who want to organize their stuff. Everybody needs something a little different! I find the ones that work best for me are systems that have a lot of customization options.
Here are a couple I know of.
Johnny Decimal
This system is absurdly simple in its concept and yet so versatile. From their website (it's just johnnydecimal dot com but I'll link it in a reblog later):
Take everything you need to organise and sort it in to, at most, ten large buckets.
Make sure the buckets are unambiguously different.
Put a label on each bucket.
Their website has a better explanation than I can give in this post, but I'll sum up the appeal of this system as quoted from their site: "There's only one place anything can ever be."
Usefully, part of this method is creating a directory for the rest of the system.
So if you're like me and tend to shove things wherever only to lose track of it later, this is a great system—especially when used in conjunction with the Zettelkasten Method (see below).
---
Zettelkasten Method
Originally devised as an extensive paper-based knowledge management system, Zettelkasten is meant to easily add new entries to a knowledge base while giving each one a unique ID for easy 'linking.'
The creator of this method said 'it is not important where you place the note, as long as you can link to it.'
As with the Johnny Decimal system, I can't explain it super succinctly (nor can the website, if I'm being honest), so I'll include a link in a future reblog for a video that gave me an excellent run-down of the basics.
Setting up your own system
An organization system is only useful if you can actually, y'know, use it.
It can be fun to set up a super-detailed organization system with predetermined categories for everything, but is it easy for you to use? How will you navigate it?
Making decisions
There will be a lot of decisions to make as you set up your system. The only set-in-stone rule I follow is... don't set anything in stone. It's okay if you decide something that doesn't work later on.
Figuring out your categories
My advice: go fairly broad. You can always sub-categorize. I'm going to go over my own wikis for Athenaeum and Rocket Boosters in detail in a later post, but here are the starting top-level categories I'd recommend for worldbuilders:
A meta category for notes about your database, templates, and any relevant research you've done.
Characters, including main characters, minor characters, and important figures
Worldbuilding
In the last category, which is the main reason for the existence of my wiki, I might have:
Culture
History
Locations
Organizations
Lore (if relevant)
Technology
Transportation
I'll go over the nuances of these 'main' subcategories in that future post I mentioned. In other words, the stuff that actually goes in those categories!
Determining the importance and relevance of worldbuilding elements
You'll need to figure out whether a topic is complex enough to deserve its own entry, or if it should be a sub-heading under another entry. It's okay if you decide on both! I have short subheadings under some entries that amount to "see [link to main entry on that topic]."
I've also decided to expand subheadings into their own topics, and I've removed topics as their own entry and shoved them under subheadings. I do this a lot, in fact! So it's okay if you don't know.
Templates
Will you be creating several of one type of entry?
Individual character profiles
Towns and cities
Factions
(to name a few)
It might be handy to figure out the basic types of information you'll need about each of those things and create a template for them.
A character template might have spaces for the basics, such as name, role, age, and so on.
Some characters will have a lot more information, and some might have even less than what your template dictates! And that's fine.
A word of warning about using system-creation as procrastination
Creating a wiki can be a daunting task. You might decide it's not for you, and that's okay. But you might also decide to go headlong into the process and work on every minute detail, and that is also okay, but.
But.
Beware of using your wiki as an excuse to procrastinate your actual writing/session preparation. Yes, use it to keep track of all the lore you've injected into your manuscript/campaign/whatever, just make sure it stays in its place as a companion to your main project rather than becoming your main project.
How formal should your entries be?
Honestly this one's entirely up to you. I have a mix. Some entries are written like Wikipedia entries with a thorough explanation of the topic with proper punctuation and formatting, while others are simply bullet-point lists of thoughts and ideas that I can return to at a later date.
What methods do you use to keep track of your lore and worldbuilding? Let me know in a reblog or comment!
And please make sure to check the notes. I'll be reblogging with links, and then reblogging that reblog to make sure they're, y'know, actually visible in the notes.
720 notes · View notes
mushiemellows · 3 months
Text
On Rivd and AI
So last night I made this post and said I'd elaborate more in the morning and when I had the time to do a bit of research. Upon doing said research, I realized that I had misunderstood the concerns being raised with the Rivd situation, but that isn't the case any more. However, some of my thoughts on ai still stand. Heads up, this is going to be a long post. Some actual proper blogging for once wow.
I'm going to discuss the Rivd phishing scam, what can be done for fic writers as ai begins to invade fan spaces, and my elaborated thoughts on Language Learning Models. Warning for transparency: I did utilize chat gpt for this post, NOT for the text itself but to provide examples of the current state of LLMs. Some articles I link to will also be ai generated, and their generated quality is part of what I'll be warning about. This is not a generated post and you can tell because I've got those nifty writing things called "voice" and "style."
ANYWAYS:
Okay so what was the Rivd situation? So two days ago this post was uploaded on tumblr, linking back to a twitter thread on the same topic. I saw it late last night because I was traveling. A reddit post was also uploaded 3 days ago. According to google trends, there was a slight uptick in search traffic the week of June 23rd, and a more severe uptick last week (June 30th-July 6th). That's all to say, this website did not exist until last week, caused a stir, and immediately was put down.
Rivd is not longer up. Enough people contacted its web hosting service Cloudflare and they took the site down. This happened yesterday, from the looks of it.
So, then, what was Rivd? And more importantly, what was the point of scraping a chunk of ao3 and re-uploading it? There seems to be 2 possible theories.
1) The more innocent of the two: they genuinely want to be an ao3 competitor. I can't look at the website any more, and very little positive results appear when googled, but I did find one ai-generated puff piece called "Exploring Rivd: The Premier Platform for Movie-Based Fanfiction" posted to Medium last week by one "Steffen Holzmann" (if that is your real name... x to doubt). This account appeared the same week that Rivd had that first little uptick in google queries, so it is undoubtedly made by the people running the website themselves to create an air of legitimacy. Medium appears to be a safe enough website that you can click that link if you really want to, but you shouldn't. It's a bad generated article, there's very little to glean from it. But it is a remnant source on what Rivd was claiming to be, before it was taken down. Here's the conclusion from the article, the only portion that gave any actual information (and it barely offers any):
Rivd is the ultimate platform for movie-based fanfiction, offering a diverse range of content, a supportive community, and robust interactive features. Whether you’re a writer looking to share your work or a reader seeking new adventures in your favorite movie universes, Rivd provides the perfect platform to engage with a passionate and creative community. Start your journey on Rivd today and immerse yourself in the world of fanfiction.
There's a second article by Holzmann titled "Mastering the Art of Fanfiction Writing in 2024" that's essentially similar ai bull, but trades explaining that fans can write Star Wars fic for explaining that you can make OC's and maybe get a beta (not that that's advice I've ever heeded. Beta? Not in this house we don't.) This was posted six days ago and similarly spends half the time jerking Rivd off. That's all to say, if they are to be believed at face value, this website wanted to just be a fic hosting site. Scraping Ao3 would have made it seem like there was already an active user base for anyone they were attempting to attract, like buying your first 50,000 instagram followers. Anyone actually looking to use this as a fic site would have quickly realized that there's no one on it and no actual fan engagement. There's already fan community spaces online. This website offers nothing ao3 or ffn or wattpad or livejournal or tumblr or reddit didn't already.
Similarly, it reeks of tech bro. Between the scraping and the ai articles, the alarms are already going off. According to that Reddit thread, they were based out of Panama, though that doesn't mean much other than an indicator that these are the type of people to generate puff articles and preemptively base their business off-shore. Holzmann, it should be mentioned, also only has 3 followers, which means my tiny ass blog already has more reach than him. Don't go following that guy. The two comments on the first article are also disparaging of Rivd. This plan didn't work and was seen right through immediately.
If fan communities, and those who write fic know anything, it's how to sniff out when someone isn't being genuine. People write fic for the love of the game, at least generally. It's a lot of work to do for free, and it's from a place of love. Ao3 is run on volunteers and donations. If this genuinely is meant to be a business bro website to out-compete ao3, then they will be sorely disappointed to learn that there's no money in this game. It would be short lived anyway. A website like this was never going to work, or if it was, it would need to ban all copyrighted and explicit materials. You know, the pillars of fic.
So then what was the point of all of this? Unless there was a more nefarious plan going on.
2) Rivd was a phishing scam. This is so so so much more likely. The mark for the scam isn't fic readers, it's fic writers. Here's how it works: they scrape a mass of ao3 accounts for their stories, you catch it, you enter a lengthy form with personal info like your full name and address etc. requesting they take your work down, they sell your data. Yes, a lot of personal info is required to take copyrighted materials down on other sites, too. That's what makes it a good scam. Fic already sits in a legal grey area (you have a copyright over your fic but none of the characters/settings/borrowed plot within it. You also CANNOT make money off of fic writing). So the site holds your works ransom, and you can't go to Marvel or Shueisha or fuck it the ghost of Ann Rice herself to deal with this on your behalf. Thankfully, enough people were able to submit valid DMCA's to Cloudflare to deal with the issue from the top.
Remember this resolution for the next time this situation arises (because of course there will be a next time). Go through higher means rather than the site itself. These scams are only getting more bold. Me personally? I'm not going to give that amount of personal info to a website that shady. Be aware of the warning signs for phishing attacks. Unfortunately, a lot of the resources online are still around text/email phishing. We live in a time where there's legal data harvesting and selling, and illegal data harvesting and selling, and the line in between the two is thin and blurry. Here's an FTC article on the signs of phishing scams, but again, it's more about emails.
I should note, I do not think that Rivd is connected to the ransomware virus of the same name that popped up two or three years ago [link is to Rivd page on PCrisk, a cypersecurity/anti-malware website]. It's probably just coincidence.... but even so. A new business priding itself on SEO and all that tech guy crap should know not to name itself the same thing as a literal virus meant to scam out out of a thousand dollars.
That's all to say, this was absolutely a scam meant to take personal info from ao3 writers. And that blows. To love art and writing and creation so much just to have your works held hostage over data feels really bad. Of course it does!
So, should you lock down your ao3 account?
That, to me, is a little trickier. You can do as you please, of course, and you should do what makes you feel safest. Me personally, though, I don't plan on it. I really, really like that guests can interact with my work from the outside. Ao3 still uses an invite system, so a lot of regular users still don't have accounts for any number of reasons. I read a lot of the time logged out anyways. I started writing again last year after all the info on the ao3 Language Learning Model training had already come out. Like I talked about in my last post, I set out to write things that a computer couldn't produce. (from here on out, I'm going to be using One Piece fic as an example, simply because that's what I write. It's also in a really prime position for a lot of ai discussion due to the size of the fandom and the size of the original work)
I'm going to be honest, I'm not all that afraid of my work being scraped for LLMs to train off of. Text generators have existed for a decade now, but they really popped off last year. LLM's are at a point, though, where the tech is sort of stagnating after the initial boom. The flaws of current ai chat bots are so baked into the flaws of ai itself that they won't be ironed out soon. They make up info, they're easily manipulated, they simply are not people. The flaw here is deep- you can trace it to the fact that we don't know enough about neuroscience itself, and even then neuroscientists don't make ai. Ai programers do. Complex info already has to make one synaptic jump without losing any understanding from person to person, and then it has to be perfectly abstracted for a machine to comprehend. It can't be done with the tools we currently have. I DO hate to admit it, but there are some decent uses for ai. if you are specifically a python programmer. The rest of us? Maybe not.
I don't like generated fic, I don't read it on principle. Checking on ao3, though, there's only 4 total generated op fics (3 in spanish, one in english, 3 xreader, 1 zosan but 2nd person zosan? and the author edited the framework the computer generated text. I still didn't enjoy the fic, tho.) But that breaks down to .005% of all op fics. I went into chat gpt and asked it to generate a drabble for me based on One Piece, and this is what it wrote:
Tumblr media
[Image ID: A screenshot of chat GPT. The first line shows my prompt. It reads: You- write me a short 100 word fanfiction based on the manga One Piece. Next line, Chat GPT- "On the shores of an uncharted island, the Straw Hat Pirates stumbled upon a hidden treasure trove. Among the glittering gold and jewels, Luffy discovered an old, weathered journal. Inside, he found sketches and notes detailing the adventures of a legendary pirate who once roamed the Grand Line. Excited by the prospect of a new adventure, the crew set sail. following clues left in the journal. Along the way, they faced formidable foes and forged new alliances, unraveling the mysteries of the lost pirate's legacy. With each island they conquered, they grew closer to uncovering the ultimate treasure- a legacy that would shape their own journey." End ID]
Okay so like, this blows, yeah? 75,000 One Piece fics to train off of on ao3 and it still can't like, write a decent little story. This reads more like an episode summary or a book dust jacket blurb. Drabbles have an internal structure that make them interesting, much like a single sentence short story. You have to get very baby shoes never worn with them, yeah? Ai doesn't understand that, it just knows how many words it has to generate. It doesn't have any sense for creative language, metaphor, simile, poetry. I asked it to write me a poem and it wrote me the same poem with thesaurus replacements each time it re-generated one. A lot about dreams and stars and midnight and whispers, over and over again. The same rhyme scheme and cadence too.
It's also- vitally- so unhorny that it's almost a crime. For a test, I asked it to generate a story about a uhhhhh robot and an archeologist kissing. Just to see what it would give me. I ran 4 tests, a robot falling in love with an archeologist, a robot kissing an archeologist, an archeologist kissing a robot, and an archeologist falling in love with a robot. All 4 were incredibly chaste, quiet little drabbles about the innocence of discovery or whatever the fuck. Here's one of them:
Tumblr media
[Image ID: A screenshot of chat GPT. The first line shows my prompt. It reads: You- write me a short 100 word story about an archeologist kissing a robot. Next line, Chat GPT- "Int he dimly lit chamber, Professor Evelyn Porter stared in awe at the ancient artifact- a remarkably lifelike robot buried for millennia. As she leaned closer to examine its intricacies, a surge of curiosity and admiration swept over her. In a moment of spontaneous fascination, she brushed her lips against the cool metal of its cheek, a gesture of reverence and connection across ages. The robot, dormant for eons, stirred faintly in response to the unexpected contact. It was fleeting, almost surreal exchange between past and future, bridging the gap between human exploration and technological marvels of ancient civilizations." End ID]
So like, some of these phrases gets to what's vaguely intriguing about this dynamic, sure. But at the end of the day it's still uhhhh chaste as hell. A reverent kiss??? Not what I want in my fic!!!! This is all to say, LLM's can scrape ao3 all they want, that doesn't mean they can USE what they're stealing. The training wheels have to stay on for corporate palatability. I'm stealing, I'm taking these dolls out of Shueisha's grubby hands and I'm making them sexy kiss for FREE.
In my opinion, the easiest way to keep your work out of the hands of ai is to write something they cannot use. If the grey area of copyright lies in how much is transformed, then motherfucking TRANSFORM it. Write incomprehensible smut. Build surreal worlds. Write poems and metaphors and flush out ideas that a computer could never dream of. Find niches. Get funky with it. Take it too far. and then take it even farther. Be a little freaking weirdo, you're already writing fic so then why be normal about it, you know? Even if they rob you, they can't use it. Like fiber in the diet, undigestible. Make art, make magic.
Even so, I don't mind if the computer keeps a little bit of my art. If you've ever read one of my fics, and then thought about it when you're doing something else or listening to a song or reading a book, that means something I made has stuck with you just a little bit. That;'s really cool to me, I don't know you but I live in your brain. I've made you laugh or cry or c** from my living room on the other side of the world without knowing it. It's part of why I love to write. In all honesty, I don't mind if a computer "reads" my work and a little bit of what I created sticks with it. Even if it's more in a technical way.
Art, community, fandom- they're all part of this big conversation about the world as we experience it. The way to stop websites like Rivd is how we stopped it this week. By talking to each other, by leaning on fan communities, by sending a mass of DMCA's to web host daddy. Participation in fandom spaces keeps the game going, reblogging stuff you like and sending asks and having fun and making art is what will save us. Not to sound like a sappy fuck, but really caring about people and the way we all experience the same art but interpret it differently, that's the heart of the whole thing. It's why we do this. It's meant to be fun. Love and empathy and understanding is the foundation. Build from there. Be confident in the things you make, it's the key to having your own style. You'll find your people. You aren't alone, but you have to also be willing to toss the ball back and forth with others. It takes all of us to play, even if we look a little foolish.
25 notes · View notes
s7ray-cat · 5 months
Text
PSA for any LGBTQ2IA+ people traveling abroad
This is a link to the LGBTQ+ Travel Safety Index
(Disclaimer: These are excerpts from an article I found)
These are some tools to find safe places to travel for LGBTQ2IA+ people:
LGBTQ-specific travel news and safety basics
U.S. State Department ✈ A section of this government-run online resource offers basic pointers for LGBTQ travelers such as travel document checklists, general safety tips, and information about travel insurance and various U.S. embassy locations.
Equaldex ✈ Launched in 2014, this interactive map-anchored website keeps a running tab on LGBTQ rights–related laws around the world via a global network of user contributions.
National Center for Transgender Equality ✈ This Washington, D.C.–based advocacy organization addresses information relevant to gender-nonconforming and transgender travelers. It features a particularly comprehensive guide to airport security that addresses concerns related to potentially intrusive TSA screening procedures.
OutRight Action International ✈ Formerly known as the International Gay and Lesbian Human Rights Commission, this nonprofit publishes news, studies, and reports on LGBTQ issues around the world that can help travelers stay informed about safety in various destinations.
Erasing 76 Crimes ✈ Journalist and LGBTQ advocate Colin Stewart heads up this news-oriented blog that spotlights global developments related to LGBTQ rights spanning countries across the Middle East, Asia, Africa, Europe, Oceania, and the Americas.
GoAbroad’s LGBTQ Study Abroad Guide✈ For queer students interested in studying abroad, this PDF provides a wealth of information, including tips for coming out to a host family, LGBTQ-specific scholarships, and a list of queer-friendly study abroad programs.
LGBTQ-friendly accommodations and services
The International LGBTQ+ Travel Association ✈ This website acts as a one-stop-shop for all things related to LGBTQ travel planning. It brings together a massive network of queer-approved hotels, transportation providers, tourism boards, travel agencies, tour operators, event promoters, and local media in over 80 countries worldwide; it also maintains recommendation-based travel and business blogs.
Purple Roofs ✈ An LGBTQ mainstay since the late ’90s, this booking website showcases small, family-owned bed-and-breakfasts, hotels, vacation rentals, inns, and tour companies worldwide. It also hosts a variety of related travel resources, including event listings and a dedicated LGBTQ travel blog.
World Rainbow Hotels ✈ This modern travel directory combines a curated list of stylish, queer-friendly hotels in countries where attitudes toward gay, lesbian, bisexual, and trans travelers are for the most part accepting. The website also features an image-driven blog full of travel inspiration, global news, events, and other articles.
Travel Gayand Travel Gay Asia ✈ These twin booking sites serve a predominantly gay male audience, pointing international travelers to city guides with relevant information about bars, clubs, saunas, shops, beaches, and events, as well as queer-friendly hotels across the globe.
GayCities ✈ A similarly gay male–focused online travel guide, this web resource recommends gay-friendly bars, clubs, restaurants, hotels, shops, gyms, and more in 238 different cities from Cape Town to Mexico City.
In addition to explicitly LGBTQ outlets, you can now find pages dedicated to LGBTQ consumers on mainstream online travel booking sites like Expedia and Orbitz. Queer-oriented promotions and packages are also often offered by big-name hotels such as Marriott and Kimpton.
LGBTQ-specialized tour operators and agencies
LGBTQ-friendly tour operators for organized trips
For LGBTQ travelers who’d rather leave trip planning to the experts, award-winning tour operators such as Outstanding Travel, Zoom Vacations, Out Adventures, Toto Tours, Detours Travel, and Concierge Travel all offer a diverse array of international group and private trips. International tour operator R Family Vacations also designs and leads LGBTQ family-friendly trips (plus a few new adults-only options) on land and at sea for public groups and individuals. The queer-run wilderness education organization, The Venture Out Project, operates LGBTQ-specific backpacking trips in the United States for teens, adults, and families.
LGBTQ-friendly cruises
Inclusive travel company Vacaya hosts curated LGBTQ getaways on chartered cruise ships, as well as to all-LGBTQ international resorts. The popular lesbian travel brand Olivia Cruises has been running entertainment-filled cruise, resort, adventure, and riverboat group trips exclusively for queer female–identified travelers since 1990. And cruise company Source Events, which caters predominantly to gay men and their families, organizes both all-gay charters and private LGBTQ groups aboard larger cruise ships (as well as personalized cruise journeys and on-land group itineraries).
Related Free Travel Apps to Download Before Your Next Trip
LGBTQ-friendly travel and networking apps
From joining queer-specific networking groups, to checking for upcoming LGBTQ events in different cities, to starting important conversations about shared experiences through hashtags such as #travelingwhiletrans, LGBTQ travelers have long relied on social media platforms like Facebook, Instagram, and Twitter when planning for domestic and international trips. More recently, meetup apps have created new opportunities for connection between LGBTQ travelers.
Apps (available on iOS and Android)
Meetup ✈ This stalwart community-building platform is a great tool for connecting with fellow LGBTQ folks and getting to know local queer scenes on the road. The “LGBTQ Meetups” section points app users toward various happy hours, professional networking events, book clubs, and hiking groups, as well as playgroups for LGBTQ parents.
SCRUFF Venture ✈ Gay dating app SCRUFF recently launched a travel-oriented edition aimed at making it easier to connect with LGBTQ people “before and while you travel.” By clicking into one of the app’s 500-plus destinations, users can view members marked as “visiting now” or “visiting soon” in each given location. The app also provides travel tips from city “Ambassadors” (members who volunteer to give advice and recommendations to visitors), plus updates about LGBTQ issue–related travel advisories.
Refuge Restrooms ✈ This important resource for trans, intersex, and gender-nonconforming individuals maps out safe restrooms in various countries around the world, which users can search for based on proximity to a location.
Related Seeing the World Through Rainbow-Colored Glasses
LGBTQ-focused travel magazines and blogs
Magazines
Out Magazine’s online outpost Out Traveler covers everything from luxury LGBTQ-friendly hotels and nightlife hot spots to the latest must-have gadgets for jet-setters. Passport Magazine, available in both digital and print formats, touches upon a wealth of topics related to LGBTQ travel, with sections devoted to food and drink, hotel reviews, product roundups, and events. Also worth checking out is Connextions Magazine, which compiles long-form hotel reviews, human interest stories, destination guides, and other global lifestyle content relevant to LGBTQ travelers. (The print and digital publication also has a Spanish edition.)
Although not their main focus, many widely circulated LGBTQ lifestyle outlets like the Advocate, Curve, Autostraddle, Diva, and Chill also feature travel-related news, commentary, city guides, hotel reviews, profiles, and more.
Blogs
Touted as “a lifestyle blog for men and other stylish travelers,” the popular blog Travels of Adam hosts op-eds and personal essays, LGBTQ travel tips and hacks, and restaurant, bar, and hotel reviews in destinations from Egypt to England. Married couple Auston and David head up another gay male–focused travel blog called Two Bad Tourists, which features navigating international gay-friendly destinations, festivals, and events.
On the queer female travel blog Dopes on the Road, you can expect to find a wide range of content, from travel diaries and safety tips to pop culture commentary. Beautiful photo galleries, travel journals, LGBTQ profiles and interviews, travel tips, and destination guides dominate Once Upon a Journey, a helpful travel blog from lesbian couple Roxanne Weijer and Maartje Hensen.
15 notes · View notes
theambitiouswoman · 1 year
Note
Hi
How do you start a blog on a website of its own?
What to write in the about and what to publish as the first article?
1. First you pick a niche for your blog.
2. Choose a blogging platform. I recommend Wordpress.org / Wordpress.com. You can also use Blogger.
3. Choose a domain name for your blog and web hosting provider.
4. Download a blog template and design your layout. You can use Envato market place (I use this one but there are loads)
5. You want to start off with about 5 posts. Here are some things you can do to figure out what to write about:
a. Look at your audience. What are their pain points, concerns, and obsessions when it comes to your products?
b. Use sites like Quora where there are millions of people asking questions to get the best answers.
c. Use blog directories to search by topic.
d. Research competing blogs. Other blogs’ ideas for content in your niche can be a valuable source of inspiration.
e. Use Semrush’s Topic Research tool. With the Topic Research tool, you can enter any blog topic to get a list of related topics and questions that people are searching for.
f. Ask your readers. You can get feedback from your readers on what they want to read about by asking them directly or through surveys.
6. You can use your existing platforms, as well as Pinterest, or other social media platforms to promote your blog and drive traffic to it. It can be under your name or you can make an anonymous account.
7. There are several ways you can monetize your blog:
a. Sell a product or service. You can sell your own products or services on your blog, such as ebooks, courses, or coaching services.
b. Create gated content. You can create premium content that is only available to subscribers or members who pay a fee.
c. Promote external brands. You can promote other brands’ products or services on your blog and earn a commission for each sale made through your affiliate link.
d. Offer sponsored content opportunities to other brands. You can offer sponsored content opportunities to other brands that are relevant to your niche.
e. Provide coaching services. You can offer coaching services related to your niche.
f. Market your freelance writing skills. You can market your freelance writing skills and offer writing services to other blogs or websites.
g. Participate in affiliate marketing. You can participate in affiliate marketing programs and earn a commission for each sale made through your affiliate link.
8. You can use a free image website like: unsplash, pixabay, pexels or canva to create content.
hope this helps!
<3
86 notes · View notes
canmom · 1 year
Text
yarr harr, fiddle de dee [more on piracy networks]
being a pirate is all right to be...
I didn't really intend this post as an overview of all the major methods of piracy. But... since a couple of alternatives have been mentioned in the comments... let me infodump talk a little about 1. Usenet and 2. direct peer-to-peer systems like Gnutella and Soulseek. How they work, what their advantages are on a system level, how convenient they are for the user, that kind of thing.
(Also a bit at the end about decentralised hash table driven networks like IPFS and Freenet, and the torrent indexer BTDigg).
Usenet
First Usenet! Usenet actually predates the web, it's one of the oldest ways people communicated on the internet. Essentially it's somewhere between a mailing list and a forum (more accurately, a BBS - BBSes were like forums you had to phone, to put it very crudely, and predate the internet as such).
On Usenet, it worked like this. You would subscribe to a newsgroup, which would have a hierarchical name like rec.arts.sf.tv.babylon5.moderated (for talking about your favourite TV show, Babylon 5) or alt.transgendered (for talking about trans shit circa 1992). You could send messages to the newsgroup, which would then be copied between the various Usenet servers, where other people could download them using a 'news reader' program. If one of the Usenet servers went down, the others acted as a backup. Usenet was a set of protocols rather than a service as such; it was up to the server owners which other servers they would sync with.
Usenet is only designed to send text information. In theory. Back in the day, when the internet was slow, this was generally exactly what people sent. Which didn't stop people posting, say, porn... in ASCII form. (for the sake of rigour, that textfile's probably from some random BBS, idk if that one ever got posted to Usenet). The maximum size of a Usenet post ('article', in traditional language) depends on the server, but it's usually less than a megabyte, which does not allow for much.
As the internet took off, use of Usenet in the traditional way declined. Usenet got flooded with new users (an event named 'Eternal September'; September was traditionally when a cohort of students would start at university and thus gain access to Usenet, causing an influx of new users who didn't know the norms) and superseded by the web. But it didn't get shut down or anything - how could it? It's a protocol; as long as at least one person is running a Usenet server, Usenet exists.
But while Usenet may be nigh-unusable as a discussion forum now thanks to the overwhelming amount of spam, people found another use for the infrastructure. Suppose you have a binary file - an encoded movie, for example. You can encode that into ASCII strings using Base64 or similar methods, split it up into small chunks, and post the whole lot onto Usenet, where it will get synchronised across the network. Then, somewhere on the web, you publish a list of all the Usenet posts and their position in the file. This generally uses the NZB format. A suitable newsreader can then take that NZB file and request all the relevant pieces from a Usenet server and assemble them into a file.
NZB sites are similar to torrent trackers in that they don't directly host pirated content, but tell you where to get it. Similar to torrent trackers, some are closed and some are open. However, rather than downloading the file piecemeal from whoever has a copy as in a torrent, you are downloading it piecemeal from a big central server farm. Since these servers are expensive to run, access to Usenet is usually a paid service.
For this to work you need the Usenet servers to hold onto the data for long enough to people to get it. Generally speaking the way it works is that the server has a certain storage buffer; when it runs out of space, it starts overwriting old files. So there's an average length of time until the old file gets deleted, known as the 'retention time'. For archival purposes, that's how long you got; if you want to keep something on Usenet after that, upload it again.
As a system for file distribution... well, it's flawed, because it was never really designed as a file sharing system, but somehow it works. The operator of a Usenet server has to keep tens of petabytes of storage, to hold onto all the data on the Usenet network for a retention period of years, including the hundreds of terabytes uploaded daily, much of which is spam; it also needs to fetch it reliably and quickly for users, when the files are spread across the stream of data in random places. That's quite a system engineering challenge! Not surprisingly, data sometimes ends up corrupted. There is also a certain amount of overhead associated with encoding to ASCII and including parity checks to avoid corruption, but it's not terribly severe. In practice... if you have access to Usenet and know your way to a decent NZB site, I remember it generally working pretty well. Sometimes there's stuff on Usenet that's hard to find on other sources.
Like torrents, Usenet offers a degree of redundancy. Suppose there's a copyrighted file on Usenet server A, and it gets a DMCA notice and complies. But it's still on Usenet servers B, C and D, and so the (ostensible) copyright holder has to go and DMCA them as well. However, it's less redundant, since there are fewer Usenet servers, and operating one is so much more involved. I think if the authorities really wanted to crush Usenet as a functional file distribution system, they'd have an easier time of it than destroying torrents. Probably the major reason they don't is that Usenet is now a fairly niche system, so the cost/benefit ratio would be limited.
In terms of security for users, compared to direct peer to peer services, downloading from Usenet has the advantage of not broadcasting your IP on the network. Assuming the server implements TLS (any modern service should), if you don't use a VPN, your ISP will be able to see that you connected to a Usenet server, but not what you downloaded.
In practice?
for torrenting, if you use public trackers you definitely 100% want a VPN. Media companies operate sniffers which will connect to the torrent swarm and keep track of what IP addresses connect. Then, they will tell your ISP 'hey, someone is seeding our copyrighted movie on xyz IP, tell them to stop'. At this point, your ISP will usually send you a threatening email on a first offence and maybe cutoff your internet on a second. Usually this is a slap on the wrist sort of punishment, ISPs really don't care that much, and they will reconnect you if you say sorry... but you can sidestep that completely with a VPN. at that point the sniffer can only see the VPN's IP address, which is useless to them.
for Usenet, the threat model is more niche. There's no law against connecting to Usenet, and to my knowledge, Usenet servers don't really pay attention to anyone downloading copyrighted material from their servers (after all, there's no way they don't know the main reason people are uploading terabytes of binary data every day lmao). But if you want to be sure the Usenet server doesn't ever see your IP address, and your ISP doesn't know you connected to Usenet, you can use a VPN.
(In general I would recommend a VPN any time you're pirating or doing anything you don't want your IP to be associated with. Better safe than sorry.)
What about speed? This rather depends on your choice of Usenet provider, how close it is to you, and what rate limits they impose, but in practice it's really good since it's built on incredibly robust, pre-web infrastructure; this is one of the biggest advantages of Usenet. For torrents, by contrast... it really depends on the swarm. A well seeded torrent can let you use your whole bandwidth, but sometimes you get unlucky and the only seed is on the other side of the planet and you can only get about 10kB/s off them.
So, in short, what's better, Usenet or BitTorrent? The answer is really It Depends, but there's no reason not to use both, because some stuff is easier to find on torrents (most anime fansub groups tend to go for torrent releases) and some stuff is easier to find on Usenet (e.g. if it's so old that the torrents are all dead). In the great hierarchy of piracy exclusivity, Usenet sits somewhere between private and public torrent trackers.
For Usenet, you will need to figure out where to find those NZBs. Many NZB sites require registration/payment to access the NZB listing, and some require you to be invited. However, it's easier to get into an NZB site than getting on a private torrent tracker, and requires less work once you're in to stay in.
Honestly? It surprises me that Usenet hasn't been subject to heavier suppression, since it's relatively centralised. It's got some measure of resilience, since Usenet servers are distributed around the world, and if they started ordering ISPs to block noncomplying Usenet servers, people would start using VPNs, proxies would spring up; it would go back to the familiar whack-a-mole game.
I speculate the only reason it's not more popular is the barrier to entry is just very slightly higher than torrents. Like, free always beats paid, even though in practice torrents cost the price of a VPN sub. Idk.
(You might say it requires technical know-how... but is 'go on the NZB indexer to download an NZB and then download a file from Usenet' really so much more abstruse than 'go on the tracker to download a torrent and then download a file from the swarm'?)
direct peer to peer (gnutella, soulseek, xdcc, etc.)
In a torrent, the file is split into small chunks, and you download pieces of your file from everyone who has a copy. This is fantastic for propagation of the file across a network because as soon as you have just one piece, you can start passing it on to other users. And it's great for downloading, since you can connect to lots of different seeds at once.
However, there is another form of peer to peer which is a lot simpler. You provide some means to find another person who has your file, and they send you the file directly.
This is the basis that LimeWire worked on. LimeWire used two protocols under the hood, one of them BitTorrent, the other a protocol called Gnutella. When the US government ordered LimeWire shut down, the company sent out a patch to LimeWire users that made the program delete itself. But both these protocols are still functioning. (In fact there's even an 'unofficial' fork of the LimeWire code that you can use.)
After LimeWire was shut down, Gnutella declined, but it didn't disappear by any means. The network is designed to be searchable, so you can send out a query like 'does anyone have a file whose name contains the string "Akira"' and this will spread out across the network, and you will get a list of people with copies of Akira, or the Akira soundtrack, and so on. So there's no need for indexers or trackers, the whole system is distributed. That said, you are relying on the user to tell the truth about the contents of the file. Gnutella has some algorithmic tricks to make scanning the network more efficient, though not to the same degree as DHTs in torrents. (DHTs can be fast because they are looking for one computer, the appointed tracker, based on a hash of the file contents. Tell me if you wanna know about DHTs, they're a fascinating subject lol).
Gnutella is not the only direct file sharing protocol. Another way you can introduce 'person who wants a file' and 'person who has a file' is to have a central server which everyone connects to, often providing a chatroom function along with coordinating connections.
This can be as simple as an IRC server. Certain IRC clients (by no means all) support a protocol called XDCC, which let you send files to another user. This has been used by, for example, anime fansub groups - it's not really true anymore, but there was a time where the major anime fansub groups operated XDCC bots and if you wanted their subs, you had to go on their IRC and write a command to the bot to send it to you.
XDCC honestly sucked though. It was slow if you didn't live near the XDCC bot, and often the connection would often crap out mid download and you'd have to manually resume (thankfully it was smart enough not to have to start over from the beginning), and of course, it is fiddly to go on a server and type a bunch of IRC commands. It also put the onus of maintaining distribution entirely on the fansub group - your group ran out of money or went defunct and shut down its xdcc bot? Tough luck. That said, it was good for getting old stuff that didn't have a torrent available.
Then there's Soulseek! Soulseek is a network that can be accessed using a handful of clients. It is relatively centralised - there are two major soulseek servers - and they operate a variety of chat rooms, primarily for discussing music.
To get on Soulseek you simply register a username, and you mark at least one folder for sharing. There doesn't have to be anything in it, but a lot of users have it set so that they won't share anything unless you're sharing a certain amount of data yourself.
You can search the network and get a list of users who have matching files, or browse through a specific user's folder. Each user can set up their own policy about upload speed caps and so on. If you find something you want to download, you can queue it up. The files will be downloaded in order.
One interesting quirk of Soulseek is that the uploader will be notified (not like a push notification, but you see a list of who's downloading/downloaded your files). So occasionally someone will notice you downloading and send you a friendly message.
Soulseek is very oriented towards music. Officially, its purpose is to help promote unsigned artists, not to infringe copyright; in practice it's primarily a place for music nerds to hang out and share their collections. And although it's faced a bit of legal heat, it seems to be getting by just fine.
However, there's no rule that you can only share music. A lot of people share films etc. There's really no telling what will be on Soulseek.
Since Soulseek is 1-to-1 connections only, it's often pretty slow, but it's often a good bet if you can't find something anywhere else, especially if that something is music. In terms of resilience, the reliance on a single central server to connect people to peers is a huge problem - that's what killed Napster back in the day, if the Soulseek server was shut down that would be game over... unless someone else set up a replacement and told all the clients where to connect. And yet, somehow it's gotten away with it so far!
In terms of accessibility, it's very easy: just download a client, pick a name and password, and share a few gigs (for example: some movies you torrented) and you're good.
In terms of safety, your IP is not directly visible in the client, but any user who connects directly to you would be able to find it out with a small amount of effort. I'm not aware of any cases of IP sniffers being used on Soulseek, but I would recommend a VPN all the same to cover your bases - better safe than sorry.
Besides the public networks like Soulseek and Gnutella, there are smaller-scale, secret networks that also work on direct connection basis, e.g. on university LANs, using software such as DC++. I cannot give you any advice on getting access to these, you just have to know the right person.
Is that all the ways you can possibly pirate? Nah, but I think that's the main ones.
Now for some more niche shit that's more about the kind of 'future of piracy' type questions in the OP, like, can the points of failure be removed..?
IPFS
Since I talked a little above about DHTs for torrents, I should maybe spare a few words about this thing. Currently on the internet you specify the address of a certain computer connected to the network using an IP address. (Well, typically the first step is to use the DNS to get an IP address.) IPFS is based on the idea of 'content-based addressing' instead; like torrents, it specifies a file using a hash of the content.
This leads to a 'distributed file system'; the ins and outs are fairly complicated but it has several layers of querying. You can broadcast that you want a particular chunk of data to "nearby" nodes; if that fails to get a hit, you can query a DHT which directs you to someone who has a list of sources.
In part, the idea is to create a censorship-resistant network: if a node is removed, the data may still be available on other nodes. However, it makes no claim to outright permanence, and data that is not requested is gradually flushed from nodes by garbage collection. If you host a node, you can 'pin' data so it won't be deleted, or you can pay someone else to do that on their node. (There's also some cryptocurrency blockchain rubbish that is supposed to offer more genuine permanence.)
IPFS is supposed to act as a replacement for the web, according to its designers. This is questionable. Most of what we do on the web right now is impossible on IPFS. However, I happen to like static sites, and it's semi-good at that. It is, sympathetically, very immature; I remember reading one very frustrated author writing about how hard it was to deploy a site to IPFS, although that was some years ago and matters seem to have improved a bit since then.
I said 'semi-good'. Since the address of your site changes every time you update it, you will end up putting multiple redundant copies of your site onto the network at different hashes (though the old hashes will gradually disappear). You can set a DNS entry that points to the most recent IPFS address of your site, and rely on that propagating across the DNS servers. Or, there's a special mutable distributed name service on the IPFS network based around public/private key crypto; basically you use a hash of your public key as the address and that returns a link to the latest version of your site signed with your private key.
Goddamn that's a lot to try to summarise.
Does it really resist censorship? Sorta. If a file is popular enough to propagate enough the network, it's hard to censor it. If there's only one node with it, it's no stronger than any other website. If you wanted to use it as a long term distributed archive, it's arguably worse than torrents, because data that's not pinned is automatically flushed out of the network.
It's growing, if fairly slowly. You can announce and share stuff on it. It has been used to bypass various kinds of web censorship now and then. Cloudflare set a bunch of IPFS nodes on their network last year. But honestly? Right now it's one of those projects that is mostly used by tech nerds to talk to other tech nerds. And unfortunately, it seems to have caught a mild infection of cryptocurrency bullshit as well. Thankfully none of that is necessary.
What about piracy? Is this useful for our nefarious purposes? Well, sort of. Libgen has released all its books on IPFS; there is apparently an effort to upload the content of ZLib to IPFS as well, under the umbrella of 'Anna's Archive' which is a meta-search engine for LibGen, SciHub and a backup of ZLib. By nature of IPFS, you can't put the actual libgen index site on it (since it constantly changes as new books are uploaded, and dynamic serverside features like search are impossible on IPFS). But books are an ideal fit for IPFS since they're usually pretty small.
For larger files, they are apparently split into 256kiB chunks and hashed individually. The IPFS address links to a file containing a list of chunk hashes, or potentially a list of lists of chunk hashes in a tree structure. (Similar to using a magnet link to acquire a torrent file; the short hash finds you a longer list of hashes. Technically, it's all done with Merkle trees, the same data structure used in torrents).
One interesting consequence of this design is that the chunks don't necessarily 'belong' to a particular file. If you're very lucky, some of your chunks will already be established on the network. This also further muddies the waters of whether a particular user is holding onto copyrighted data or not, since a particular hash/block might belong to both the tree of some copyrighted file and the tree of some non-copyrighted file. Isn't that fun?
The other question I had was about hash collisions. Allegedly, these are almost impossible with the SHA-256 hash used by default on IPFS, which produces a 256-bit address. This is tantamount to saying that of all the possible 256KiB strings of data, only at most about 1 in 8000 will actually ever be distributed with the IPFS. Given the amount of 256-kibibyte strings is around 4.5 * 10^631305, this actually seems like a fairly reasonable assumption. Though, given that number, it seems a bit unlikely that two files will ever actually have shared chunks. But who knows, files aren't just random data so maybe now and then, there will be the same quarter-megabyte in two different places.
That said, for sharing large files, IPFS doesn't fundamentally offer a huge advantage over BitTorrent with DHT. If a lot of people are trying to download a file over IPFS, you will potentially see similar dynamics to a torrent swarm, where chunks spread out across the network. Instead of 'seeding' you have 'pinning'.
It's an interesting technology though, I'll be curious to see where it goes. And I strongly hope 'where it goes' is not 'increasingly taken over by cryptocurrency bullshit'.
In terms of security, an IPFS node is not anonymous. It's about as secure as torrents. Just like torrents, the DFT keeps a list of all the nodes that have a file. So if you run an IPFS node, it would be easy to sniff out if you are hosting a copyrighted file on IPFS. That said, you can relatively safely download from IPFS without running a node or sharing anything, since the IPFS.tech site can fetch data for you. Although - if you fetch a site via the IPFS.tech site (or any other site that provides IPFS access over http), IPFS.tech will gain a copy of the file and temporarily provide it. So it's not entirely tantamount to leeching - although given the level of traffic on IPFS.tech I can't imagine stuff lasts very long on there.
Freenet Hyphanet
Freenet (officially renamed to Hyphanet last month, but most widely known as Freenet) is another, somewhat older, content-based addressing distributed file store built around a DHT. The difference between IPFS and Freenet is that Freenet prioritises anonymity over speed. Like in IPFS, the data is split into chunks - but on Freenet, the file is spread out redundantly across multiple different nodes immediately, not when they download it, and is duplicated further whenever it's downloaded.
Unlike torrents and IPFS, looking up a file causes it to spread out across the network, instead of referring you to an IP address. Your request is routed around the network using hashes in the usual DHT way. If it runs into the file, it comes back, writing copies at each step along the way. If a node runs out of space it overwrites the chunks that haven't been touched in a while. So if you get a file back, you don't know where it came from. The only IP addresses you know are your neighbours in the network.
There's a lot of complicated and clever stuff about how the nodes swap roles and identities in the network to gradually converge towards an efficient structure while maintaining that degree of anonymity.
Much like IPFS, data on Freenet is not guaranteed to last forever. If there's a lot of demand, it will stick around - but if no nodes request the file for a while, it will gradually get flushed out.
As well as content-based hashing, the same algorithm can be used for routing to a cryptographic signature, which lets you define a semi-mutable 'subspace' (you can add new files later which will show up when the key is queried). In fact a whole lot of stuff seems to be built on this, including chat services and even a Usenet-like forum with a somewhat complex 'web of trust' anti-spam system.
If you use your computer as a Freenet node, you will necessarily be hosting whatever happens to route through it. Freenet is used for much shadier shit than piracy. As far as safety, the cops are trying to crack it, though probably copyrighted stuff is lower on their priority list than e.g. CSAM.
Is Freenet used for piracy? If it is, I can't find much about it on a cursory search. The major problem it has is latency. It's slow to look stuff up, and slow to download it since it has to be copied to every node between you and the source. The level of privacy it provides is just not necessary for everyday torrenting, where a VPN suffices.
BTDigg
Up above I lamented the lack of discoverability on BitTorrent. There is no way to really search the BitTorrent network if you don't know exactly the file you want. This comes with advantages (it's really fast; DHT queries can be directed to exactly the right node rather than spreading across the network as in Gnutella) but it means BitTorrent is dependent on external indices to know what's available on the network and where to look for it.
While I was checking I had everything right about IPFS, I learned there is a site called BTDigg (wikipedia) which maintains a database of torrents known from the Mainline DHT (the primary DHT used by BitTorrent). Essentially, when you use a magnet link to download a torrent file, you query the DHT to find a node that has the full .torrent file, which tells you what you need to download to get the actual content of the torrent. BTDigg has been running a scraper which notes magnet links coming through its part of the DHT and collects the corresponding .torrent files; it stores metadata and magnet links in a database that is text-searchable.
This database isn't hosted on the BitTorrent network, so it's as vulnerable to takedown as any other tracker, but it does function as a kind of backup record of what torrents exist if the original tracker has gone. So give that a try if the other sites fail.
Say something about TOR?
I've mentioned VPNs a bunch, but what about TOR? tl;dr: don't use TOR for most forms of piracy.
I'm not gonna talk about TOR in detail beyond to say I wouldn't recommend using TOR for piracy for a few reasons:
TOR doesn't protect you if you're using torrents. Due to the way the BitTorrent protocol works, your IP will leak to the tracker/DHT. So there's literally no point to using TOR.
If that's not enough to deter you, TOR is slow. It's not designed for massive file transfers and it's already under heavy use. Torrents would strain it much further.
If you want an anonymisation network designed with torrents in mind, instead consider I2P. Using a supported torrent client (right now p much just Vuze and its fork BiglyBT - I would recommend the latter), you can connect to a torrent swarm that exists purely inside the I2P network. That will protect you from IP sniffers, at the cost of reducing the pool of seeds you can reach. (It also might be slower in general thanks to the onion routing, not sure.)
What's the future of piracy?
So far the history of piracy has been defined by churn. Services and networks grow popular, then get shut down. But the demand continues to exist and sooner or later, they are replaced. Techniques are refined.
It would be nice to imagine that somewhere up here comes the final, unbeatable piracy technology. It should be... fast, accessible, easy to navigate, reliably anonymous, persistent, and too widespread and ~rhizomatic~ to effectively stamp out. At that point, when 'copies of art' can no longer function as a scarce commodity, what happens? Can it finally be decoupled from the ghoulish hand of capital? Well, if we ever find out, it will be in a very different world to this one.
Right now, BitTorrent seems the closest candidate. The persistent weaknesses: the need for indexers and trackers, the lack of IP anonymity, and the potential for torrents to die out. Also a lot of people see it as intimidating - there's a bunch of jargon (seeds, swarms, magnet links, trackers, peers, leeches, DHT) which is pretty simple in practice (click link, get thing) but presents a barrier to entry compared to googling 'watch x online free'.
Anyway, really the thing to do is, continue to pirate by any and all means available. Don't put it all in one basket, you know? Fortunately, humanity is waaaay ahead of me on that one.
do what you want 'cos a pirate is free you are a pirate
47 notes · View notes
Text
This day in history
Tumblr media
For the rest of May, my bestselling solarpunk utopian novel THE LOST CAUSE (2023) is available as a $2.99, DRM-free ebook!
Tumblr media
#15yrsago LA cop union buys stake in newspaper, demands critical writers be fired https://web.archive.org/web/20090523133759/http://latimesblogs.latimes.com/lanow/2009/05/la-police-union-wants-san-diego-newspaper-writers-fired.html
#15yrsago UK towns move to extend abusive license plate surveillance grid https://news.bbc.co.uk/1/hi/programmes/whos_watching_you/8064333.stm
#15yrsago BA getting rid of first class in new planes https://www.theguardian.com/business/2009/may/22/british-airways-first-class-loss
#15yrsago English schoolkids go on strike until CCTVs are removed from classes https://www.guardian-series.co.uk/news/4377621.LOUGHTON__Pupils_walk_out_of_lessons_in_protest_against_Big_Brother_cameras/
#15yrsago Obamabot to be installed at Disney World, will robotically cover up torture, suspend habeas corpus https://www.nytimes.com/2009/05/22/us/politics/22obamatron.html
#15yrsago Obama promises to suspend Habeas Corpus https://web.archive.org/web/20090524000332/http://open.salon.com/blog/behind_blue_eyes/2009/05/22/obama_proposes_indefinite_preventive_detention_without_trial
#15yrsago Verizon to cops: we won’t help you track down sick, possibly dying man unless you pay his $20 phone bill https://web.archive.org/web/20090524071613/https://www.timesreporter.com/homepage/x862899385/Unconscious-Carroll-man-found-after-11-hour-search
#15yrsago T-Minus: graphic novel tells the history of the space race https://memex.craphound.com/2009/05/22/t-minus-graphic-novel-tells-the-history-of-the-space-race/
#10yrsago Brandalists replace 365 outdoor ads in 10 UK cities with hand-printed works of art https://www.youtube.com/watch?v=lKRmVwqhEdE
#10yrsago Glorious juvenile moment of Dragon’s Lair heroism https://www.youtube.com/watch?v=XQ9cqaVjufo
#10yrsago Edward Snowden hosted a cryptoparty and ran a Tor exit node https://www.wired.com/2014/05/snowden-cryptoparty/
#10yrsago Substitute fine old rums for bourbon and save https://web.archive.org/web/20140523092132/http://www.theawl.com/2014/05/how-to-shut-up-about-the-whiskey-shortage
#10yrsago House leaders gut NSA-curbing USA FREEDOM Act https://www.eff.org/deeplinks/2014/05/eff-dismayed-houses-gutted-usa-freedom-act
#5yrsago Exploitation of workers becomes more socially acceptable if the workers are perceived as “passionate” about their jobs https://pubmed.ncbi.nlm.nih.gov/30998042/
#5yrsago The “Uber of Live Music” will charge you $1100-1600 to book a house show, pay musicians $100 https://www.jwz.org/blog/2019/05/the-uber-of-live-music/
#5yrsago Trump’s stealth attack on Social Security: “Chained CPI” https://www.commondreams.org/views/2019/05/21/beware-trumps-sneak-attack-social-security
#5yrsago In less than one second, a malicious web-page can uniquely fingerprint an Iphone, Pixel 2 or Pixel 3 without any explicit user interaction https://www.ieee-security.org/TC/SP2019/papers/405.pdf
#5yrsago Americans believe that they should own the mountains of data produced by their cars, but they don’t https://www.nytimes.com/2019/05/20/opinion/car-repair-data-privacy.html
#5yrsago A self-appointed wing of the American judicial system is about to make it much harder to fight terms of service https://www.vice.com/en/article/a3x79a/new-proposal-would-let-companies-further-screw-you-over-with-terms-of-service
#1yrago Justice Warriors https://pluralistic.net/2023/05/22/libras-assemble/#the-uz
7 notes · View notes
wphostzone · 21 days
Text
What is Web Hosting? Discover Types, Key Factors, & 2024’s 12 Best Web Hosting Platforms.
Web hosting—the physical presence of your website on the internet—is essential for your online business. Without dependable web hosting, you jeopardize your capacity to run your business and meet your consumers’ expectations.
Understanding web hosting and how it works can be difficult, particularly for people who are unfamiliar with the notion. This article will clearly describe web hosting, explain the many types of web hosting plans available, and outline the essential factors to consider when selecting a hosting company.
What is web hosting?
Tumblr media
Web hosting uses internet-facing hardware and software to provide web services to end users. It is where your website and services are stored, processed, and delivered.
At its most fundamental, web hosting consists of secure internet interfaces and communications, computer server hardware and storage, web server software, and content (text, pictures, audio/video).
However, most web hosting solutions also include database servers, content management systems, e-commerce tools, security and authentication, and other applications required for websites to function and remain secure.
The web hosting sector is critical and is expected to increase by more than 20% year between 2024 and 2028.
How much does web hosting cost?
Hosting charges vary, typically based on capabilities. You may pay $10 per month for a simple billboard-style website to market your business online, or much more if you run a successful e-commerce store with thousands of clients.
To successfully select web hosting that works for you, you simply need to understand your goals and how to translate them into hosting requirements.
Types of Web Hosting
Shared hosting.
Dedicated Hosting
VPS (Virtual Private Server) hosting
Cloud hosting
Continue Reading The Blog Post Click Here...
3 notes · View notes
mvishnukumar · 1 month
Text
What are Some Really Helpful Datasets for a Data Science Project?
When embarking on a data science project, the quality and relevance of your datasets are crucial. Several resources provide access to valuable datasets that can help you build and refine your projects:
Tumblr media
Kaggle Datasets: 
Kaggle is a popular platform for data science competitions and provides a vast repository of datasets across various domains. From finance and healthcare to sports and social media, Kaggle’s datasets come with community discussions and kernels (code notebooks) that can be helpful for learning and experimentation.
UCI Machine Learning Repository: 
The University of California, Irvine, hosts a comprehensive collection of datasets used for empirical studies of machine learning algorithms. The repository includes datasets for classification, regression, clustering, and more, making it a valuable resource for academic and practical applications.
Google Dataset Search: 
Google’s dataset search tool helps you find datasets across the web. It aggregates data from multiple sources and provides access to datasets on a wide range of topics, making it a versatile tool for discovering new and relevant data.
Government Databases: 
Many governments provide open data portals that offer datasets on various topics such as economics, health, education, and public services. For example, the U.S. government’s data.gov and the UK’s data.gov.uk are rich sources of public data that can be used for analysis and research.
FiveThirtyEight:
Known for its data-driven journalism, FiveThirtyEight offers a range of datasets related to politics, sports, and other current events. These datasets are often used in conjunction with articles and analyses, providing context and insight.
AWS Public Datasets: 
Amazon Web Services (AWS) provides access to a wide array of public datasets through its cloud platform. These datasets cover various domains, including genomics, satellite imagery, and machine learning.
Utilizing these datasets can help you practice data cleaning, analysis, and visualization, and build a strong portfolio of projects. Each source offers unique advantages, so selecting the right dataset depends on the goals and scope of your project.
To learn more drop the message.
2 notes · View notes
mubarrakacademy · 6 months
Text
Find Profitable Opportunities: A Comprehensive Guide to Affiliate Marketing for Online Earning
Tumblr media
    Affiliate programs offer a profitable way to earn money online, allowing individuals to market goods and services, grow their following, and earn money for successful recommendations. This article explores affiliate marketing, referral schemes, and optimizing the earning potential with perseverance and smart implementation.
What is Affiliate Marketing?
Affiliate marketing is a performance-based strategy where merchants pay affiliates for generating traffic to their websites, with affiliates receiving commissions from users who click on the links.
Getting Around the Affiliate Scene
ShareASale: ShareASale is an affiliate network that connects merchants offering various products and services with affiliates, offering a user-friendly interface and a vast merchant selection.
Commission Junction (CJ): CJ Affiliate, formerly Commission Junction, offers advertisers a diverse network, performance monitoring, and participation in various affiliate programs to optimize their initiatives.
Amazon Associates is an affiliate program offering 1% to 10% commissions for affiliates promoting various Amazon products, allowing them to earn a wide range of income.ClickBank: ClickBank offers affiliates access to thousands of digital products, with up to 75% commission on each sale.
Rakuten Marketing: Formerly known as Rakuten Affiliate Network, Rakuten Marketing collaborates with top businesses throughout the globe to provide affiliates with access to special offers, discounts, and performance-based incentives.
Bluehost: A well-known web host, Bluehost provides affiliates with high compensation for referring new users to their program. Affiliates that successfully sign up for hosting can earn as much as $65.
Shopify: Shopify offers significant earning opportunities for its user base through its extensive range of e-commerce solutions through its affiliate program.
Udemy: Udemy offers a wide range of courses through referral links, allowing affiliates to earn commissions for each sale made on the platform.
ConvertKit: Content producers can utilize ConvertKit's marketing platform to generate user referrals, thereby generating recurring commissions for their content.
Grammarly: Grammarly provides users with comprehensive support to enhance their writing abilities, promoting the use of grammar in various fields.
Techniques for Successful Affiliate Marketing
To maximize conversion rates and relevance, choose affiliate networks that align with your specialty, audience interests, and content themes.
Produce High-Quality Content: Create informative, captivating material for your audience and carefully include affiliate links or suggestions.
Establish Authority and Trust: The support provided by the audience is crucial in gaining their trust through unbiased evaluations and suggestions backed by thorough research or firsthand experience.
Optimize for Conversions: To find areas for improvement and raise conversion rates, use efficient call-to-actions (CTAs), update landing pages, and monitor performance data.
Diversify Your Income Streams: Investigate multiple affiliate programs across various industries to mitigate risks and stay competitive by staying informed about market changes, customer preferences, and program terms and conditions.
Affiliate marketing offers a scalable and adaptable way to monetize online presence, knowledge, and audience. Affiliates can uncover significant earning potential by carefully choosing programs, producing engaging content, and building trust with their audience.
4 notes · View notes
Text
How can I download large video from prefiles without speed limits?
In the world of digital content consumption, downloading large videos is a common need. Whether you’re an avid movie enthusiast, a professional video editor, or simply someone who enjoys sharing and watching videos, you’ve likely encountered the frustration of slow download speeds, especially when dealing with file hosting services like Prefiles. In this article, we’re about to unveil a game-changing solution – the use of premiumdownloader.net to download large videos from Prefiles without the hindrance of speed limits. Get ready to experience a whole new level of seamless and lightning-fast downloads.
The Need for High-Speed Downloads
Before delving into the solution, let’s address the why. In an era where high-definition videos and massive multimedia files are the norm, having the ability to download large videos swiftly becomes paramount. Slow download speeds can be incredibly frustrating, not to mention time-consuming, particularly when you’re dealing with content that demands a significant amount of bandwidth. That’s where the concept of bypassing speed limits enters the scene, promising to elevate the downloading experience to new heights.
Introducing premiumdownloader.net
At the forefront of this solution is premiumdownloader.net, a versatile online tool designed to address the very pain points that slow down the downloading process. Premiumdownloader.net serves as a bridge, connecting users with the content they seek to download at accelerated speeds, all while circumventing the limitations that are often imposed by file hosting services.
Step 1: Obtaining the Prefiles Link To kick off the process, you’ll need the Prefiles link of the large video you’re itching to download. Whether it’s a movie, a documentary, or any other video content, make sure you’ve got the link at the ready. Copy it to your clipboard as it’ll be the key that unlocks a seamless download experience.
Step 2: Navigating to premiumdownloader.net Fire up your favorite web browser and navigate to premiumdownloader.net. This website functions as a powerful ally, helping you tackle those frustrating speed limits head-on.
Step 3: Paste & Initiate Upon reaching premiumdownloader.net, you’ll notice a designated field where you can paste the Prefiles link. Go ahead and do just that. Then, with anticipation building, hit the button that ignites the download process.
Step 4: Witnessing the Transformation As if powered by digital wizardry, premiumdownloader.net will generate a fresh download link for you. This link holds the secret to eliminating speed limits and ensuring that you can download your large video at an optimal speed.
Step 5: Achieving High-Speed Downloads This newly generated link is your golden ticket to a high-speed download experience. By bypassing the speed limits that Prefiles might impose, you’re able to enjoy a seamless download process that saves you time and frustration.
Conclusion
In the age of digital content consumption, downloading large videos is a common necessity. Slow download speeds, especially due to speed limits imposed by file hosting services, can be a major roadblock to a seamless experience. Thankfully, solutions like premiumdownloader.net have emerged to tackle this challenge head-on. By following the steps outlined above, you can harness the power of premiumdownloader.net to download large videos from Prefiles without the constraints of speed limits.
2 notes · View notes