Juliaを使って制限ボルツマンマシンで量子スピン系の基底状態を求める
qiita.com/cometscome_phys/item

#qiita #julia #flux_jl

Last updated 1 year ago

Andreas Dutzler · @adtzlr
10 followers · 21 posts · Server mathstodon.xyz

First time started to have a look on Julia. I re-wrote the mesh generators from FElupe in Julia. It's a great language - I have the feeling that I wrote very readable code. However, sometimes I came across (multi-dimensional) arrays as expected but some other calculations resulted in vectors of matrices, or vectors of vectors of vectors. How can I convert the latter ones to arrays?

#ComputationalMechanics #scientificcomputing #programming #julia

Last updated 1 year ago

W. Bauer (wilcrofter) · @wilcrofter
64 followers · 446 posts · Server julialang.social

All or most videos from JuliaCon 2023 are now available on YouTube (youtube.com/playlist?list=PLP8).

The image is from a talk by Gregory Wagner, author of Oceananigans. It shows what may become a dominant design idea in CliMA. It shows the connection between customizible fields in a model constructor and the terms of the PDE on which the model is based.

#climate #julia #julialang

Last updated 1 year ago

Victor Buendía · @vbuendiar
375 followers · 162 posts · Server fediscience.org

Small tip: if you want to write several vectors to the same file, assuming that the dimensions coincide, you can do this just with

open("path", "w") do io
writedlm(io, [x y z])
end

**But! The command [x y z] generates a matrix, thus allocating a lot of memory**. Luckily, writedlm also accepts zip(x,y,z), which does the same and is orders of magnitude faster, since it does not allocate memory!

#julia #julialang

Last updated 1 year ago

Olivier Leroy · @defuneste
459 followers · 1311 posts · Server fosstodon.org

@emilynordmann

I do not know if that already exist. (it is a bit early to have some real feedback I feel). I am also curious!

I think the value of learning (or , etc ) is more having a reproducible workflow that save you time and help you being organized (ie automate the boring stuff, have quick feedback loops, divide & conquer etc ..). I am afraid that chatGPT is not providing that.

People (prob not you :P) are overlooking tool like JASP for beginner.

#rstats #python #julia

Last updated 1 year ago

Fahrenheit · @fahrenheit
55 followers · 368 posts · Server f-t.net.pl
nosh :fosstodon: (ʘ‿ʘ) · @nosherwan
503 followers · 4942 posts · Server fosstodon.org

🔥 😎
Popular Programming Languages:

So according to the latest Tiobe index:

Python is No.1
Rust is now in Top 20
And Julia just entered Top 20

The claims are Julia is faster than Python and targets the same market as Python.

tiobe.com/tiobe-index







#rust #julia #python #popular #language #programming #development

Last updated 1 year ago

Bolzef · @Bolzef
1 followers · 69 posts · Server troet.cafe

dmm.girlsname.net/女優リスト/し/JULI
スケベおっぱい大集結!巨乳美女12名 釣鐘型おっぱいVSお椀型おっぱい

#av #julia

Last updated 1 year ago

Linux TLDR · @linuxtldr
590 followers · 318 posts · Server noc.social

#julia #programming #linux

Last updated 1 year ago

Karl Broman · @kbroman
1399 followers · 349 posts · Server fosstodon.org

Looking forward to the *online* AmStat mini Stat Comp symposium on 2023-11-04, with keynote by Simon Urbanek and "Data Jamboree" with analysis of NYC 311 data in , , and (HaiYing Wang, Shannon Neeley-Tass, and @lucystats, respectively) asa-ssc.github.io/minisymp2023

#julia #python #rstats

Last updated 1 year ago

NEW AV RELEASE · @NewAvRelease
1 followers · 1460 posts · Server mastodon.hnaportal.net

配信開始!
hnaportal.net/nar/detail?url=h
やっぱり、君が大好きだ!地元の夏祭りで初恋の幼馴染と再会…終電を逃して連れ込み宿で汗だく発情交尾 JULIA

#av #julia

Last updated 1 year ago

.:. brainsik · @brainsik
63 followers · 405 posts · Server hachyderm.io

Screenshot of the UI for bae so far. Using @fyne to do this.

This shows the sort of flow for exploring point attractors: -> -> (counter clockwise starting from the top-left image).

Creating this layout felt like fighting the GUI framework more than using it. I'm a little concerned I'm using the wrong tool for this job, but hoping I'm just ignorant of the right way to do it.

#mandelbrot #julia #attractor

Last updated 1 year ago

KenWouldJef · @KenwoodChef
15 followers · 131 posts · Server librarysocialism.social

Julia people should register .jl as a tld with ICANN and rigg it so packages automatically have a redirect from that domain to the relevant source (subject to some package use metric perhaps)

It would be cool to have DifferentialEquations.js to redirect to juliapackages.com/p/differenti

#julia #julialang

Last updated 1 year ago

Patrick Diehl · @diehlpk
29 followers · 16 posts · Server mast.hpc.social

The slides of my talk “Benchmarking the Parallel 1D Heat Equation Solver in Chapel, Charm++, C++, HPX, Go, Julia, Python, Rust, Swift, and Java” held at the Workshop for Asynchronous Many-Task Systems for Exascale are available here

de.slideshare.net/PatrickDiehl

#hpc #julia #rust #go #java

Last updated 1 year ago

Serienjunkies 📺 · @serienjunkies
945 followers · 3764 posts · Server social.tchncs.de
HOTCHKA · @Hotchka
117 followers · 1699 posts · Server mstdn.plus

The second season of series will drop its first three episodes one week before Thanksgiving on Thursday, November 16. New episodes will premiere weekly through the December 21 season finale. Bon appetite!

#maxoriginal #julia

Last updated 1 year ago

TV-Recaps-Reviews · @tvrecapsreviews
125 followers · 1423 posts · Server mstdn.social

#max #julia

Last updated 1 year ago

RDK🔞 · @rdkdragon
156 followers · 686 posts · Server baraag.net

Popularity of languages from August ( is 28 at 0.68%).
Has its limitations, but a couple of points worth noting :
1. and are holding rather well
2. languages that are involved in some sort of data analysis and processing (, /c++) are doing very well. Not sure what to make of ; are ppl in seeing through the reality is a scripting over extremely performant c/c++ and that there are other lang that can glue as well?
& are ⬆️

#programming #perl #cobol #fortran #SQL #clang #python #ai #golang #julia

Last updated 1 year ago