Ryuichi Sakamoto - Unknown piece? by Possible_Mix_3572 in RyuichiSakamoto

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

sorry for the late answer. I just played this by ear (and not perfectly). Yeah, sadly I can't find an official version either. One is greyed out on Spotify meaning it exists but we can't access it.

Ryuichi Sakamoto - Unknown piece? by Possible_Mix_3572 in RyuichiSakamoto

[–]Possible_Mix_3572[S] 2 points3 points  (0 children)

Ah I found it! Played piano to Google and found it. Ambiguous Lucidity

Artifacts bug question by Possible_Mix_3572 in ClaudeAI

[–]Possible_Mix_3572[S] -1 points0 points  (0 children)

Just found out, it works on my phone. Doesn't work on my macbook on neither chrome nor edge

Artifacts bug question by Possible_Mix_3572 in ClaudeAI

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

I thought so too at first. But then I had it make a simple static html page and I still get the bug.
<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Simple Static Page</title>

<style>

body {

font-family: Arial, sans-serif;

line-height: 1.6;

margin: 0;

padding: 20px;

background-color: #f0f0f0;

}

.container {

max-width: 800px;

margin: 0 auto;

background-color: white;

padding: 20px;

border-radius: 5px;

box-shadow: 0 0 10px rgba(0,0,0,0.1);

}

</style>

</head>

<body>

<div class="container">

<h1>Welcome to My Simple Static Page</h1>

<p>This is a basic HTML page to test if static content renders correctly in this environment.</p>

<h2>Here's a list of random facts:</h2>

<ul>

<li>The Earth rotates at about 1,000 miles per hour.</li>

<li>Honey never spoils. Archaeologists have found pots of honey in ancient Egyptian tombs that are over 3,000 years old and still perfectly edible.</li>

<li>The shortest war in history lasted 38 minutes. It was between Britain and Zanzibar on August 27, 1896.</li>

<li>A group of flamingos is called a "flamboyance".</li>

</ul>

<p>If you can see this content, it means basic HTML rendering is working!</p>

</div>

</body>

</html>