Advertisement · 728 × 90

Posts by Gabriel Baraldi

A tweet -- or whatever a tweet is called now -- saying that anti-trans locales will never displace Silicon Valley

A tweet -- or whatever a tweet is called now -- saying that anti-trans locales will never displace Silicon Valley

I have been more or less silent on the dumpster fire formerly known as Twitter, and even though the algorithm will prevent anyone from seeing it, I felt this needed to be said...

4 weeks ago 298 28 6 0

Congrats, you've joined the time honored do random thing but get interested in compilers to become compiler person pipeline.

1 month ago 4 0 0 0

Congrats! Super well deserved

4 months ago 2 0 0 0

It's gonna be worth it. I will be able to buy a mi355x rack for 2k dollars soon

4 months ago 4 0 0 0

I don’t love them, but they are soooo practical specially for beans

6 months ago 0 0 0 0

Not sure what kind of beans you get locally, but here we almost always cook them with a pressure cooker and it's quite possible, even easy to over cook them. They start breaking apart a lot, though if you blend those you get a nice soup.

6 months ago 1 0 1 0
Preview
GitHub - JuliaPy/CondaPkg.jl: Add Conda dependencies to your Julia project Add Conda dependencies to your Julia project. Contribute to JuliaPy/CondaPkg.jl development by creating an account on GitHub.

My favorite Python package manager is github.com/JuliaPy/Cond...

7 months ago 4 0 0 0
Advertisement

On larger matrices it does quite well on an apple laptop
```
julia> A = rand(1000,1000); B = rand(1000,1000);
julia> @btime $A * $B;
7.033 ms (3 allocations: 7.64 MiB)
julia> using BLISBLAS
julia> @btime $A * $B;
5.211 ms (3 allocations: 7.64 MiB)
```
Though the problem size is different

8 months ago 0 0 1 0

I think we are building/using it wrong, because their own results show very different results github.com/flame/blis/b...

8 months ago 2 0 2 0
Post image

Need your #code to be faster but don’t want to use Fortran or C? Learn #Julia, the modern language for #HPC, with a high-quality book. Here are some options:

lee-phillips.org/amazonJuliaB...

#julialang - its speed and friendly syntax is taking it beyond #science into #finance and other areas.

9 months ago 31 6 1 0

Hello Friends!

I'm on the job market now!

I have a oodles of knowledge for all the software performance engineering tricks in Rust, Julia and other systems languages and would love to work with teams that are looking to skill up in those respects, from back ends to big data crunching!

11 months ago 38 20 1 1
Post image
1 year ago 2 0 0 0

Somehow Hanlon's razor (Never attribute to malice that which is adequately explained by stupidity), doesn't apply to him, he managed to rise above it an be stupid and evil

1 year ago 2 0 0 0

😅I’m not even an Academic. But yeah it could’ve been worded better, there are much better answers than mine in that thread

1 year ago 1 0 1 0

We ship OpenBLAS, but LBT allows us to change blases (blasi?) at runtime which is really convenient for benchmarking

1 year ago 3 0 0 0

While most people seem to be researching the behavior of LLMs I do enjoy that some people still have the time for real subjects like LMM

1 year ago 2 0 0 0
Advertisement

👋

1 year ago 2 0 0 0
Careers at JuliaHub - Join JuliaHub Explore our open remote positions for a Senior Cloud Engineer and Senior/Junior Engineer at JuliaHub. Join our product development and consulting teams.

JuliaHub is hiring for the Compiler and Runtime team. You get to work on Julia itself, which is really cool by itself, and by doing that you support folks doing amazing work in science and industry.
juliahub.com/company/jobs...

1 year ago 3 2 0 0
Garbage Collection handbook title page

Garbage Collection handbook title page

My study subject for the next while, the first edition was super useful for me to do GC work in Julia. Let's see if the second edition doesn't get us a fully concurrent one

2 years ago 7 0 0 0