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.
It's #TidyTuesday y'all! Show us what you made on our Slack at https://dslc.io/join (find the #chat-tidytuesday channel)!
RT @jonthegeek https://fosstodon.org/@jonthegeek/114812240776236140
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!
Why do these two lines in Julia produce different results?
Solved: the code is parsed as: (1,2) .|> x -> (x |> sum) Wrapping the anonymous function solves the problem: (1,2) .|> (x->x) |> sum
I updated my GitHub repo based on the latest changes in juliac.
You can compile examples using the Makefile, e.g.,
> make hello
in the OS terminal.
https://discourse.julialang.org/t/how-to-use-juliac-jl/123024/32?u=jbytecode
Someone is creating the world’s first commercial game written in Julia
Julia v1.11.6 testing period
https://discourse.julialang.org/t/julia-v1-11-6-testing-period/130429
It's #TidyTuesday y'all! Show us what you made on our Slack at https://dslc.io/join (find the #chat-tidytuesday channel)!
RT @jonthegeek https://fosstodon.org/@jonthegeek/114772602513524756
Julia v1.10.10 is out!
https://discourse.julialang.org/t/julia-v1-10-10-has-been-released/130351
Proud to say that last night before bed I suggested that fitting problems with our migration model might be fixed by switching to a local basis for a certain function. I described the use of compact radial basis functions, and by the time I woke up my student had implemented them in pure #Julialang and said that fits were now fast and seemed good quality. Its great to work with a student with that kind of talent, and a language that enables that kind of rapid exploration.
Curator: @jonthegeek
https://DSLC.io welcomes you to week 26 of #TidyTuesday! We're exploring Weekly US Gas Prices!
https://tidytues.day/2025/2025-07-01
https://www.eia.gov/petroleum/gasdiesel/
Submit a dataset! https://github.com/rfordatascience/tidytuesday/blob/main/.github/CONTRIBUTING.md