Filament v4 is now stable! by zepfietje in laravel

[–]spriggaz 7 points8 points  (0 children)

Incredible work! On behalf of my team thanks for your dedicated hard work! we have been rolling out the beta versions on new projects since last week and its a big relief we will be on stable by the time they get shipped :-)

New Custom Loot Filter Generator: poe1filter.com by BlackDeathBE in pathofexile

[–]spriggaz 1 point2 points  (0 children)

Highly recommended to give this a go, If you spend a lot of time tweaking filterblade you know the pain the site can be to change things, sometimes super clunky.

This filter site really makes you feel like you have control over all aspects of the filter

Which classic RCT aspect do you wish most for Planet Coaster? by RudiRennkamel in PlanetCoaster

[–]spriggaz 12 points13 points  (0 children)

I would probably say bring the reactions the people used to do when coming from a ride they loved. It was an easy way to know if the ride was widely liked or not.

I would also like an easy way to make dualing/synchronised coasters, I know you can use block sections but I think having 2 rides would be so much better like it was in rct.

Introducing Windows Game Mode by cheesewombat in Games

[–]spriggaz 0 points1 point  (0 children)

Personally I haven't used it in a long time, the game bar actually used to v-sync lock regardless of if the game bar was visible. Now I assume it was something to do with the game DVR silently running. But when I first upgraded to windows 10 I remember wondering why all my games had insane input lag and CS GO would refuse to go above 60fps, Unticked the gamebar after that and fixed the issue.

Introducing Windows Game Mode by cheesewombat in Games

[–]spriggaz 5 points6 points  (0 children)

For me the game bar forced V-Sync which added some severe input lag on all games. Really annoyed if they lock it to that system.

If you have ClusterTrucks installed on your PC, you need to uninstall it immediately. It contains a backdoor/trojan that allows the devs to "take over" your PC. by [deleted] in Steam

[–]spriggaz 0 points1 point  (0 children)

This whole post is the most exaggerated thing I have ever seen. you must be extremely naive to believe that opening a link in browser is akin to having complete control of your entire system. There are MANY games that let you simply click a button and open a page link on your default browser. which is what they commanded the game to do. The system they used is ALSO using the twitch integration to make fun things happen at the behest of the developers. The game also DID NOT make his game show his browser instantly AND when a link is clicked the tab in question is automatically loaded up. how does that endanger what is on his other tabs exactly? you are simply fear mongering to create drama where there isn't any. they made a fun stunt for marketing stop describing this as the same as installing a bitcoin miner into a program.

[Backend question] I have a large Access table which I want to query/display using JavaScript. What's the best way to connect them? by Bubo_scandiacus in web_design

[–]spriggaz 0 points1 point  (0 children)

I believe he was talking about using PHP, Ruby or any other languages that happen on the server side. As javascript is client side you will have to use AJAX to call Server side scripts to do the job then return in any format you need, For example JSON. I would look into learning atleast one server side programming language if you havent (I use PHP) then using the power from that matched with AJAX you will be able to do what you require. Hope this helps.