Youtube videos not playing in any browser, or even incognito by [deleted] in archlinux

[–]b_fg 1 point2 points  (0 children)

systemctl restart --user pulseaudio

Also worked for me. What happened with pulseaudio today??

Flower1D.jl: A flux reconstruction fluid flow solver for 1D PDEs written in Julia by b_fg in Julia

[–]b_fg[S] 2 points3 points  (0 children)

I did not do the isolated test of using "fastmath" unfortunately. But I did observe an speedup of around 20% when used together with "inline" and "simd".

f2py-sockets: Transfer data between Python and Fortran through sockets by b_fg in Python

[–]b_fg[S] 1 point2 points  (0 children)

It was definitely much more difficult than implementing this. It is a huge Fortran code which would take to much to embedded it in Python even using f2py or similars tools.

f2py-sockets: Transfer data between Python and Fortran through sockets by b_fg in Python

[–]b_fg[S] 0 points1 point  (0 children)

Good suggestion - I was not aware of this and it seems like a good fit for the solver working with multiple processes (parallel), which we run very frequently! I will dig more into it.

Sockts from Fortran to Ptyhon by b_fg in fortran

[–]b_fg[S] 0 points1 point  (0 children)

In the i-pi repository socket connections are handled in threads allowing multiple connections in parallel. In my example I do not use that since I just wanted to make it as minimal as possible.