4129 links
740 private links
  • Doo's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Jouer les vidéos
Links per page: 20 50 100
19 results tagged ia x
  • thumbnail
    LLMs are Making Me Dumber - Vincent Cheng
    May 15, 2025 02:00:53 PM GMT+02:00 * - permalink -
    QRCode
    - https://vvvincent.me/llms-are-making-me-dumber/
    llm ia
  • Note: Using mistral as an intern

    I was too lazy to write anything remotely as clean as this so I asked Kagi's integration of Mistral Large:

    Sure, here's an example of how you could create a systemd timer to automatically renice existing Google Chrome processes.

    1. First, create a new service file. You can use any text editor you like, but for this example, we'll use nano:
    sudo nano /etc/systemd/system/renice-chrome.service
    1. In the service file, add the following lines:
    [Unit]
    Description=Renice Google Chrome processes
    
    [Service]
    Type=oneshot
    ExecStart=/bin/bash -c 'for pid in $(pgrep chrome); do ionice -c3 -p $pid; renice 19 -p $pid; done'

    This service file defines a new service that runs a bash command to find all Google Chrome processes (using pgrep chrome), and then applies ionice and renice to each process.

    1. Save and close the file.

    2. Next, create a new timer file:

    sudo nano /etc/systemd/system/renice-chrome.timer
    1. In the timer file, add the following lines:
    [Unit]
    Description=Run renice-chrome.service every hour
    
    [Timer]
    OnCalendar=hourly
    Persistent=true
    
    [Install]
    WantedBy=timers.target

    This timer file defines a new timer that runs the renice-chrome.service every hour.

    1. Save and close the file.

    2. Now, enable and start the timer:

    sudo systemctl enable renice-chrome.timer
    sudo systemctl start renice-chrome.timer
    1. You can check the status of the timer with:
    sudo systemctl list-timers

    This will show you a list of all active timers, including when they're next due to run.

    Please note that this will only affect Google Chrome processes that are already running when the timer runs. If you want to also lower the priority of new Google Chrome processes as they're launched, you would need to use a different approach, such as the script I described in my previous answer.

    Also, remember to replace chrome with the correct process name if it's different on your system. You can check the process name with pgrep chrome. If it doesn't return anything, try pgrep chromium or pgrep google-chrome.

    March 18, 2024 02:18:32 PM GMT+01:00 * - permalink -
    QRCode
    - https://dooby.fr/shaare/tF_4eA
    ai ia intelligence artificielle mistral chatgpt gpt
  • thumbnail
    LIDA | LIDA: Automated Visualizations with LLMs

    LIDA is a tool to automatically explore data, generate visualizations and infographics from data using large language models like ChatGPT and GPT4

    via Salim, much interechting

    August 30, 2023 12:47:16 PM GMT+02:00 * - permalink -
    QRCode
    - https://microsoft.github.io/lida/
    llm ia gpt chatgpt
  • thumbnail
    Self-healing code is the future of software development - Stack Overflow Blog
    June 14, 2023 03:06:39 PM GMT+02:00 * - permalink -
    QRCode
    - https://stackoverflow.blog/2023/06/07/self-healing-code-is-the-future-of-software-development/
    ia chatgpt
  • thumbnail
    GitHub - smol-ai/developer: with 100k context windows on the way, it's now feasible for every dev to have their own smol developer

    with 100k context windows on the way, it's now feasible for every dev to have their own smol developer - GitHub - smol-ai/developer: with 100k context windows on the way, it's now feasible for every dev to have their own smol developer

    May 16, 2023 02:26:10 PM GMT+02:00 * - permalink -
    QRCode
    - https://github.com/smol-ai/developer/
    code ia ai chatgpt gpt
  • thumbnail
    GitHub - PeterWang512/FALdetector: Code for the paper: Detecting Photoshopped Faces by Scripting Photoshop
    March 7, 2023 07:11:06 PM GMT+01:00 * - permalink -
    QRCode
    - https://github.com/PeterWang512/FALdetector
    ia détection photoshop
  • There's An AI For That | AI Database
    January 25, 2023 09:13:05 AM GMT+01:00 * - permalink -
    QRCode
    - https://theresanaiforthat.com/
    ia ai artificelle intelligence
  • thumbnail
    Google’s New AI: Fly INTO Photos…But Deeper! 🐦 - YouTube

    amazing

    January 13, 2023 06:32:22 PM GMT+01:00 * - permalink -
    QRCode
    - https://www.youtube.com/watch?v=H-pTZf1zsa8
    ia gpt3 stablediffusion openai
  • thumbnail
    MagicPrompt Stable Diffusion - a Hugging Face Space by Gustavosta
    October 15, 2022 06:09:10 PM GMT+02:00 * - permalink -
    QRCode
    - https://huggingface.co/spaces/Gustavosta/MagicPrompt-Stable-Diffusion
    ia stablediffusion midjourney
  • podcast.ai

    Welcome to podcast.ai, a podcast that is entirely generated by artificial intelligence. Every week, we explore a new topic in depth, and listeners can suggest topics or even guests and hosts for future episodes. Whether you're a machine learning enthusiast, just want to hear your favorite topics covered in a new way or even just want to listen to voices from the past brought back to life, this is the podcast for you.

    October 12, 2022 04:42:12 PM GMT+02:00 * - permalink -
    QRCode
    - https://podcast.ai/
    podcast ia wtf
  • thumbnail
    divamgupta/diffusionbee-stable-diffusion-ui: Diffusion Bee is the easiest way to run Stable Diffusion locally on your M1 Mac. Comes with a one-click installer. No dependencies or technical knowledge needed.
    October 11, 2022 08:51:49 AM GMT+02:00 * - permalink -
    QRCode
    - https://github.com/divamgupta/diffusionbee-stable-diffusion-ui
    ia dessin stablediffusion
  • thumbnail
    InvokeAI/INSTALL_WINDOWS.md at main · invoke-ai/InvokeAI
    October 8, 2022 05:52:11 PM GMT+02:00 * - permalink -
    QRCode
    - https://github.com/invoke-ai/InvokeAI/blob/main/docs/installation/INSTALL_WINDOWS.md
    midjourney ia dessin stablediffusion
  • thumbnail
    invoke-ai/InvokeAI: This version of CompVis/stable-diffusion features an interactive command-line script that combines text2img and img2img functionality in a "dream bot" style interface, a WebGUI, and multiple features and other enhancements.
    October 7, 2022 10:49:49 PM GMT+02:00 * - permalink -
    QRCode
    - https://github.com/invoke-ai/InvokeAI
    midjourney IA dessin dall-e stablediffusion
  • thumbnail
    promptoMANIA:: Midjourney prompt builder
    September 2, 2022 04:50:23 PM GMT+02:00 * - permalink -
    QRCode
    - https://promptomania.com/midjourney-prompt-builder/
    prompt ia dessin
  • Remini Web | Photo Enhancer
    July 14, 2022 11:25:25 AM GMT+02:00 * - permalink -
    QRCode
    - https://app.remini.ai/?v=fab021cd-9319-46fa-82da-313f26112425
    ia photo
  • What is LaMDA and What Does it Want? | by Blake Lemoine | Jun, 2022 | Medium

    si ça se produit réellement, c'est cool. bien qu'il soit inquiétant que la "propriété intellectuelle" de ce sujet encore philosophiquement indéfini soit entre d'autres mains que celles de chercheurs

    June 13, 2022 12:54:05 PM GMT+02:00 * - permalink -
    QRCode
    - https://cajundiscordian.medium.com/what-is-lamda-and-what-does-it-want-688632134489
    ia singularity
  • thumbnail
    DALL·E mini - a Hugging Face Space by dalle-mini

    x)

    June 11, 2022 03:07:10 PM GMT+02:00 * - permalink -
    QRCode
    - https://huggingface.co/spaces/dalle-mini/dalle-mini
    ia intelligence artificielle ai art
  • thumbnail
    Hugging Face – The AI community building the future.

    Build, train and deploy state of the art models powered by the reference open source in machine learning.

    June 11, 2022 02:13:19 PM GMT+02:00 * - permalink -
    QRCode
    - https://huggingface.co/
    ai github git repo ia intelligence artificielle
  • thumbnail
    Japon : une I.A. remplace 34 employés d’une assurance

    aha

    January 4, 2017 12:51:37 PM GMT+01:00 * - permalink -
    QRCode
    - http://www.nautiljon.com/actualite/technologie/japon+-+une+i.a.+remplace+34+employ%C3%A9s+d%E2%80%99une+assurance-6771.html
    ia
Links per page: 20 50 100
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation