sigmoid.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A social space for people researching, working with, or just interested in AI!

Server stats:

612
active users

#julialang

11 posts10 participants0 posts today
Lee Phillips<p>Need your <a href="https://mastodon.social/tags/code" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>code</span></a> to be faster but don’t want to use Fortran or C? Learn <a href="https://mastodon.social/tags/Julia" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Julia</span></a>, the modern language for high performance <a href="https://mastodon.social/tags/computing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>computing</span></a> with a high-quality book. Here are some excellent choices:</p><p><a href="https://lee-phillips.org/amazonJuliaBookRanks/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">lee-phillips.org/amazonJuliaBo</span><span class="invisible">okRanks/</span></a></p><p><a href="https://mastodon.social/tags/julialang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>julialang</span></a> is the best language ever devised for <a href="https://mastodon.social/tags/scientific" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>scientific</span></a> computing and other demanding numerical work. Its speed, flexibility, and friendly syntax is taking it beyond <a href="https://mastodon.social/tags/science" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>science</span></a> into <a href="https://mastodon.social/tags/finance" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>finance</span></a> and other areas.</p>
Mehmet Hakan Satman<p>"Despite 30 months work, core developer says Python's JIT compiler is often..."</p><p><a href="https://fosstodon.org/tags/JuliaLang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JuliaLang</span></a> :julia: <a href="https://fosstodon.org/tags/Python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Python</span></a> :python: </p><p><a href="https://discourse.julialang.org/t/python-jit-not-yet-fast/130606?u=jbytecode" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">discourse.julialang.org/t/pyth</span><span class="invisible">on-jit-not-yet-fast/130606?u=jbytecode</span></a></p>
Mehmet Hakan Satman<p>Julia v1.11.6 is out!</p><p><a href="https://fosstodon.org/tags/JuliaLang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JuliaLang</span></a> :julia: </p><p><a href="https://discourse.julialang.org/t/julia-v1-11-6-has-been-released/130614?u=jbytecode" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">discourse.julialang.org/t/juli</span><span class="invisible">a-v1-11-6-has-been-released/130614?u=jbytecode</span></a></p>
Adam Wysokiński<p>Julia v1.11.6 has been released</p><p><a href="https://julialang.org/downloads/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">julialang.org/downloads/</span><span class="invisible"></span></a></p><p><a href="https://fediscience.org/tags/julia" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>julia</span></a> <a href="https://fediscience.org/tags/julialang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>julialang</span></a></p>
Daniel Lakeland<p>If you want to get off the ground using up to date <a href="https://mastodon.sdf.org/tags/julialang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>julialang</span></a> in <a href="https://mastodon.sdf.org/tags/guix" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>guix</span></a> operating system, see my success at the discourse thread:</p><p><a href="https://discourse.julialang.org/t/julia-via-juliaup-in-guix/130586" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">discourse.julialang.org/t/juli</span><span class="invisible">a-via-juliaup-in-guix/130586</span></a></p>

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.

juliahub.com/blog/the-strategi

The Strategic Connection Between JuliaHub, Dyad, and the Julia Community
juliahub.comThe Strategic Connection Between JuliaHub, Dyad and the Julia Open Source CommunityLearn how connecting the building the right software into products has actually expanded our open source community.

#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!

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.