Jump to content

ALine

Senior Members
  • Posts

    398
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by ALine

  1. 9 minutes ago, Strange said:

    I think you should give a link/credit to the source...

    https://www.deviantart.com/verauko/art/Imagination-vs-Reality-2-213904268

    here ya go 

    10 minutes ago, Strange said:

    I am not going to attempt to answer these, I'm afraid (I'm not in the mood to write 14,000 words to answer each of Q1 and Q2). But I am fascinated by the fact you make a distinction between "the definition" and "your definition". Would you like to explain why you did that? Or would you prefer to wait until there are some answers? (It will be interesting to see if/how people distinguish them.)

    I would like to wait until there are other answers at this time, however we can talking about it more in another thread :D 

     

    10 minutes ago, studiot said:

    Sorry I am no wiser for that explanation.

    Naw man, my fault for not using the correct language to fully convey my meaning. I need to work on that.

  2. 9 minutes ago, studiot said:

    What does the picture have to do with the thread?

    It gives a aesthetic representation of the idea of what is being asked. Like a artistic poster describing an event which is to take place.

    Its only purpose is to give someone something nice to look at while at the same time acting as comedic relief to introduce the reader to what is being asked.

    If it is a problem I can remove it.

  3. Related image

    I would like to start a new discussion on the topic of what is defined as being imaginary vs what is defined as being real

    However for this discussion I would like for you to only answer the following questions and then to compare and contrast personally with others who have also answered these questions.

    the only rules and regulations of this discussion that I ask for you to follow are as followed

         (1) Post the answer to the question for others to see.

         (2) Compare and contrast your answered with others to find similarities and differences.

         (3) Do not question another persons definition of reality and/or imagination, this would negate the purpose of this thread.

         (4) if you wish to discuss a specific topic manner pertaining to a certain belief or if you wish to discuss anything further please do so outside of this thread.

         (5) all of science forums rules and regulations still apply so please take a look at them before post, the created of this website worked hard to develop them.

     

     

    Q 1: what is the definition of something being real?

    Q 2: what is the definition of something being imaginary?

    Q 3: what is your definition of something being real?

    Q 4: what is your definition of something being imaginary?

    Q 5: how does the definition of something being real or imaginary compare with your definition of something being real or imaginary?

     

     

     

     

  4.  

    On 10/22/2018 at 4:21 PM, Aphile said:

    'Why this speed is the limit'

    I think the question that you are searching for is "how" and not "why"

     

    Asking the question "why" becomes an endless search for meaning of what is real vs. what is imaginary. 

    This attempt to solve this "Real" vs. "Imaginary" paradox begins to cause the mind to fall into eventual insanity. It is similar to trying to find a point a circle while you are on the circle if that makes any sense.

    However by asking the question "how" and working within the boundaries of the reality which has been created to assist you in understanding the world around you, you will begin to see the analogous circle I had previously mentioned as being a circle. 

    So in response to your question, "why this speed is the limit" I will respond with 2 questions of my own.

     

    Question 1: How did you ask yourself the question of "why this is the speed of light"?

    Question 2: How can you use the answer to question 1 to help you develop new ideas using the question being asked in question 1?

     

    kind of hurts the brain doesn't it, sure hurts mine.

     

    ...unless you were simply asking "why this is the speed of light" in regards to the language used in physics then I probably answered the wrong thing here....

  5. Oh, no. The image that is being shown is a graphic I came up with to help better illustrate the idea of what I am searching for so that it can assist others in searching for what I have described.

    Sorry about that

  6. I am going to give a generalizing statement from only reading the introductory thread post. 

    By assigning an absolute "truth" you give rise to the development of further absolute truths which are un-questionable and assumably invaluable. This makes the entirety of science become a groundless belief system which has a static beginning and end. 

    There is no such thing as an absolute truth, whereas there is only current truth.

     

  7. Larger brains are probably simply a by-product of there larger sizes. It may simply be a result of evolution analogously "taking" them into a path which favored larger sizes and as a result, all of their organs scaled in size. So there may not be any intrinsic advantage for having such a large sized brain, whereas it is only a "scaling up" due to other organs scaling up as well. So a larger heart requires more information being sent and therefore the requirement of a larger brain.

  8. Ok so I am in South Carolina and was wanting to watch to some movies during the hurricane inside of my makeshift bunker I converted from a closet and now I am at the stage of having a bug out bag almost created, a bed, video games, board games, food and water enough for 2 weeks, a hand crack makeshift generator I made out of an old saw za, mini light bulbs I created from led's and soldered with some batteries and resistors, and a large 12 v back up battery. Was going to use cars but I am sure parents would not allow this. Right now I am trying to figure out how to convert dc to ac so that the device which is designed for ac and be able to be used. I am making a double relay circuit now to act as the switches and it is going along pretty nicely. Do not have an oscilloscope so its all pretty much guesswork, but hey that's hobo tech for you :D

  9. Ok so I remember asking this a while back in speculation, however, I never got a response so I am posting it here because the reason why I posted in speculation was that I did not think it was fully physics related.

     

    So my question is again, are our models of reality based on probability because we cannot observe the universe at certain scales due the things that we need to observe messing up measurements like light and atom particles. Or is it the other way around? Being that we cannot observe things at such small scales because of the probability and uncertainty of the universe as a whole?

     

  10. ok so since the last update I have gone through 2 versions. I am not able to get images up because I cannot find my phone. So for the newest version, I removed the Arduino Uno from the build entirely for the time being until I can incorporate an idea which involves using a microcontroller control network. So far I have been using Dropbox as a server between 2 of these devices however that got full so now I am switching to one drive which I am almost done doing. I have successfully been able to map a drive, that being the raspberry pi, to a laptop using samba. Next, I am going to link that raspberry pi to another raspberry pi, however, I just need to get the other raspberry pi first. So yeah that's my update. See ya.

  11. Hey, I am currently having problems with the .grid() function in python. 

    Can someone help?


    import tkinter as tk
    from tkinter import ttk

    LARGE_FONT = ("Verdana", 12)

    class funapp(tk.Tk):

        def __init__(self, *args, **kwargs):

            tk.Tk.__init__(self, *args, **kwargs)

            ## tk.Tk.iconbitmap(self, default="testicon.ico")

            container = tk.Frame(self)
            container.pack(side="top", fill="both", expand = True)
            container.grid_rowconfigure(0, weight=1)
            container.grid_columnconfigure(0, weight=1)
            

            self.frames = {} # creating a dictionary

            for F in (StartPage, Page1):

                frame = F(container, self)
                self.frames[F] = frame
                frame.grid(row=0, column=0, sticky = "nsew")

            self.show_frame(StartPage)

        def show_frame(self, cont):

            frame = self.frames[cont]
            frame.tkraise()

    def qf(param):
        print (param)

    class StartPage(tk.Frame):

        def __init__(self, parent, controller):
            tk.Frame.__init__(self, parent)
            label = tk.Label(self, text="Home", font=LARGE_FONT)
            label.pack(pady=10, padx=10)

            button1 = ttk.Button(self, text = "Page 1",
                                command = lambda: controller.show_frame(Page1)) # can change to home page
            button1.pack()
            
            

    class Page1(tk.Frame):

        def __init__(self, parent, controller):
            tk.Frame.__init__(self, parent)
            label = tk.Label(self, text="Page 1!!!", font=LARGE_FONT)
            label.pack(pady=10, padx=10)

            button1 = ttk.Button(self, text = "Back to Home",
                                command = lambda: controller.show_frame(StartPage))
            button1.grid(row = 0, column = 0)
            


    app = funapp()
    app.geometry("1280x720") # changes the size and shape of the entire
    app.mainloop()

    not sure if I should put this directly into the message or should have uploaded a file. I can change it to a txt file if there is a problem.

  12. Soo update. I have gone through 3 iterations of the device, trying to improve form because there is only so much I can do to make it run faster besides overclocking it. However, right now I am having an overheating issue so that would break probably melt the battery because it is right underneath the raspberry pi. I am up for suggestions on how I can improve it. From hardware attachments to software add-ons. I still have not done the server connecting thing because I have to have another device to send the files over to. Plus I want to get everything organized first before sending files over from one server to the next.20180804_124721.thumb.jpg.b89e5f5e7e51734921a6d1a2269dca0d.jpg

  13. So quick question, are our models of reality based on probability because we cannot observe the universe at certain scales due the thing that we need to observe messing up measurements like light and atom particles. Or is it the other way around? Being that we cannot observe things at such small scales because of the probability and uncertainty of the universe as a whole?

  14. 3 minutes ago, studiot said:

    In you box partitioned into system1 and system 2, how would you introduce dynamic similarity

    I am not exactly sure, If the definition I derived from a quick search in dynamic similarities, should have gone more in depth with this, but if the definition that Google gives. That being the comparison between a prototype or model vs. the fully scaled up version then maybe you could say that the size of the system would be a factor as well. So very small systems inside very large systems would need to consider where the position of the system is in respect to its size. So if you have a model car vs an actual car then the model car would experience different scaled down forces vs. the larger car. I can also presume that because the smaller car is smaller it's individual systems within the model car system would be different than the larger car system. I probably also say that I could just take the larger car system and just make it smaller and then just use the same calculations for the larger car system as for the smaller car system.image.thumb.png.142731892fc55c39f4a639478bd7b8e9.png

    Not exactly sure about the latin squares experiment I would need more time to think about that one.

    Maybe this box inside box idea could be used to represent energy instead of lightning mequeen. :D

    Ok so I have been thinking about it and here is what I came up with.

    image.thumb.png.6a3257ab138833a99f6a3c4f72f90005.png

    So maybe the systems all have a smaller and smaller grid which represent their probability of actually being in that position. I don't know, not sure. 

  15. What if I were to model it in layers, like making the model smaller and smaller, zooming in on each component of the thing that is being modeled and then after this looking at each subsection and finding which variables are similar? Maybe something like this.

    image.thumb.png.6e7f058a2c101a126d5c80504e9abb5b.png

    I guess something like this.

    So if I were in system 2 and the leaf was in system 1 on the I could determine its relative orientation whereas because both I and the leaf were in system 0 then we would not know our orientation in respect to system 0. Maybe this does not just apply to orientation but instead to any variable or function. So if system 0 is applying gravity to both me and the leaf then we are both going to experience it along with all systems that are inside of our separate systems. 

  16. Ok so my raspberry pi and Arduino just came in yesterday and I decided to combine the 2 together into a single "raspberry pi / Arduino" sandwich with a 128 GB SSD sandwiched directly in between the two. I also got a wireless handheld keyboard but it came in the mail broken so I am returning it tomorrow to get a new one. This will allow me to make Arduino programs and send them directly to the Arduino on the other side in order to do fun stuff like programming and building things on the go.

  17. Is there an easy straightforward way to produce a mathematical model for anything that I can imagine? The more that I think about it the more and more that I see that maybe everything could be written as a function with distinct variables. I just want to know how I can make mathematics seem extremely intuitive so that if I see a leaf fall on the ground I could fully model that falling in all case scenarios with either a simple algebra equation or with a more complex differential and multi-variable calculus equation.

    I have had the urge for years so if anyone could help that would be great.

     

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.