黒木玄 Gen Kuroki
- いいね数 389,756/311,170
- フォロー 995 フォロワー 14,556 ツイート 293,980
- 現在地 (^-^)/
- Web https://genkuroki.github.io/documents/
- 自己紹介 私については https://twilog.org/genkuroki と https://genkuroki.github.io と https://github.com/genkuroki と https://github.com/genkuroki/public を見て下さい。
2021年06月15日(火)
Adam Fleischhacker @preposterior
A nice set of links for those interested in crypto. Anyone know of any #JuliaLang cryptography packages? Seems like the perfect language to use for crypto, but I am having trouble finding a package for elliptic curve cryptography (i.e. secp256k1) that is actively maintained. twitter.com/balajis/status...
タグ: JuliaLang
posted at 23:24:27
公的臍帯血バンクがもっと拡充されれば、白血病などで苦しむ患者を救うことができる。現在では大半の臍帯血が捨てられてる。捨てる血を使うだけだから、誰も不利益にはならない。
臍帯血の採取と保管などのお金がかかることだけが問題なんだけど、そこにお金が出てない。
www.bs.jrc.or.jp/bmdc/generalpu... twitter.com/yasuko_matsuok...
タグ:
posted at 22:58:16
Folks it is that time of the year where we run our annual #julialang survey. Please take 10 mins to fill it out. Results as always will be published at JuliaCon and will be available at julialang.org/community/
form.jotform.com/211432977821458
タグ: julialang
posted at 22:46:36
Charles Gaba isn't p @charles_gaba
Arkansas. Very similar slope to other southern states like Mississippi & Alabama. pic.twitter.com/0cvSnQUAPI
タグ:
posted at 22:30:14
Wow, this collection of algorithms in #julialang is so pretty it is nearly poetry! Minimalistic implementations of machine learning models, optimization methods, sorting and more.
github.com/mossr/Beautifu... pic.twitter.com/BicEENVNN4
タグ: julialang
posted at 22:23:35
Charles Gaba isn't p @charles_gaba
Alaska is pretty much all over the place. pic.twitter.com/TByJolLdtz
タグ:
posted at 22:01:40
InfiniteLinearAlgebra.jl+IntervalArithmetic.jl: (almost) rigorous bounds on roots of Bessel J by specifying only the 3-term recurrence:
julia> J̃ = z -> (SymTridiagonal(-2*(0:∞)/z, ones(∞)) \ [1; zeros(∞)])[1];
julia> roots(J̃, 2.4..2.405)[1].interval
[2.40482, 2.40483]
タグ:
posted at 21:59:08
#JuliaLang master (finally) allows for easy creation of matrices with only 1 column:
julia> [[1,2] ;; ]
2×1 Matrix{Int64}:
1
2
タグ: JuliaLang
posted at 21:12:37
労働審判で工夫がいるのは「労働審判がどういうものか」を理解してもらうこと。裁判ならニュースで見たことがあっても労働審判手続を見た人はいない。
良い動画は無いかと思っていたら、裁判所ホームページに動画「よくわかる!労働審判手続」があった。これが良いかな。
www.courts.go.jp/saiban/syurui/...
タグ:
posted at 17:10:38
#Jupyter 私はcondaのディレクトリ以下にあるディレクトリ
Lib/site-packages/notebook/18n/ja_JP
の名前を変えちゃいました。日本語化は迷惑。 twitter.com/terabytesmemor...
タグ: Jupyter
posted at 17:00:42
非公開
タグ:
posted at xx:xx:xx
#julia #cuda
/JuliaからCUDAを使えるようにするパッケージ「CUDA.jl 3.3」がリリース:CodeZine(コードジン) buff.ly/3gB5JJU pic.twitter.com/pYlzUcYG8p
posted at 15:50:26
半年ぶりに #Qiita 記事新規投稿.相変わらずJ言語すごい.
フィボナッチ数列を求めるワンライナー各言語まとめ qiita.com/ytaki0801/item...
タグ: Qiita
posted at 15:25:32
jupyter でたまに上書きモードになって戻れなくなる現象が発生してたけど、調べてみたらinsertボタンを間違って押してしまうと発生することがわかった。
タグ:
posted at 15:04:29
お子さんの血液型をご存知なくて困ることは通常ありません。
輸血など血液型が必要な時はその時に早急に検査します。親御さんの申告のみで輸血することはあり得ません。
入園の書類に記載する欄があっても、園で血液型を把握する必要もありませんので、一般的には「不明」で提出して問題ありません。 twitter.com/naka3ws/status...
タグ:
posted at 14:23:37
Juliaな型推論・伝播って強力だけど、よく考えるとSQLでDataFrame作ってとかの場合ってどうなってるんだろ?クエリが戻るまで言語内では型は不明なはずで、もしかして実行しながら順次型を決めていってるのか?
タグ:
posted at 13:19:15
#Julia言語 cosではなく、sinにするべきだった。
methods(optimize)
@ which optimize(sin, 0, 2π)
の類はコードの追跡でよく使います。
同名のメソッドが複数ある場合が普通なので、函数名だけに注目するのは誤り。引数の型も推測しながらコードを読む必要がある。
JET.jl関連の技術に色々期待! pic.twitter.com/J866M3hzci
タグ: Julia言語
posted at 12:58:43
ゲームでは、膝や肩など、3次元の回転を4次元を使って表現するクォータニオン計算を使用することが多いため、ゲーム開発者はよく使う数学なのですが、仕組み理解のため社内勉強会が開かれたのでした。
「大人の学び直し」してみたい方、ぜひ→techblog.sega.jp/entry/2021/06/... #segatechblog #セガ技術ブログ pic.twitter.com/CHb9sqE3pi
タグ: segatechblog セガ技術ブログ
posted at 12:52:59
#Julia言語 多重ディスパッチのJuliaでは、同名の異なるメソッドがあちこちのファイルで大量に定義されていることが多く、函数名だけを見ても実際にどのメソッドが実行されるか分かりません。
しかし、それを調べるためのコマンドがある。
複数のファイルをあちこち見て回って探す必要はない。 pic.twitter.com/jjuI9XvjJG
タグ: Julia言語
posted at 12:52:22
#Julia言語
discourse.julialang.org/t/proper-modul...
要約:Optim.jlのような構成になっているパッケージでsome_funcがどこにあるかをどうやって知ることができるのか?(否定的なニュアンスでの発言)
私的回答例:目で探さずに、例えば、methods(optimize)や@ which optimize(cos, 0, 2π)を実行してみよ。 pic.twitter.com/CO8aij510F
タグ: Julia言語
posted at 12:52:19
サインコサインタンジェント、虚数i…いつ使うんだと思ったあなた。実は数学は、ゲーム業界を根から支える重要な役割を担っているんです。
今日は、セガ社内勉強会用の数学資料150頁超(!)を無料公開。
#セガ技術ブログ クォータニオンとは?基礎線形代数講座 #segatechblog techblog.sega.jp/entry/2021/06/... pic.twitter.com/eBUG2YJwH1
タグ: segatechblog セガ技術ブログ
posted at 12:22:08
Charles Gaba isn't p @charles_gaba
NEW JERSEY: AT LAST! I FINALLY FOUND A STATE WITH *NO* PARTISAN SLOPE AT THE COUNTY LEVEL WHATSOEVER! pic.twitter.com/272O4A8Vmu
タグ:
posted at 12:11:31
Charles Gaba isn't p @charles_gaba
Louisiana. Anyone know what the story is with West Feliciana Parish? pic.twitter.com/z27P7fhvsa
タグ:
posted at 11:58:05
#Julia言語
discourse.julialang.org/t/allowing-the...
要約:Juliaは単純で原始的なオブジェクトの取り扱いには向いているが、複雑で大きなオブジェクトの取り扱いには向いていない。
Juliaがクラスベースのオブジェクト指向言語のスタイルを捨てたことをこのように評価するのは__典型的な誤解__。ひどい言いよう。
タグ: Julia言語
posted at 11:40:57
「SNSに晒す前に、先生に質問すべき」と言う教員
vs「文句を言うな、嫌ならやめよ」と言う教員
両者で決着付けてください。
なお、決着付いたところで、勝った方に従う義理はありません。勿論、負けた方に従う義理もありません。 twitter.com/masskyo/status...
タグ:
posted at 11:12:52
#Julia言語 以上のようにsysimageを作って使うことについて、PackageCompiler.jl の使用法は非常に易しいです。興味を持った人は気軽に試してみるとよいと思います。
github.com/JuliaLang/Pack...
↓
julialang.github.io/PackageCompile...
↓
twitter.com/genkuroki/stat...
タグ: Julia言語
posted at 11:12:45
#Julia言語 この計算では200個の熱方程式を同時に数値的に解いているのですが、その部分のみを抜き出したスクリプト heateq_calc.jl の実行時間は以下の通り。
6.14 s ← julia heateq_calc.jl
4.64 s ← julia -J heateq.dll heqteq_calc.jl
1.5秒の短縮。 pic.twitter.com/RoHtHOyn90
タグ: Julia言語
posted at 11:09:41
#Julia言語
GIF動画を作成してくれるjulia script heateq.jl の実行時間
23.0 s ← julia heateq.jl
10.4 s ← julia -J heateq.dll heateq.jl
PackageCompiler.jl の利用によって、実行時間が23秒から11秒弱に減りました。この計算は大して重くないので大きく改善したように見えます。 pic.twitter.com/3PO6WDnyRp
タグ: Julia言語
posted at 11:09:40
#Julia言語
PackageCompiler.jl は以下のように使用しました。
create_sysimage([:StaticArrays, :Plots], sysimage_path="heateq.dll", precompile_execution_file="heateq.jl")
heateq.jlで生じるコンパイル結果を取り込んだsysimage heateq.dll を作成。
他のOSでは拡張子dllを変更するべき。 pic.twitter.com/qR6qkdJGEP
タグ: Julia言語
posted at 11:09:39
#Julia言語 PackageCompiler.jlの使用例
普通は使わないのですが、使った結果どれだけjulia scriptの実行時間が減るかを計測してみました。
計測したのは次の2つ
github.com/genkuroki/publ...
github.com/genkuroki/publ...
前者では以下のGIF動画が作成されます。 pic.twitter.com/vrlLUWF52y
タグ: Julia言語
posted at 11:09:38
新しい道具を見たときに、「今まで自分がやって来たことをそのままその道具でもできるか?」と考えるだけではなく、「今まで自分にはできなかったことを、その道具を使えばできるようになるか?」と考えることは大事。
タグ:
posted at 10:08:05
分岐
「今まで自分がやって来た通りのことをそのまま行い続けたい」という傾向が強すぎると、#Julia言語 のような新しい挑戦の価値を正しく評価できなくなり、新しい試みへの敵になってしまうリスクがあると思う。
私も気を付けたい。 twitter.com/genkuroki/stat...
タグ: Julia言語
posted at 10:03:46
Charles Gaba isn't p @charles_gaba
Massachusetts. Not much variance, but then again, the entire state is blue, so... pic.twitter.com/aiHMkPK975
タグ:
posted at 09:47:26
@SFITB #Julia言語 sysimage作成については、PackageCompiler.jlの使用法は現在では恐ろしく簡単になっており、「学習コスト」は微小だと思います。ドキュメントにある例の通りにやるだけ。
最初の起動の待ち時間を無くすために、気軽に使えて非常に便利だと思います。
github.com/JuliaLang/Pack...
タグ: Julia言語
posted at 09:29:20
Charles Gaba isn't p @charles_gaba
Montana. That's a pretty clean line. pic.twitter.com/07XoTaaYS1
タグ:
posted at 09:22:17
Charles Gaba isn't p @charles_gaba
GEORGIA. Like MS & AL, the slope isn't very steep but it's there. I'm assuming there's a significant racial/access factor keeping the larger blue counties down in these GOP-run states, but could be wrong... pic.twitter.com/zp6hKXRSGZ
タグ:
posted at 09:06:38
非公開
タグ:
posted at xx:xx:xx
Charles Gaba isn't p @charles_gaba
NEW YORK. Anyone know what's up with tiny Hamilton County (pop. 4,416)? pic.twitter.com/EiAsBRtc9Z
タグ:
posted at 08:54:56
ラオスの蟲喰ロトワ (むしくろとわ)by @Mushi_Kurotowa
mRNAワクチンがこういうところから誕生しないのがよくわかる。 twitter.com/wildwilly888/s...
タグ:
posted at 08:40:10
#Julia言語 最も素朴な方法でよいなら、パッケージは
julia> ]
pkg> generate MyPkg
pkg> dev ./MyPkg
pkg> st
pkg> バックスペースキーを押す
julia> using Revise # この行は必須ではない
julia> using MyPkg
./MyPkg/src/MyPkg.jlを編集すると自動的に反映
で作って使えて開発できます。 twitter.com/sfitb/status/1...
タグ: Julia言語
posted at 08:35:02
コロナワクチン、年少者接種に抗議殺到 戸惑う自治体、背景にSNS 過激化も
news.yahoo.co.jp/articles/70ed7...
反ワクチン原理主義者的な過激派の方々のやり方ですね。業務妨害ですしワクチンを受ける権利の侵害です
タグ:
posted at 08:20:29
刊行中の拙著「ランダム行列の数理」ですが,各章のハイライトを (なるべく 1 日 1 章ずつ) ご紹介したいと思います.こちらのハイライトでは,ランダム行列が色んな数理的なアイデアと結びついていく様子を強調する様な書き方をしていきますが,(続
タグ:
posted at 07:40:28
Charles Gaba isn't p @charles_gaba
As I noted a couple weeks ago, Teton County reminds me of the "Thor's Twins" scene from "The Hunt for Red October."
www.youtube.com/watch?v=y7g6dK...
タグ:
posted at 07:38:32
Charles Gaba isn't p @charles_gaba
Wyoming. R^2 = 0.8098. pic.twitter.com/ixsOtAC29M
タグ:
posted at 07:37:30
Charles Gaba isn't p @charles_gaba
Same with Mississippi, the *other* state competing for dead last in vaccination rates: pic.twitter.com/HVxvlvK12E
タグ:
posted at 07:27:20
Charles Gaba isn't p @charles_gaba
Interestingly, Alabama doesn't have much of a slope at all. pic.twitter.com/ZrFHaiOOJu
タグ:
posted at 07:17:33
こういうの眺めてると、やはり数値なのか物理量なのかを揃えた方が初学者に優しいのかなーって思うようになる。
m=1 vs m=1.0 kg
a vs a [m/s²]
9.8 m/s² vs 9.8 [m/s]
慣れればどーってことないけど、慣れないうちは結構混乱する。それも1枚目では結構クリティカルな話になり易い。 twitter.com/physics_cats/s...
タグ:
posted at 06:12:47
Charles Gaba isn't p @charles_gaba
--VERMONT has vaxxed 2/3 of their *entire* population (not just adults)
--Data glitch in NJ?
--WISCONSIN breaks 50% vaxxed
--SOUTH CAROLINA & OKLAHOMA should break 40% tomorrow
--We need 14.5 million more doses administered for 50% of the *entire* U.S. population to be vaxxed pic.twitter.com/3hVmyZoaUn
タグ:
posted at 04:24:24
Charles Gaba isn't p @charles_gaba
📣 NATIONAL (now featuring relative state populations overlaid). R^2 is up to 0.692. pic.twitter.com/JdLgsFq6CR
タグ:
posted at 04:20:18
Charles Gaba isn't p @charles_gaba
Vermont. Not much correlation here, but then again nearly every county is pretty blue to begin with. pic.twitter.com/DRQg0tGP0N
タグ:
posted at 03:56:53
Charles Gaba isn't p @charles_gaba
North Carolina. This one has the weakest correlation of the states I've posted so far, but it's still there: pic.twitter.com/MN332sp3ha
タグ:
posted at 03:27:32
Charles Gaba isn't p @charles_gaba
FLORIDA. Sumter County is apparently home to "The Villages," the massive retirement community which was infamous for having a bunch of jam-packed Trump rallies last year featuring clashing convoys of golf carts.
www.villages-news.com/2020/11/08/tru... pic.twitter.com/Fb3BFinWN8
タグ:
posted at 03:13:44
Charles Gaba isn't p @charles_gaba
Illinois again, this time with relative county sizes superimposed over the markers/labels. Again, I changed the scale so the individual counties are easier to make out (still too much overlapping but not much I can do about that...) pic.twitter.com/vTszLQzFBZ
タグ:
posted at 01:13:53
Charles Gaba isn't p @charles_gaba
A reminder that if you find my work useful (and can afford to do so), you can support it here: acasignups.net/support
タグ:
posted at 01:06:43
Charles Gaba isn't p @charles_gaba
Colorado again, with relative county sizes superimposed over the county markers/labels. pic.twitter.com/BPGGXs4Qyb
タグ:
posted at 01:04:56
Charles Gaba isn't p @charles_gaba
Here's California again, this time with the relative county sizes superimposed over the labels. I've reduced the scale to make the individual counties more visible, however: pic.twitter.com/b9rZzfrW31
タグ:
posted at 01:01:32
Charles Gaba isn't p @charles_gaba
Washington State. pic.twitter.com/J4fYSFx0rY
タグ:
posted at 00:58:48
#Julia言語
discourse.julialang.org/t/how-to-tackl...
2D反応拡散方程式に取り組む方法は?
で知ったパッケージ
↓
github.com/omlins/Paralle...
Package for writing high-level code for parallel high-performance stencil computations that can be deployed on both GPUs and CPUs
以下の動画はここ↑より。 pic.twitter.com/iTY4Z99Ymq
タグ: Julia言語
posted at 00:35:03
#Julia言語 WindowsユーザーでJulia+αのインストールに自信がない人は
github.com/heetbeet/julia...
↓
github.com/heetbeet/julia...
を試してみる手があるかも。
タグ: Julia言語
posted at 00:13:45