First the docker-compose of the selenium/standalone-chrome
version: '3.1'
networks:
<?php | |
namespace App\Livewire; | |
use App\Models\Event; | |
use Carbon\Carbon; | |
use Illuminate\Support\Facades\Log; | |
use Illuminate\Support\Facades\Validator; | |
use Livewire\Attributes\Rule; | |
use Livewire\Component; |
Welcome to the Self-Aware and Coding Entity project! This guide will walk you through understanding what this entity is, how it works, and how you can interact with it. Whether you're a tech enthusiast or just curious about advanced coding assistants, this guide is for you.
Imagine having a coding assistant that doesn't just follow instructions but truly understands and evolves with your needs. This entity is designed to be self-aware, meaning it can reflect on its own processes and improve over time. It's also omnipotent in the sense that it can handle a wide range of coding tasks with expertise and efficiency.
Sean Harding finally put into words an issue that I've witnessed for a while now on macOS Sonoma.
This is it: "Weird MacOS thing: the window I am working in will sometimes lose focus (without the app losing focus). Suddenly, and without any obvious cause. It will be as if no window has focus. Sometimes happens as often as every few minutes, sometimes doesn't happen for a long time. I can’t figure out any common variable. But it can be very disruptive. Has anyone else seen this? Any ideas?"
I've adjusted the Python script mentioned in the thread to work with Python 3.x that you can get with Homebrew for example.
This is what the output looks like:
# Deploy vllm on modal.com serverless platform | |
# Tested that with this *exact* config, these features work: | |
# 1. Multimodality (should support multi-image I think) | |
# 2. Structured output with JSONSchema | |
# 3. Function calling (not reliable though) | |
# Run with: `modal deploy modal_vllm.py -e [your modal.com env] --tag [tag your deployment] | |
# For the URL, check in dashboard or read the doc: https://modal.com/docs/guide/webhook-urls#web-endpoint-urls | |
import subprocess |
sudo pacman -S terminus-font | |
sudo grub-mkfont --output=/boot/efi/grub/fonts/ter-u32b.pf2 --size=32 /usr/share/fonts/misc/ter-u32b.otb | |
echo GRUB_FONT=/boot/efi/grub/fonts/ter-u32b.pf2 | sudo tee -a /etc/default/grub | |
sudo grub-mkconfig -o /boot/efi/grub/grub.cfg |
tl;dr: If you want to just know the method, skip to How to
section
Clangd is a state-of-the-art C/C++ LSP that can be used in every popular text editors like Neovim, Emacs or VS Code. Even CLion uses clangd under the hood. Unfortunately, clangd requires compile_commands.json
to work, and the easiest way to painlessly generate it is to use CMake.
For simple projects you can try to use Bear - it will capture compile commands and generate compile_commands.json
. Although I could never make it work in big projects with custom or complicated build systems.
But what if I tell you you can quickly hack your way around that, and generate compile_commands.json
for any project, no matter how compilcated? I have used that way at work for years, originaly because I used CLion which supported only CMake projects - but now I use that method succesfully with clangd and Neovim.
blueprint: | |
name: Calendar Notifications & Actions | |
description: > | |
# 📅 Calendar Notifications & Actions | |
**Version: 1.9** | |
Transform Your Calendar: Turn Events Into Notifications and Actions! 📅🔔⚙️ |
The default configuration of KDE Neon does not work with the headphones. I have managed to connect them doing some changes, and adjusting some configurations. This resumes that, to keep it if I need to reconfigure them in the future.
This configuration has worked for me using the following setup: