HN user

theoa

241 karma

San Francisco and Paris

Posts7
Comments72
View on HN

Draw a millipede as a dog:

Gemini responds:

Conceptualizing the "Millipup"

https://gemini.google.com/share/b6b8c11bd32f

Draw the five legs of a dog as if the body is a pentagon

https://gemini.google.com/share/d74d9f5b4fa4

And animal legs are quite standardized

https://en.wikipedia.org/wiki/List_of_animals_by_number_of_l...

It's all about the prompt. Example:

Can you imagine a dog with five legs?

https://gemini.google.com/share/2dab67661d0e

And generally, the issue sits between the computer and the chair.

;-)

Nearly sixty years of coding under my belt here.

The OP proposes a valid and reasonable pattern.

Nonetheless, not all of us are so wise.

There are dozens of frustrating all-nighters and near all-nighters in my timeline.

And, dotted in and about, there are those several times when, half-asleep, you press the enter key, look up and gasp "OMG, it's working!"

"Even for those relationships that were negatively strained, over time, the strained relationships mended," she says.

I was 54. my wife called it quits on me.

These days, my former wife and our three daughters are probably as happy and as communicative as we've ever been.

Mutually, putting our children as a high priority helped.

This is also why I believe that language is a bottleneck for thought. Most of what you remember is nothing like an approximate copy of the things you experienced in real life—even in the specific case of text, memory is not even remotely like a paraphrase of previously read words. Many of our thoughts happen in a highly abstracted and distilled form, interacting and connecting with each other as a network that simply cannot be faithfully converted into a sequence of words, however long.

Perhaps the most interesting quote in an interesting article.

Leaves me speechless or something

Bingo!

Now, once out of the box and having responded, willy nilly, to numerous dubious questions, you are presented with a screen full of all sorts of strange things, and nothing happens when you use the keyboard.

Compare and contrast with:

  >

I discovered this perhaps ten or more years ago. I have used IDs a global in hundreds (thousand?) of efforts with no issues. Ever.

Of course, I am but a single stack developer, so your experience may vary

Not short but almost understandable. Given a text editor, save the following text as drawline.html:

  <canvas id="myCanvas" width="500" height="300"></canvas>

  <script>

  const ctx = myCanvas.getContext( "2d" );
  // Draw the line
  ctx.beginPath();
  ctx.moveTo( 50, 50 ); // Starting point
  ctx.lineTo( 200, 150 ); // Ending point
  ctx.stroke();

  document.write( "Hello World" );

  </script>
JavaScript is quite forgiving. No need for the HTML preambles. "document.getElementById" is a nicety that can also be ignored.

Nonetheless, I (born 1947) too miss the simplicity of BASIC, the plethora of magazines for beginners, the many shelves of "for dummies books". And, especially, that we were all beginners.

These days, full stack developers and AI are priestly classes that that, currently, do not facilitate the investigation by newbs of the black boxes they create.

Nonetheless, I look forward to AI being able to read aloud Python, Rust, Cobal, Euler notation, Greek or whatever in ways that I may understand.

I lived in Hong Kong from 1981 to 1991.

* Overflowing with optimism and "can do" * Equal protection under the law no matter the origin * Max tax 15% for all * Education and health benefits for all (accepting always flaws somewhere) * Anti-corruption was effective (ICAC) * Straightforward process to become a voting legal immigrant for non-Chinese * Many people speaking English, various Chinese dialects, Tagalog and more * Springboard to helping adjacent countries modernize * Unparalleled Eastern and Western food and housing and sociability

I moved to San Francisco only because I was a techie and had a need to change the world. If there had been the Internet, I might still be there...

Software galaxies 2 years ago

Wonderful!

Want more.

Every blob displays its icon

Mouseover over displays much more stuff

Right-click: the world is your oyster

Ctrl-click: make a group, etc, much much more

Ultimately: create 3D bash/OS/

Hi Jamie

He changed my life as well. For me, the deepest game changer was AutoLisp.

Nowadays, I'm on JavaScript and Three.js, but it's much the same: code, hit enter and bingo an updated graphic appears on the screen.

Thank you, John,

Theo