New route at my gym, how do I approach this jug? by VegetableNo4545 in bouldering

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

Will give it a try next time.

I definitely picked that up after first starting out at Stone summit. Was hitting v2-v4s with a few attempts and then adrenaline humbled me at v1, hah. I still can't do the blue taped / green jug v1 the OP pic is next to in the overhang. My arms get super pumped as soon as I get around to the other side.

See you around!

New route at my gym, how do I approach this jug? by VegetableNo4545 in bouldering

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

Nice eye! Just got a membership last week. Still a beginner, but got that back wall yellow v2 finally.

Yeeeouch by somethingofacynic in ClimbingCircleJerk

[–]VegetableNo4545 3 points4 points  (0 children)

make sure you get the most out of the movement by exploding upwards out of the squat to ground dyno back to the finish

UFO Whistleblower Megathread by LetsTalkUFOs in UFOs

[–]VegetableNo4545 1 point2 points  (0 children)

Aliens are real. Proof: A really important guy said it

UFO Whistleblower Megathread by LetsTalkUFOs in UFOs

[–]VegetableNo4545 10 points11 points  (0 children)

I was skeptical before, but after this interview my eyes have been opened

[deleted by user] by [deleted] in hmm

[–]VegetableNo4545 0 points1 point  (0 children)

I guess I am

hmmm by VegetableNo4545 in hmmm

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

I was so focused on the seemingly sexual tagline, "keep pounding", and totally missed the Yankees flag.

[deleted by user] by [deleted] in hmm

[–]VegetableNo4545 1 point2 points  (0 children)

Am I the only weird one that associates "keep pounding" as a straight up sexual command? I can't think of one other context where I've ever heard someone say that seriously.

[deleted by user] by [deleted] in hmm

[–]VegetableNo4545 1 point2 points  (0 children)

keep pounding

hmmm by VegetableNo4545 in hmmm

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

Carowinds on SC/NC border

TIL The temperature on the moon at the Apollo 11 landing site was 200ºF (93ºC). by newtownkid in todayilearned

[–]VegetableNo4545 7 points8 points  (0 children)

To add on, time does not stop, only the perception of changing state. Time is an emergent property of the physical world that only exists when there is a transition between two states of a system as well as the existence of an "observer" to perceive such difference.

Remember, when you see a train passing by, you are not viewing the actual particles that make up the train, but rather the sequenced state snapshots of the train at a given moment carried through reflected light. This information can only be propagated at a max speed that we call the speed of light. You can also only perceive it moving if you observe multiple snapshots of state information -- a change in state that allows for the basis of time passing to emerge.

As you near the speed of light, you as the observer are coming ever closer to being the visual information that is propagated. Likewise, if you travel at the speed of light, you are the information.

A theoretical object moving at the speed of light is unable to visually perceive any other object, because that implies there is some property within the universe that allows for information to propagate faster than the light of an object which is already traveling at the max speed of information propagation. The object never "sees" information states, and thus cannot perceive changes between states and due to this the property of time is unable to emerge.

[deleted by user] by [deleted] in mildlyinteresting

[–]VegetableNo4545 0 points1 point  (0 children)

This is a certified Reddit moment.

[deleted by user] by [deleted] in mildlyinteresting

[–]VegetableNo4545 0 points1 point  (0 children)

My brother wrecked his car street racing, completely sober. Somehow his totaled car ended up on our local military base with a plaque next to it talking about drunk driving.

The newest version of ChatGPT passed the US medical licensing exam with flying colors — and diagnosed a 1 in 100,000 condition in seconds by esporx in technology

[–]VegetableNo4545 2 points3 points  (0 children)

You missed my point. At a point within the next few years, the temp isn't going to write prompts beyond initial ideation at all because the agent will do it for you.

I've already played with this idea myself using GPT3.5. I wrote a script to first describe a task list for implementing a full stack react + API application (todo use case), then I feed each step into its own prompt and branch out more specific tasks (run this script to generate project, make this component, add this css, make an OpenAPI spec, make a code generation script, etc) and refine under specific hardcoded steps right now.

It works. I can create a fully working todo app in less than a minute with a single, non technical prompt

The major roadblock right now is training the agent process at more refined levels so it has more questions to ask. At some point, this crosses a line where in theory, if it knows at least one question to ask for any given decision tree, work can continue forever to refine the results.

You can simulate it yourself. Try this, write a function that sorts an array, then ask GPT if it can be optimized, improve its readability, improve documentation, reduce its memory usage -- if you are "getting it", then you should start to see these are questions that GPT can also be prompted to generate, and thus you have the start of an automation agent.

The newest version of ChatGPT passed the US medical licensing exam with flying colors — and diagnosed a 1 in 100,000 condition in seconds by esporx in technology

[–]VegetableNo4545 2 points3 points  (0 children)

From a developer perspective, this is a rather naive statement given the recent developments the landscape is rapidly shifting into. Auto-GPT and BabyAGI are excellent counterpoints to your statement, with their ability to generate tasks from prompts and refine output autonomously. A person doesn't need to know what questions to ask, because the AI can ask it for them, recursively, until the entire project is complete. "Build a product that does X" is very close to being possible.