[ rss / options / help ]
post ]
[ b / iq / g / zoo ] [ e / news / lab ] [ v / nom / pol / eco / emo / 101 / shed ]
[ art / A / beat / boo / com / fat / job / lit / map / mph / poof / £$€¥ / spo / uhu / uni / x / y ] [ * | sfw | o ]
logo
science

Return ]

Posting mode: Reply
Reply ]
Subject   (reply to 4367)
Message
File  []
close
.png
436743674367
>> No. 4367 Anonymous
17th April 2018
Tuesday 1:17 am
4367 spacer

https://www.youtube.com/watch?v=yk6wbvNPZW0
Expand all images.
>> No. 4368 Anonymous
17th April 2018
Tuesday 1:39 am
4368 spacer
I just reported this thread, because despite three refreshes it was that enema video. I am sorry, but it's the admin's or whoever's fault.
>> No. 4369 Anonymous
17th April 2018
Tuesday 4:22 pm
4369 spacer
>>4368
What browser were you using? There are issues with YT embeds on some of them, try updating everything.
>> No. 4370 Anonymous
17th April 2018
Tuesday 4:56 pm
4370 spacer
>>4368
Actually it wouldn't have happened if he'd used the new embeds because then only one player would be loaded at a time.

And it's not our fault. If you ever witness the phenomenon you can verify yourself the correct video was requested. One can only speculate why they're delivered out of order. I can accept responsibility for not working around the problem sooner. I just mean the root issue is not of our making.
>> No. 4371 Anonymous
17th April 2018
Tuesday 4:57 pm
4371 spacer
>>4369
>There are issues with YT embeds on some of them
No, there aren't. There are issues with YT embeds on this site specifically, in all browsers.
>> No. 4372 Anonymous
17th April 2018
Tuesday 4:59 pm
4372 spacer
>>4371
I've seen it happen on Reddit with RES. Most sites don't request a lot of videos at once because of how wasteful it is, hiding the issue.
>> No. 4373 Anonymous
17th April 2018
Tuesday 5:09 pm
4373 spacer
>>4370
I'm not sure how it's not your fault given this appears to happen reliably in multiple browsers but on literally no other site anywhere.
>> No. 4374 Anonymous
17th April 2018
Tuesday 5:44 pm
4374 spacer
>>4373
As I said this won't happen on most sites because they don't waste a boatload of bandwidth by loading a bunch of YouTube players that will likely go unused. That part is obviously my fault. However I suspect that rarely (and far from reliably) videos are delivered out of order because there's some race condition in the aggressive network optimisation that YouTube does on their servers.

We process posts only once when they're submitted - there's no code that could separate a video from the rest of the post upon retrieval. It's all one continuous string echoed in its entirety.

Like I said: wait for it to happen, inspect the DOM and witness that the right video was requested; but YouTube delivered the wrong one. Other people have done this. Then explain how it could possibly be my fault. Honestly I'd welcome the opportunity to learn.
>> No. 4376 Anonymous
17th April 2018
Tuesday 6:01 pm
4376 spacer
>>4374
The other person being >>/shed/12742.
>> No. 4377 Anonymous
17th April 2018
Tuesday 7:52 pm
4377 spacer
>>4367
I've never really studied maths beyond rote learning for exams and a little applied stuff for my physics undergrad (the purest course being Linear Algebra 101). I never 'felt' anything from my maths education before.

But this video invoked a deep feeling of satisfaction within me. Thankyou.
>> No. 4378 Anonymous
18th April 2018
Wednesday 8:12 am
4378 spacer
I realise what I am about to suggest is considered heretical. But wouldn't the tech problems go away if the site switched from Brian? The interface for smartphones here is profoundly antiquated. We all had a good laugh when the r9k raid left because they couldn't work out the site, but maybe they had a point. I'm sure the response will be "fuck you pay me" but my point is that it would surely lead to less labour to maintain.
>> No. 4379 Anonymous
18th April 2018
Wednesday 8:17 am
4379 spacer
>>4378

I see no platform that could be ran as reliably as the one our masters have grown accustomed to over the last decade.
>> No. 4380 Anonymous
18th April 2018
Wednesday 8:41 am
4380 spacer
>>4379

