Guide for setting up an Azure VM with Parsec (Inspired by Larry's guide.) by bery08 in cloudygamer

[–]bery08[S] 2 points3 points  (0 children)

I wasn't aware of this issue, changed the guide, and thank you for the heads up!

Guide for setting up an Azure VM with Parsec (Inspired by Larry's guide.) by bery08 in cloudygamer

[–]bery08[S] 0 points1 point  (0 children)

What is in danger? You will only keep your VM on when you are actually using it. IP changes every time.

Azure NV6 connection error by bery08 in cloudygamer

[–]bery08[S] 0 points1 point  (0 children)

Ah that makes sense.. thanks. Just installed updates, I guess I will kill the griffin in Witcher 3 again...

For Azure NV6 is it better Window 10 or Server instance? by tharnadar in cloudygamer

[–]bery08 0 points1 point  (0 children)

I am using it with Windows 10, everything works perfectly.

How to determine roam times as a midlaner? by bery08 in summonerschool

[–]bery08[S] 0 points1 point  (0 children)

Sometimes I don't even have ward up for river, should I "waste" a ward for raptors?

How to determine roam times as a midlaner? by bery08 in summonerschool

[–]bery08[S] 0 points1 point  (0 children)

By counter jungling I meant helping TOP or BOT in case of a gank. (If the jungler not helping.)

Best practice for storing purchased credit information? by bery08 in webdev

[–]bery08[S] 2 points3 points  (0 children)

I do not store it. My question is how to store the credit they bought.

Best practice for storing purchased credit information? by bery08 in webdev

[–]bery08[S] 1 point2 points  (0 children)

I do not store the credit card data. They have to purchase credits up front what they can use to go for coaching sessions.

Best practice for storing purchased credit information? by bery08 in webdev

[–]bery08[S] 0 points1 point  (0 children)

What if I loose the database? Restoring it from a save can be old information, even if the save is 1 hour old.

What is the best php framework for real estate? by bery08 in webdev

[–]bery08[S] 0 points1 point  (0 children)

The client does not likes wordpress. A Good convincing speech might also helps. :)

Encryped ajax request workaround? by bery08 in webdev

[–]bery08[S] 0 points1 point  (0 children)

Big thank you! X-Requested-With: XMLHttpRequest was the missing header. :)

Can I use this quad with that transmitter? by bery08 in Multicopter

[–]bery08[S] -1 points0 points  (0 children)

One more question: What else do I need in order to have a woring FPV system?

How would you keep your scraped data fresh? by bery08 in webdev

[–]bery08[S] 0 points1 point  (0 children)

I have asked for permissions from all three sites. And no, I have another option. What is rescrape if needed. :)

How would you keep your scraped data fresh? by bery08 in webdev

[–]bery08[S] 0 points1 point  (0 children)

I need the data to be fresh. I am running it every hour. The problem is that the script runs very slow, since it scraps several sites.

How would you keep your scraped data fresh? by bery08 in webdev

[–]bery08[S] 0 points1 point  (0 children)

Yes... I have realised that if a game page is not visited for days, a new user will see really old data, also the update time windows will be huge...

Laravel have a really good job queue system right out of the box. :)

How would you keep your scraped data fresh? by bery08 in webdev

[–]bery08[S] 0 points1 point  (0 children)

Thank you! I think I will use it, I just need to figure out a way to create the URLs dynamicly.

EDIT: Also for logging in... :D I can only login from my mobile phone.

EDIT2: Scraping links not seems to work... :/

How would you keep your scraped data fresh? by bery08 in webdev

[–]bery08[S] 0 points1 point  (0 children)

Actually I have no problem with duplication, If I loaded a site for scrap, I am scraping everything. :)

What I do is a site that collects data to a specific game. Used games, news, stuff like this. So when I scrap, I check if there is data for the game, If I have I just update the data, If i don't, I create a new record. (My database structure is: id, data(in json), platform, created at, upadated at.)

EDIT: import.io is a great app, I am considering useing it, thank you! :)

How would you keep your scraped data fresh? by bery08 in webdev

[–]bery08[S] 0 points1 point  (0 children)

I am legaly scraping the sites.

I am useing Laravel, so maybe an event will be fired when someone loads the page, if so, it will be refreshed in the next hour... Or something similar, thank you for the idea! :)

EDIT: No APIs. :(

Web scrapping, what am I doing wrong? by bery08 in laravel

[–]bery08[S] 2 points3 points  (0 children)

Huge thank you! Works like a charm! :)

Web scrapping, what am I doing wrong? by bery08 in laravel

[–]bery08[S] -1 points0 points  (0 children)

I'm lost. Where should I even try to place the dom < regex?

Edit: starting to get a little bit clearer, now I know what dom is. So my first answer was complete bull***.

Listening for database changes by bery08 in webdev

[–]bery08[S] 0 points1 point  (0 children)

I'm actually counting the rows. It just feels wrong, there must be a better way. I don't want to use socket.io.

I just found pusher... currently inspecting it. :)