So, when is the new furry site going up? Gotta create a new furry site to flock to every time there's a big drama shitstorm.
So, when is the new furry site going up? Gotta create a new furry site to flock to every time there's a big drama shitstorm.
Nah, we already used that one for a different drama shitstorm a while ago.
Nah, we already used that one for a different drama shitstorm a while ago.
We have to create a brand-new furry art site and all angrily flock to it in protest of some dumb drama on FA, only to realize that the site is crap because it has nowhere near the population that FA does, and promptly return a few weeks later.
Weasyl's pretty damn awesome.I use both it and FA. (Bi-siteual) You even get folders there and a rather cheery admin team. I feel so fancy and appreciated when I'm there and kinda sad when I return to the Walmart of Furries that is FA.
I love FA, never got into Weasyl but I did try and go over to SF, dunno, its just empty elsewhere in my opinion.
Weasyl's pretty damn awesome.I use both it and FA. (Bi-siteual) You even get folders there and a rather cheery admin team. I feel so fancy and appreciated when I'm there and kinda sad when I return to the Walmart of Furries that is FA.
Its why i avoid sofurry's forum and also chatroom. Also. Stay quiet as they enforce a "be nice or else" ruling...as long as someone claim you hurt them you can get banned...Sofurry's nice enough...but it's rather sexual. So it's not exactly a general art lover's paradise. But it sure is Heaven for writers. (The only site I've never really looked into was Inkbunny...for obvious reasons.)
hahaha alright XD
It's just that I've studied both programming and databases (SQL server) and I'm trying to rack my brain over how you could implement a password into an image.
Perhaps with steganography, the practice of hiding text files inside image files.
Its why i avoid sofurry's forum and also chatroom. Also. Stay quiet as they enforce a "be nice or else" ruling...as long as someone claim you hurt them you can get banned...
I just vomited out of my nose. I'm not sure turning adblock off would even be noticeable.
1. Hash the image.
Can we please talk about what we do from here on out? How do we make the best of this situation?
No, then someone would get wise to it and find how they store it. We'd need something that can be public, but can only be created using private information. So:
1. Hash the image.
2. Pick a password.
3. Combine the image hash and password into a second hash.
4. Enter the password to authorize redistribution of the image.
5. Ship the image with that second hash. The password and the image's hash are combined again to find the second hash, which is then checked against a database.
Or, do we really need to hash the image alone? Maybe it's an unnecessary step. You could hash the image plus the password appended and store that hash in DB.
Or maybe more of a PKI thing. The image is associated with a public key. To reupload the image to IMVU, the uploader has to sign the image, proving their ownership of the secret key and their identity as the artist, and submit the signature. The signature is verified against the public key associated with the artist (which is in database). The images are hashed when uploaded to FA and these are used at IMVU to detect images that should require a signature.
Now what would we do about people changing one pixel and altering the hash without compromising the image? Maybe we can take sections of the image data and hash them separately, and if the number of matching hashes crosses a certain threshold, a signature is required.
Of course, resizing the image or altering it imperceptibly in various well-distributed spots, dunno, I guess that screws the whole hashing idea.
As a person who only produces (kinky) written content, I have never understood SoFurry to be "for writers". Their general UI is awful for written content; unless you somehow find light grey/light brown text ON WHITE to be somehow easy to read.
Weasyl is touted as yet another better-than-FA website - Yet I don't see where, why, or how. Written-submission pages look very similar to FA - Except the text is constricted into a mobile-friendly width (leaving extremely large empty gaps on either side of the content). And the search function is nearly identical, except 3 more results, and less organisation, but overall presented worse.
As far as FA/IMVU - I don't care, as long as my steady stream of porn comes in uninterrupted, and as long as I can put out my unsteady stream of written kinky stuff.
Question is, do any of the FA coders have the skill to even come remotely close to making a system like this XD
its because SoFurry use to be YiffStar which was originally just writing, they then became SoFurry and still heavy on writing being the dominate thing (you are more likely to get someone to pay you to write them a story there than on FA...).As a person who only produces (kinky) written content, I have never understood SoFurry to be "for writers". Their general UI is awful for written content; unless you somehow find light grey/light brown text ON WHITE to be somehow easy to read.
Weasyl is touted as yet another better-than-FA website - Yet I don't see where, why, or how. Written-submission pages look very similar to FA - Except the text is constricted into a mobile-friendly width (leaving extremely large empty gaps on either side of the content). And the search function is nearly identical, except 3 more results, and less organisation, but overall presented worse.
As far as FA/IMVU - I don't care, as long as my steady stream of porn comes in uninterrupted, and as long as I can put out my unsteady stream of written kinky stuff.
Better question: will FA's current coder even be willing to work with IMVU's coders?