fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

9.8K
active users

#Julia

13 posts12 participants1 post today

#hottake #jupyternotebooks are actually kinda hard to reason about because they have a bunch of invisible state, so you either have to rerun the entire notebook (and the order of evaluation matters) or you have to manually go through and figure out which cells need to be updated.

I'm sure people who use notebooks often know conventions and tricks to deal with this, but I feel like #plutonotebooks are easier to reason about.

This week there's been some activity on my :julia: package ProportionalFitting.jl for doing iterative proportional fitting (github.com/vankesteren/Proport)

Two things about this that make me feel good:

1) is awesome!! I hadn't looked at this in a while, and now someone else is creating a feature because they need for something they do

2) :julia: is also awesome! It's such a wonderful syntax, and the feature requires very few code changes considering how big it is

Multidimensional iterative proportional fitting in Julia - vankesteren/ProportionalFitting.jl
GitHubGitHub - vankesteren/ProportionalFitting.jl: Multidimensional iterative proportional fitting in JuliaMultidimensional iterative proportional fitting in Julia - vankesteren/ProportionalFitting.jl

Доверяем но проверяем: DevOps

Очень популярный проект, но совершенно, на мой взгляд не заслуженно. Качество кода вызывает вопросы, нельзя указывать свои списки с regex паттернами для проверки, и он не умеет отдавать правильный JSON в stdout, что делает его бесполезным автоматизации или пользовании на бэкенде. Прекрасная возможность: Использовать Julia – один из лучших языков программирования, который почему-то считается нишевым. Область его применения гораздо шире HPC. Он идеально подходит для решения самых разных задач. Научиться как правильно публиковаться на GitHub. Научиться делать линуксовые пакеты.

habr.com/ru/articles/904146/

ХабрДоверяем но проверяем: DevOpsДоверяем но проверяем Есть такой инструмент для сканирования на утечку секретов, паролей и API ключей – GitLeaks . Очень популярный проект, но совершенно, на мой взгляд не заслуженно. Качество кода...
#git#github#julia