franco_vazza, to Astro
@franco_vazza@mastodon.social avatar


a new visualisation experiment to show how a full simulated volume (100 Megaparsec cubic) gets progressively filled by cosmic web structures if I keep adding a layer after another along the line of sight - here using 64 layers of 1.56 Megaparsec each.

This is baryonic matter.

the visualisation is done using in parallel using 16 cores on my MAC - the input simulation has 1024^3 cells.

video/mp4

mhsatman, to random
@mhsatman@fosstodon.org avatar

I'm looking for suitable reviewers for the JOSS submission

MarSwitching.jl: A Julia package for Markov switching dynamic models

Anybody able to review this submission for JOSS?

:julia:

https://github.com/openjournals/joss-reviews/issues/6344

almenal99, to datascience
@almenal99@fosstodon.org avatar

📢 I need your help 📢

Really sorry for the spam, but I'm hosting a event soon and I need to fill a bowl with data jokes. I have few but need MANY more. Here's an example of what I'm looking for:

"A query walks into a bar, sees two tables and goes 'can I join these'?"

🙏 PLEASE collective hive-mind of the fediverse, give me your best!

#R

jonthegeek, to javascript
@jonthegeek@fosstodon.org avatar

I'm extremely saddened to read that Women Who Code is closing (https://womenwhocode.com/blog/the-end-of-an-era-women-who-code-closing). My heart goes out to everyone impacted by this situation, and everyone who would have been impacted by their initiatives.

We can't replace them, but we welcome anyone looking for a friendly, inclusive community to join us at the Data Science Learning Community (@DSLC) https://DSLC.io

hyde, to linux
@hyde@lazybear.social avatar
PietroMonticone, to math

📢 Finally out the recording of the 2023 talk we presented at MIT this July!

So grateful for the opportunity to present our package at such a wonderfully organized global conference with so many brilliant users and developers!

:julia: “MultilayerGraphs.jl: Multilayer Network Science in Julia”
🌐 Website https://pretalx.com/juliacon2023/talk/MS7YWQ/
📹 Video https://youtu.be/Q2PwKQCkZJ4
📑 Slides https://inphyt.github.io/Talks/2023/JuliaCon/short/index.html#/title-slide

@julialang @networkscience

image/png
image/png

mhsatman, to rust
@mhsatman@fosstodon.org avatar

People in the scientific computation field dream of a language that combines the best of Julia and Rust.

They also dream of compiling their matrix multiplications in a stronger type system and ending up with a 16 KB executable. I understand them - truly 🙃

MickaelCanouil, to python
@MickaelCanouil@fosstodon.org avatar

You saw or you made something related to either with , , or ?
You want it to be seen/shared?
Please submit a suggestion issue to
PS: if you like this list, star it and share it 😉

https://github.com/mcanouil/awesome-quarto#readme

mo8it, to rust
@mo8it@fosstodon.org avatar

Typical "before vs after diving into " experience 😂

It was my experience too 🙃

A rant on my tiny talk about vs in scientific computing.

The same person commented again some days later saying that they love Rust now 😅

https://youtu.be/0JkbNFpXlXc

Give Rust a serious try by starting with the Rust book before judging 😇

Meme originally posted by @AstraKernel

A meme about hating Rust and then loving it after trying it.

kevinmoerman, to random
@kevinmoerman@fosstodon.org avatar

Implementing "Dijkstra's algorithm" or "mesh distance marching". Computes the on-surface dist from one point to all others (i.e. like a heat spreading across the mesh).
From a seed point, we could add the furthest point to the list and reiterate, compute dist, find furthest point, add this point to list, repeat... This will produce an (approximately) equidistant or geodesic set of points. Handy for remeshing, but it does look like David's got the measles.

https://en.wikipedia.org/wiki/Dijkstra's_algorithm

The animation shows a 3D model (bust of Michelangelo's David), with a sparse set of 100 black dots on the surface of the mesh. These were found using distance marching via Dijkstra's algorithm. The mesh is colored towards the distance to these points. Hence David looks rather speckled/sick.

R4DSCommunity, to datascience
@R4DSCommunity@fosstodon.org avatar

Upcoming book clubs:

Today:
:rstats: https://r4ds.io/islr
:rstats: https://r4ds.io/rpkgs

Tomorrow:
:rstats: https://r4ds.io/deepr

Join our Slack at https://r4ds.io/join to learn more!

Check out all club meetings at https://r4ds.io/youtube

mo8it, to rust
@mo8it@fosstodon.org avatar

I wonder how can get away with lies regarding its latest benchmark.

Fake news in tech are actually a threat?

Tech entertainers like only make things worse by promoting these fake news without validation.
Then he is quoted in a later Mojo blog post spreading bullshit about and ignoring . But debunking posts like this are ignored:

➡️ https://viralinstruction.com/posts/mojo

Maybe tech shouldn't be an entertainment for Twitch…

pjacock, to random
@pjacock@fediscience.org avatar

I'm sitting in remotely on a #JuliaLang introduction https://github.com/pszufe/2024_Julia_Aberdeen - currently the room are talking about plotting backends https://docs.juliaplots.org/latest/backends/ and the advantages of a common API - as long as you don't use options specific to a backend, it ought to work longterm as the backends evolve

jonocarroll, to Julia
@jonocarroll@fosstodon.org avatar

I finally managed to build the package I've previously failed to get working at least 3 times!!!

https://jcarroll.com.au/2024/02/04/my-first-julia-package-triangulart-jl/

Any performance or other improvements anyone can spot are most welcome - I'm still very much learning, but I do love these results.

_wurli, to meta
@_wurli@fosstodon.org avatar

syntax idea: f(unction)-strings.

One could define a function to operate on a single string like so:

g" <- function(x) {
glue::glue(x, .envir = parent.frame())
}

