0 users browsing Discussion. | 1 guest | 5 bots  
    Main » Discussion » Board feature requests/suggestions
    Pages: First Previous 5 6 7 8 9 10 11 12 13 14 15 Next Last
    Posted on 19-03-05, 08:26 (revision 1)
    Custom title here

    Post: #292 of 1151
    Since: 10-30-18

    Last post: 15 days
    Last view: 3 hours
    Posted by Nicholas Steel
    Have you considered adding support for Youtube embeds? When I use the [youtube] tags with just the tail end of the URL it restores the whole URL instead of embedding the video...
    Hey!
    That was my first request ever was to REMOVE that obnoxious anti-feature.



    BTW, the little graph bars for poll threads are illegible on the "old metal" theme, as the first bar is black on a black background.





    --- In UTF-16, where available. ---
    Posted on 19-03-05, 11:03 (revision 13)
    Post: #139 of 426
    Since: 10-30-18

    Last post: 283 days
    Last view: 9 days
    Posted by creaothceann
    Wasn't it omitted because page loads would get very slow?
    I... never had an issue with it on Byuu's forum and I'm using an ancient CPU (though with videos performance is largely dependent on the video card and the number of videos simultaneously playing).

    The website you linked to only consumes 13% of my CPU and 3% of the GPU.

    I've had issues with some websites when I had a Geforce 760 video card like:
    * Horizon: Zero Dawn website Multiple Full HD and HD videos auto-playing in the background and can't be paused, 100% GPU utilization and very high CPU utilization. Edit: looks like they've changed it so there's only 1 background video.
    * Break image galleries. Often consisted of a lot of auto-playing videos per page so you'd have to scroll through pausing them all if you wanted any to playback correctly. Break is now dead.
    * Endless scrolling Joyreactor website design. they ditched that a few years ago.

    but it's no longer an issue since I upgraded to the Geforce 1070Ti (and I have very high expectation that a Geforce 1050 (non-Ti) wouldn't break a sweat either). Also Youtube video embeds don't automatically play afaik so other than the time it takes to load video players there shouldn't be much if any performance nor network impact until you click Play?

    AMD Ryzen 3700X | MSI Gamer Geforce 1070Ti 8GB | 16GB 3600MHz DDR4 RAM | ASUS Crosshair VIII Hero (WiFi) Motherboard | Windows 10 x64
    Posted on 19-03-05, 11:04 (revision 1)
    Custom title here

    Post: #293 of 1151
    Since: 10-30-18

    Last post: 15 days
    Last view: 3 hours
    Posted by Nicholas Steel
    Posted by creaothceann
    Wasn't it omitted because page loads would get very slow?
    I... never had an issue with it on Byuu's forum and I'm using an ancient CPU (though with videos performance is largely dependent on the video card and the number of videos simultaneously playing).
    I did, to the point that I tried to stay out of threads I knew people were embedding videos into(particularly when dicking about on my smartphone datacard). Even worse when the network is acting up and everything is slow.

    This was discussed on page 1 of this thread.


    --- In UTF-16, where available. ---
    Posted on 19-03-05, 12:19

    Post: #85 of 449
    Since: 10-29-18

    Last post: 30 days
    Last view: 1 day
    Posted by Nicholas Steel
    I... never had an issue with it on Byuu's forum and I'm using an ancient CPU (though with videos performance is largely dependent on the video card and the number of videos simultaneously playing).

    The website you linked to only consumes 13% of my CPU and 3% of the GPU. [...] Youtube video embeds don't automatically play afaik so other than the time it takes to load video players there shouldn't be much if any performance nor network impact until you click Play?

    It's the loading time that's an issue. A page like this takes a few seconds, utilizes all 4 cores of my work machine to at least 50% (and raises their temperature to 70°C, causing the fan to spin up).

    My current setup: Super Famicom ("2/1/3" SNS-CPU-1CHIP-02) → SCART → OSSC → StarTech USB3HDCAP → AmaRecTV 3.10
    Posted on 19-03-05, 13:00
    Dinosaur

    Post: #189 of 1285
    Since: 10-30-18

    Last post: 17 days
    Last view: 12 hours
    Posted by Nicholas Steel
    Posted by creaothceann
    Wasn't it omitted because page loads would get very slow?
    I... never had an issue with it on Byuu's forum and I'm using an ancient CPU (though with videos performance is largely dependent on the video card and the number of videos simultaneously playing).

    The website you linked to only consumes 13% of my CPU and 3% of the GPU.

    I've had issues with some websites when I had a Geforce 760 video card like:
    * Horizon: Zero Dawn website Multiple Full HD and HD videos auto-playing in the background and can't be paused, 100% GPU utilization and very high CPU utilization. Edit: looks like they've changed it so there's only 1 background video.
    * Break image galleries. Often consisted of a lot of auto-playing videos per page so you'd have to scroll through pausing them all if you wanted any to playback correctly. Break is now dead.
    * Endless scrolling Joyreactor website design. they ditched that a few years ago.

    but it's no longer an issue since I upgraded to the Geforce 1070Ti (and I have very high expectation that a Geforce 1050 (non-Ti) wouldn't break a sweat either). Also Youtube video embeds don't automatically play afaik so other than the time it takes to load video players there shouldn't be much if any performance nor network impact until you click Play?


    "Works on my machine" is not a excuse for polluting pages with endless video embeds.
    Also: bandwidth. So sorry but no.

    Licensed Pirate® since 2006, 100% Buttcoin™-free, enemy of All Things JavaScript™
    Posted on 19-03-05, 16:33
    Stirrer of Shit
    Post: #68 of 717
    Since: 01-26-19

    Last post: 1547 days
    Last view: 1545 days
    What about a compromise?
    You make a page on this server entitled something like embed.php, taking a parameter ?v=XXXXXXXXXXX, where v is the youtube video ID.
    This page has code something like this:

    <a href="youtube.com/embed/XXXXXXXXXXX">
    <img src="https://img.youtube.com/vi/XXXXXXXXXXX/default.jpg" />
    </a>


    Then, posting a youtube link triggers the following, server-side
    1) do GET to youtube to extract title
    2) emit text as link to regular (non-embed) youtube, e.g. watch?v=
    3) emit iframe to embed?v=XXXXXXXXXXX

    If you click on the thumbnail, it gets embedded proper inside the iframe. Otherwise, it's just around 4kb/embed.

    You could do all of this with JS, but I have a feeling it wouldn't be too popular. Likewise, you could proxy the embedded image to avoid leaking IPs to Google, but that's even more work. And the first two steps could be skipped, which would drastically reduce the work needed to implement.

    Thoughts?

    (You could also make embed.php fetch the title for you, but you'd end up making a lot of get requests unless you manage to cache it somehow)

    Personally, I think youtube embeds are useless. If I'd want to watch something, I'd take the 0.2 seconds it takes to middle mouse click it and watch it in a new tab.

    There was a certain photograph about which you had a hallucination. You believed that you had actually held it in your hands. It was a photograph something like this.
    Posted on 19-03-05, 20:40
    SHOO-BE-DOO SHOO-SHOO-BE-DOO

    Post: #156 of 598
    Since: 10-29-18

    Last post: 108 days
    Last view: 2 hours
    Or, easier: ☑️ Enable Youtube embeds
    Posted on 19-03-05, 20:44
    Dinosaur

    Post: #190 of 1285
    Since: 10-30-18

    Last post: 17 days
    Last view: 12 hours
    Works for me™.

    And now the debate: opt-in or opt-out?

    Licensed Pirate® since 2006, 100% Buttcoin™-free, enemy of All Things JavaScript™
    Posted on 19-03-05, 21:42
    Does not care, will put on the maid outfit

    Post: #157 of 598
    Since: 10-29-18

    Last post: 108 days
    Last view: 2 hours
    Pfft, that's easy. In, of course!
    Posted on 19-03-08, 12:28
    Custom title here

    Post: #298 of 1151
    Since: 10-30-18

    Last post: 15 days
    Last view: 3 hours
    Posted by CaptainJistuce

    BTW, the little graph bars for poll threads are illegible on the "old metal" theme, as the first bar is black on a black background.


    I think this got lost in the Great YouTube Debate.

    --- In UTF-16, where available. ---
    Posted on 19-03-08, 15:28
    Can Breathe in Space

    Post: #158 of 598
    Since: 10-29-18

    Last post: 108 days
    Last view: 2 hours
    The default colors are the standard CGA, though one set has black and the other does not. This discrepancy should be gone now. The braces poll has its own custom bar colors, so I'd have to edit that in the DB to make it not black.
    Posted on 19-03-08, 16:15
    Stirrer of Shit
    Post: #74 of 717
    Since: 01-26-19

    Last post: 1547 days
    Last view: 1545 days
    What's the point of exposing IPs on the "Online users" page? If you want to post, you either have to visit the thread or the login page. And any such visit exposes your UA+IP. By comparing the visit times ("guest with IP X browsed thread Y, then user Z opened that same thread"), it'd be trivial to get anyone's IP. Even if you don't browse as a guest but just go straight to the login page, you'd still show up on the logs.

    I get it for bots, but why do it for humans if you don't do it when they're logged in? What about at least masking them, like masking "185.220.101.33" into "X.X.101.33" or ".101.33"?

    Assuming it's even vaguely similar to that in the git repository, it'd be a very quick change to make in online.php:

    if($showIPs) $guestList .= "<td>".formatIP($guest['ip'])."</td>";
    //to (last 7)
    if($showIPs) $guestList .= "<td>".substr(formatIP($guest['ip']), -7)."</td>";
    //or (last two octets)
    if($showIPs) $guestList .= "<td>".preg_replace("^([0-9]+\.){2}", "X.X.", formatIP($guest['ip']))."</td>";


    (or just take them out altogether)

    There was a certain photograph about which you had a hallucination. You believed that you had actually held it in your hands. It was a photograph something like this.
    Posted on 19-03-08, 21:42
    The Sufferer

    Post: #160 of 598
    Since: 10-29-18

    Last post: 108 days
    Last view: 2 hours
    I'm sure I don't know what you're talking about 😏
    Posted on 19-03-08, 22:50
    Custom title here

    Post: #300 of 1151
    Since: 10-30-18

    Last post: 15 days
    Last view: 3 hours
    Posted by Kawa
    The default colors are the standard CGA, though one set has black and the other does not. This discrepancy should be gone now. The braces poll has its own custom bar colors, so I'd have to edit that in the DB to make it not black.
    Polls can have custom colors? The heck?

    --- In UTF-16, where available. ---
    Posted on 19-03-08, 23:01
    Secretly, I'm Thor Balle Mühlensteth

    Post: #161 of 598
    Since: 10-29-18

    Last post: 108 days
    Last view: 2 hours
    How would you explain the braces poll having grayscales while the PHP code clearly has CGA values?
    Posted on 19-03-09, 00:30
    Custom title here

    Post: #301 of 1151
    Since: 10-30-18

    Last post: 15 days
    Last view: 3 hours
    Defective graphics adapter?

    --- In UTF-16, where available. ---
    Posted on 19-03-09, 01:35
    The Devilfucking Dickens

    Post: #162 of 598
    Since: 10-29-18

    Last post: 108 days
    Last view: 2 hours
    Nice one, but the only graphical defect is that you didn't notice the color fields next to each option in the New Poll form.
    Posted on 19-03-09, 01:53
    Custom title here

    Post: #302 of 1151
    Since: 10-30-18

    Last post: 15 days
    Last view: 3 hours
    In fairness, I've never made a poll here.

    --- In UTF-16, where available. ---
    Posted on 19-03-09, 02:27
    Rated M for Manly

    Post: #163 of 598
    Since: 10-29-18

    Last post: 108 days
    Last view: 2 hours
    In fairness, me neither.
    Posted on 19-03-09, 02:31

    Post: #95 of 210
    Since: 10-29-18

    Last post: 1660 days
    Last view: 1632 days
    To be fair, I can't even be bothered making one.
    Pages: First Previous 5 6 7 8 9 10 11 12 13 14 15 Next Last
      Main » Discussion » Board feature requests/suggestions
      Yes, it's an ad.