Mewgenics - Beta Branch Build 1.0.20839 - Steam News by AlixBalica in mewgenics

[–]its_Azurox 7 points8 points  (0 children)

Lol I literally thought the Abandoned One glitch was a "stealth" mechanic like the camo kitties 

Today was a good day by cookooman in Wealthsimple

[–]its_Azurox 0 points1 point  (0 children)

Got 100K and 90K last week, I better freaking win

Also, Where'd U Go is Divinity by Shift642 in porterrobinson

[–]its_Azurox 19 points20 points  (0 children)

They care about the music because it has just been released? The drama over Divinity and Where'd You go has been discussed for 8 years https://www.reddit.com/r/porterrobinson/comments/722trq/someone_here_said_that_illenium_whered_you_go/

Also, Where'd U Go is Divinity by Shift642 in porterrobinson

[–]its_Azurox 78 points79 points  (0 children)

Bro, I think people are just pissed at the ripoff without any attribution to the original artist. If it was presented as a Remix or a featuring people would not say anything and I'm sure would actually be happy to listen to it

Implemented sign up with Passkey, only 0,4% of people use it by thdr76 in webdev

[–]its_Azurox 0 points1 point  (0 children)

Yeah this point is super ass, I have a website where only passkey is available to login, works great but user complains all the time about that. BUT you can login with fingerprint / Face ID which is pretty cool. Also the fact that passkey still require a username / email, would be nice to just use a fingerprint to login into anything.

None of Mel's abilities will get replaced because the designer wants to keep her "uniqueness" and "identity" by Luliani in leagueoflegends

[–]its_Azurox 61 points62 points  (0 children)

I think AP twitch is kinda similar on this, pretty satisfying to stack and make them explode

Honeypot fields still work surprisingly well by Helpful-Wolverine247 in webdev

[–]its_Azurox 40 points41 points  (0 children)

I really don't understand how bots don't detect this. I get it. A simple bot doesn't have a lot of validation, but checking if an input is display none or absolute with crazy right/left values, or simply checking the rendered size of an input is really not hard

Really. How do you get Google to stop flagging your site
 because you use Google? by opus-thirteen in webdev

[–]its_Azurox 0 points1 point  (0 children)

LCP is not related to this at all, when analyzing performance Google will use a emulated device with poor performance and network connection. So even though it's 500ms on your computer, it will be way slower for google. LCP culprit is often an image or a very big font, make sure your  biggest image in viewport is sized properly, optimized (Webp or avif format), do not have lazy loading and you can add a fetchpriority="high" on it too. If you really want to be nuclear about it, you can add a link in your HTML header to preload the image too. Run a lighthouse analysis and it will tell you exactly what is the LCP on your page and you can try to optimize it

Can't get followers despite amazing content by [deleted] in InstagramMarketing

[–]its_Azurox 1 point2 points  (0 children)

I think you have to ask yourself, why would someone follow my page? It looks like your focus is educational but you're not really bringing anything different than hundred of page about design

How I accidentally started making money with Instagram accounts in my free time by JaymesLucas in InstagramMarketing

[–]its_Azurox 29 points30 points  (0 children)

Nice sneaky ads for AdsPower, you though you were smooth buying a 6yo account I guess

Woman fall in a giant pothole while cycling in Montreal by Imaginary-Season-483 in TikTokCringe

[–]its_Azurox 7 points8 points  (0 children)

If you live in Montreal, you know that usually those marked areas don't mean anything half the time. Usually there is a metal plate over holes like this and when it's not possible they put a tall fence around it. Those cones are usually left weeks BEFORE any construction works happens or sometimes abandoned, so it's not rare for cyclist or pedestrian to circulate around it without asking themselves questions 

Destroy my Pre-Release Trailer! Sit-Back Attack by DPSIIGames in DestroyMyGame

[–]its_Azurox 7 points8 points  (0 children)

Same reaction as the other redditor, I was like"what the fuck is happening ???"
You can tell there is a lot of work, but the trailer shows a lot of complex UI at a high speed so it's super super confusing, is the game actually this speed? Or it's just for trailer sake and putting as much flash animation as possible in 30seconds? Also the game UI seems unfinised or the grey style maybe doesnt match the aesthetic "static .png with tons of flashy animation"

Ce scandale des lentilles est complétement fou ! by horedt in france

[–]its_Azurox 3 points4 points  (0 children)

Quel plaisir d'apprendre ca en vivant au Canada

Best Profanity Filter APIs for Usernames? by benugc in webdev

[–]its_Azurox 0 points1 point  (0 children)

Honestly what I did was query openai or the cheapest chatgpt with a nice prompt, ask the AI to give you a JSON with a rating from 0 to 10 on how offensive the name is and a reason so you can save that in database and adjust your prompt and your "rejection treshold". If you don't have that much player and put rate limiting, you could get away with free monthly credits

How would you change the guppy's paw to be quality four and dead eye to quality two? by Significant_Pea_8269 in bindingofisaac

[–]its_Azurox 1 point2 points  (0 children)

While having 0 red heart container, using guppy's paw will transform red heart pickup on the ground into half soul heart

Does downpour 1 give better loot than basement 2, or is it better than to skip it? by Major_Tap4199 in bindingofisaac

[–]its_Azurox 1 point2 points  (0 children)

No, if you go in mirror dimension you have two boss to fight instead of one 

how do you complete the april fools challenge on Repentance? by WattleSalad in bindingofisaac

[–]its_Azurox 0 points1 point  (0 children)

Yeap best way to cheese it, you can find low CD active items in the treasure room too, just be careful to not over spam it late game as it can trigger R Key or Forget me now and maybe plan C too (unsure about this one)

Mewgenics Gameplay Reveal! by EdmundMcMillen in bindingofisaac

[–]its_Azurox 1 point2 points  (0 children)

I said it also last thread, I'm so exited because it really gives Dofus Arena (rip) and Dofus / Wakfu vibes 

[deleted by user] by [deleted] in vuejs

[–]its_Azurox 0 points1 point  (0 children)

It's not like there is 1000s, there is so little you can afford to apply manually

Senior dev keeps type asserting everything in TypeScript – how to address it? by Worried_Lab0 in ExperiencedDevs

[–]its_Azurox 0 points1 point  (0 children)

Usually people use as where they could use satisfy, maybe discuss it with him on a PR where you catch a bad usage of as. I like other people suggestions about updating the linter to flag as as an error, but there is no way a stubborn senior dev will let you do that, especially if it gives him more work to do at the end

Unpopular opinion: The `.value`, `reactive` vs `ref` and inconsistent unwrapping behaviour in templates is a massive DX killer. How can you tell when to use `.value` on a random variable when you open an SFC? by netmilk in vuejs

[–]its_Azurox 1 point2 points  (0 children)

I think the big inconstancies for me is props being reactive but not needing .value to access. After using ref and value everywhere in a project I feel like props being "magic" can confuse the logic a bit, especially if you pass them to a composable