This would basically give you something very similar to Python's f-strings:

g"1 + 1 = {1 + 1}"
#> [1] "1 + 1 = 2"

This idea comes from , which lets you define non-standard string literals in the same way: https://docs.julialang.org/en/v1/manual/metaprogramming/#meta-non-standard-string-literals

For me, this actually feels in keeping with R's stripped back, functional vibe.

kevinmoerman, to random
@kevinmoerman@fosstodon.org avatar

My university dropped the campus wide MATLAB license around August last year. It is amusing to see the effect on my GitHub contribution chart. But then I picked up and now there is more than a recovery :)

mo8it, to rust
@mo8it@fosstodon.org avatar

A CLI for running commands over HTTP 🌐

https://codeberg.org/mo8it/http-cmd

Its motivation is to expand the capabilities of static site generators like ⚙️

The screenshot shows its usage to automatically run and embed the output of code blocks on your website 🤯

The example uses , and . But other languages should work similarly 😃

Boost appreciated 🥰

djnavarro, to random
@djnavarro@hachyderm.io avatar

My weekend side-project: at long last I set some time aside to learn the basics of . The learning process was a tonne of fun. The thing where it somehow sprawled into a three-part series of blog posts... not so much fun. Anyway here they are... first one is me wrestling with some basic features in language

https://blog.djnavarro.net/posts/2024-03-01_julia-foundation/

djnavarro,
@djnavarro@hachyderm.io avatar

By the time I hit the third post I was kind of exhausted, so it's a bit, um, telegraphic in places. But nevertheless it was sort of nice to get a sense of (one tool for) data visualisation in #julialang

https://blog.djnavarro.net/posts/2024-03-03_julia-plots/

djnavarro,
@djnavarro@hachyderm.io avatar

Second one is a bit more practical, and looks at how to do basic data wrangling using the DataFrames package. Not surprisingly as an person learning , a big part of this was me trying to find a pipe-centric workflow that I like. In the end I decided I kind of like the combination of the Julia base pipe and anonymous functions as a workflow

https://blog.djnavarro.net/posts/2024-03-02_julia-data-frames/

kevinmoerman, to random
@kevinmoerman@fosstodon.org avatar
R4DSCommunity, to datascience
@R4DSCommunity@fosstodon.org avatar

The R4DS Online Learning Community has thousands of members, hundreds of which are active on our Slack every week. You might be wondering: Why not charge those learners? Why is the Community funded through donations?

🧵1/5

Sevoris, to scifi

One of my favorite hard topics that I love to work within (even if I am terrifically starved for time to do much about this at the moment) are wormhole networks.

They have interesting geometry constraints once you add real star maps, challenges when it becomes time to figure out how many connections you need to connect what places while observing construction and shape constraints…

it is the kind of computer science that tickles my brain extra being scifi nerdy

Sevoris,

In particular, simulating n-agent circumstances with improving technologies (wormhole projection speeds and ranges in a single connection creation) would be interesting, both to study optimal networks that satisfy the most constraints from all the parties, and just letting some organically emerge with quirks and bad choices that play off of each other.

Maybe something to use #julialang for, though I have to say, when it comes to really optimizing the configuration, I lack know-how

kevinmoerman, to Batman
@kevinmoerman@fosstodon.org avatar

Coming soon to : constrained triangulations. Which I decided needs parameterized curves too for testing purposes 🦇

kevinmoerman,
@kevinmoerman@fosstodon.org avatar

Getting there. These images show tests of a triangulation algorithm I've developed that uses Delaunay triangulation. It features mostly equilateral triangles except for at the boundaries.

Same as previous image but now the boundary is the Batman logo. This shape features sharp transitions which is good for testing how the algorithm copes with these.

ayo, to random
@ayo@ayco.io avatar

I kept my twtr account for a while because brands I occasionally reach out to were still exclusively there. It’s now no longer the case so I put the account down for real :)

hasnep,
@hasnep@julialang.social avatar

@ayo Thanks for building this @anze3db, I've already found some great accounts to follow! A couple of things that would make it even better, the Nix language uses a regex that matches people mentioning Unix or *nix, so it has a lot of false positives. Secondly, I'd love to see #JuliaLang added to the list of languages, and to add JuliaLang.social to the index :)

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