💾 Archived View for sdf.org › gerben captured on 2024-03-21 at 15:08:54. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
_ __ __ __ __ _ | | / /____ _____ / /____/ // /(_)____ ___ | | /| / // __ \ / ___// // __ // // // __ \ / _ \ | |/ |/ // /_/ // / / // /_/ // // // / / // __/ |__/|__/ \____//_/ /_/ \__,_//_//_//_/ /_/ \___/ ______ _ _ / ____/____ ____ _ (_)____ ___ ___ _____ (_)____ ____ _ / __/ / __ \ / __ `// // __ \ / _ \ / _ \ / ___// // __ \ / __ `/ / /___ / / / // /_/ // // / / // __// __// / / // / / // /_/ / /_____//_/ /_/ \__, //_//_/ /_/ \___/ \___//_/ /_//_/ /_/ \__, / /____/ ____ __ /____/ / __ ) / /____ ____ _ / __ |/ // __ \ / __ `/ / /_/ // // /_/ // /_/ / /_____//_/ \____/ \__, / /____/
Max Beckers | 15 Min To Read | 23 Jan, 2024 | #Software engineering
In software architecture, it is always about finding the best solution for your use case and your application in your specific context.
Luxin Zhang | 14 Min To Read | 12 Jan, 2024 | #Software engineering
Prerequisites Basic knowledge of pros and cons of LLM APIs Preliminary knowledge of RAG structure Introduction Retrieval Augmented Generation (RAG) is commonly used to enhance the performance of LLM-based systems or incorporate domain-specific knowledge to improve the generated answers of the LLM.
Yassine Benabbas | 6 Min To Read | 26 Dec, 2023 | #Development and programming
In our team (Worldline TechSquad), we develop and maintain a CRUD REST API for managing our internal events.
Raphaël Semeteys, Luxin Zhang | 20 Min To Read | 19 Dec, 2023 | #Artificial intelligence and data science
Embarking on the second and last part of our ‘Generative AI Openness’ series, we earlier established a straightforward framework to gauge the openness of Large Language Models (LLMs) and utilized it to explore LLM development and the positioning of key players.
Yann Couturier | 6 Min To Read | 08 Nov, 2023 | #Software engineering
Why do I need a test strategy? Having your performance test running in the best conditions implies a number of steps, material and immaterial means, and people in order to obtain the results which cover the objectives.
Simon Mercier | 5 Min To Read | 31 Oct, 2023 | #Development and programming
Naming colors correctly in my code has always been a headache.