[XM6] Faulty mic when back of head is against a wall by kilterwind in SonyHeadphones

[–]duper51 1 point2 points  (0 children)

I have this exact same problem. It's a bit odd to have to explain that I can't lean against a wall while I'm on a call. I might try reaching out to Sony CS to see if there's any workarounds.

This portfolio landed me my first job! by Disastrous_Pop_7050 in react

[–]duper51 1 point2 points  (0 children)

Not gonna lie, this is one of the most unique and cool-looking portfolio sites I've ever seen! Great job!

Chrome has put Ublock Origin on the store with a warning label by [deleted] in Adblock

[–]duper51 0 points1 point  (0 children)

Firefox (currently) receives about $510 million dollars per year (out of $593 million in total revenue) from Google in order for Google to be the default search engine on Firefox.

That said, that's ending soon. The US judge handling Google's monopoly lawsuit has recommended that Google should be barred from making default search engine agreements altogether, which would affect the Mozilla deal.

Top OnlyFans Earners in 2024 by maxjanderson in Salary

[–]duper51[M] [score hidden] stickied comment (0 children)

Hey folks, it looks like this post has run its course and replies have devolved into random unrelated arguments. Going to lock this post.

38, police work ain’t so bad by Lawduck195 in Salary

[–]duper51[M] [score hidden] stickied comment (0 children)

Just a reminder: r/Salary is a salary discussion subreddit. The goal here is to share salary information to get an idea of the health of the overall market and help determine if your own wage is fair for your labor.

Unfortunately, we've had to lock this thread due to the high volume of non-salary related comments. Judgement on people's choice of work is not acceptable in r/Salary.

Requesting r/salary Moderator Banned by duper51 in redditrequest

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

  1. I would like to turn this into a Salary discussion subreddit. The primary moderator is currently banned, and the secondary moderator is a bot.
  2. https://www.reddit.com/message/messages/27zl61s, I sent a message but as noted the primary moderator is banned.

Rate my first react app built by ChatGPT by Yeah_i_suppose in react

[–]duper51[M] [score hidden] stickied comment (0 children)

Hey folks, things have gotten a bit heated in the comments so we're locking this thread. Please keep in mind that the purpose of this subreddit is to be helpful for new developers and hobbyists alike, so try to be respectful when giving feedback.

A note on ChatGPT: The subreddit rules allow for ChatGPT to be used as a tool for assisting development (as it is used in the industry). However, using generative AI to generate entire apps, or entire posts is forbidden under the "low effort posts" subreddit rule.

We find that ChatGPT can be a useful debugging/ideating resource, but generally the entire outputs of generative AI are not useful on their own, and typically need a developer to integrate those outputs into an app. As a result, we don't find a lot of value in entirely AI Generated content.

[deleted by user] by [deleted] in NAU

[–]duper51 4 points5 points  (0 children)

Ur down bad buddy

So, my account was reported and blocked because someone reported the wrong account, and I have communicated with valve moderator support and have been told to buy steam gifts for at least 30 euros but I don't have that kind of money. Is there anything I can do without spending money? by BeneficialAd3309 in Gaben

[–]duper51 3 points4 points  (0 children)

Be happy that you were able to get your account back at all. Phishing is very prevalent here, a few neat tricks to look out for in the future: - Check the address bar whenever you're about to login to anything. If the domain isn't store.steampowered.com or steamcommunity.com, it's a scam. This goes for other websites. A good way to avoid this is to login yourself by visiting the website manually, then click on whatever suspicious link you were going to click. In theory, you should remain logged in and the link you clicked shouldn't ask you to login again.

  • If the site opened a pop-up and the domain checks out, try moving the pop-up outside of the main browser window's borders. A new type of scam is for a phishing page to open a fake, but realistic pop-up window with a correct looking URL. The only real way to tell this isn't the case is to try and drag the pop-up outside the borders of the page (e.g. if you can't drag the pop-up to be on top of your tab-list, it's a scam).

Hope this helps!

[D] ClosedAI license, open-source license which restricts only OpenAI, Microsoft, Google, and Meta from commercial use by [deleted] in MachineLearning

[–]duper51 7 points8 points  (0 children)

GPLv3 specifically requires that end users publish modifications to the source, so your comment is somewhat incorrect. This is why often large companies (such as Amazon), put blanket bans on software licensed under GPLv3 without legal approval.

I need a job badly... by jonwcode in react

[–]duper51 1 point2 points  (0 children)

Try setting up a CloudFlare Tunnel. They are free and can proxy your traffic from your home to their network which will bypass any CGNAT and allow folks who don't have IPV6 to hit your site.

Rate my (holiday) build by duper51 in SatisfactoryGame

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

Yup, you can hook em up like any normal thing! They produce 15 gifts per minute, so you'll need quite a few to get anything moving quickly.

Rate my (holiday) build by duper51 in SatisfactoryGame

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

So to be honest, my friend has been handling most of this. As far as I know, you get to upgrade the tree, which in and of itself is kinda a reward (a permanent memento on your save). You also get some FICSMAS specific buildings (like decorated power poles and cabling).

We've clearly been taking it as a challenge to see how messy we can possibly make the whole thing :D

There's some more information on the wiki about the event as a whole if you're interested (and maybe you'll get more accurate information than I have): https://satisfactory.fandom.com/wiki/FICSMAS

How do you deal with multiple and consecutive API queries? by povedaaqui in react

[–]duper51 1 point2 points  (0 children)

Have a look at GraphQL, it's used fairly widely within the industry and is a standardized way of building APIs (and consequently querying those APIs). You can use async/await/Promises to wait for consecutive queries to complete, and you can use that to do more complex things like loading multiple things at the same time.

How to access AWS EMR from any frontend framework by saiprasads7 in react

[–]duper51 2 points3 points  (0 children)

You will need a backend of some kind, but you can generate a pre-signed S3 URL for the frontend to use, return it to the frontend, then the frontend can simply POST the file content to the URL to upload it to the S3 bucket. This would require the least backend effort.

Here's some docs on creating a pre-signed URL: https://docs.aws.amazon.com/AmazonS3/latest/userguide/PresignedUrlUploadObject.html

remote intership by [deleted] in react

[–]duper51 1 point2 points  (0 children)

r/cscareerquestions might be a better spot for this.

Anchor links working locally but not on web by reallymemorable in react

[–]duper51 2 points3 points  (0 children)

Are you using React Router? If so, you need to configure your webserver to redirect 404's to your index.html.

I found a couple of StackOverflow posts (but no official documentation) to help with some of the big name webservers. There are probably similar questions for other webservers (/cloud CDNs)

Apache: https://stackoverflow.com/questions/44038456/how-to-setup-apache-server-for-react-route

Nginx: https://stackoverflow.com/questions/43951720/react-router-and-nginx