0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

adobe air と printmagic と ChatGPT例

Last updated at Posted at 2023-02-16

IMG_20230217_045835.jpg

printmagicはここです
http://www.print-magic.net/

問題は adebe air で

The shared AIR runtime can be found at:
https://airsdk.harman.com/runtime

を教えてもらいました
感謝です

https://www.youtube.com/watch?v=fkN2U2knYHw
でも同じこといってました


昔 白雪姫で女王は 鏡に向かって
「鏡よ鏡 世界で一番美しいのはだあれ?」と
語りかけました

今やそれを我々は
chatGTP に向かってします

「ChatGPTよChatGPT PlayStation 5に対する Linux のインストール方法はなあに」
です

今までのGoogle では何百何千という情報が出てはきます
しかしそのたくさんの石ころの中から宝石を見つけるのは
自分に負わされます
ところがAIそのもののchat GPT では 結果はひとつだけです
楽は楽です
でも掘り出し物を見つけるチャンスは全くないですー

2023/2/17 時点で

chaGTP.jpg

スクリーンショット_2023-02-18_02-35-25.png

しかし このchatGTでPの答えは 実に役にたたない

使ってみて

問題は chatGPT みたいなものができると
そのchatGPTの原料のページを
極端に言えば誰も書かなくなるのではないかと思います

というのは
chatGPTは 原文の出典はいわないからです

そして
chatGPTは 追い込んでつかわないと 単なる確率の高いが役に立たない答えしかでません

議論があって実りの多いForum(qiitaを含む)は残るでしょう


むしろ簡単なプログラムを書くのに便利です

c.png

./comment-out.bat countdown60.py

import time
timer_seconds = 60 * 60
while timer_seconds > 0:
if timer_seconds % (5 * 60) == 0:
print(f"{timer_seconds // 60} 分経過")
time.sleep(1)
timer_seconds -= 1
print("時間になりました!")

きちんと動きます

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?