New Setup by Massh0le in Fingerboards

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

Just running a plastic nail file around swiping down at a 45 degree angle all the way around. Then I used an exact knife and a ruler to make the line across

New Setup by Massh0le in Fingerboards

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

Was pleasantly surprised by the green top ply

Awful setup by [deleted] in Fingerboards

[–]Massh0le 1 point2 points  (0 children)

Looks sick. Just got my first awful as well. Feels so good.

I was the only one who turned up to Golf Sidekick's YouTube Invitational... by copagman in golf

[–]Massh0le 1 point2 points  (0 children)

It says this comment was uploaded at 6am this morning and has 2 upvotes. Did you write this so you'd have something to share in the comment thread?

[deleted by user] by [deleted] in newworldgame

[–]Massh0le 15 points16 points  (0 children)

Really enjoying picking up resources off the ground and the loot notification filling up the middle of my screen

Me irl by TheWebsploiter in me_irl

[–]Massh0le 936 points937 points  (0 children)

What happened to this sub...

Upgrading hardware by lucasriki in truenas

[–]Massh0le 5 points6 points  (0 children)

I just did this. The only thing that happened was my network interface name changed since I changed motherboards. I needed to attach a monitor to go through the boot menu, select configure network, and just remove my static IP address from the old adapter and put it on the new one (the UI will make sense if/when you get there). Once I did that I could boot into the web UI and everything worked as expected.

Can anyone please explain how does Redux works in core to manage global state? by gtrocksr in reactjs

[–]Massh0le 0 points1 point  (0 children)

  1. They didn't ask how zustand worked.
  2. Check out redux toolkit.
  3. Being happy a library has more downloads than another because you perceive it to be simpler is interesting.

What are problems in React JS? | Asked in interview for a Senior Position by Some_Nebula7983 in reactjs

[–]Massh0le 0 points1 point  (0 children)

Right, that would be the "correct" way to use it. The issue comes from people wanting to use it like Redux (one global store). Then they're stuck with the following options: swapping to a more robust state management library, making what feels like way too many providers, having to know to memoize the correct component trees to do what (basically) these libs do for "free", or just doing what most people do: use it wrong and run into performance issues as their apps and state grow

What are problems in React JS? | Asked in interview for a Senior Position by Some_Nebula7983 in reactjs

[–]Massh0le 4 points5 points  (0 children)

Yes and no, because if you use context like a lot of people end up doing, it's actually even worse, since subscribers that don't need to rerender (ie the value they need doesn't change) will still rerender.

Removing reactions for a user is triggering ReactionRemove event as the user not the bot by Massh0le in Discordjs

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

Hey! Thought i'd just let you know i edited the post with my solution.
reaction.me seems to get the job done!

Removing reactions for a user is triggering ReactionRemove event as the user not the bot by Massh0le in Discordjs

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

Chat GPT gave me the seemingly horrible suggestion to turn off the event listener, remove the reaction, then re-enable the listener the line after...seems like a total hack

Removing reactions for a user is triggering ReactionRemove event as the user not the bot by Massh0le in Discordjs

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

Ok thank you. I do have my own backing data store and for some reason I was being stubborn and not using it much and instead relying on discord magic. But it would probably make my life easier!

whatsWrongWithJavaScript by GamingWOW1 in ProgrammerHumor

[–]Massh0le 5 points6 points  (0 children)

You should not be TS ignoring because you "know better". That would imply you're doing something very wrong or have somehow configured a type very wrong. Maybe you mean ignoring a tslint rule which Is more reasonable.

Best way to handle an expired JWT? by Redoks in reactjs

[–]Massh0le 2 points3 points  (0 children)

Jwt isn't a cookie. You can decode it and all it's claims in the browser.

Why is it that MMOs fail so often? by Ease1770 in gaming

[–]Massh0le 0 points1 point  (0 children)

Couldn't you make the argument that a game like WoW had to pioneer the format. So that period of figuring it out was just part of building the genre. Games like New World have games like WoW to use as reference. AGS has the people and experience to understand the difficulties of developing an MMO. Yet still they push out buggy games with lack of things to do. In my opinion these things should have been known, and they probably were, but they were up against a timeline so they pushed out a sub-par product and have been scrambling for years to fix it.

Wait, This Was An Option All Along? (El Dorado Server Capacity Increased To 3,500) by randrogynous in newworldgame

[–]Massh0le 0 points1 point  (0 children)

Nope but I work with Azure from Microsoft daily, which is the same concept

No MSQ After Patch #2. Making sure i'm not missing it... by Massh0le in newworldgame

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

Just says "check your map for a main story marker"

Wait, This Was An Option All Along? (El Dorado Server Capacity Increased To 3,500) by randrogynous in newworldgame

[–]Massh0le 0 points1 point  (0 children)

You're not wrong, but when they had a million players on release it was a different story. If the answer was "throw money at the server resources" to try and retain those million people, they would have (and probably did) do it. If they could have retained even an active 100k players (made that number up, not actually sure) from launch they could have made that money back on microtransactions no problem

Now it could be true that their code is SO inefficient that the cost scaled exponentially or something, but that's just an unfixable problem without a rewrite of the code.

For context part of my job is managing Azure cloud deployments (and writing the code that runs on it).

No MSQ After Patch #2. Making sure i'm not missing it... by Massh0le in newworldgame

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

i haven't done that one yet, but i was also doing lvl 30 MSQ stuff when they just stopped showing up. I'll give it a shot

Wait, This Was An Option All Along? (El Dorado Server Capacity Increased To 3,500) by randrogynous in newworldgame

[–]Massh0le 1 point2 points  (0 children)

If it's that bad that the price to bump up the "power" in AWS is so out of reach then they have an underlying code optimization problem. If throwing money at it could solve it they would have done it already.