From 455f0d223525023ec5a6f20a1ef74139482ced7f Mon Sep 17 00:00:00 2001 From: Bill Metangmo <25366207+billmetangmo@users.noreply.github.com> Date: Thu, 4 Jul 2024 18:42:51 +0000 Subject: [PATCH] Add meeting notes for June 2024 --- .gitignore | 2 +- meeting_notes/_posts/2024-07-04-reunion-35.md | 36 +++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 meeting_notes/_posts/2024-07-04-reunion-35.md diff --git a/.gitignore b/.gitignore index 79cb330..c43c45c 100644 --- a/.gitignore +++ b/.gitignore @@ -52,4 +52,4 @@ meeting_notes/vendor/ # Virtual env -scripts/venv \ No newline at end of file +scripts/.venv \ No newline at end of file diff --git a/meeting_notes/_posts/2024-07-04-reunion-35.md b/meeting_notes/_posts/2024-07-04-reunion-35.md new file mode 100644 index 0000000..f3309c7 --- /dev/null +++ b/meeting_notes/_posts/2024-07-04-reunion-35.md @@ -0,0 +1,36 @@ +--- +title: Meeting 35 +date: 2024-07-04 +author: collectif mongulu +categories: [Meeting notes] +tags: [generative-ai,data-tools,developer-tools,devops,learning-resources] +--- + +## Recommandations +--- + +### Developer +- [🚀 Fast and simple Node.js version manager, built in Rust](https://github.com/Schniz/fnm) +- [ALTO is an app for Slack that integrates with GitHub, Gitlab, and JIRA to improve your dev team productivity ( PR/MR reminders)- Free for 10 developers](https://www.youralto.com/) + +### What the fuck +- [Un employé condamner à payer 500 000 € pour avoir volé du code de son employeur après démission](https://www.bleepingcomputer.com/news/security/cloud-engineer-gets-2-years-for-wiping-ex-employers-code-repos/) + +### Data +- [Créez ses bases de données de dev/staging automatiquement en anonymisant et/ou samplant celle de prod (opensource)](https://www.neosync.dev/) + +### Learning +- [A curated list of free courses & certifications](https://github.com/cloudcommunity/Free-Certifications) + +### Devops +- [The next generation Package Manager for Kubernetes](https://glasskube.dev/) +- [Kill a Kubernetes namespace suffering from being stuck in "Terminating"](https://github.com/ctron/kill-kube-ns) + +### Generative AI +- [Il devrait y avoir bientôt une license chatgpt pour les étudiants](https://www.forbes.com/sites/danfitzpatrick/2024/05/30/chatgpt-is-coming-for-higher-education-says-openai/) +- [Alliance des GAFAM pour concurrencer Nvidia](https://techcrunch.com/2024/05/30/tech-giants-form-new-group-in-effort-to-wean-off-of-nvidia-hardware/) +- [NVIDIA Releases Open Synthetic Data Generation Pipeline for Training Large Language Models](https://blogs.nvidia.com/blog/nemotron-4-synthetic-data-generation-llm-training/) +- [Anthropic vient de release Claude 3.5 qui est plus puissant que Claude 3 opus pour le même prix que Sonnet](https://techcrunch.com/2024/06/20/anthropic-claims-its-latest-model-is-best-in-class/) +- [Microsoft dévoile une série de modèles Florence 2 spécialisés dans la vision](https://www.usine-digitale.fr/article/microsoft-devoile-une-serie-de-modeles-florence-2-specialises-dans-la-vision.N2214862) +- [Vous avez des données sur PostgreSQL, vous voulez appliquer directement des traitements aux lignes en utilisant la gen ai et en stockant les résultats sur Postgres, l'extension pgai de Timescale est faite pour vous](https://www.timescale.com/blog/pgai-giving-postgresql-developers-ai-engineering-superpowers/) +- [New research, models, and datasets from MetaFAIR](https://ai.meta.com/blog/meta-fair-research-new-releases/) \ No newline at end of file