Then you lack imagination and experience. I'm not promoting change for the sake of change but this site has long running technical problems that there doesn't seem to be the will to stay on top of that I presume would go away if we adopted a system other people are updating and maintaining.
>> No. 4381 Anonymous
18th April 2018
Wednesday 8:55 am
4381 spacer
>>4380
The long running issue described in this thread was fixed last week (if you choose to take advantage of it). The mobile view should get fixed this year. You're probably right about using something else but we just don't want to do it that way.
>> No. 4382 Anonymous
19th April 2018
Thursday 4:28 pm
4382 spacer
>>4374

This is because your ajax php scripts that allow us to do things like hover over post numbers and see the post load HTML. They should be loading JSON and rendering it in the browser. This way we'd have a decent JSON API that I could use to build an actual functional mobile app for this place.

As it is, I can use the thread/post/board ajax PHP files to obtain HTML data to make an app, but frankly it'd be no better than using the side on luddite mode on mobile.

</rant>
>> No. 4383 Anonymous
19th April 2018
Thursday 4:31 pm
4383 spacer
>>4382

Also by not loading fucking HTML you wouldn't be loading fucking youtube.

You guys do realise that even even if I set youtube embeds to "NONE" in /o/ britfa still loads all the youtube shite and just hides it from me via css?

This is a) not acceptable to any half decent programmer b) a good use of my bandwidth or C) particularly difficult to fix even if you don't want to fuck about with JSON.
>> No. 4384 Anonymous
19th April 2018
Thursday 4:34 pm
4384 spacer
>>4382
>>4383

Me again,

having

<iframe id="ytplayer" type="text/html" width="640" height="390" src="https://www.youtube.com/embed/yk6wbvNPZW0" frameborder="0" allowfullscreen></iframe>
<span class="textembed"><a href="
">
</a></span><br>

in my page when I specifically selected no video embedding is just not on chaps. I'm working on a work around right now hold on.
>> No. 4385 Anonymous
19th April 2018
Thursday 4:35 pm
4385 spacer
>>4384

also if the site had a [quote][/quote] feature so that I could paste html without it rendering

A) that shit show wouldn't happen and
B) I wouldn't be able to hack the site with basic XSS (which I haven't ever done but now realize is entirely possible
>> No. 4386 Anonymous
19th April 2018
Thursday 4:56 pm
4386 spacer
>>4385

Following on:

Having the following html code:

<span class="fullembed"><iframe id="ytplayer" type="text/html" width="640" height="390" src="YOUTUBEURL frameborder="0" allowfullscreen></iframe><br></span>

<span class="textembed"><a href="YOUTUBEURL">YOUTUBEARL</a></span><br>


and then choosing which span to show based on CSS is just ridic.

Sadly I can't find any damn way to disable iplayers for a single site but noscript will allow you to block them for all sites, which will be my workround for now.

Regards, slightly manic computer language poliglot lad.
>> No. 4387 Anonymous
19th April 2018
Thursday 5:42 pm
4387 spacer
>>4386

s/iplayers/iframes

It's been a rough day. You should get what I mean though.

It is possible, through a very rough series of configuration changes to the firefox noscript extension to block access to youtube via iframe. If anyone cares I'll try to document them, but I doubt any of you do.

I promise this will be my final wobble on this subject and final post unless someone wants the above-mentioned instructions.
>> No. 4388 Anonymous
19th April 2018
Thursday 6:21 pm
4388 spacer
>>4385
I don't think you understand what just happened. Your HTML was properly escaped. The two links to a YouTube video you posted were detected and triggered the new embed code we've had for two weeks and which solves all the problems you just complained about.

The old method of embedding remains active only temporarily. Here's a new one - just paste the YouTube URL.


