|
New Features, Bug Reports - Printable Version +- Inyouchuuverse (https://inyouchuuverse.net) +-- Forum: General (https://inyouchuuverse.net/forumdisplay.php?fid=9) +--- Forum: Site Design and Nerdy Things (https://inyouchuuverse.net/forumdisplay.php?fid=10) +--- Thread: New Features, Bug Reports (/showthread.php?tid=55) |
RE: New Features, Bug Reports - EchelonV - 07-01-2026 Great idea! RE: New Features, Bug Reports - Ellie - 07-06-2026 Glad you think so! And that was me selecting your message and clicking the Quote button, and having this nicely formatted quote just happen automatically. I still need to add a handler for just citing a message without selecting/quoting specific text (for example right now it would show up as > [1456]) but progress has been made. This is based on part of the concept of a quote plugin available for MyBB that pops up a button to quote message text. Technically, that version has more features (preserving formatting for some reason?), but I'm not touching it with a ten-foot tentacle. The plugin includes two screenshots, one of the feature working in an actual MyBB instance and one painfully obvious AI-generated equivalent of literally the same exact thing. Y'all know how I feel about AI crap, so I wrote my own version from scratch rather than use it and possibly infect my web space with slop code. RE: New Features, Bug Reports - EchelonV - 07-07-2026 AI examples... terrible. What are we coming to. RE: New Features, Bug Reports - Ellie - 07-07-2026 And literally next to an actual screenshot of the actual feature doing the same thing, too. Like it's just there to impress AI-obsessed supervisors or something. (Incidentally, I'm hearing about more companies explicitly rejecting applicants that describe themselves as skilled with AI, because they're starting to realize those people basically have no creativity and critical thinking LOL) Back to the topic, the quote above is just written with > [1493] and no actual quote, and now it reads the message being quoted if you didn't specify what text to highlight. This can be done just by clicking the Quote button without selecting any text. Messages are truncated to 200 characters, end early if they hit a newline, and ignore quote blocks within the quoted message. I think this turned out decently. RE: New Features, Bug Reports - EchelonV - 07-08-2026 【Ellie】in post ID #1508
And literally next to an actual screenshot of the actual feature doing the same thing, too. Like it's just there to impress AI-obsessed supervisors or something. (Incidentally, I'm hearing about more [...] Looks great! Testing highlight... 【Ellie】in post ID #1508
Messages are truncated to 200 characters, end early if they hit a newline, and ignore quote blocks within the quoted message. I think this turned out decently. RE: New Features, Bug Reports - Ellie - 07-08-2026 I will say, my quote trimming regex might be a bit overzealous, since that first (quoting post only) example skipped over to the second paragraph of my message. But it already seems better to me than the vanilla quoting features. Since I was already in a string-modifying mood last night, I also tweaked the front page news section. It only cuts off at a maximum length now if the actual news post does not contain a markdown horizontal divider (---). If it does, that is considered the summary break, which I think makes it look a bit more professional than cutting off with an ellipsis halfway through a sente... RE: New Features, Bug Reports - EchelonV - 07-08-2026 Great idea, the refining is looking excellent. And then when Mikot... (lol) RE: New Features, Bug Reports - Ellie - 07-08-2026 "N-no, please, I beg you!" Mikoto wailed at the bulging tentacle. "That's too big to fi... RE: New Features, Bug Reports - Ellie - 07-10-2026 I'm gonna make an exception in the no-AI rule for posting things to mock... This is that "screenshot" of the select-to-quote plugin that I think I quite justifiably rejected. It gets worse the longer you look at it.
My best interpretation of the one on the right: Yeah, I'd definitely trust that thing to maintain code for me... RE: New Features, Bug Reports - Ellie - 07-13-2026 Had a pair of web crawlers hit us shortly ago from FB/Twt, and since then a bunch of guest connections (about 30) consistently exploring. But not really exploring, because not a single one is getting out of the front page. I can only suspect they're bots that don't understand the 18+ warning. I'm hoping the updated warning still effectively keeps bots out by leaving that hurdle before the registration page, but I can't help but also consider that the current system is most likely a huge thorn in AI scrapers' sides... which I also kinda love. Edit: Okay, three of them got past it, one of them in fact hitting the registration page and one going for the RSS feed. Technically speaking, these COULD be real legitimate users, but this is a pattern I've seen before... and the "registrations" don't lead anywhere - they don't even make it to failing the security question, as per the logs. |