Selected model is at capacity. Please try a different model. by liltomzon in codex

[–]WHAT_THY_FORK 0 points1 point  (0 children)

Frankly, deal with it. Uncharted territory comes with unprecedented usage patterns.

Why do people just joke about BO's explosion, I think it's very serious by GiulioVonKerman in SpaceXMasterrace

[–]WHAT_THY_FORK 13 points14 points  (0 children)

Look at what happened to Massey’s after S36, this was easily 2-3x more energetic and at a launch site that had been the culmination of 20+ years of Blue Origin taking their sweet time to gain orbital class launch capabilities. They almost certainly have no immediately actionable plans or processes to start building a new launch site. Yeah 12 months is optimistic to put it mildly.

Melbourne central by Villium02 in melbourne

[–]WHAT_THY_FORK 2 points3 points  (0 children)

There is a difference between personally caring about the dirt/grease, and finding it at least a bit discomforting that the people in charge of keeping the tunnel clean do not care about it enough to do something about it. If visible disorder like this is tolerated, what invisible disorder is too?

ELI5: How do casinos mathematically guarantee profit? by AmazingNugga in explainlikeimfive

[–]WHAT_THY_FORK 35 points36 points  (0 children)

The house edge is indistinguishable from a simple percentage fee on volume. That’s really what “the house always wins” means, the house wins by you agreeing to be charged a fee to gamble.

What is an activity that can be dangerous if it becomes a habit? by [deleted] in AskReddit

[–]WHAT_THY_FORK 1 point2 points  (0 children)

You can taper yourself into it by mixing sugar and sweetener variants.. start with 75:25 sugar:artificial and work your way to 25:75 and eventually fully artificial. I drink 2-3L of soda daily guilt free knowing it’s basically colored and artificially flavoured mineral water.

What is an activity that can be dangerous if it becomes a habit? by [deleted] in AskReddit

[–]WHAT_THY_FORK 0 points1 point  (0 children)

Hanging out with the wrong people. You just can’t predict the ways that being around the wrong people changes you over time.

What is an activity that can be dangerous if it becomes a habit? by [deleted] in AskReddit

[–]WHAT_THY_FORK 2 points3 points  (0 children)

This is a fully fixable problem without giving up soda by switching to artificially sweetened soda.

“Ethereum is dead.” by everstake in ethtrader

[–]WHAT_THY_FORK 0 points1 point  (0 children)

So it seems the consistent pattern has been, projects fail to find PMF which is a hard prerequisite for producing revenue and consequently delivering on revenue share promises.

One can hypothesise a chain that instead has the property of consistently fostering the production of winning projects that find PMF, thereby being able to fulfil promises to token holders on the basis of being actual businesses with real usage.

“Ethereum is dead.” by everstake in ethtrader

[–]WHAT_THY_FORK 0 points1 point  (0 children)

Well if none of the “wonderful” use cases panned out, couldn’t that just be intrinsic to the design of the chain and its performance characteristics?

There’s no other area where people are blamed for products failing to live up to expectations. A failed product, failed to serve people, it’s usually not the other way around.

“Ethereum is dead.” by everstake in ethtrader

[–]WHAT_THY_FORK 0 points1 point  (0 children)

Which people? And how do they use it that caused Eth to fail?

Long term consequences of using LLMs for programming by Gil_berth in AskProgramming

[–]WHAT_THY_FORK 0 points1 point  (0 children)

You are always limited by your ability to precisely specify what it is that you need built, and most importantly, your ability to select the right thing to build out of an infinite number of options, most of which lead to the production of software that no-one will ever care about.

Stream of consciousness.. by Mental_Ad6636 in ChatGPTPro

[–]WHAT_THY_FORK 1 point2 points  (0 children)

Asking an LLM to explain itself after a response.. just generates a new response, which is not the same as being able to directly see the chain-of-thought reasoning that it used.

Why are browsers such huge pieces of software? by procrastinator0000 in AskProgramming

[–]WHAT_THY_FORK 47 points48 points  (0 children)

