User Controls
ISS is the best forum software I've used
-
2019-11-12 at 11:35 AM UTCNow when I stumble upon another forum, it feels like shit. I don't know how niggers are still using vBulletin and shit. They are so janky and dogshit. Look like shit too. And ISS is much more performant.
You could literally sell this shit commercially and obliterate those shits. Yeah there aren't as many "features" but 99% of those can go fuck themselves anyway. -
2019-11-12 at 11:42 AM UTCYea, ISS is pretty cool.
-
2019-11-12 at 11:42 AM UTCvBulletin was jank
-
2019-11-12 at 11:47 AM UTCvBulletin… It came and went
-
2019-11-12 at 11:48 AM UTCNothing beats heavily modified UBB.
-
2019-11-12 at 11:50 AM UTC
-
2019-11-12 at 12:25 PM UTC
-
2019-11-12 at 12:30 PM UTC
-
2019-11-12 at 1:13 PM UTCI honestly, 100% genuinely believe that dogshit software is what contributed to the death of forum culture. Holy shit forums were fucking garbage forever as features kept getting piled on and things got more and more bloated and shitty.
-
2019-11-12 at 1:23 PM UTC
Originally posted by ORACLE I honestly, 100% genuinely believe that dogshit software is what contributed to the death of forum culture. Holy shit forums were fucking garbage forever as features kept getting piled on and things got more and more bloated and shitty.
It is. I looked at setting up a forum before, and the options were all so shitty it was hard to believe.
And it seems with software that as times goes on everything gets slower and harder to use, worse, not better. -
2019-11-12 at 1:23 PM UTCIn today's backwards world, better means shittier.
-
2019-11-13 at 1:42 AM UTC
-
2019-11-13 at 2:26 AM UTC
-
2019-11-13 at 8:34 AM UTCAww
Originally posted by Star Trek VI: The Undiscovered Country It is. I looked at setting up a forum before, and the options were all so shitty it was hard to believe.
They really are. It's amazing given how mature the space really should be. I liked vB3 and ISS takes a lot of cues from it but there was still plenty of jank there. 3 hasn't been patched in a long ass time and 4 and 5 are trash (especially 5, I fucking hate vB5 so so much). I think SMF is probably the best offering (besides ISS, but I mean I'm clearly pretty biased there) but then that has its fair share of problems and questionable design decisions.
I'd love to see ISS adoption beyond NiS but there are a few road blocks. On the technical side, I need to upgrade to python 3 by end of year to keep getting security patches which is necessary but it's going to be tedious and unsexy work. Then I want to make the extension system a lot less jank, right now it's kind of kludged together and you have to rebuild the UI any time you add or remove an extension for reasons that improve site performance (resource bundling) but make the idea of distributing an extension that's not in the core repo kind of a nightmare so that's a pretty big roadblock to any kind of third party extension ecosystem. The major PHP BBSs all do the economically smart thing and make plugin authoring very easy in terms of getting something started and distributing plugins, but there's a cost in maintenance (ambitious extensions that need versioning for e.g. vB is a sisyphean task) and performance (we've probably all seen the horrors of a forum where the admin got plugin happy and just threw every shiny looking thing into the config).
Then there's semi-technical stuff, a few people have gone through setting up a dev environment and it's not exactly a one step process. As far as I know I'm the only person who's ever even tried to set up a production instance of ISS and you need to probably be a professional level developer and/or ops person to do it all correctly. I've been thinking of setting up a dockerized build which I hope would kill both the development and production birds with one stone, but I've never gone though that process before so I'm not sure how much is going to be involved there. Heroku would also be nice for the turn-key installs but I don't really like tieing it to a commercial closed source product.
And then there's the purely social stuff, i.e. anyone outside of NiS even realizing ISS is a thing and convincing them to use it. Two big selling points in this space are ease of installation and plugin ecosystems, which as mentioned are both pretty weak for ISS at the moment. I invested in stuff like performance, code simplicity, and broad useragent support early on and all of these are kind of afterthoughts for people when shopping for forum software. You have to actually have a forum and traffic on it before you start caring a whole lot about things like performance or supporting lynx or anything like that. Most forum admins aren't programmers and will literally never care about simplicity of a codebase directly.
So yeah, I think there are cool things about ISS beyond it just being a pet project, but it's going to take a lot of elbow grease before it can be a meaningful competitor to commercial software like vB or large OSS forums like phpbb. -
2019-11-13 at 10:07 AM UTCBring back the cuck button, soley for candyrein.
-
2019-11-13 at 10:16 AM UTCAnd make it so candyrein is the only one able to get cucked.
-
2019-11-13 at 11:56 AM UTC
Originally posted by Lanny Aww
They really are. It's amazing given how mature the space really should be. I liked vB3 and ISS takes a lot of cues from it but there was still plenty of jank there. 3 hasn't been patched in a long ass time and 4 and 5 are trash (especially 5, I fucking hate vB5 so so much). I think SMF is probably the best offering (besides ISS, but I mean I'm clearly pretty biased there) but then that has its fair share of problems and questionable design decisions.
I'd love to see ISS adoption beyond NiS but there are a few road blocks. On the technical side, I need to upgrade to python 3 by end of year to keep getting security patches which is necessary but it's going to be tedious and unsexy work. Then I want to make the extension system a lot less jank, right now it's kind of kludged together and you have to rebuild the UI any time you add or remove an extension for reasons that improve site performance (resource bundling) but make the idea of distributing an extension that's not in the core repo kind of a nightmare so that's a pretty big roadblock to any kind of third party extension ecosystem. The major PHP BBSs all do the economically smart thing and make plugin authoring very easy in terms of getting something started and distributing plugins, but there's a cost in maintenance (ambitious extensions that need versioning for e.g. vB is a sisyphean task) and performance (we've probably all seen the horrors of a forum where the admin got plugin happy and just threw every shiny looking thing into the config).
Then there's semi-technical stuff, a few people have gone through setting up a dev environment and it's not exactly a one step process. As far as I know I'm the only person who's ever even tried to set up a production instance of ISS and you need to probably be a professional level developer and/or ops person to do it all correctly. I've been thinking of setting up a dockerized build which I hope would kill both the development and production birds with one stone, but I've never gone though that process before so I'm not sure how much is going to be involved there. Heroku would also be nice for the turn-key installs but I don't really like tieing it to a commercial closed source product.
And then there's the purely social stuff, i.e. anyone outside of NiS even realizing ISS is a thing and convincing them to use it. Two big selling points in this space are ease of installation and plugin ecosystems, which as mentioned are both pretty weak for ISS at the moment. I invested in stuff like performance, code simplicity, and broad useragent support early on and all of these are kind of afterthoughts for people when shopping for forum software. You have to actually have a forum and traffic on it before you start caring a whole lot about things like performance or supporting lynx or anything like that. Most forum admins aren't programmers and will literally never care about simplicity of a codebase directly.
So yeah, I think there are cool things about ISS beyond it just being a pet project, but it's going to take a lot of elbow grease before it can be a meaningful competitor to commercial software like vB or large OSS forums like phpbb.
You are being humble, like a fag.
I really do think that if you make the installation clean and easy (and I guess cheap/free), and get the word out, it would get some grassroots adoption. The biggest "forum" in the world is Reddit and you can't do shit on it. People just wanna post.
You could even do a 2 tier system: 1 base version that is just free to install and has this simple, stable, fast forum functionality with no bullshit. And then if you want additional bullshit then you can pay for the development branch where new stuff is added. -
2019-11-13 at 11:57 AM UTCopen source is smexy fuck corporate software
-
2019-11-13 at 12:05 PM UTCFuck I hate it when admins install 46 different brand of dildo in your ass that you never wanted
-
2019-11-13 at 12:09 PM UTCare you talking shit about new totse