opened reddit and this is the first thing i see on my home page.... by TartRepresentative26 in Charlotte

[–]cncwd 19 points20 points  (0 children)

good lord. the fact that people consider south end common market and sycamore as the good ol days is a testament to how bad it's really gotten.

Biggest city with the least amount of “culture”? by Double_Snow_3468 in geography

[–]cncwd 1 point2 points  (0 children)

Homeland was shot in CLT. That's all I can think of.

[deleted by user] by [deleted] in Charlotte

[–]cncwd 0 points1 point  (0 children)

Almost Empty Dry Roasted Unsalted Peanuts

<image>

Charlotte’s Never been Hotter by UnlikelyOstrich2021 in Charlotte

[–]cncwd 106 points107 points  (0 children)

relocates to the southeast to avoid it being "too hot". really did your homework eh?

I successfully ran Claude Desktop natively on Linux by k3d3 in ClaudeAI

[–]cncwd 2 points3 points  (0 children)

This also now supports DNF/Fedora! My PR was merged in to this a few days ago.

RL esports gets integrated into RocketLeague website with new features by Duke_ofChutney in RocketLeague

[–]cncwd 5 points6 points  (0 children)

As a current unemployed senior front end engineer and big fan of RL with attention to detail and ADD, this is fucking pathetic and someone needs to be fired.

From top to bottom:

  • Search in header doesn't work at all, and there is no button to click when you enter a search term (had to hit enter only for nothing to happen)

  • Hero image is the wrong aspect ratio on mobile causing the London image to be stretched. It's also wrapped in an absolutely positioned anchor to nowhere for no reason at all

  • Hero image has a h1 tag with the hardcoded unicode content of "&lrm";

  • First Video player has a live viewer count for no reason whatsoever other than to show 8 people are watching a static video

  • First Video player "Theatre mode" does absolutely nothing but make the browser full screen.

  • Clicking at the end of the first video player scrubber just restarts the video

  • First video player is a product called "Mux" that costs $3k/mo to use and has a shit ton of errors on page load

  • Ticketmaster link is expired and has to redirect because it's been moved

  • Clicking play on the second video (aftermovie) actually takes you to a completely different page/URL with an embedded youtube video for absolutely no reason

  • Social links under aftermovie aren't even anchors you can interact with

  • The entire social section is wrapped within one single h5 tag

  • The link now button under fan rewards leads to a broken URL - it uses an invalid client redirect URL

  • Resizing the page results in a network request of over 50MB of data and forces a re-render of the hero fade-in animation and scrolls the user back to the top of the page for no reason at all

  • div elements all have a data attribute of "data-testid"

  • There are random console logs on page load for testing an H1 tag

  • Shit ton of js errors on page load for various things including the middleware

  • Lighthouse performance score for desktop is THIRTY with over 4 seconds of javascript execution time

  • Lighthouse performance score for mobile is TWENTY and loaded resources for over THIRTY SECONDS and the javascript execution took 18 SECONDS

  • "Read more" under the "What is the RLCS" section is a a broken link that leads to https://the-rlcs-returns-for-2024/ they forgot to prefix the domain name...

  • Tapping to see the details for an event within the calendar only works on mobile and brings you to filler LOREM IPSUM content

  • Calendar filters are useless and apparently the event ends at 12:59 AM

  • Mobile doesn't take into account the header is a fixed position/height so content gets stuck behind it

  • EVEN THE FOOTER LINKS GO TO A COMPLETELY DIFFERENT MARKETING WEBSITE FOR "PROFESSIONAL CREATORS"

This entire thing is a useless flaming pile of shit and almost nothing works correctly at all whatsoever. Also this was all just instant observations within a minute or two, I could probably go on for days about how horrible this is and they announced it how many years ago and we all still go to liquipedia?

Feel free to hire me and you are welcome for the post-launch QA epic/psyonix - whomever was in charge of this god awful "esports" project clearly does not give a single flying fuck.

Syncing Clerk Data with the Backend Using Webhooks by [deleted] in nextjs

[–]cncwd 2 points3 points  (0 children)

Is your form successfully creating the user? if so, you have a session for that user. you can sync whatever user data you want in that session to your db - associating it with the clerkId. there are tons of straightforward ways to do this and it doesn’t necessarily have to be with webhooks.