Been writing in #Julialang again and BOY does it feel good.
Been writing in #Julialang again and BOY does it feel good.
New blog post on the use of the Xref code navigation feature of Emacs, specifically for working with Julia source code.
It's time to vote for the stars!
https://discourse.julialang.org/t/juliacon-global-2025-community-prize/130759?u=jbytecode
Curator: @jonthegeek
https://DSLC.io welcomes you to week 28 of #TidyTuesday! We're exploring British Library Funding!
https://tidytues.day/2025/2025-07-15
https://anjackson.net/2024/11/29/british-library-funding-breakdown-trends/#income-streams
Submit a dataset! https://github.com/rfordatascience/tidytuesday/blob/main/.github/CONTRIBUTING.md
New article published today in the Computers & Chemical Engineering journal: *A multi-agent system for hybrid optimization*. This paper is based on the work presented last year at the European Symposium on Computer Aided Process Engineering (ESCAPE 34) conference.
One key lesson I took away from this work: how easy it is to write efficient and effective multiprocessing code in Julia. And how much fun it is actually.
#MultiAgentSystem #Agents #Optimization #HybridOptimization #ProcessSystemsEngineering #CAPE #PSE #JuliaLang
The first release candidate of Julia v1.12.0 is out!
https://discourse.julialang.org/t/julia-v1-12-0-rc1-is-now-available/130688?u=jbytecode
แอบดู #julialang ก็น่าสนุกดี ส่วนมากเจอแต่บอกว่าเป็น dynamic type (กระทั่ง official เอง) แต่จริงๆ ซับซ้อนกว่านั้น และดูสนุก ในทางเทคนิคก็เขียน type annotation ได้ แค่มันเป็นการ conversion ให้เป็น type นั้นๆ
Need your #code to be faster but don’t want to use Fortran or C? Learn #Julia, the modern language for high performance #computing with a high-quality book. Here are some excellent choices:
https://lee-phillips.org/amazonJuliaBookRanks/
#julialang is the best language ever devised for #scientific computing and other demanding numerical work. Its speed, flexibility, and friendly syntax is taking it beyond #science into #finance and other areas.
"Despite 30 months work, core developer says Python's JIT compiler is often..."
https://discourse.julialang.org/t/python-jit-not-yet-fast/130606?u=jbytecode
Julia v1.11.6 has been released
So, the Roller Derby World Cup happened from 3-6 July in Innsbruck, Austria. Our hosts Fearless Bruisers Innsbruck were extremely hard working, and from the 1st to the 7th (including set up + teardown time) we worked with 6 THOs, 2 THAs, 2 THPs and three GTOs (and 9 officiating crews, dozens of announcers and photographers, and a host of volunteers, along with our streaming tech friends at Real-Time Events) to make the world's largest Roller Derby event in history happen.
Despite this record-breaking scale over 5 tracks and 80 games, each of our 48 teams only played 3⅓ games on average. In order to make it possible to effectively run the equivalent of a qualifier, "group stage" and elimination all in just 4 days - with 6 teams entirely new to Derby! - we needed to use a tiny bit of statistics.
The advantage of the stats is that we can present you with a considerably richer "final result" than most sporting events would - estimating not just final ratings but also our errors on those ratings.
Code for this graph is open to the public at https://codeberg.org/aoanla/RDWC2025 (the game data needed will be uploaded very soon).
If you want to get off the ground using up to date #julialang in #guix operating system, see my success at the discourse thread:
https://discourse.julialang.org/t/julia-via-juliaup-in-guix/130586
How does the mission of JuliaHub and the new Dyad modeling language interact with the #julialang open source (#OSS) community? In this blog post we go into detail how Dyad is designed to be synergistic with the enabling stronger open source software, giving long-term maintenance structures and show the history of how much of what has evolved in the #sciml community had been created in tandem with the goals here.
ShinyProxy 3.2.0 is now available!
The biggest step forward is the ShinyProxy Operator for Docker which brings the comfort of the Kubernetes operator to Docker-based deployments.
Also, the monitoring stack has been further enhanced.
You can find the details in this blog post https://oa.eu/YAE2B8 and the full release notes are available at https://oa.eu/yDPQ9l
Curator: @nrennie
https://DSLC.io welcomes you to week 27 of #TidyTuesday! We're exploring The xkcd Color Survey Results!
https://tidytues.day/2025/2025-07-08
https://blog.xkcd.com/2010/05/03/color-survey-results/
Submit a dataset! https://github.com/rfordatascience/tidytuesday/blob/main/.github/CONTRIBUTING.md
The simulations were done with the cosmological MHD code enzo (enzo-project.org), the map making and the rotations were done with #Julialang , while the final movie was assembled with SAO's DS9.
#TIL that #julialang has a native compilation project with #juliac that should strip out the need for the Julia runtime. Which is really cool - building specific things in Julia and then integrating them into other applications looks increasingly feasible that way!