Profile avatar
jbytecode.bsky.social
Professor of Numerical Methods @ Istanbul University | Associate Editor @ Journal of Open Source Software (JOSS)
61 posts 320 followers 208 following
Prolific Poster
Conversation Starter

This has become a common problem. When should the code be single-threaded, and when should threads be used? I guess a comprehensive article is necessary. #JuliaLang discourse.julialang.org/t/threads-ar...

Julia Programming for Operations Research (free reading online) #JuliaLang @chkwon.net www.chkwon.net/julia/

I recommend Julia to my colleagues teaching Operations Research and related courses. With only the JuMP and HiGHS packages, you can introduce many topics from an operations research textbook. For nonlinear optimization, simply changing the solver is sufficient. #JuliaLang

I tried it with Scala, it works like a charm!

The end of programming as we know it `Lessons from history tell us that when automation makes it cheaper and easier to deliver products that people want or need, increases in demand often lead to increases in employment.` www.oreilly.com/radar/the-en...

Our state-of-the-art JVM/JDK that runs completely in the browser thanks to WebAssembly, is now available! 🔴 Free for personal use labs.leaningtech.com/blog/cheerpj...

If you work in controls, you know: write C code for real-time embedded hardware. You can't use #python or #rstats etc. for that, right? With #julialang v1.12, we demonstrate it's possible to ahead of time compile to small binaries for use in controls applications. #sciml arxiv.org/abs/2502.01128

I dream a language that is written and spoken like Julia, compiled to binary without a runtime like Rust, and easy to develop backends for Python and R like using C and Rcpp. But it's not Mojo. #julialang

Polars: Our Big Missed Opportunity #julialang discourse.julialang.org/t/polars-our...

Set VERSION to 1.13.0-DEV #JuliaLang

The first reason I like to write things in LaTeX is because it compiles the text into a PDF, and it makes me feel like I'm coding. I like compilers! The second reason is that it doesn’t leave the formatting entirely up to me.

I am looking for suitable reviewers for the JOSS submission Curio: Unsupervised Topic Modeling in Swift Here is the submission link joss.theoj.org/papers/fbbef... The pre-review issue also includes the compiled pdf. Please ping me if you are willing to assist in reviewing for JOSS.

I compiled the NetBeans IDE from the latest commit on the JVM 24 early access. The form builder, compilation, code completion, and Swing event API feel as instantaneous as they did in the days of Visual Basic 6. Is this due to JVM 24's reduction in class header sizes, or is it just psychological?

The UnicodePlots package is another great feature in Julia. #JuliaLang

It seems like some others have been poisoned too! #JuliaLang

Hey Julia users, please let @thecedarprince.bsky.social know you if you want to get a place in the Julia Programmers list.

Can Julia users leave a comment under this post so I can follow them? Many thanks! #JuliaLang

🔴 Job Alert: ML Stack Optimization Engineer Toronto, Ontario, Canada Exciting opportunity at Cerebras Systems! They are hiring an ML Stack Optimization Engineer to work at the intersection of compiler optimization and constraint programming. cerebras.ai/careers/?gh_...

Julia v1.11.3 is out 🎈 discourse.julialang.org/t/julia-v1-1...

I am looking for suitable reviewers for the JOSS submission Curio: Unsupervised Topic Modeling in Swift Here is the submission link joss.theoj.org/papers/fbbef... The pre-review issue also includes the compiled pdf. Please ping me if you are willing to assist in reviewing for JOSS.

Spending too much time with a functional language makes your functions smaller, reduces side effects, and leads to writing more correct code—even if you're using an imperative or OOP language. At the very least, functional languages are a great learning tool.

Since I've failed to find the same animation here, I'm posting the original entry, here. The Julia case is started using `julia script.jl 40` and although including the cold start & compilation times, it's quite well. #JuliaLang Repo: github.com/bddicken/lan... Animation: x.com/BenjDicken/s...

please, use the tag #JuliaLang when you post something about the Julia Language to avoid any confusion

Julia v1.11.2 is out! #JuliaLang

juliac script doesn't work in its current state. Add --experimental tag in line 17 of juliac.jl script to get your code compiled: Line 17: change --trim=<no,safe,unsafe,unsafe-warn> to --experimental --trim=<no,safe,unsafe,unsafe-warn> #JuliaLang

Hey Julians! Please ping me if I forgot to follow you back!

Hello @bsky.app from the #JuliaLang community! We're excited to start posting here on Bluesky in addition to our other social media, all of which can be found here: julialang.org We'll keep you updated on our fantastic community, our conferences, #JuliaLang updates, and more on this profile!

Free registration coupon for my Data Science with Julia course in Udemy. I hope you enjoy. bit.ly/3Z6lT4t #JuliaLang #DataScience

What a week, huh?

Julia brings --experimental flag to enable --trim option for compiling Julia sources into smaller binaries. In its current form, the Julia script doesn't handle this new option and you have to manually add --experimental key in `cmd()` call. A PR is waiting to fix it. github.com/JuliaLang/ju...

Is the entire Julia community here?