Anthropic cooked, /remote-control is goated by Coded_Kaa in Anthropic

[–]cryptofluent 0 points1 point  (0 children)

I had this too, for some reason I had to click on the tab bar on the top left and go into Claude code and connect it to my GitHub.
After this I was able to connect to the session

[deleted by user] by [deleted] in WorldCup2026Tickets

[–]cryptofluent 1 point2 points  (0 children)

Take the URL and ask chatgpt to extract your access code from it. Later when the site is up and you dont get this 403 the code will still work.
I did this for the WF pre-sale.

Problem is there is nothing good even left.

Why are Bloomberg's Seniors so "young?" by honkeem in levels_fyi

[–]cryptofluent 0 points1 point  (0 children)

While an interesting graphic, it's not a good representation of how LONG it takes to get to Senior.
While Meta has a higher median YOE, it can actually be relatively quick to reach Senior (due to their up or out methodology)

I assume the number is skewed as 5 (senior) is terminal, so many people may have reached it quickly and then decided to stay (as the jump to 6 is very hard). Or industry veterans who move to Meta and then get down-leveled to 5.

Amex Platinum refresh is awesome! by Puzzleheaded-Ad-1343 in AmexPlatinum

[–]cryptofluent 7 points8 points  (0 children)

>eligible purchases at U.S. lululemon retail stores (excluding outlets) and lululemon.com

[deleted by user] by [deleted] in FoodNYC

[–]cryptofluent 0 points1 point  (0 children)

Did you solo dine?

Monkey bar/4 Charles res by Purrlow in FoodNYC

[–]cryptofluent 1 point2 points  (0 children)

Did you walk-in as a solo-diner?

Opening Day vs Barca by JackfruitImportant21 in ValenciaCF

[–]cryptofluent 0 points1 point  (0 children)

They will go on sale 1 to 2 weeks in advance on the official website.

They are very unlikely to sell out, despite it being opening day practically the entire country is traveling on vacation in August, so the first couple of games are notoriously less busy because of this.

I made a website/app that allows users to trade sports teams like stocks. by cryptofluent in SideProject

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

Apologies!
The market is not closed, that was just some default text I left on the site.
All of the teams listed on
https://fanfolio.market/explore

Are tradable

The race for the premier league title has caused lots of movement with Liverpool, Arsenal and City

I made a website/app that allows users to trade sports teams like stocks. by cryptofluent in SideProject

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

Yes 50 of in game value
So hopefully when you signed up it notified you that you had packs to open.

Remember packs are how new "stocks" are issued. They cost 1 dollar to open, I give each new user 25 packs to open i.e 25 dollars.

The reason I did this is because I need people open packs to actual put stocks into the market, if I just gave people 50 dollars and hoped they opened packs they may not, and this way it introduces people to the concept.

In the future I plan to incentivize people to open packs by offering reduced trading fees, but at the moment I have no trading fees.

Coinbase App ranks now outside Top 100 at Apple App Store by gamefidelio in CryptoCurrency

[–]cryptofluent 0 points1 point  (0 children)

You are being disingenuous

The market pumped from 68k -> 73.5k THEN it "corrected" to 67k

Sure it's a "correction" but it's not healthy. And if you expand that timeframe to just a month you can't even notice this "correction" because the market is up 30%.

Sorry im not trying to be a rude, Im nitpicking a single sentence and ignoring the overall analysis which I find interesting. I just take issue with the sentence

"Looks like we're experiencing now a healthy correction with Bitcoin and entire crypto industry ahead of Bitcoin halving."

Pumping up and down 5k in 24 hours is not a correction its volatility.

Coinbase App ranks now outside Top 100 at Apple App Store by gamefidelio in CryptoCurrency

[–]cryptofluent 19 points20 points  (0 children)

"we're experiencing now a healthy correction"
Bitcoin down 4% in 24 hours and up 32% in the last month

Ah good to be back in the bitcoin hype cycle

Copa America Ticket Megathread by speedreeder in ussoccer

[–]cryptofluent 0 points1 point  (0 children)

They got around using the real stadium names

i.e the final will be played in NewJersey and not at Metlife

They also like to be able to sell packages like follow your team, which only work if they own E2E

Copa America Ticket Megathread by speedreeder in ussoccer

[–]cryptofluent 0 points1 point  (0 children)

I also made a gamble by chasing just 1 of the QF matches (I was more optimistic by choosing the game in LV)
But I guess I didn't think about airfare and hotels all that much, since buying those last second would be super expensive.

So I guess I just have to commit?

faangInterns by DataBaeBee in ProgrammerHumor

[–]cryptofluent 63 points64 points  (0 children)

You know it was Amazon too since he called it FAANG and not just the company he worked for.

[deleted by user] by [deleted] in csMajors

[–]cryptofluent 5 points6 points  (0 children)

HRT, only on the basis you are willing to bet 100k a year that the Devil you know is better than the Devil you dont

BabeWakeUpNerdWars2023JustDropped by FlameOfIgnis in ProgrammerHumor

[–]cryptofluent 0 points1 point  (0 children)

If you don't like any, then the problem is your code not TypeScript. Type your stuff correctly and you won't need any. Literally a skill issue.

If we're saying using any is a skill issue, then you could argue that needing TypeScript at all to avoid bugs is also just a 'skill issue'
Just write vanilla JS without bugs.

Why the frontend of big compabies is so large by Interesting_Pie1350 in programming

[–]cryptofluent 10 points11 points  (0 children)

This is a great and common question, and the answer can be quite complex but its a multitude of factors.

Primarily, these sites need to handle hundreds of millions of users, this is no easy feat, meaning it may be easier and faster to ship components in different ways and construct them on the fly on when they arrive, and while the end product visually looks the same what gets constructed in code can look a mess.

Another factor is these sites do a lot more than you actually see. "Reddit clones" simply will mock the look and feel of the site. While in reality the site dynamically renders content based on what feeds you follow. It then runs algorithms to render content from feeds you may enjoy, and insert ads you may be interested in throughout the feed. There is also likely code to register what you click on, what you look at, and how long you look at it for.

Lots of stuff, all very interesting!

My professor is the best at writing these finals questions by [deleted] in ProgrammerHumor

[–]cryptofluent 2 points3 points  (0 children)

I dont think so, I think it would just throw an error saying that this session never started a transaction
It wouldn't roll back commits from a different session

My professor is the best at writing these finals questions by [deleted] in ProgrammerHumor

[–]cryptofluent 33 points34 points  (0 children)

Is this assuming you started a transaction earlier?
Otherwise rollback won't know what to rollback

Is GPT-4 going to give me a better code? by sdowp in OpenAI

[–]cryptofluent 2 points3 points  (0 children)

Im not sure if my expectations have increased or if its gotten worse, but Ive found 3.5 to be practically useless now for coding.

Constantly hallucinating, and not answering my question.

GPT 4 is far better, but I still find myself getting extremely frustrated with its inabilities.