I hereby claim:
- I am arpagon on github.
- I am arpagon (https://keybase.io/arpagon) on keybase.
- I have a public key ASBgQzO5czyzO_c4tV5uDDmDyUCa5vJwkipfwrJw7Mqrewo
To claim this, I am signing this object:
# Step 1: Unzip the downloaded photo archive | |
unzip your_photos.zip -d extracted_photos | |
# Step 2: Prepare the images | |
# Create a directory for resized images | |
mkdir resized | |
# Navigate to the directory containing extracted images | |
cd extracted_photos |
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Sebastian Rojo Suarez", | |
"label": "Open-Source Machine Learning Engineer, Co-Founder at ArtisanLabs • Senior Kubernetes Engineer • Edge Computing • Full Stack Dev • Remote work • Startups • COSS • SaaS", | |
"image": "https://www.gravatar.com/avatar/e545a8c52b03536fd8e83830178d7fb30b14e9f9d952f0411c4043170f5b6498?d=mp&f=y", | |
"email": "[email protected]", | |
"phone": "573105030424", | |
"website": "https://arpagon.co", | |
"url": "https://arpagon.co", |
#!/bin/bash | |
# Step 1: Find the latest version of the .AppImage | |
LATEST_APPIMAGE=$(ls -t $HOME/Applications/cursor-*.AppImage | head -n 1) | |
echo "Latest AppImage: $LATEST_APPIMAGE" | |
# Step 2: Update symlink to the latest version | |
SYMLINK_PATH="$HOME/Applications/cursor.AppImage" | |
ln -sf $LATEST_APPIMAGE $SYMLINK_PATH | |
echo "Updated symlink to: $SYMLINK_PATH" |
#!/bin/bash | |
# Step 1: Confirm the path to the .AppImage file | |
APPIMAGE_PATH="$HOME/Applications/cursor-0.8.6.AppImage" | |
echo "Using AppImage path: $APPIMAGE_PATH" | |
# Step 1.5: Download the Cursor logo | |
ICON_PATH="$HOME/.local/share/icons/cursor-icon.svg" | |
curl -o $ICON_PATH "https://www.cursor.so/brand/icon.svg" | |
echo "Downloaded logo to: $ICON_PATH" |
lepoint.fr | |
Yuval Noah Harari (Sapiens) versus Yann Le Cun (Meta) on artificial intelligence | |
Guillaume Grallet, Héloïse Pons | |
30–38 minutes | |
This is the topic of the moment, one that is on the minds of both Xi Jinping and Joe Biden. Vladimir Putin himself said in 2017 that the country that would lead the field of artificial intelligence would be the one that would dominate the world. History has shown how bellicose the intentions of the master of the Kremlin were, to say the least, and it is now impossible to ignore the advances of artificial intelligence. | |
Capable of facilitating spatial observation and the development of new materials, and even allowing for visual representations of protein folding and other medical advances, as well as a clearer picture of reality with the proliferation of visuals inspired by current events that are more accurate than what the human eye can perceive, what should we think of this rise in AI's power, which is probably the most spectacular ascent since the term "artificial int |
I hereby claim:
To claim this, I am signing this object:
license: mit |
protected void btnBounces_Click(object sender, EventArgs e) | |
{ | |
try | |
{ | |
string host = "https://sms.dialbox.com.co:52291"; | |
string salt_token = "PassworsdFuerteEnviadoEnLaDocumentaicon"; | |
string metodo = "sms/dcti"; | |
string pbx_id = "10"; | |
string device = "*gmovistar"; | |
string telefono = "39999999"; |
#!/usr/bin/env python | |
import zarafa | |
import mailbox | |
import os | |
import shutil | |
from zarafa import Folder | |
ignored_folders = [ 'Suggested Contacts', | |
'Quick Step Settings', | |
'Conversation Action Settings', |