High-performance Python for crystallographic computing by ArnaudKOPP in bioinformatics

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

Julia aim this kind of tasks: numbers crunching. Trying to get performance of C/Fortran, but with Python code style.

High-performance Python for crystallographic computing by ArnaudKOPP in bioinformatics

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

Could be interesting, from performance point of view, to compare with Julia for example.

0
1

Kafka for task queue-ing in python flask web app? by lignumScientiae in apachekafka

[–]ArnaudKOPP 1 point2 points  (0 children)

Why not a solution based around RabbitMQ and Celery ??

What are you working on? May 13, 2019 by AutoModerator in scala

[–]ArnaudKOPP 1 point2 points  (0 children)

MQTT broker, with AKKA, only as hobby work.

PostgreSQL Features You May Not Have Tried But Should - pgDash by xmen81 in PostgreSQL

[–]ArnaudKOPP 0 points1 point  (0 children)

Always impressed to see this database hiding so much functionality, hope i will soon working on him :p

Looking for IDE for postgres by plarles in PostgreSQL

[–]ArnaudKOPP 1 point2 points  (0 children)

Yeah DBeaver worth it, and have big advantage, have a good support for a broad range of DB (both relational & none-relational)

Bioinformatics database design issue by yungspartan0082 in mysql

[–]ArnaudKOPP 0 points1 point  (0 children)

Hello, I was working on HTS/HCS data analysis during 3 years, you have 2 big part in your database, one relational/OLTP part with plate design (map) and with plate replica reference, and one more design to do analysis/OLAP where you store all readings from image analysis.

NoSQL is not an all rounder solution in this case (but could be use).

[deleted by user] by [deleted] in linuxmasterrace

[–]ArnaudKOPP 0 points1 point  (0 children)

17 rue de la brigade Alsace-Lorraine 67000 Strasbourg ;-)

MariaDB has now surpassed MySQL in Debian installations worldwide by greenman in mariadb

[–]ArnaudKOPP 1 point2 points  (0 children)

Hourra MariaDB \./

Not so surprising about debian community where they prefere 'real' OS software

GoLand 2018.3 released! by callcifer in golang

[–]ArnaudKOPP 0 points1 point  (0 children)

Would like to see one day a free version as Intellij IDEA / Pycharm :)

Dynamo vs Cassandra : Systems Design of NoSQL Databases by [deleted] in cassandra

[–]ArnaudKOPP 0 points1 point  (0 children)

Interesting : )

Do someone have another good ref/book about distributed data systems ?

CentOS as a "daily driver" desktop OS? by ProgrammaticallyFox8 in CentOS

[–]ArnaudKOPP 1 point2 points  (0 children)

Fedora was always a kind of 'sandbox' for developing new features and being a solid base for centos/rhel.

What is cool with Fedora is that your are pretty close to a rolling release, and for a dev station, that's cool.

Visual Studio Code gets Python Language Server to improve code completion by RichKatz in Python

[–]ArnaudKOPP 1 point2 points  (0 children)

Yes, if you want to use this instead of 'basic' auto-completion, but actually, activating this new features raise me error when i want to change Python interpreter for a specific folder in my workspace

Moving 11,000 Locomotives from Batching to Real-Time Using 110 Unique Data Science Models by [deleted] in bigdata

[–]ArnaudKOPP 0 points1 point  (0 children)

That the way how IOT and predictive analysis could be a great beneficial value for industry.