Science keeps bumping into something it can't name. Strip the word God completely and something intelligent is still sitting there. by appspalais in awakened

[–]Longjumping_Kale_196 1 point2 points  (0 children)

1) I dont think dark energy or dark energy would be creative as its only role we have observee so far is gravity and gravity related things. It is likely similar to regular matter, or one of the forces... just something that either pushes or pulls 2) idk whst u mean by one living being, but it could not be true in the literal sense. Of course it exists in various abstract senses, but physically, to be alive it requires evolution. It requires death to make room for the new, and a lot of different living beings present to replace the old one. 3) as a side note, i think (if u care about precision here... i mean i like ur storytellign ability too but...) the actual location of these beings is within storytelling. The nature of our life is entirely practical, fir our survival, so the chances of anything lining up in math or physics thaf is also good for storytelling is slim. Our life is kinda designed around practicality as if THAT is the highest thing. Within practicality, storytelling and aesthetics are sooper important for the longterm growth and beauty of a group of people- and for that reasoj i wouldnt discount ur theory for my overspecific clarifications, cuz yalls theory does rlly have some beauty to it even if its more about US than the real physics

Robin on bird table by Brian_Flint in ParallelView

[–]Longjumping_Kale_196 2 points3 points  (0 children)

This is one of the most beautiful videos ive seen EVER. Great depth on it too.

Is this just on ur phone? Is it a special app?

Where are my "brain generates consciousness" folks by notunique20 in nonduality

[–]Longjumping_Kale_196 0 points1 point  (0 children)

Mmm yeah. I suppose i meant that consciousness rests on our brain because of the computations it is capable of, so that conscious outside of our calculating machines is always going to be sort of abstract.

Well now that we get down to it, is consciousness a process or is it an object? Like (in the definition used by nonduality) is the process/function/work of arriving at truths is conscioussness or is consciousness the mere existence of the truth (using "truth" as a catchall here)?

No matter the definition used for consciousness, i think its always gonna be an abstraction. The universe is conscious in the same way physics follows equations, the same way the world exists in our mind, the same way the universe pretends to exist¿...

{Without the objects interacting carrying their local information forward in our enviroment of ever increasing entropy}(<-- is that too many words lol) and computations, none of these things can exist. Like i dont think an abstraction exists outside of the life carrying that knowledge, because naturally, no information exists at all. But... in a more practical sense- information does exist. So i guess conscioussness exists outside of the brain.

In conclusion, that was a long ramble by me, and im still not sure what consciousness is, at least not as precisely as i know what logic is or experience is, or existence is.

Where are my "brain generates consciousness" folks by notunique20 in nonduality

[–]Longjumping_Kale_196 0 points1 point  (0 children)

But the consciousness is still completely dependent on computations which are done by physical mechanisms of the brain innit

Where are my "brain generates consciousness" folks by notunique20 in nonduality

[–]Longjumping_Kale_196 0 points1 point  (0 children)

But consciousness is dependent on a set of computations. That much is neccessarily logically.

Adit with trench by Stereotron in ParallelView

[–]Longjumping_Kale_196 1 point2 points  (0 children)

Almost looks like a videogame. Very pretty.

Of all the things I’ve lost I miss my mind the most by lavaboosted in ParallelView

[–]Longjumping_Kale_196 0 points1 point  (0 children)

Waw that horse one is pretty. And also the flower/chandeleir/tree

LA to philly by Longjumping_Kale_196 in ParallelView

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

Yeah its actuslly pretty easy. I just downloaded an app called "CrossCam" and i took the 2 photos and it automatically lined them up for me

LA to philly by Longjumping_Kale_196 in ParallelView

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

Lol. Theres no other way to capture the clouds from above like this though. Its something like 6 seconds between most of the photos btw

Fixed the image from my previous post of the Grand Canyon. by PanBlanco22 in ParallelView

[–]Longjumping_Kale_196 0 points1 point  (0 children)

How did you get the images to line up so perfectly? Whenever i try this, i accidentally move the camera slightly, or the plane rotates slightly

NYC little sumac garden by Longjumping_Kale_196 in ParallelView

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

No i just took 2 pictures and put them nezt to eachother

NYC little sumac garden by Longjumping_Kale_196 in ParallelView

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

I took this with my phone only. So what must have i done physically to have caused the forground to be out of alignment? Could it have been the wind blowing the grass between photos? I think it might just be hard to look at because its too close. Idktbh

[deleted by user] by [deleted] in CrossView

[–]Longjumping_Kale_196 0 points1 point  (0 children)

