Aman’s AI Journal • Primers • AI
▻https://aman.ai/primers/ai
— Permalink
#artificialintelligence #machinelearning #articles #reference #tutorial #readings #resources #bibliography #bestof
FareedKhan-dev/all-rag-techniques: Implementation of all #RAG techniques in a simpler way
▻https://github.com/FareedKhan-dev/all-rag-techniques
— Permalink
Work Graph Playground: a learning framework for #GPU_Work_Graphs
▻https://gpuopen.com/learn/work-graph-playground
AMD GPUOpen - Graphics and game developer resources Read about our latest sample for #D3D12 GPU Work Graphs. We’re making Work Graphs more accessible with a #tutorial framework.
Zotero hacks : reliably setup unlimited storage for you personal academic library
About this tutorial
In summer 2024, Zotero had a major update to version 7. The update affected some of the setup routines that I outlined ages ago in the Zotero hacks post. The recipe laid out in that old post helped me painlessly update, move, and maintain my Zotero library for more than a decade; and judging by feedback it did so for many dozens of my friends, colleagues, and just occasional people who found the tutorial useful. It became easily the most viewed post in my blog. Now, with the recent update of Zotero, I decided to update the tutorial as well, but I’m keeping the old post untouched in case someone needs the routine that worked reliably for ages.
The essence of the tutorial stays the same – it shows how to organize a personal academic library of unlimited size for free. Here I only slightly update some steps of the setup, refresh the screenshots, and provide occasional comments from 20241.
▻https://ikashnitsky.phd/2024/zotero7
En ce qui me concerne, je ne sauvegarde pas les pdf directement dans zotero... je les range dans UN SEUL dossier à part dans mon disque dur... mais vue l’évolution de zotero, peut-être que maintenant ça vaudrait la peine de le faire. Mon problème c’était que, avec presque 10’000 références sauvegardées dans ma base de données (sans mettre aucun document joint)... eh bhein, j’avais déjà explosé mon quota gratuit de stockage (du coup, je paie)
et pour éditer le #style des et de la #bibliographie_finale :
Editing a Citation Style Sheet for Zotero
▻https://www.youtube.com/watch?v=AGMDDuGfTlw
avec :
▻https://editor.citationstyles.org
#CSL
How to Fix: bash wget Command Not Found Error
▻https://www.debugpoint.com/wget-not-found-error
How to make code reliable and secure [The #misra standard and PVS-Studio]
▻https://hownot2code.com/2022/03/23/how-to-make-code-reliable-and-secure-the-misra-standard-and-pvs-studio
What is the MISRA standard and what is it for? How to secure your code with the use of MISRA and the PVS-Studio static analyzer? In this #Video, we tried to briefly answer these and other questions. Have fun watching this video and #coding 🙂
#Tips_and_tricks #MISRA_compliance #programming #static_code_analysis #technology #tutorial
►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G
Code errors in #LLVM 13.0.0 that compiler and analyzers couldn’t find. But #PVS-Studio did
▻https://hownot2code.com/2022/02/16/code-errors-in-llvm-13-0-0-that-compiler-and-analyzers-couldnt-find-but
Yes, even well-tested applications like compilers have errors. Check the #Video to learn more about them. Have fun watching this video and #coding 🙂
#Tips_and_tricks #programming #static_code_analysis #static_code_analyzer #tutorial
►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G
Using Static Analysis Online [Compiler Explorer]
▻https://hownot2code.com/2021/11/10/using-static-analysis-online-compiler-explorer
Do you want to try a static analyzer but you don’t feel like installing it and figuring the things out? That’s OK 😊 This #Video will tell you how to do it online and most importantly for free. By the way, this website allows you to check if your code compiles 😉 Code from video. … Continue reading Using Static Analysis Online [Compiler Explorer]
#Tips_and_tricks #bugs #coding #CompilerExplorer #development #programming #static_code_analysis #technology #tools #tutorial
►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G
How to Use Mass Suppression in PVS-Studio for C#?
▻https://hownot2code.com/2021/11/03/how-to-use-mass-suppression-in-pvs-studio-for-c-2
Have you just run the analyzer and now you have no idea what to do with all this abundance of warnings? 📜 Nothing to worry about – we made a special mechanism that can help you deal with them 💪🏻 In this #Video, you’ll learn about the inner workings of mass warnings suppression mechanism in … Continue reading How to Use Mass Suppression in PVS-Studio for C#?
#Bugs_in_C#_projects #Development_in_C# #Tips_and_tricks #bugs #C# #coding #masssuppression #programming #static_code_analysis #tutorial
►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G
What is SAST And How Does It Help a Developer?
▻https://hownot2code.com/2021/10/06/what-is-sast-and-how-does-it-help-a-developer
Have you ever met such an abbreviation as SAST? If you have been developing for a long time, then you’re heard of it for sure. However, you might not have given it any importance. In doing so, you’re definitely wrong, because this is an incredibly important thing for the entire development process. 🦾 Today we … Continue reading What is SAST And How Does It Help a Developer?
#Tips_and_tricks #coding #cpp #programming #static_code_analysis #tutorial
►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G
How to Hide the Analyzer False Positives?
▻https://hownot2code.com/2021/09/29/how-to-hide-the-analyzer-false-positives
If you’re using a static analyzer, most likely you stumble upon cases when it gets something wrong and gives false positives 👎 So, somehow you need to tell it about an incorrect case and let a false warning go to long rest 💤 The good news is that we have a special mechanism for this … Continue reading How to Hide the Analyzer False Positives?
#64-bit_issues #Tips_and_tricks #bugs #coding #programming #static_code_analysis #tutorial
►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G
How to Exclude Unnecessary Files From Static Analysis? [Excluding Files]
▻https://hownot2code.com/2021/09/22/how-to-exclude-unnecessary-files-from-static-analysis-excluding-files
Few projects can do without outside libraries and other useful ready-made solutions. However, analyzers can see the whole code and check it with abandon. 🔎 That’s why sometimes it’s worth pointing out the spots where they should stop and analyze nothing. In this video, we’ll tell you how to do it and why it is … Continue reading How to Exclude Unnecessary Files From Static Analysis? [Excluding Files]
#Tips_and_tricks #bugs #coding #programming #static_code_analysis #tutorial
►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G
How to Speed Up the Project Analysis and NOT to Waste Your Time? [Incremental Analysis]
▻https://hownot2code.com/2021/09/15/how-to-speed-up-the-project-analysis-and-not-to-waste-your-time-increme
Static analysis can always back you up when the time comes. But by the time it is done, you will have drunk gallons of coffee… ☕ That’s why developers of these utilities are always looking for a way to make users’ life easier and save time. ⏳ The #incremental_analysis became the result of this … Continue reading How to Speed Up the Project Analysis and NOT to Waste Your Time? [Incremental Analysis]
#Tips_and_tricks #static_code_analysis #static_code_analyzer #tutorial
►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G
Everybody makes mistakes when writing comparison functions
▻https://hownot2code.com/2021/09/09/everybody-makes-mistakes-when-writing-comparison-functions
Recently the OpenSSL 3.0.0 library was released. We decided to look at the project’s code quality and checked it with the PVS-Studio static analyzer. The code quality is excellent. Thus, we cannot write a long article about errors, as we usually do. However, there was one beautiful mistake, and I couldn’t ignore it. No one knows how to write comparison … Continue reading Everybody makes mistakes when writing comparison functions
#Tips_and_tricks #bugs #coding #OpenSSL #tutorial
►https://1.gravatar.com/avatar/a7fa0bb4ebff5650d2c83cb2596ad2aa?s=96&d=identicon&r=G
Tout savoir sur la gestion des packages sous pfSense, c’est par ici : ▻https://www.provya.net/?d=2021/06/08/09/46/24-pfsense-la-gestion-des-packages-sous-pfsense
#pfSense #firewall #sécurité #opensource #tutorial
Observable Plot — Semi-guided and exploration-based tutorials
« Plot Exploration: Penguins » par @Fil
▻https://observablehq.com/@observablehq/plot-exploration-penguins
Essential Pacman Commands for Arch Linux [With Examples] #linux #arch #tutorial
▻https://www.debugpoint.com/2021/02/pacman-command-arch-examples
A re-introduction to JavaScript (JS tutorial) - JavaScript (https:/...
▻https://diasp.eu/p/11292934
A re-introduction to JavaScript (JS tutorial) - JavaScript | #javascript #tutorial
Faire une sauvegarde de son pc windows 10
▻https://www.crashdebug.fr/faire-une-sauvegarde-de-son-pc-windows-10
Faire une sauvegarde Windows 10 sur disque dur interne (plus rapide) ou externe ? C’est une question primordiale, combien de fois des systèmes ont été perdus à cause de virus ou de malware, combien de gens vivent avec ces parasites sans pouvoir restaurer leur système ?
En 2020 l’importance de l’informatique, les multiples services que nous utilisons notamment gouvernementaux, rende la nécessité d’avoir un ordinateur fonctionnel incontournable.
Nous allons donc voir comment sécuriser votre système Windows.
Image : Shutterstock.com
Je fais de l’informatique depuis de nombreuses années et il a toujours été délicat de sauvegarder son système d’exploitation et de le restaurer.
La grande nouveauté a été l’outil de backup ISO de Windows 7 (qui fonctionne sous Windows 10), vous trouverez un #Tutorial ICI,
Dans ce (...)
The #SQL Murder Mystery
▻http://mystery.knightlab.com
A crime has taken place and the detective needs your help. The detective gave you the crime scene report, but you somehow lost it. You vaguely remember that the crime was a murder that occurred sometime on Jan.15, 2018 and that it took place in SQL City. Start by retrieving the corresponding crime scene report from the police department’s database.
GITTA Map Projections
▻https://gevian.github.io/GITTA-MP/advanced.html
#projections (cylindriques et coniques) #tutorial
Créer une carte avec #Umap
▻https://makina-corpus.com/blog/metier/2019/creer-une-carte-avec-umap
[ Tuto ] créer une carte utilisant #OpenStreetMap et y ajouter ou importer des données, puis l’intégrer dans un site web.
#Cartographie #Cartes #Webmapping #OSM #Opendata #Tutorial #News_Item