>> No. 4390 Anonymous
19th April 2018
Thursday 6:37 pm
4390 spacer
>>4388
Though of course you will find they won't work if you've disabled JavaScript. This use case is unsupported and more of the site will come to rely on JS over time.
>> No. 4391 Anonymous
19th April 2018
Thursday 6:59 pm
4391 spacer
>>4388
Not him, but that player just disappears when I click on it. I've now got sound playing but no visible controls to stop it other than silencing the tab or reloading the page.
>> No. 4392 Anonymous
19th April 2018
Thursday 7:06 pm
4392 spacer
>>4391
Actually, disregard that. It was my adblocking rule dating back to when we had that autoplay wazzockery a few years ago.
>> No. 4396 Anonymous
19th April 2018
Thursday 8:21 pm
4396 spacer
>>4392

Gone but not forgotten.


>> No. 4397 Anonymous
19th April 2018
Thursday 9:23 pm
4397 spacer

1521874718000.jpg
439743974397
BIG
>> No. 4400 Anonymous
21st April 2018
Saturday 6:31 pm
4400 spacer
>>4388

I may be wrong about xss, but I think that if I played enough with it I could achieve it. Unless purpz gives me mission with a ##MOD## tag I'm not doing it because unsolicited pentests are a crime and the ony crime I want to commit with Uncle Purpz is consensual buggery in the infamous cottaging toilet beneath the strand in London.

>>4390

I use noscript and am fairly liberal with whitelisting as long as it's not asdjdklfjklfjklfsjlk.ch or someting.

I do no entirely block frames and I frames.

I added brifa.gs and .jquery.com to my https everywhere enforcement list and everything works fine.

Later I'll pin your https certificate and then I just start enforcing a "only execute javascrpit from secure connections" policy at least for this site.

Obviously, and ironically, I could still get hacked by any Korean 14 yo with access root on jquery.com - buf i you insist on using that shite what can I do?

PS: I'm no real javascript export but

[quote][plain]
div class="yt-thumbnail" style="background-image:url('youtube-url/jpg');" data-video-id="qVvxjGPq8BY">'
[/plain][quote]

does't look it saves us much bandwidth and makes blocking it via iframe and so on much harder.

I pay have to use fucking tamper data to rewrite britfa.gs responses to rewrite youtube embeds into a fucking clickable link with no preview, so that my computer doesn't access youtube without my permission.
>> No. 4401 Anonymous
21st April 2018
Saturday 6:34 pm
4401 spacer
>>4400
* I do noW entirely block frames and I frames.

I reposted once already and I'm fucked if I'm going it again.

Post editing when? :P
>> No. 4402 Anonymous
21st April 2018
Saturday 8:31 pm
4402 spacer
>>4400
If I embed five videos it's 4.46 MB of network transfer. If I only load the thumbnails it's 138 kB. That's a 97% saving.
>> No. 4403 Anonymous
21st April 2018
Saturday 8:39 pm
4403 spacer
>>4402

Yes and that's great but you can you make those thumbnails not load at all for those of us with "Text Links Only" set in /o/ ?

You can probably do it with two lines of javascript.... if session.options[videoembedding] == thumnails {} else if session.options[videoembedding] == textony.....

Fuck it, I'll knock the code up for you myself when I get a spare minute.
>> No. 4404 Anonymous
21st April 2018
Saturday 9:17 pm
4404 spacer
>>4403
Don't. There's a reason I didn't couple these to /o/ and it's not because I can't write if statements. I may do so temporarily to keep you quiet.
>> No. 4405 Anonymous
22nd April 2018
Sunday 12:13 am
4405 spacer
>>4404
> I may do so temporarily to keep you quiet.

I'll sf u right now, last thing I wan't is to stress you out. Tell me though, is /o/ stuff in PHP and hidden from the javascript layer for security reasons?

In any case blockig I frames and only getting thumbnails is ok for now, it's like I browse in a VM with 2gb ram, I set /o/ to be text only and it still cunts all my ram. You can understand why that might irk a chap off.

Btw I've decided to restart my mirroring projecty of britfa, I won't reveal the domain until I buy it because it'll be ace.

Also this isn't site usurp mu beloved britfa... it's more like if marple falls off his motor bike we all migrate to my site within the week. Music can choose the mods (even green) but I draw the line at Black, histrionic fucking schizoid.

Anyway I just noticed there's a fucking mssive post in sheds were I should be posting this bollocks and no here.

Return ]
whiteline

Delete Post []
Password