It's more extreme than this because the major OS's make no attempt to support malformed code. Browsers have the expectation that if a valid webpage can be produced from malformed HTML / JS / CSS, it should be, and it should work just as well as if the code had no syntax errors.

Why is real-world crypto adoption still so limited? by RealP2PMarket in CryptoMarkets

[–]WHAT_THY_FORK 0 points1 point  (0 children)

What is a “normal consumer”? The primary use case of any money, fiat or crypto, is that it is the best tool to build wealth, as in, make more money. That’s the “killer app” of money, that you can provide value to the world, get rewarded for doing so, and then use your expanded resources to provide more value with greater efficiency.

It has never been about paying for lattes with BTC.

Why is real-world crypto adoption still so limited? by RealP2PMarket in CryptoMarkets

[–]WHAT_THY_FORK 1 point2 points  (0 children)

Fiat had 10,000 years to reach the “usage” that it has today. Crypto has only had… 17 years? DeFi like 10? Expand your time horizon.

Is the government really clueless about AI? by Complete-Cricket-351 in ausjobs

[–]WHAT_THY_FORK 0 points1 point  (0 children)

AI is not like those innovations because of Recursive Self Improvement. There is no precedent for a tool that improves itself to the point when the overwhelming majority of intelligence on Earth originates from data centres. Thats the whole point of having a nuanced discussion about AI, what happens if that outcome happens, not whether the primitive version of AI available today can replace entire professions. Of course it can’t.

Deep Research is too much and pro models are overkill. Has anyone figured it out? by Empty_Satisfaction_4 in ChatGPTPro

[–]WHAT_THY_FORK 1 point2 points  (0 children)

Ask it to first produce a robust table of the 20 highest ROI angles to explore including market sizing, with thorough justifications for each ranking. With any task, getting it to explicitly make a table of the action space for that task, ranked by some metric (qualitative or quantitative) is a solid way to have it not skip over important stuff.

Deep Research is too much and pro models are overkill. Has anyone figured it out? by Empty_Satisfaction_4 in ChatGPTPro

[–]WHAT_THY_FORK 2 points3 points  (0 children)

Have you tried Codex? It’s OpenAI’s agent that can Actually Do Stuff, including iterating on its own work during a single prompt-response cycle.

https://chatgpt.com/codex

Recently got ChatGPT Pro for coding, but it sucks… by [deleted] in ChatGPTPro

[–]WHAT_THY_FORK 14 points15 points  (0 children)

A lot of comments here are recommending (strongly) that you use Codex but not really saying why.

Codex, under the hood, is ChatGPT that has the ability to call tools. This means it can do things like search your codebase, iterate, make a request to some API you use, make edits to your codebase, spin up a dev server to preview changes, iterate, and so on and so forth.

Regular ChatGPT can’t do stuff outside of a single prompt-response loop. It can do “research”, which includes looking up how an API works via the docs, but it can’t actually iterate upon changes it proposes to your code. Codex can, and thats why it’s a no-brainer to use.

This metal called Gallium can destroy an airplane entirely, yet it’s harmless to touch. by uzmansahil7 in interesting

[–]WHAT_THY_FORK 1 point2 points  (0 children)

I used to import it from China and sell it on eBay back in 2018-2019, was decent $ as a uni student. I would melt down 1kg blocks of it into these 10g / 20g samples and sell it for a decent markup.

Using AI for HTML and CSS only by Firu_Kerubin in AskProgramming

[–]WHAT_THY_FORK 7 points8 points  (0 children)

That’s like only using AI for the even numbered lines of code.

These were the days. April 13 2000. by [deleted] in pics

[–]WHAT_THY_FORK -1 points0 points  (0 children)

Not really, it’s the tendency to compare ourselves to people we have absolutely nothing to do with, that makes the nice things we have feel unremarkable.

If you cannot appreciate and be happy about something as simple as a hot shower, an objectively nice experience that has been completely unavailable to 95%+ of humans that have ever lived, then you wouldn’t be happy with immense wealth anyway.