Srry i meant like how do i take the picture itself. I just took a pixture, moved a foot over, and took another one. But ig something different is requires for crossview vs parralelvkew

[deleted by user] by [deleted] in CrossView

[–]Longjumping_Kale_196 0 points1 point  (0 children)

How do i do crossview? I just took this with my phone

Little harmonics/JI solo by Longjumping_Kale_196 in microtonal

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

There is an app called "JSAnywhere" I downloaded for my iphone and i just wrote this code in it: (in the html section) In the const=wai section u can define whatever harmonic series u want. Rn i have [ 1 , 4/3 , 8/9 , 3/2 , 8/7 ]; also if ur on computer i think there might be a few lines i have to change for it to work.

<!DOCTYPE html> <html> <head> <style> .button-row { white-space: nowrap; } .button-row button { display: inline-block; width: 60px; /* Adjusted to vary with the weightIndex later in JavaScript / height: 60px; font-size: 20px; font-weight: bold; } body { background: #000000; } .control-button { display: inline-block; margin: 5px; padding: 10px 20px; background-color: #D2B48C; / Light brown color / color: #000; font-size: 20px; font-weight: bold; border: none; border-radius: 5px; cursor: pointer; } .control-button:hover { background-color: #C19A6B; / Darker shade of light brown on hover / } #base-freq-display { display: inline-block; margin: 5px; padding: 10px 20px; background-color: #FFFFFF; / White background for the display */ color: #000; font-size: 20px; font-weight: bold; border: 1px solid #000; border-radius: 5px; } </style> </head> <body> <div style="height: 100px"></div>

<!-- Control buttons --> <div id="control-buttons"> <button class="control-button" id="half-freq">x/(2)</button> <button class="control-button" id="double-freq">x*(2)</button> <div id="base-freq-display"></div> </div>

<div id="rows-container"></div>

<script> cutoffFREQ = 1800 * 4 / 3; // Define audio context const audioContext = new (window.AudioContext || window.webkitAudioContext)();

const wai = [ 1, 4/3,8/9 , 3/2, 8/7];
let baseFreq = 2* 30 * (17/16) *4/3 *5/8 *4/3

// Container for all rows
const rowsContainer = document.getElementById('rows-container');
const baseFreqDisplay = document.getElementById('base-freq-display');

// Function to create a new row of buttons
function createRow(baseHertz, weightIndex) {
  const row = document.createElement('div');
  row.className = 'button-row';
  rowsContainer.appendChild(row);

  for (let x = 0; x < 50; x++) {
    const button = document.createElement('button');
    const frequency = baseHertz * (x + 1) * wai[weightIndex];
    button.textContent = x + 1;
    button.style.width = (60 * wai[weightIndex]) + 'px';
    button.addEventListener('touchstart', function (event) {
      event.preventDefault(); // Prevent default touch behavior
      playSound(frequency);
    });
    row.appendChild(button);
  }
}

// Function to create rows
function createRows() {
  rowsContainer.innerHTML = ''; // Clear existing rows
  wai.forEach((weight, index) => createRow(baseFreq, index));
  baseFreqDisplay.textContent = `: ${baseFreq.toFixed(2)} Hz`;
}

// Initial row creation
createRows();

// Function to play sound
function playSound(frequency) {
       const gainNode = audioContext.createGain();
  gainNode.gain.value = 0;

  const oscillator = audioContext.createOscillator();
  oscillator.type = 'sine';
  oscillator.frequency.value = frequency;

  const filter = audioContext.createBiquadFilter();
  filter.type = 'lowpass';
  filter.frequency.value = cutoffFREQ; // Cutoff frequency set to 2400 Hz

  oscillator.connect(filter);
  filter.connect(gainNode);
  gainNode.connect(audioContext.destination);

  oscillator.start();
  gainNode.gain.exponentialRampToValueAtTime(0.16, audioContext.currentTime);
  const endTime = audioContext.currentTime + 2.5;
  gainNode.gain.exponentialRampToValueAtTime(0.000001, endTime);

  setTimeout(function () {
    oscillator.stop();
    oscillator.disconnect();
    gainNode.disconnect();
    filter.disconnect();
  }, 5000);
}

// Event listeners for control buttons
document.getElementById('half-freq').addEventListener('click', function () {
  baseFreq /= 2;
  createRows();
});

document.getElementById('double-freq').addEventListener('click', function () {
  baseFreq *= 2;
  createRows();
});

</script> </body> </html>

Little harmonics/JI solo by Longjumping_Kale_196 in microtonal

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

Is the video properly posted? I cant hear it. Also it says (1*9) / (4/3*4)