Mehmet Hakan Satman
@jbytecode.bsky.social
390 followers 260 following 170 posts
Professor of Numerical Methods @ Istanbul University | Associate Editor @ Journal of Open Source Software (JOSS)
Posts Media Videos Starter Packs
jbytecode.bsky.social
I've just pumped the release v0.2.8 of OperationsResearchModels.jl.

The new release exports the JuMP model used to solve the corresponding problem!

#Julia #JuliaLang

jbytecode.github.io/OperationsRe...
OperationsResearchModels.jl · OperationsResearchModels.jl
Documentation for OperationsResearchModels.jl.
jbytecode.github.io
jbytecode.bsky.social
done, please come create your review. thank you in advance!
jbytecode.bsky.social
being a local domain expert is perfectly well. postdocs are also welcome.
jbytecode.bsky.social
how about solving the problem using a bash script or something similar?
jbytecode.bsky.social
This is how our editor-in-chief invites me to handle a new submission 🙃

#JuliaLang

@arfon.bsky.social

@joss-openjournals.bsky.social
jbytecode.bsky.social
🔴 Tiobe Index September, 2025

"Perl is gaining so much popularity."

Rankings of my babes 💚

Java: #4
R: #13
Julia: #30
Scala: #32

#JuliaLang

www.tiobe.com/tiobe-index/
TIOBE Index - TIOBE
www.tiobe.com
jbytecode.bsky.social
Java is becoming more like Scala with each passing year.

In short, Java approaches Scala.
Reposted by Mehmet Hakan Satman
joss-openjournals.bsky.social
Just published in JOSS: 'OperationsResearchModels.jl: A Julia package for operations research models' https://doi.org/10.21105/joss.08592
jbytecode.bsky.social
It's a huge improvement that threads actually work like threads in Python 3.14

#Python
jbytecode.bsky.social
python -X gil=[1, 0] is a new thing in Python 3.14.0rc2.

Result of

#> time ./python -X gil=1
509.92 millis

and

#> time ./python -X gil=0
196.85 millis

in my machine.

Sum: 12499997500000.0
Sum: 12499997500000.0
Sum: 12499997500000.0
All threads finished.

#Python
jbytecode.bsky.social
MySQL Shell for VS Code (from Oracle) works like a charm!

It's very easy to create SQL notebooks

#MySQL #VSCode

marketplace.visualstudio.com/items?itemNa...
Reposted by Mehmet Hakan Satman
joss-openjournals.bsky.social
Just published in JOSS: 'TMLE.jl: Targeted Minimum Loss-Based Estimation in Julia' https://doi.org/10.21105/joss.08446
jbytecode.bsky.social
What is gained and lost with 63-bit integers?

Almost every programming language uses 64-bit integers on typical modern Intel machines. OCaml uses a special 63-bit representation. How does it affect OCaml?

#OCaml 🐪

blog.janestreet.com/what-is-gain...
What is gained and lost with 63-bit integers?
Almost every programming language uses 64-bit integers on typical modern Intelmachines. OCaml uses a special 63-bit representation. How does it affect OCaml?
blog.janestreet.com