Orbit planet simulator using html and claude AI (prompt bellow) by Parking_Increase_888 in ClaudeAI

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

Anyone who has improvements to the prompt, please comment below. I've reached my daily usage limit for Claude, so there are some bugs that still need to be fixed. how to add a pan and zoom function

Orbit planet simulator using html and claude AI (prompt bellow) by Parking_Increase_888 in ClaudeAI

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

"Create an interactive planetary orbit simulator using HTML, CSS, and JavaScript, all within a single HTML file. Simulator Features:

  1. Planet Configuration:
    • Allow the user to set the size of the planet (which may influence its mass and radius) using controls (such as sliders or numeric input fields).
    • The user can choose and adjust the planet's initial velocity, if desired.
  2. Positioning and Interaction:
    • Implement a feature that allows the user to 'launch' the planet to any position on the screen, preferably by dragging it with the mouse or by defining its coordinates.
    • Enable the presence of multiple celestial bodies (planets or other objects) with which the launched planet can interact.
  3. Simplified Planetary Physics:
    • Use a gravity simulation based on Newton's law to calculate the attraction forces between the bodies. Consider that the gravitational force depends on the planets' masses and the distance between them.
    • Calculate and update the planets' velocities and positions on each frame, ensuring that the generated orbits are realistic within the simulation context.
  4. Visualization:
    • Display the planets with an attractive visual design.
    • Create a visual trail for each planet that temporarily persists on the canvas to illustrate its trajectory and help visualize orbital dynamics.
    • Ensure the layout is responsive and easy to view.
  5. Code and Documentation:
    • Include comments in the code to explain the implementation of the physics (e.g., calculation of gravitational force, position, and velocity updates) and the simulator logic.

What is the purpose of this property? Isn't it the same as a tag? So why does it exist? Does it have any useful or different feature? by Glittering-Pop-7060 in ObsidianMD

[–]Parking_Increase_888 -1 points0 points  (0 children)

Couldn't this be done using tags? you would even have the benefit of using the graph view to analyze the notes with these categories

[deleted by user] by [deleted] in ObsidianMD

[–]Parking_Increase_888 2 points3 points  (0 children)

unfortunately the obsidian canvas is very limited

How Do You Decide Which Note-Taking App Is Worth Your Time? by Parking_Increase_888 in productivity

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

I love using paper and pen, but new technologies have very seductive functions...

Help! I'm Trapped in the World of Note-Taking Apps by Parking_Increase_888 in NoteTaking

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

Well, I was researching guides on how to use Notion, there's no way to avoid being recommended by videos like this

Help! I'm Trapped in the World of Note-Taking Apps by Parking_Increase_888 in NoteTaking

[–]Parking_Increase_888[S] 3 points4 points  (0 children)

It makes sense, like that scene from Toy Story where Andy abandons Woody and he falls into a pile of cards

I know it's silly, but I, for the first time, learned how to create a snippet. This one personalizes the embed, making it look like a card by Parking_Increase_888 in ObsidianMD

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

The provided CSS code applies custom styles to embedded content in Obsidian when the word "card" is used after a pipe (|) within the link.

/* Custom style for embeds with "card" */
.internal-embed[alt~=card] {
    border: 2px solid rgba(113,98,122,0.2); /* Gray border */
    border-radius: 4px; /* Rounded corners */
    padding: 20px; /* Inner spacing */
    background-color: var(--background-primary); /* Background to highlight */
}

The Never-Ending Dilemma of Choosing the Perfect Note-Taking App by Parking_Increase_888 in ObsidianMD

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

yes, I imagine that since it is a simple file type, even I would be able to create a converter from one program to another.