Skip to content

Instantly share code, notes, and snippets.

View arpagon's full-sized avatar
👣
On the path to Freedom

Sebastian Rojo arpagon

👣
On the path to Freedom
View GitHub Profile
@arpagon
arpagon / photos_to_print_pdf.sh
Created April 22, 2024 03:33
Print Photos in A4 pdf
# 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
@arpagon
arpagon / resume.json
Last active December 12, 2023 21:43
Arpagon Resume
{
"$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": "resume@arpagon.co",
"phone": "573105030424",
"website": "https://arpagon.co",
"url": "https://arpagon.co",
@arpagon
arpagon / CursorDesktopIntegrator.sh
Last active March 16, 2024 14:00
CursorDesktopIntegrator
#!/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"
@arpagon
arpagon / Cursor-Desktop-AutoUpdate-Handler.sh
Created August 31, 2023 21:51
Cursor-Desktop-AutoUpdate-Handler.sh
#!/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

Keybase proof

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:

@arpagon
arpagon / termtosvg_6st7sd46.svg
Created August 16, 2018 22:06
termtosvg_6st7sd46.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@arpagon
arpagon / .block
Last active April 11, 2017 22:44
Sankey from csv with d3.js
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',