
Antoine
18.9K posts

Antoine
@_abarbare
Tech Lead Database Team @scaleway #DBaaS
Lille, France Katılım Temmuz 2009
294 Takip Edilen393 Takipçiler
Antoine retweetledi

An open source headless browser rewritten in Zig designed for AI and automation.
• 9x less memory footprint than Chrome
• 11x faster execution than Chrome
Very exciting times.
github.com/lightpanda-io/…
English
Antoine retweetledi

We are pleased to announce the first release candidate of FerretDB 2.0, a significant milestone in our objective to provide a high-performance, truly #opensource alternative to #MongoDB. Built on Postgres, and orders of magnitude faster than FerretDB 1.x.
blog.ferretdb.io/ferretdb-relea…
English
Antoine retweetledi

Antoine retweetledi

script: making it easy to write shell-like scripts in Go github.com/bitfield/script
English
Antoine retweetledi

@lea_linux D3.js ? github.com/d3/d3?tab=read… il y a beaucoup de représentations possibles
Français
Antoine retweetledi

Les gars, j’ai besoin de vous pour retrouver le contact de cette petite fille pour que je puisse lui faire un petit cadeau 🥲
Paul Larrouturou@PaulLarrouturou
"C'est pas grave" Léon Marchand #Paris2024
Français
Antoine retweetledi
Antoine retweetledi
Antoine retweetledi

Did you know you can name/save queries in your psqlrc that are common database tasks? Inside your psqlrc:
\set long_running 'SELECT pid, now() - pg_stat_activity.xact_start AS duration, query, state FROM pg_stat_activity WHERE (now() - pg_stat_activity.xact_start) > interval ''5 minutes'' ORDER by 2 DESC;'
\set cache_hit 'SELECT ''index hit rate'' AS name, (sum(idx_blks_hit)) / nullif(sum(idx_blks_hit + idx_blks_read),0) AS ratio FROM pg_statio_user_indexes UNION ALL SELECT ''table hit rate'' AS name, sum(heap_blks_hit) / nullif(sum(heap_blks_hit) + sum(heap_blks_read),0) AS ratio FROM pg_statio_user_tables;'
\set unused_indexes 'SELECT schemaname || ''.'' || relname AS table, indexrelname AS index, pg_size_pretty(pg_relation_size(i.indexrelid)) AS index_size, idx_scan as index_scans FROM pg_stat_user_indexes ui JOIN pg_index i ON ui.indexrelid = i.indexrelid WHERE NOT indisunique AND idx_scan < 50 AND pg_relation_size(relid) > 5 * 8192 ORDER BY pg_relation_size(i.indexrelid) / nullif(idx_scan, 0) DESC NULLS FIRST, pg_relation_size(i.indexrelid) DESC;'
\set table_sizes 'SELECT c.relname AS name, pg_size_pretty(pg_table_size(c.oid)) AS size FROM pg_class c LEFT JOIN pg_namespace n ON (n.oid = c.relnamespace) WHERE n.nspname NOT IN (''pg_catalog'', ''information_schema'') AND n.nspname !~ ''^pg_toast'' AND c.relkind=''r'' ORDER BY pg_table_size(c.oid) DESC;'
Then to execute inside psql:
:long_running
:cache_hit
:unused_indexes
:table_sizes
Incredibly handy to save all your admin/maintenance queries in one place.
English
Antoine retweetledi

Start using familiar #MongoDB tools and applications with @ferret_db as a managed database at different #cloud providers, including:
- @CivoCloud
- @Scaleway
- @Vultr
Check them out here! buff.ly/3RCDbTX

English
Antoine retweetledi

Ces vilains datacenters qui volent nos emplois et mangent notre pain quotidien.
Sébastien Barles@sebbarles
J’ai signé cette tribune sur les data centers parue dans Libération. ✅La question de la régulation de cette industrie énergivore, prédatrice d’espace et de ressources et générant dix fois moins d’emplois que l’industrie manufacturière est essentielle 👉liberation.fr/idees-et-debat…
Français

@_abarbare En fait c'est vraiment le côté petit / short qui m'intéresse pour rentrer chez moi et stocker. Apéro avec @ADELBECQ un de ces 4 ?
Français

Je crois que je vais craquer.... Des utilisateurs de #Yuba ici ? cyclable.com/17680-velo-car…
Français
Antoine retweetledi

We had an amazing chat with @samokhvalov from @PostgresFM & #PostgresTV on why @ferret_db uses @postgreSQL and how we are building an #opensource #database alternative to #MongoDB
Watch the episode here --> buff.ly/3svTOa0

English

@LudovicBorie @Fragritwittos Hey 👋,
Bien que pas directement dans le domaine, GG c’est vraiment chouette comme outil.
Je suis curieux, vous vous basez sur quoi pour connaître la culture dans une parcelle ?

Français

Salut la comu @Fragritwittos (et les curieux)
Comme on aime les cartes et l'Open Data, on se disait qu'on allait faire un outil gratuit et international pour les agri/viti en valorisant ces données! Vous en pensez quoi? Vous auriez besoin de quoi? geo.karnott.fr
#FrAgTw
Français

Après m'être remis au vélo il y a 1 an grâce à @ADELBECQ et @_abarbare mon ratio distance/temps s'est considérablement amélioré et se rapproche de mes déplacements en voiture 🚴♂️🦿


Français
Antoine retweetledi

It's here! #FerretDB 1.0, the truly #opensource #MongoDB alternative is now GA.
FerretDB adds MongoDB compatibility to #PostgreSQL. Released under Apache 2.0.
We would like to thank the OSS community and everyone who helped us along the way.
Read more: blog.ferretdb.io/ferretdb-1-0-g…
English





