4126 links
739 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
8 results tagged AI x
  • 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
    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
  • 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
    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
    AI Gahaku : Renaissance painting from your photos.

    Un générateur de tableau qui interprète des photos, ça donne de beaux résultats x)

    April 3, 2020 02:28:42 PM GMT+02:00 * - permalink -
    QRCode
    - https://ai-art.tokyo/en/
    photo tableau AI générateur
  • AI is helping scholars restore ancient Greek texts on stone tablets – TechCrunch
    November 2, 2019 12:04:34 PM GMT+01:00 * - permalink -
    QRCode
    - https://techcrunch.com/2019/10/18/ai-is-helping-scholars-restore-ancient-greek-texts-on-stone-tablets/amp/?__twitter_impression=true
    épigraphie histoire AI
  • thumbnail
    RandomAdversary/Awesome-AI-Security: #AISecurity
    September 14, 2017 05:58:54 PM GMT+02:00 * - permalink -
    QRCode
    - https://github.com/RandomAdversary/Awesome-AI-Security
    ai security securité github
Links per page: 20 50 100
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation