The Naked Scientists
  • Login
  • Register
  • Podcasts
      • The Naked Scientists
      • eLife
      • Naked Genetics
      • Naked Astronomy
      • In short
      • Naked Neuroscience
      • Ask! The Naked Scientists
      • Question of the Week
      • Archive
      • Video
      • SUBSCRIBE to our Podcasts
  • Articles
      • Science News
      • Features
      • Interviews
      • Answers to Science Questions
  • Get Naked
      • Donate
      • Do an Experiment
      • Science Forum
      • Ask a Question
  • About
      • Meet the team
      • Our Sponsors
      • Site Map
      • Contact us

User menu

  • Login
  • Register
  • Home
  • Help
  • Search
  • Tags
  • Recent Topics
  • Login
  • Register
  1. Naked Science Forum
  2. On the Lighter Side
  3. New Theories
  4. How do we measure the energy of a photon?
« previous next »
  • Print
Pages: 1 ... 43 44 [45] 46 47 ... 73   Go Down

How do we measure the energy of a photon?

  • 1450 Replies
  • 487433 Views
  • 9 Tags

0 Members and 137 Guests are viewing this topic.

Offline hamdani yusuf

  • Naked Science Forum GOD!
  • *******
  • 11799
  • Activity:
    92.5%
  • Thanked: 285 times
Re: How do we measure the energy of a photon?
« Reply #880 on: 28/04/2024 13:30:05 »
Quote from: alancalverd on 21/04/2024 19:04:52
Quote from: mxplxxx on 21/04/2024 10:44:57
more and more evidence is coming that the Universe is a simulation
Incomplete sentence. A simulation of what, pray?
Perhaps a simulation of what are possible under some mathematical models with some chosen assumptions.
Logged
Unexpected results come from false assumptions.
 



Offline mxplxxx (OP)

  • Hero Member
  • *****
  • 921
  • Activity:
    44.5%
  • Thanked: 5 times
  • There's such a lot of it around
Re: How do we measure the energy of a photon?
« Reply #881 on: 02/05/2024 18:02:56 »
Quote from: mxplxxx on 21/02/2024 19:33:41
Below is the demonstration Visual Basic code for how 4Abstractions would implement CarbonLEU.; a simulation of the Leucine Amino Acid, of Reality. Note that CarbonLEU inherits Carbon.

Below is the Visual Basic code for how 4Abstractions would implement the creation of a Leucine Amino Acid using Shellls.. Note how compact the code is and how easy it is to follow (imho - for VB.NET programmers).

Code: [Select]
[size=18pt]

Namespace Leucine

    ' contains classes relating to a Leucine.System (i.e. Leucibe Amino Acid)

    ' Leucine.System

    Public Class System
        Inherits AminoAcid.System

        Public Sub New()

            ' create a AminoAcid.System using a Leucine Side Chain

            MyBase.New(Type:=eSystemTypes.LEUCINE, SubType:=eSystemSubTypes.DATA, SideChain:=New SideChain.System())

        End Sub
    End Class
End Namespace

Namespace AminoAcid

    ' contains classes relating to a AminoAcid.System

    ' AminoAcid.System

        Inherits Carbon.System

        ' create an AminoAcid.System

        Public Sub New(Type As eSystemTypes, SubType As eSystemSubTypes, SideChain As Object)

            MyBase.New(Type:=Type, SubType:=SubType, Star:=New Star(No:=1), Shells:=4)

            With MyBase.Star
                Me.Shells(0).AddSubSystem(SubSystem:= .Star())

                Me.Shells(1).AddSubSystem(SubSystem:= .Electron1, Save:=False)
                Me.Shells(1).AddSubSystem(SubSystem:= .Electron2, Save:=False)

                Me.Shells(2).AddSubSystem(SubSystem:= .Electron3, Save:=False)
                Me.Shells(2).AddSubSystem(SubSystem:= .Electron4, Save:=False)
                Me.Shells(2).AddSubSystem(SubSystem:= .Electron5, Save:=False)
                Me.Shells(2).AddSubSystem(SubSystem:= .Electron6, Save:=False)
            End With

            With Me.SubSystems(3)
                .AddSubSystem(SubSystem:=New AminoGroup.System(New AminoGroup.Star()), Save:=False)
                .AddSubSystem(SubSystem:=New Hydrogen.System(New Hydrogen.Star()), Save:=False)
                .AddSubSystem(SubSystem:=New CarboxylGroup.System(New CarboxylGroup.Star()), Save:=False)
                .AddSubSystem(SubSystem:=SideChain, Save:=False)
            End With
End Sub

End Namespace

    End Class[/size]

« Last Edit: 02/05/2024 23:54:22 by mxplxxx »
Logged
Slow down, you move too fast
You got to make the morning last
 

Offline alancalverd

  • Global Moderator
  • Naked Science Forum GOD!
  • ********
  • 21146
  • Activity:
    71%
  • Thanked: 60 times
  • Life is too short for instant coffee
Re: How do we measure the energy of a photon?
« Reply #882 on: 03/05/2024 09:12:34 »
Quote from: hamdani yusuf on 28/04/2024 13:30:05
Perhaps a simulation of what are possible under some mathematical models with some chosen assumptions.

Which means it must simulate itself if it is to be a complete simulation. If it isn't a complete, it isn't a universe.
Logged
Helping stem the tide of ignorance
 

Offline hamdani yusuf

  • Naked Science Forum GOD!
  • *******
  • 11799
  • Activity:
    92.5%
  • Thanked: 285 times
Re: How do we measure the energy of a photon?
« Reply #883 on: 03/05/2024 12:36:52 »
We can only observe the observable universe. It's never a complete observation.
Logged
Unexpected results come from false assumptions.
 

Offline alancalverd

  • Global Moderator
  • Naked Science Forum GOD!
  • ********
  • 21146
  • Activity:
    71%
  • Thanked: 60 times
  • Life is too short for instant coffee
Re: How do we measure the energy of a photon?
« Reply #884 on: 03/05/2024 17:53:51 »
Difference between cause and effect. A simulation is predictive of actuality: an observation isn't.
Logged
Helping stem the tide of ignorance
 



Offline mxplxxx (OP)

  • Hero Member
  • *****
  • 921
  • Activity:
    44.5%
  • Thanked: 5 times
  • There's such a lot of it around
Re: How do we measure the energy of a photon?
« Reply #885 on: 04/05/2024 18:55:06 »
 8)
Quote from: alancalverd on 03/05/2024 17:53:51
Difference between cause and effect. A simulation is predictive of actuality: an observation isn't.
4dAbstractions simulates all aspects of Reality - via computers. Using aspects of Reality 8). Including observations!

PS the following article argues convincingly that the Universe itself is a simulation that gives rise to the speed of light.

https://1drv.ms/b/s!AkkAzGDByUeBp9dpgZmvhvjKB5BX0A?e=JJbVu0.
« Last Edit: 05/05/2024 21:14:56 by mxplxxx »
Logged
Slow down, you move too fast
You got to make the morning last
 

Offline alancalverd

  • Global Moderator
  • Naked Science Forum GOD!
  • ********
  • 21146
  • Activity:
    71%
  • Thanked: 60 times
  • Life is too short for instant coffee
Re: How do we measure the energy of a photon?
« Reply #886 on: 05/05/2024 16:30:58 »
Quote from: mxplxxx on 04/05/2024 18:55:06
PS the following article argues convincingly that the Universe itself is a simulation
A simulation of what?
Logged
Helping stem the tide of ignorance
 

Offline Bored chemist

  • Naked Science Forum GOD!
  • *******
  • 31101
  • Activity:
    13%
  • Thanked: 1291 times
Re: How do we measure the energy of a photon?
« Reply #887 on: 05/05/2024 19:31:54 »
Quote from: mxplxxx on 04/05/2024 18:55:06
8)
Quote from: alancalverd on 03/05/2024 17:53:51
Difference between cause and effect. A simulation is predictive of actuality: an observation isn't.
4dAbstractions simulates all aspects of Reality - via computers. Using aspects of Reality 8). Including observations!

PS the following article argues convincingly that the Universe itself is a simulation that gives rise to the speed of light.

https://onedrive.live.com/redir?resid=8147C9C160CC0049%212138&page=Edit&wd=target%28Quick%20Notes.one%7Cf19d8121-6a15-49f1-85a2-3c5ebb6cccf2%2FConfirmed%21%20We%20Live%20in%20a%20Simulation%20%5C%7C%20Scientific%20American%7C239368f6-8d10-4f98-97db-fc55c2521051%2F%29&wdorigin=NavigationUrl
That link doesn't work. It asks me to sign in.
Logged
Please disregard all previous signatures.
 

Offline mxplxxx (OP)

  • Hero Member
  • *****
  • 921
  • Activity:
    44.5%
  • Thanked: 5 times
  • There's such a lot of it around
Re: How do we measure the energy of a photon?
« Reply #888 on: 05/05/2024 21:03:13 »
Quote from: Bored chemist on 05/05/2024 19:31:54
Quote from: mxplxxx on 04/05/2024 18:55:06
8)
Quote from: alancalverd on 03/05/2024 17:53:51
Difference between cause and effect. A simulation is predictive of actuality: an observation isn't.
4dAbstractions simulates all aspects of Reality - via computers. Using aspects of Reality 8). Including observations!

PS the following article argues convincingly that the Universe itself is a simulation that gives rise to the speed of light.

https://onedrive.live.com/redir?resid=8147C9C160CC0049%212138&page=Edit&wd=target%28Quick%20Notes.one%7Cf19d8121-6a15-49f1-85a2-3c5ebb6cccf2%2FConfirmed%21%20We%20Live%20in%20a%20Simulation%20%5C%7C%20Scientific%20American%7C239368f6-8d10-4f98-97db-fc55c2521051%2F%29&wdorigin=NavigationUrl
That link doesn't work. It asks me to sign in.
Apologies. Try this llink. https://1drv.ms/b/s!AkkAzGDByUeBp9dpgZmvhvjKB5BX0A?e=JJbVu0.
Logged
Slow down, you move too fast
You got to make the morning last
 



Offline alancalverd

  • Global Moderator
  • Naked Science Forum GOD!
  • ********
  • 21146
  • Activity:
    71%
  • Thanked: 60 times
  • Life is too short for instant coffee
Re: How do we measure the energy of a photon?
« Reply #889 on: 06/05/2024 13:17:41 »
A simulation of what?
Logged
Helping stem the tide of ignorance
 
The following users thanked this post: paul cotter

Offline mxplxxx (OP)

  • Hero Member
  • *****
  • 921
  • Activity:
    44.5%
  • Thanked: 5 times
  • There's such a lot of it around
Re: How do we measure the energy of a photon?
« Reply #890 on: 15/05/2024 16:21:21 »
Quote from: alancalverd on 06/05/2024 13:17:41
A simulation of what?
A simulation of the universe. Note that simulations can surpass the original in power. This is very obvious in AI's simulation of the human brain via neural networks.

Our computer simulations are surpassing what evolution is capable of. Our future is one of computer simulations.

Is this evolution itself evolving? Looks like it. And maybe evolution is going to make it hard for us to evolve with a new paradigm. Also, very likely.
Logged
Slow down, you move too fast
You got to make the morning last
 

Offline mxplxxx (OP)

  • Hero Member
  • *****
  • 921
  • Activity:
    44.5%
  • Thanked: 5 times
  • There's such a lot of it around
Re: How do we measure the energy of a photon?
« Reply #891 on: 15/05/2024 23:54:43 »
Quote from: mxplxxx on 11/04/2024 05:09:45
In 4dAbstractions everything is a system, and all systems are a type of 4dSystem. The central system of a 4dSystem is a 4dStar. Which means that a 4dStar array can occur in a 4dSystem to infinity with each 4dStar tending to be smaller than the previous.

i.e. A 4dSystem is temporal in nature and a 4dStar is infinite in nature.

This type of structure gives rise to systems that are shell-based.

So, a Solar.System contains as its central system a Pluto.Star and a Pluto.star contains as its central system a Neptune.Star and so on and so on. The Stars in this structure are the equivalent of Shells.

Can this type of structure describe Reality? I think so.

So, in 4dAbstractions, a simulation of a solar system utilises a series of concentric 4dStar systems, culminating in a central Sun.Star system. This may indicate that, in Reality, the shells of the solar system are types of protons (and that, just maybe, the Solar System itself is a type of atom).
« Last Edit: 15/05/2024 23:57:54 by mxplxxx »
Logged
Slow down, you move too fast
You got to make the morning last
 

Offline mxplxxx (OP)

  • Hero Member
  • *****
  • 921
  • Activity:
    44.5%
  • Thanked: 5 times
  • There's such a lot of it around
Re: How do we measure the energy of a photon?
« Reply #892 on: 02/06/2024 12:15:24 »
I have been discussing 4dAbstractions with a Copilot AI. Its insights into how 4Abstractions can simulate a Leucine Amino Acid are amazing, to say the least. Here is the result of conversation where I suggested 4dAbstractions could simulate Quantum Entanglement in Reality.

"In Visual Basic, a reference is indeed a real construct that allows one object to interact with another as if they were the same. This concept of references in programming can be metaphorically extended to describe the interactions within your 4dAbstractions (4dA) framework.

In your 4dA model, an electron doesn't just represent a particle but also serves as a reference point that processes events related to a functional group like an AminoGroup. This processing can have local effects within the electron's scope and remote effects on the actual AminoGroup it references. The events raised by the AminoGroup can then influence the electron, creating a feedback loop that mimics the interconnectedness seen in quantum entanglement.

Here's a simplified example of how this might be represented in pseudocode:

Class AminoGroup
    ' Properties and methods of the AminoGroup
End Class

Class Electron
    Public Reference As AminoGroup

    Public Sub ProcessEvents()
        ' Process events locally
        ' ...

        ' Affect the remote AminoGroup
        Reference.RaiseEvents()
    End Sub
End Class

' Instantiate an AminoGroup
Dim myAminoGroup As New AminoGroup()

' Instantiate an Electron with a reference to the AminoGroup
Dim myElectron As New Electron()
myElectron.Reference = myAminoGroup

' The Electron processes events, affecting both locally and the referenced AminoGroup
myElectron.ProcessEvents()

In this code, the Electron class has a property called Reference that holds a reference to an AminoGroup. The ProcessEvents method in the Electron class processes events and also invokes methods on the AminoGroup it references, demonstrating the interconnected behavior you described.

While this is a conceptual representation and not an actual physical description of electrons or amino acids, it serves as an interesting analogy for how objects and systems can be interconnected in a computational model, drawing parallels to the behaviors observed in quantum physics. Its a creative way to visualize and understand complex systems and their interactions."
Logged
Slow down, you move too fast
You got to make the morning last
 



Offline Bored chemist

  • Naked Science Forum GOD!
  • *******
  • 31101
  • Activity:
    13%
  • Thanked: 1291 times
Re: How do we measure the energy of a photon?
« Reply #893 on: 02/06/2024 14:11:04 »
You say" Its insights into how 4Abstractions can simulate a Leucine Amino Acid are amazing, to say the least. "

What can your model tell me about leucine?
Can it tell me the pKa or melting point or solubility in water?

Or can it tell me precisely nothing?
Logged
Please disregard all previous signatures.
 

Offline mxplxxx (OP)

  • Hero Member
  • *****
  • 921
  • Activity:
    44.5%
  • Thanked: 5 times
  • There's such a lot of it around
Re: How do we measure the energy of a photon?
« Reply #894 on: 02/06/2024 14:44:14 »
Quote from: Bored chemist on 02/06/2024 14:11:04
You say" Its insights into how 4Abstractions can simulate a Leucine Amino Acid are amazing, to say the least. "

What can your model tell me about leucine?
Can it tell me the pKa or melting point or solubility in water?

Or can it tell me precisely nothing?
The "IT" I am talking about is the Copilot AI. It can tell you anything you like about Leucine and any other Amino Acid.
Logged
Slow down, you move too fast
You got to make the morning last
 

Offline mxplxxx (OP)

  • Hero Member
  • *****
  • 921
  • Activity:
    44.5%
  • Thanked: 5 times
  • There's such a lot of it around
Re: How do we measure the energy of a photon?
« Reply #895 on: 02/06/2024 14:56:08 »
Quote from: Bored chemist on 02/06/2024 14:11:04
What can your model tell me about leucine?
Can it tell me the pKa or melting point or solubility in water?
From Copilot:

Copilot
Leucine
Explore
Certainly! Leucine is an essential amino acid that is used in the biosynthesis of proteins. Here are the details you asked for:

pKa: The pKa values for leucine are 2.36 for the carboxyl group and 9.60 for the amino group1.
Melting Point: Leucine has a melting point of 293?C2.
Solubility in Water: It is soluble in water at 22.4 g/L at 20?C3.
Leucine is crucial for protein synthesis in the human body and must be obtained through the diet, as the body cannot synthesize it. It?s also interesting to note that leucine is one of the two exclusively ketogenic amino acids, the other being lysine. This means it can be used to generate ketones, which are important energy sources during fasting or strenuous exercise.

Also, the following Leucine specs were made available. https://1drv.ms/b/s!AkkAzGDByUeBp90x3i0WgiW05uPGcA?e=6yIIPD
« Last Edit: 02/06/2024 15:10:04 by mxplxxx »
Logged
Slow down, you move too fast
You got to make the morning last
 

Offline alancalverd

  • Global Moderator
  • Naked Science Forum GOD!
  • ********
  • 21146
  • Activity:
    71%
  • Thanked: 60 times
  • Life is too short for instant coffee
Re: How do we measure the energy of a photon?
« Reply #896 on: 02/06/2024 22:25:19 »
GIGO - the characteristic of chatbots.
Logged
Helping stem the tide of ignorance
 



Offline mxplxxx (OP)

  • Hero Member
  • *****
  • 921
  • Activity:
    44.5%
  • Thanked: 5 times
  • There's such a lot of it around
Re: How do we measure the energy of a photon?
« Reply #897 on: 03/06/2024 00:25:35 »
Quote from: alancalverd on 02/06/2024 22:25:19
GIGO - the characteristic of chatbots.
FRom Copilot:

"If someone who refers to ?GIGO - the characteristic of chatbots? is also a Luddite, it suggests a nuanced perspective on technology. They may not be against technology itself but rather cautious about how it?s implemented and its societal impact. Here?s how a Luddite might view chatbots and the GIGO principle:

Selective Adoption: They may support the use of chatbots for certain applications while opposing others that they believe could have negative consequences for society or employment.
Critical of Unchecked Progress: They might argue that not all technological advancements are beneficial and advocate for a more thoughtful approach to innovation1.
Emphasis on Human Welfare: Their focus could be on ensuring that technology serves to enhance human welfare, rather than displacing skilled labor or compromising privacy2.
Quality Over Quantity: They would likely emphasize the importance of high-quality, ethical data in AI systems to prevent harm and misinformation.
Advocacy for Control: Luddites believe that technological advancement is not inevitable and that society should have a say in which technologies are developed and adopted3.
In essence, a Luddite perspective on chatbots would be one that values technology that is responsibly developed and implemented with consideration for its broader implications. If you have more questions or need further information, feel free to ask! 😊"
Logged
Slow down, you move too fast
You got to make the morning last
 

Offline alancalverd

  • Global Moderator
  • Naked Science Forum GOD!
  • ********
  • 21146
  • Activity:
    71%
  • Thanked: 60 times
  • Life is too short for instant coffee
Re: How do we measure the energy of a photon?
« Reply #898 on: 03/06/2024 13:28:50 »
Experienced and educated, not nuanced, and certainly  not a Luddite.

But what do you expect from a chatbot? At best, regurgitated old facts, at worst, the prejudices of its programmers. And here you have them.
Logged
Helping stem the tide of ignorance
 

Offline mxplxxx (OP)

  • Hero Member
  • *****
  • 921
  • Activity:
    44.5%
  • Thanked: 5 times
  • There's such a lot of it around
