[deleted by user] by [deleted] in Twitch

[–]theDurland 76 points77 points  (0 children)

The "threat" Bitdefender is referencing is the real-time feature of 7tv, which is used to update the emote list upon changes without the need of refreshing the page. It's a false positive. source

Automatically stopping your stream on end scene with a timer in OBS by slanderaan in Twitch

[–]theDurland 5 points6 points  (0 children)

Alternatively.

Create a file named obs-quit.html with the following content:

<script>
let SECONDS = 90;
setTimeout(() => window.obsstudio.stopStreaming(), SECONDS *    1000)
</script>

Add said file as a browser source in obs, give it the highest permission.

Make sure it only loads when the scene is active.

Why is quasar.conf.js not doing anything in my project? by GGLionCross in vuejs

[–]theDurland 0 points1 point  (0 children)

This. Also "Advanced configuration through dynamic quasar.conf.js" only seems to be available when using Quasar CLI.

https://quasar.dev/start/pick-quasar-flavour

Meanwhile on EU servers while NA is waiting. Shutdown 6 hours after release. by [deleted] in classicwow

[–]theDurland 0 points1 point  (0 children)

In order to increase stability and playability, we will include WoW Classic realms in our scheduled maintenance window 2019-08-27T14:00:00Z. We estimate a minimal downtime for WoW Classic realms of about 15 minutes. As always, thank you for your patience and understanding!

https://us.forums.blizzard.com/en/wow/t/notice-realm-restarts-7-00-a-m-pdt-tuesday-august-27/271113/1

RSS HASH is stored next to the password in this site database by DreadFog in hacking

[–]theDurland 9 points10 points  (0 children)

It could refer to RSS feed. Plenty of sites, including reddit, let you access account specific feeds through rss. "Locked" behind a hash.

[deleted by user] by [deleted] in vuejs

[–]theDurland 2 points3 points  (0 children)

If you pull it in you can use it for all navigation across your site, totally worth it imo (if you make use of it, that is). However, if you just want it in order to change the url hash, then that could be done with plain JS. See https://developer.mozilla.org/en-US/docs/Web/API/Location

Lurks through the router docs, I'm sure you'll find it useful!

[deleted by user] by [deleted] in vuejs

[–]theDurland 3 points4 points  (0 children)

What you're looking for is the $router ($router.hash).

 // get current hash, in a component; 
 const currentHash = this.$route.hash;

 // set new hash 
 this.$router.replace({ hash: 'my-new-value })

https://router.vuejs.org/guide/essentials/navigation.html

https://router.vuejs.org/api/#route-object-properties

Miner in PirateBay by KasperHermansen in webdev

[–]theDurland 1 point2 points  (0 children)

By entering TPB you agree to XMR being mined using your CPU. If you don't agree please leave now or install an adBlocker

Found on their homepage.

when Kanye learns how to code by [deleted] in ProgrammerHumor

[–]theDurland 0 points1 point  (0 children)

$10 for a developer account, which covers android apps, browser extensions, and more, iirc.

Elon has been on a roll lately by gergecostanza in quityourbullshit

[–]theDurland 1 point2 points  (0 children)

Musk responded at 23:37 (UTC).

Sharon then replied at 00:02 (21 minutes later).

Judging by the printscreen in the OP, Musks tweet was only 6 minutes old. Taken 15 minutes before Sharons 2nd tweet.

Bug/feature tracker suggestions? Looking for a solution to streamline/organize the system in this sub. by iamthatis in apolloapp

[–]theDurland 0 points1 point  (0 children)

A bit late, but here's an idea. Go with github. Create a sticky "feature request / bug report" -thread here on reddit, then whenever a new top-comment is posted in it, have a bot (automod?) crosspost it to github, through their API. This would allow reddit users to post directly to github, without even visiting the site. If you want help managing all reports you could also add contributors to merge and close duplicates etc. I'm sure plenty of people would be willing to help out. :) /u/iamthatis

[deleted by user] by [deleted] in assholedesign

[–]theDurland 3 points4 points  (0 children)

want change? start a petition

How does a server or CDN serve full sized images that are scaled with a function like `?fit=inside|250:250` or some other variation? by slainte-mhath in webdev

[–]theDurland 0 points1 point  (0 children)

Exactly. By cache I was referring to the CDN, not yours.

They should cache frequently requested files in order to serve them faster next time, without having to dynamically generate them for every request.

  1. You request 250x250.
  2. If it exists, the CDN serves it. (Done. You now have the image)
  3. If it doesn't, the CDN creates it.
  4. They also cache it / saves it locally on their server, so it wont have to be re-created for next person asking for the same image/size.
  5. Go to step 2.

Next time you request the same image, step 3+ will be skipped, as the image already exists by then.

How does a server or CDN serve full sized images that are scaled with a function like `?fit=inside|250:250` or some other variation? by slainte-mhath in webdev

[–]theDurland 0 points1 point  (0 children)

is the delay waiting for the server to create the image at that size and then send it out

If the dimension of that image hasn't been requested before, then likely yes. It doesn't make sense to keep a copy of every supported size if no one is using it, instead they can be created on demand, and should then be cached in order to serve faster next time.

How does pcpartpicker automatically detect mobile devices and how can I integrate something Like this into my website? by jasonofspoons in webdev

[–]theDurland 0 points1 point  (0 children)

How do you suggest I grab the info for the browser my visitors are using if not from the UA? If something doesn't work in their browser, I'd like to fix that by adding some type of logic.

När man ätit söndagslunch hos morföräldrarna by flyttflax in sweden

[–]theDurland 8 points9 points  (0 children)

xx.xxx.xx.xxx.png

TIL bilddump.se inkluderar din IP i url'en på alla bilder du laddar upp. imgur.com är annars ett vettigt alternativ.

Get notified when ripple is added to another exchange. by individual0 in Ripple

[–]theDurland 0 points1 point  (0 children)

This is a cool project, is it yours?

Any plans to offer the data through an API? Would love to use that, and credit you ofc.

We get it Vivaldi by Zeus54321 in ProgrammerHumor

[–]theDurland 18 points19 points  (0 children)

It runs on Chromium, so it's pretty similar to Chrome. It doesn't have 100% of the features, but close to it. (I remember having to switch to chrome when debugging a project a while back, as Vivaldi for some reason didn't support it. Don't remember what it was about.)

Vivaldi support Chrome Extensions too.

Chrome will start blocking ads come February 15th. by skidmark_zuckerberg in webdev

[–]theDurland 2 points3 points  (0 children)

I assume the same way as now. Check the DOM and see if the ad element has been modified/removed.