ivory, to random
@ivory@tapbots.social avatar
owiecc,
@owiecc@en.osm.town avatar

@ivory Could we have a “All followed hashtags” page that shows posts that contain any of the hashtags one follows?

Hashtag groups, e.g. Programming = [#python, #julialang, #swift] would also be nice.

franco_vazza, to Astro
@franco_vazza@mastodon.social avatar
franco_vazza,
@franco_vazza@mastodon.social avatar

@alex

thanks
🙏

The code is ENZO (highly parallel, Eulerian, adapative mesh refinement, MHD + my customisation for cosmic rays, enzo-project.org).

the post-processing is done with own routine written in #Julialang + Nasa's DS9 to visualise the fits maps.

franco_vazza, to Astronomy
@franco_vazza@mastodon.social avatar

Other "new" nice renderings of the growth of simulated clusters of galaxies by my former student Matteo Angelinelli, who kindly left all these gems in an hard disc!

#astronomy
#astrodon

(all this was used for his papers studying turbulence and clumps in the ICM:
https://ui.adsabs.harvard.edu/abs/2021A%26A...653A.171A/abstract
https://ui.adsabs.harvard.edu/abs/2020MNRAS.495..864A/abstract

using ENZO runs I produced years earlier on the ITASCA supercluster in Minneapolis - hence the "Itasca" simulation name)

video/mp4

franco_vazza,
@franco_vazza@mastodon.social avatar

other cluster rendering
(all done in @julialang #Julia #Julialang )

video/mp4

fabrice13, to random Italian
@fabrice13@neuromatch.social avatar

During the holidays, i.e. from the 23rd to the 7th, I will not work.
I'd like to continue playing with the #julialang and some #pytorch but it's really for pleasure.
I will read some stuff about brains and perception but it'll be Ed Yong's "An Immense World", and perhaps McCulloch and Ashby.
Also, I'm finishing Dune.

If you too have the "privilege" of taking a break, what are you up to?

terence, to random
@terence@fosstodon.org avatar

Still playing with #julialang. Here's Switzerland in triangles.

@jonocarroll I get a lot of small dark triangles with some images which persist even if I set npts to a high value (5000) and refine as true or false. Any ideas? Thanks again for the package! I'm enjoying seeing what it produces.

#julialang adventures

ramikrispin, to python
@ramikrispin@mstdn.social avatar

(1/6)This time of the year ☃️...Statistical Rethinking 2024 ❤️❤️❤️

This has become a tradition. Like previous Decembers, this week, the 2024 edition of the Statistical Rethinking course was announced. If you are looking to learn Bayesian statistics, I highly recommend checking it out.

🧵🧶👇🏼

Image credit: Last year course
#rstats #Stats #python #julialang #bayesian #DataScience

jonthegeek, to datascience
@jonthegeek@fosstodon.org avatar

🎂It's my birthday!🎂
To celebrate, I'm... Working to build a friendly, diverse community at https://r4ds.io, just like I do every day! It'd make my day if you supported our efforts at https://r4ds.io/donate !

krz, to julialang German

My #julialang and #rstats solutions for puzzle 4 of Hanukkah of Data (https://hanukkah.bluebird.sh/5784/) @julialang

terence, to random
@terence@fosstodon.org avatar

In any case, I'll keep doing what helps me to stay at this job so here's a visualisation of the forest cover of Japan in triangles.

#rayshader-#julialang joint adventures

franco_vazza, to random
@franco_vazza@mastodon.social avatar

Interesting #astroph of the day:

"RelativisticDynamics.jl:
Relativistic Spin-Orbital Dynamics in Julia"

by Tom Kimpson
https://arxiv.org/abs/2310.11002

with linked #JuliaLang code: https://github.com/tomkimpson/RelativisticDynamics.jl

#astrodon #astronomy

krz, to python German

Here‘s another interesting #julialang, #python, #rstats comparison: „count the number of vowels in a string“. #julia uses an anonymous function as an argument to count(), #python iterates over the string using list comprehension, #rstats does the same but in a vectorized way

franco_vazza, to random
@franco_vazza@mastodon.social avatar

#JuliaLang you're a very good boy

screw_dog, to random
@screw_dog@aus.social avatar

I just completed "Camel Cards" - Day 7 - Advent of Code 2023 #AdventOfCode https://adventofcode.com/2023/day/7 in #JuliaLang

Pretty happy with my solution to part 2. Realised it's easier to just replace 'J' with '' and then add the count of '' to the highest counted card in the hand.

Bulk of the work is defining appropriate types so that sorting hands by rank is easy, and parsing the input. Mostly that's done by counting how many of each card is present and mapping to a hand type. Fun little problem.

As always, full code at https://codeberg.org/screw_dog/AoC/src/branch/main/2023/day07

franco_vazza, to Astronomy
@franco_vazza@mastodon.social avatar

Today's swirling electrons:
initially located in the halos of galaxies, finally accreted and mixing in a cluster undergoing a merger, and leading to the formation of a (mega) radio halo.

ENZO simulation + #JuliaLang processing, visualisation with SAO Ds9

#astronomy #astrodon

evolving number density of relativistic electrons in a cosmological simulation, finally condensating a large halo

kevinmoerman, to random
@kevinmoerman@fosstodon.org avatar

STL files give each triangle their own coordinates set. So none of the triangles actually share nodes. So step one, after importing such a mesh, is to merge the nodes. This animation shows vertex normal based "inflation", the left is unmerged, the right is merged.

#Makie #julialang

An animation showing mesh inflation for an unmerged mesh and a merged mesh. The triangles separate for the unmerged mesh, making it look like the mesh explodes. For the merged node mesh it looks more like balloon inflation as triangles remain connected.

bthalpin, to bluesky
@bthalpin@mastodon.social avatar

I've established I can use the AT Protocol API to post to #bluesky from #JuliaLang or #python I tried to re-post a Mastodon toot, but received this error message:

"Invalid app.bsky.feed.post record: Record/text must not be longer than 300 graphemes"

UchidaMizuki, to random Japanese

#rstats is one of the best languages for data science.

But what about optimization? In optimization, #julialang is attractive to me because it allows for automatic differentiation.

Can we do automatic differentiation in #rstats ?

ramikrispin, to ArtificialIntelligence
@ramikrispin@mstdn.social avatar

(1/2) New book for Deep Learning (draft mode) 📚

The Mathematical Engineering of Deep Learning is a new book by Benoit Liquet, Sarat Moka, and Yoni Nazarathy.

As its name implies, it focuses on the mathematical engineering of #deeplearning and covers topics such as:
✅ Foundation of machine learning and deep learning
✅ Optimization algorithms
✅ Convolutional neural networks
✅ Transformers
✅ Generative models
✅ Diffusion models

#datascience #machinelearning #rstats #julialang #python

ramikrispin,
@ramikrispin@mstdn.social avatar

(1/2 )Resources 📚
Book draft 📖: https://deeplearningmath.org/
Source code available in Julia, R, and Python 💻: https://github.com/yoninazarathy/MathematicalEngineeringDeepLearning

Thanks to the authors for making this resource available online! 🙏🏼

Reading of the book on YouTube 📽️: https://www.youtube.com/playlist?list=PL7RZyOlq_XnylnDcHchjKeFuMNxeDdH4P

#deeplearning #datascience #machinelearning #rstats #julialang #python

franco_vazza, to Astro
@franco_vazza@mastodon.social avatar

Idk, managing to actually dispatch the parallel tasks of my #Julialang code to the cores of Leonardo at CINECA (currently 4th HPC machine in the world), by calling the slurm task manager with ClusterManagers.jl (👉 https://github.com/JuliaParallel/ClusterManagers.jl) feels very good.
My routine is not meant to scale on more than 32 cores at the moment; however it means that I should be able to effectively use Julia also for massive parallel postprocessing on the computing nodes.
👍
@julialang
#astrodon #astronomy

DonMostrenco, to mathematics

A few weeks ago, I came across dual numbers and automatic differentiation; a very elegant example of applied #mathematics.

I was so fascinated by the topic that I wrote this piece about it:

https://blog.esciencecenter.nl/automatic-differentiation-from-scratch-23d50c699555

#julialang #math #maths
cc @eScienceCenter

fabrice13, to scheme Italian
@fabrice13@neuromatch.social avatar

I love graphs from dynamical systems theory and analytical mechanics.
I love those curves in phase space etc.
That makes me want to understand them better.

I have discovered the book "Structure and Interpretation of Classical Mechanics", that teaches mathematical physics and the #programminglanguage #scheme but it looks quite annoying to work in Scheme with my 💻.
So, are there similar books/courses/resources with similar means to an end? Maybe in easier to use programming languages? Like #julialang #julialanguage

fabrice13,
@fabrice13@neuromatch.social avatar

@rml yeah, I don't think I can go through the book SICM without coding in Scheme or similar... But I was curious also about other things, see for example "Nonlinear Dynamics" (Datseris, Parlitz) with #julialang.
This would probably be easier for me, coming from Python over all else, and with some experience in R and MATLAB from the bioengineering years. Also, I want to study Julia regardless.
But I understand I could use Clojure in JupyterLab/Notebooks, and if running Clojure+SICMUtils reading SICM is actually all I need, I might go for it.
If instead I need to learn lots of other basics in the programming language and installing all tools, I must postpone it to god knows when :/
Do you have any suggestions or tips? Consider I know nothing beyond the names I quoted

bthalpin, to python
@bthalpin@mastodon.social avatar

Playing with #Python doing something "embarrassingly parallel", and very much missing the ease of multi-threading in #Julialang

UchidaMizuki, to julialang

@julialang
Optimization.jl has many options for automatic differentiation, such as AutoZygote() and AutoEnzyme().
They are very useful, but are there any pros and cons for each option?

https://docs.sciml.ai/Optimization/stable/API/optimization_function/#Automatic-Differentiation-Construction-Choice-Recommendations

#julialang

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • mdbf
  • ngwrru68w68
  • tester
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • megavids
  • tacticalgear
  • osvaldo12
  • normalnudes
  • cubers
  • cisconetworking
  • everett
  • GTA5RPClips
  • ethstaker
  • Leos
  • provamag3
  • anitta
  • modclub
  • lostlight
  • All magazines