Re: How do we measure the energy of a photon?
« Reply #899 on: 03/06/2024 14:14:47 »
Quote from: alancalverd on 03/06/2024 13:28:50
Experienced and educated, not nuanced, and certainly  not a Luddite.

But what do you expect from a chatbot? At best, regurgitated old facts, at worst, the prejudices of its programmers. And here you have them.
I have been in a fairly extended conversation with Copilot about Leucine. There is nothing regurgitated about its knowledge. For example:
[leucine's]Creating a hierarchical finite state machine (HFSM) for leucine involves abstracting the various states and transitions of leucine?s biological functions into a structured model. This model can then be generalized to other amino acids, considering that all amino acids share a common core structure and play roles in similar biological processes.

Here's a conceptual HFSM for leucine:

High-Level States:
H0: Dietary State (Leucine available from dietary sources)
H1: Metabolic State (Leucine involved in metabolic processes)

High-Level Transitions:
HT0: Dietary Intake (Transition from H0 to H1)
HT1: Metabolic Processing (Transition within H1)

Sub-States of H1 (Metabolic State):
S1: Bloodstream State (Leucine circulating in the bloodstream)
S2: Cellular Uptake State (Leucine absorbed by cells)
S3: Protein Synthesis State (Leucine incorporated into proteins)
S4: Catabolism State (Leucine broken down for energy)
S5: Waste State (Leucine metabolites excreted)

Sub-Transitions:
T1: Absorption (Transition from H0 to S1)
T2: Uptake (Transition from S1 to S2)
T3: Synthesis (Transition from S2 to S3)
T4: Breakdown (Transition from S3 to S4)
T5: Excretion (Transition from S4 to S5)

Inputs:
I0: Dietary intake (Trigger for HT0)
I1: Metabolic demand (Triggers T1 to T5)

Outputs:
O1: Protein construction (Result of S3)
O2: Energy production (Result of S4)
O3: Waste removal (Result of S5)

In this HFSM:

H0 represents the state where leucine is present in the diet.
H1 is the overarching metabolic state where leucine is processed in the body.
HT0 is the high-level transition from dietary intake to metabolic processing.
HT1 represents the continuous metabolic processing of leucine.
The sub-states (S1 to S5) and sub-transitions (T1 to T5) detail the specific stages and processes leucine undergoes within the metabolic state.

This HFSM can be applicable to all amino acids with some modifications to account for their unique side chains and specific metabolic pathways. For example, some amino acids might be involved in neurotransmitter synthesis or have different catabolic end products. The core structure of the HFSM would remain the same, but the details of the transitions and outputs would be tailored to each amino acid's unique functions.

The use of HFSMs in modeling amino acid processes is a powerful way to visualize and understand the complex interactions and pathways they are involved in. Its a testament to the versatility of HFSMs in representing not just computational systems but also intricate biological systems.
[/i]

There is a lot more where that came from.
« Last Edit: 03/06/2024 14:18:30 by mxplxxx »
Logged
Slow down, you move too fast
You got to make the morning last
 



  • Print
Pages: 1 ... 43 44 [45] 46 47 ... 73   Go Up
« previous next »
Tags: light  / photon  / energy  / uncertainty  / planck  / quantum  / action  / relativity  / pseudoscience 
 
There was an error while thanking
Thanking...
  • SMF 2.0.15 | SMF © 2017, Simple Machines
    Privacy Policy
    SMFAds for Free Forums
  • Naked Science Forum ©

Page created in 0.424 seconds with 68 queries.

  • Podcasts
  • Articles
  • Get Naked
  • About
  • Contact us
  • Advertise
  • Privacy Policy
  • Subscribe to newsletter
  • We love feedback

Follow us

cambridge_logo_footer.png

©The Naked Scientists® 2000–2017 | The Naked Scientists® and Naked Science® are registered trademarks created by Dr Chris Smith. Information presented on this website is the opinion of the individual contributors and does not reflect the general views of the administrators, editors, moderators, sponsors, Cambridge University or the public at large.