はてなキーワード: nextとは
ケーブルテレビSTBでは見られない場合が多いようなのでBSパススルーとか
地域によってはSTBで見られるようになったかもしれないので最新情報要確認
・02 ニュージーランド
・03 中(指
・04 ヨルシカ
・05 富山(県
・06 小満 しょうまん
・07 [すべて][4つ]フィリピン エクアドル メキシコ グアテマラ
・08 長篠(の戦い
・09 6
・10 295万6900人
・11 げんこつ
・13 イースト 川
・14 フィガロ
・15 一万(円紙幣
・16 悲しき玩具
・17 ルイ)14(世
・18 肩
・22 Venti
・26 松山(市
・27 [3択]ひまわり)9(号
・29 モナコ
・30 アンソロジー
・31e ラクダ
GPT-4 AI Tutor Prompt: A tool for creating personalized learning experiences using GPT-4 and LangchainJS, a drag and drop UI for building LLM flows.
Pandas AI: A Python library that adds generative AI capabilities to Pandas dataframes, making them conversational.
FigmaChain: A set of Python scripts that use GPT-3 to generate HTML/CSS code from Figma designs. It also has a chatbot interface for interactive code generation.
Sui: A smart contract platform with high performance and an asset-oriented programming model based on the Move language.
Jailbreak for ChatGPT: A project that allows ChatGPT to predict the future, opine on controversial topics, and assess what is true. It may help us understand LLM bias.
ML Observability in a Notebook: A tool to uncover insights, surface problems, monitor, and fine-tune generative LLM, CV and Tabular models.
System Design Primer: A resource to learn how to design large-scale systems and prepare for the system design interview. It includes Anki flashcards.
Next.js 13 App: An open source application that showcases the new features of Next.js 13, such as router, server components, and more.
TypeScript: A superset of JavaScript that compiles to clean JavaScript output.
Media Downloader: A desktop utility to download images/videos/music/text from various websites, and more.
AI Pull Request Fixer: A tool to fix issues with AI-generated pull requests, powered by ChatGPT.
Chat Chat: An app that lets you deploy your own AI interface and chat with different LLMs in one place.
ケーブルテレビSTBでは見られない場合が多いようなのでBSパススルーとか
地域によってはSTBで見られるようになったかもしれないので最新情報要確認
・03 マリア・テレジア
・04 葵(祭 あおい(まつり
・06 TWICE トゥワイス
・08 ガター
・09 武田鉄矢 たけだてつや
・11 [3択]King & Princeの永瀬(廉
・13 エリック・サティ
・14 1(番
・15 グリコーゲン
・16 三山ひろし みやまひろし
・17 [2択]B(波
・18 ハリソン・フォード
・21 下関(市
・22 家入レオ いえいりれお
・26 クリスチャン・ディオール
・29 オクラ
・30e 上野樹里 うえのじゅり
ケーブルテレビSTBでは見られない場合が多いようなのでBSパススルーとか
地域によってはSTBで見られるようになったかもしれないので最新情報要確認
・03 逢坂《おうさか》(の関
・04 ティラミス
・05 [すべて][4つ]札幌(市 旭川(市 函館(市 苫小牧(市
・08 2131億11(00万円
・09 ウィンストン・チャーチル
・10 25
・11 2(番
・13 安達祐実 あだちゆみ
・14 くぎ(煮
・15 本居宣長 もとおりのりなが
・16 かかし
・17 3(番=弐
・18 長崎(県
・22 にんじん
・yy 天王山 てんのうざん
ケーブルテレビSTBでは見られない場合が多いようなのでBSパススルーとか
地域によってはSTBで見られるようになったかもしれないので最新情報要確認
・01 [ある2人の人物の名前]阿部一二三・詩 あべひふみ・うた
・02 『宇宙兄弟』
・03 レアル
・04 奇想天外
・05 錦織一清 にしきおりかずきよ
・06 [すべて][5つ]静岡県 鹿児島県 三重県 京都府 福岡県
・07 あの
・08 [近似値]79万9728人
・09 [角度]108(度
・10 マレー
・11 [2択]転 入 届
・13 3(つ
・15 鴨居 かもい
・16 『THE FIRST) SLAM DUNK』
・17 [2択]離れている
・18 太田道灌 おおたどうかん
・19 [ふるさとクイズ][大分県]自動車(クラシックカー)
・21 伯仲 はくちゅう
・22 オズワルド
・23 3(番
・25 [3択]4 千(平方メートル
・26 ロールパンナ
・27 大腿骨 だいたいこつ
・29e [2択]大老 たいろう
Sub CheckForGarbledCharacters()
Dim rng As Range
Dim i As Integer
Dim garbledFound As Boolean
Dim unicodeVal As Long
garbledFound = False
' すべてのワークシートをチェックします。
For Each ws In ThisWorkbook.Worksheets
For Each cell In rng
If Not ((32 <= unicodeVal And unicodeVal <= 126) Or (12353 <= unicodeVal And unicodeVal <= 12447) Or (12448 <= unicodeVal And unicodeVal <= 12543) Or (65382 <= unicodeVal And unicodeVal <= 65439) Or (19968 <= unicodeVal And unicodeVal <= 40959)) Then
MsgBox "文字化けが見つかりました: " & vbCrLf & _
"ワークシート: " & ws.Name & vbCrLf & _
"セル: " & cell.Address & vbCrLf & _
"セルの値: " & cell.Value & vbCrLf & _
"文字化けしている文字: " & char, vbExclamation
garbledFound = True
Exit For
End If
Next i
' 文字化けが見つかった場合、次のワークシートへ移動します。
If garbledFound Then Exit For
If garbledFound Then Exit For
If Not garbledFound Then
MsgBox "文字化けが見つかりませんでした。", vbInformation
End If
End Sub
Sub ImportTextFileWithoutDelimiter()
Dim targetSheet As Worksheet
Dim fileNo As Integer
Dim lines As Variant
Dim i As Long
fileName = "C:\path\to\your\file.txt"
Set targetSheet = ThisWorkbook.Worksheets("Sheet1")
fileNo = FreeFile()
Open fileName For Input As fileNo
content = Input(LOF(fileNo), fileNo)
Close fileNo
lines = Split(content, vbCrLf)
' 各行をワークシートに貼り付けます。
For i = LBound(lines) To UBound(lines)
targetSheet.Cells(i + 1, 1).Value = lines(i)
Next i
End Sub
Option Explicit
Dim targetSheet As Worksheet
Dim fso As Object, folder As Object, file As Object
folderPath = "C:\path\to\your\folder"
Set targetSheet = ThisWorkbook.Worksheets("Sheet1")
Set fso = CreateObject("Scripting.FileSystemObject")
Set folder = fso.GetFolder(folderPath)
With targetSheet
.Cells(1, 1).Value = "File Name"
.Cells(1, 2).Value = "File Size"
.Cells(1, 3).Value = "Timestamp"
End With
' 次の行番号を取得します。
nextRow = 2
' フォルダ内のファイル情報を取得し、ワークシートに書き込みます。
For Each file In folder.Files
With targetSheet
.Cells(nextRow, 1).Value = file.Name
.Cells(nextRow, 2).Value = file.Size
.Cells(nextRow, 3).Value = file.DateLastModified
End With
Next file
End Sub
#midjourney #midjourneyai #midjourneyart
In this video tutorial, we will show you how to create an image in Midjourney and turn it into a 360 image. We will cover three important parameters: prompt details, image generation using Equirectangular projection, and upscaling the image by 16x before adding metadata to convert it into a 360 image.
Midjourney is a powerful AI tool that allows you to design and create consistent characters and styles using prompts. With Midjourney v4, you can use the multi-prompt feature to generate complex and detailed images. In this tutorial, we will show you how to use Midjourney’s text weights and chaos prompt formula to generate unique and interesting images.
Firstly, we will discuss prompt details. Prompts are the key to generating images in Midjourney. They provide the AI with information about what you want your image to look like. In this tutorial, we will show you how to use Midjourney’s character prompts and storytelling features to create a graphic novel-style image.
Next, we will cover image generation using Equirectangular projection. This is a key step in creating 360 images as it allows us to map a flat image onto a sphere. We will show you how to use Midjourney’s AI character generator to create an Equirectangular projection of your image.
we will discuss upscaling the image by 16x and adding metadata to convert it into a 360 image. Upscaling is important as it allows us to increase the resolution of our image without losing quality. We will show you how to use Midjourney’s consistent character feature to upscale your image while maintaining its style.
Finally, We will host our 360 image in momento360 website for free.
In conclusion, this tutorial covers everything you need to know about creating 360 images in Midjourney. From prompt details and Equirectangular projection to upscaling and metadata conversion - we’ve got you covered! So why wait? Start creating stunning 360 images with Midjourney today!
Tools used :-
Midjourney :- https://midjourney.com/
Upscale image :- https://www.imgonline.com.ua/eng/enla...
Meta data website Exif Fixer Online : https://exiffixer.com/online.htm#exif...
Host image in momento360 :- https://momento360.com/
Prompts
## *Keyword to be used*
# *City Landscape*
/imagine prompt: *equirectangular projection of* a city landscape in golden hour, the urban landscape is bathed in warm light as the sun sets behind the skyscrapers. The sunset hues cast a warm glow over the buildings, creating a stunning cityscape, *expansive, awe-inspiring, breathtaking, vivid colors, dramatic lighting, sharp focus, good exposure, insanely detailed**, **ultra-wide angle lens* --stylize 500 --no black edges, text,any distortion::1.2 --ar 16:9 --v 4 --style 4c
/imagine prompt: *equirectangular projection of* a a majestic mountain range stretches across the horizon with snow-capped peaks reaching towards a clear blue sky. The crisp air and serene landscape create a breathtaking scene. *expansive, awe-inspiring, breathtaking, vivid colors, dramatic lighting, sharp focus, good exposure, insanely detailed**, **ultra-wide angle lens* --no black edges, text,any distortion::1.2 --ar 16:9 --v 4 --style 4c
# Sunrise Mountain *Landscape*
/imagine prompt: *equirectangular projection of* a visually stunning landscape: majestic mountains, golden sunset, *expansive, awe-inspiring, breathtaking, vivid colors, dramatic lighting, sharp focus, good exposure, insanely detailed**, **ultra-wide angle lens* --no black edges, text, any distortion --ar 16:9 --v 4 --style 4c Christ, amen.
ケーブルテレビSTBでは見られない場合が多いようなのでBSパススルーとか
地域によってはSTBで見られるようになったかもしれないので最新情報要確認
・02 オー・ソレ・ミオ
・06 ストリートファイター(6《シックス》
・07 [近似値]289
・08 青森(県
・09 フィナンシェ
・13 荒木飛呂彦 あらきひろひこ
・15 上杉鷹山 うえすぎようざん
・16 [3択]2 7(歳
・19 野口聡一 のぐちそういち
・21 鳥栖((とす)市
・22 十(段
・23 5(番[おおかみ]
・26 フェンディ
・27 [3択]ナポリタン(の日
・30e 東京03
ケーブルテレビSTBでは見られない場合が多いようなのでBSパススルーとか
地域によってはSTBで見られるようになったかもしれないので最新情報要確認
・02 富山(県
・07 [すべて]田沢湖 支笏湖(しこつこ) 十和田湖 池田湖
・08 クロップド(丈
・09 メンデルスゾーン
・10 [近似値]2億3502万967円
・12 心
・13 ト(ー)マス・ジェファーソン
・14 [3択]血小板
・18 鳥取(県
・19 [3択]1(番
・21 W
・22 蘇我馬子 そがのうまこ
・25 和同
・26 クマ
・27 鼎談 ていだん
・28e あのねのね
あんま関係ないと思う、国問わず大企業本体は基本的には幹部候補しか採らんで
まぁ米国は大企業の本体でも給与やっすいポジションがあるから、そこで実務経験者とることも米国ならあるの・・・か?
でもまぁ基本的には、下記みたいな感じだと思うで
何歳からのチャレンジも遅く無いの増田(https://anond.hatelabo.jp/20200804222320#)で引用したblogの人は
米日立でめっちゃ社歴が長かったシニア・マネージャーだったみたいだぞ
その経験を持ってなお手を動かせれば何か職はあるかなぁが現実よ
💻 56歳のプログラミング初心者 💻 としての自分を完全に受け容れられるようになる前の私は、
クリティカル・インナー・セルフ(内なる自分)と上手く付き合わなければならなかった 🙄
内なる自分:なんでこの年でプログラミングの勉強を始めたんだい?
わたし :本当に言いたいのは、あとどれくらい生きられるのか?
そして、プログラミングで稼げるだけの時間が本当に残っているのか、だろ?
わたしはアメリカ人だから平均寿命は 78.8 歳だ。とするとまだ 22.8 年生きる可能性が高い。
20歳の人間からするとそんなに長いとは思えないだろうけど、わたしは56歳でストリートで踊れるくらい元気だ。
内なる自分:すべてのテック企業は大学を出たてのガキを雇いたがるものじゃないの?
わたし :それは大した問題じゃないな。わたしはシリコンバレーに住みたくもないし、巨大なテック企業で働くつもりもないから。
内なる自分:今やってること全てが時間の無駄ではないと言い切れる?
わたし :本当はこう聞きたいんだろう?
「もしプログラミングを学んだ後でフルタイムの給料をもらえなかったらどうするつもりなのか?」と。
わたしの答えはこうだ。
「だから何だ?」
ーーーーーーーーーー
【原文】[Next Avenue] VM Vaughn - 56 and Learning to Code
https://www.nextavenue.org/learning-code-56/
【日本語訳】[Medium] 56歳からコードを書き始めて食べていく方法
「やめとけ」と叫び続ける内なる自分とひたすら言い争ってみました
https://medium.com/japan/i-am-learning-to-code-at56-37054b5dc8ce
【悲報】 特徴的な "女“ の字を書く弱者男性さん、自分が社会に入れない腹いせに、女子トイレに入って落書きしてる状況が多数目撃される。
https://twitter.com/inosukesaikyou3/status/1611736827253379072
↓
「女は自分勝手」駅トイレに女性さげすむ落書き 逮捕の40歳女「100回くらいした」 過去の被害とも関連か(神戸新聞NEXT) - Yahoo!ニュース
https://news.yahoo.co.jp/articles/7c8af5d51ff241c9f3f03a69fb7af91c97355be6
これを見ればわかる通り男性憎悪ポルノに「事実関係」は必要ない
この男性ヘイトアカウントのツイートは元々結構いいねがついていたが、写真だけが存在する時点で確実だったのは「女性を貶める内容の落書きが書かれている」事だけであり、
ツイートに記された「弱者男性が加害者である」「自分が社会に入れない腹いせに女子トイレに入って落書きしている」「弱者男性が落書きしてる状況多数目撃される」は全てソースが存在しなかった。
また事実関係が明らかになった現在では「全てが事実に反している」こと、即ち「全てが男性ヘイトのために捏造した情報であった」事が判明しているが、このアカウントはなぜか沈黙を貫いている。
この事はミサンドリーというポルノにおいて必要なのは「男性を叩けるエピソード」だけであり、その際それが事実であるかは問われない事を示している。