🚚 Eliminar archivos innecesarios

This commit is contained in:
Iván Ruvalcaba 2024-05-06 16:15:30 -06:00
parent ed6e4c80e1
commit 0a899c0163
101 changed files with 304 additions and 1060 deletions

22
.editorconfig Normal file
View File

@ -0,0 +1,22 @@
# editorconfig.org
# https://github.com/jokeyrhyme/standard-editorconfig
# top-most EditorConfig file
root = true
# defaults
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
# Markdown
[*.md]
eclint_indent_style = unset
indent_size = 4
indent_style = space
# double whitespace at end of line
# denotes a line break in Markdown
trim_trailing_whitespace = false

82
.gitattributes vendored Normal file
View File

@ -0,0 +1,82 @@
# Common settings that generally should always be used with your language specific settings
# Auto detect text files and perform LF normalization
# https://www.davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/
* text=auto
#
# The above will handle all files NOT found below
#
# Documents
*.bibtex text diff=bibtex
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
*.md text
*.tex text diff=tex
*.adoc text
*.textile text
*.mustache text
*.csv text
*.tab text
*.tsv text
*.txt text
*.sql text
# Graphics
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.tif binary
*.tiff binary
*.ico binary
# SVG treated as an asset (binary) by default.
*.svg text
# If you want to treat it as binary,
# use the following line instead.
# *.svg binary
*.eps binary
# Scripts
*.bash text eol=lf
*.fish text eol=lf
*.sh text eol=lf
# These are explicitly windows files and should use crlf
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
# Serialisation
*.json text
*.toml text
*.xml text
*.yaml text
*.yml text
# Archives
*.7z binary
*.gz binary
*.tar binary
*.tgz binary
*.zip binary
# Text files where line endings should be preserved
*.patch -text
#
# Exclude files from exporting
#
.gitattributes export-ignore
.gitignore export-ignore
.gitkeep export-ignore

200
.gitignore vendored Normal file
View File

@ -0,0 +1,200 @@
# Created by https://www.toptal.com/developers/gitignore/api/windows,linux,macos,emacs,vim,sublimetext,notepadpp
# Edit at https://www.toptal.com/developers/gitignore?templates=windows,linux,macos,emacs,vim,sublimetext,notepadpp
### Emacs ###
# -*- mode: gitignore; -*-
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*
# Org-mode
.org-id-locations
*_archive
# flymake-mode
*_flymake.*
# eshell files
/eshell/history
/eshell/lastdir
# elpa packages
/elpa/
# reftex files
*.rel
# AUCTeX auto folder
/auto/
# cask packages
.cask/
dist/
# Flycheck
flycheck_*.el
# server auth directory
/server/
# projectiles files
.projectile
# directory configuration
.dir-locals.el
# network security
/network-security.data
### Linux ###
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
### macOS ###
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
# Thumbnails
._*
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
### NotepadPP ###
# Notepad++ backups #
*.bak
### SublimeText ###
# Cache files for Sublime Text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
# Workspace files are user-specific
*.sublime-workspace
# Project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using Sublime Text
# *.sublime-project
# SFTP configuration file
sftp-config.json
sftp-config-alt*.json
# Package control specific files
Package Control.last-run
Package Control.ca-list
Package Control.ca-bundle
Package Control.system-ca-bundle
Package Control.cache/
Package Control.ca-certs/
Package Control.merged-ca-bundle
Package Control.user-ca-bundle
oscrypto-ca-bundle.crt
bh_unicode_properties.cache
# Sublime-github package stores a github token in this file
# https://packagecontrol.io/packages/sublime-github
GitHub.sublime-settings
### Vim ###
# Swap
[._]*.s[a-v][a-z]
!*.svg # comment out if you don't need vector files
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Session
Session.vim
Sessionx.vim
# Temporary
.netrwhist
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~
### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# Dump file
*.stackdump
# Folder config file
[Dd]esktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp
# Windows shortcuts
*.lnk
# End of https://www.toptal.com/developers/gitignore/api/windows,linux,macos,emacs,vim,sublimetext,notepadpp
### Vim ###
# scratch.vim
.scratch.vim
### mdBook ###
book/
### ghostwriter ###
*.backup
# https://ignore.dev/
### kate ###
.*.kate-swp
.swp.*
### Zettel-Notes ###
.zettel-notes/

View File

@ -1 +0,0 @@
a = true

View File

@ -1,72 +0,0 @@
==============
20240222073517
==============
untracked file, adding: fleeting-notes/20240252192403.md
untracked file, adding: .zettel-notes/patches/16/cceeb062-e5e8-4a6f-b20f-93cfb53a3bd7.diff
==============
20240222074823
==============
untracked file, adding: .zettel-notes/logs/sync/2024-02-22.log
==============
20240222075344
==============
untracked file, adding: fleeting-notes/20240249200248.md
untracked file, adding: .zettel-notes/patches/17/4b79a4d7-9bd2-46fc-a28e-cd23d7b55b9a.diff
untracked file, adding: .zettel-notes/recycle-bin/20240249200248.md_3.gpg
untracked file, adding: .zettel-notes/recycle-bin/.info/20240249200248.md_3.gpg.trashinfo
untracked file, adding: .zettel-notes/patches/17/314f7ba4-08f1-4d84-bfd0-974cf1324bdf.diff
==============
20240222090427
==============
untracked file, adding: .zettel-notes/patches/17/95126de9-569e-4e0c-938e-8a1b2b04bdc6.diff
==============
20240222100457
==============
untracked file, adding: .zettel-notes/patches/17/1c6e8585-5dd6-4f60-855d-793726644c17.diff
untracked file, adding: .zettel-notes/patches/17/19441f06-26a3-4f1d-86cf-8bc4f6319d49.diff
untracked file, adding: .zettel-notes/patches/17/0df28a5a-b9c5-4e39-a80c-071cf315b4b8.diff
untracked file, adding: .zettel-notes/patches/17/95be9612-c372-436d-a52e-60a879132359.diff
==============
20240222103035
==============
untracked file, adding: .zettel-notes/patches/17/53566493-8007-4aa9-8d43-09d39694aa90.diff
untracked file, adding: .zettel-notes/patches/17/70b9a288-1224-4de5-a957-d589e6a55f2d.diff
untracked file, adding: .zettel-notes/patches/17/963e9cf4-5f5c-41ac-aab0-75389fa508d3.diff
untracked file, adding: .zettel-notes/patches/17/1b8d20dc-5dc6-46a3-9662-6a95d21da55c.diff
untracked file, adding: .zettel-notes/patches/17/711a9b48-071e-48ea-97a9-d8b1587e9da0.diff
untracked file, adding: .zettel-notes/patches/17/b40d2101-0988-4f5e-b93d-06d5eaa4b046.diff
untracked file, adding: .zettel-notes/patches/17/7375af09-71e8-40d0-987f-617948788d68.diff
untracked file, adding: .zettel-notes/patches/17/d2cfd454-4c6b-42ed-ba13-e8890679f904.diff
==============
20240222124305
==============
untracked file, adding: .zettel-notes/patches/17/eb117a4d-5977-453a-933f-72cc8d937561.diff
untracked file, adding: .zettel-notes/patches/17/bb64513b-0a2b-45d2-a55b-b706d9dafcd4.diff
untracked file, adding: .zettel-notes/patches/17/e896701f-bb6b-434c-96d7-bcf54668c202.diff
untracked file, adding: .zettel-notes/patches/17/82b6efa5-dc74-402f-b88e-a141323e3b38.diff
==============
20240222125450
==============
untracked file, adding: .zettel-notes/patches/17/b9d94588-85c7-49ed-88cf-659659570afc.diff
==============
20240222194600
==============
untracked file, adding: .zettel-notes/patches/17/2f631458-8fc9-405f-a314-8e0ab42cdb16.diff

View File

@ -1,13 +0,0 @@
==============
20240223105925
==============
untracked file, adding: .zettel-notes/patches/17/1cfcce36-8eea-4b09-a42f-d68028fbae5d.diff
untracked file, adding: .zettel-notes/patches/17/a9c644ba-2e7d-43a5-b300-68cecf026a78.diff
untracked file, adding: .zettel-notes/patches/17/ee9bdae2-448e-4372-a7f4-2bc422474c4e.diff
untracked file, adding: .zettel-notes/patches/17/3a6ee20f-94af-4655-a9e1-1c571468fa63.diff
untracked file, adding: .zettel-notes/patches/17/a18db4c4-0224-4aa7-ac8a-05ddc12cd3f5.diff
untracked file, adding: .zettel-notes/patches/17/5a14f788-1138-4c88-94f9-7681c182626c.diff
untracked file, adding: .zettel-notes/patches/17/04fdd525-e06d-4fe7-9380-4930d1fe2d9b.diff
untracked file, adding: .zettel-notes/patches/17/46a5dfd7-ab07-4e06-b9cd-9138d40da930.diff

View File

@ -1,9 +0,0 @@
==============
20240228094403
==============
untracked file, adding: .zettel-notes/recycle-bin/20240259093717.md
untracked file, adding: .zettel-notes/recycle-bin/.info/20240259093717.md.trashinfo
untracked file, adding: .zettel-notes/patches/19/2d970ac3-ef43-41d4-bd7b-0a8ede0ba804.diff
untracked file, adding: fleeting-notes/20240259093717.md

View File

@ -1,57 +0,0 @@
==============
20240229130517
==============
untracked file, adding: .zettel-notes/logs/sync/2024-02-28.log
untracked file, adding: .zettel-notes/patches/19/2d92c008-ec8e-4c83-8966-42f5504ebc34.diff
==============
20240229130644
==============
untracked file, adding: .zettel-notes/logs/sync/2024-02-29.log
==============
20240229184603
==============
untracked file, adding: .zettel-notes/patches/8/a178cc25-c894-4d89-af41-cba6c553dfc6.diff
untracked file, adding: .zettel-notes/patches/8/4f58dbf2-9688-49c6-9aec-12efd86dee4e.diff
untracked file, adding: .zettel-notes/patches/19/9ac4e85b-7085-41cf-a7d5-b7798ec9e6a8.diff
untracked file, adding: .zettel-notes/patches/12/41d7406c-25aa-4bb8-85b1-7d220cd2b89c.diff
untracked file, adding: fleeting-notes/20240221192403.md
untracked file, adding: .zettel-notes/patches/16/ee7b3dff-87d3-4b97-8d1e-63e342c9aec7.diff
untracked file, adding: .zettel-notes/patches/19/f6205780-5fc8-4684-9289-95b9f73767e6.diff
untracked file, adding: fleeting-notes/20240228093717.md
untracked file, adding: .zettel-notes/patches/19/23f53b89-67ea-4eef-88af-209938b4c0ce.diff
untracked file, adding: fleeting-notes/20240220072400.md.gpg
untracked file, adding: .zettel-notes/patches/12/0905a835-1f39-4f86-9434-ab8a57c5ba5c.diff
untracked file, adding: .zettel-notes/patches/16/0ce1902a-be84-4443-bebd-eeab54f76ae3.diff
untracked file, adding: .zettel-notes/patches/19/e76cd70d-848b-47e1-ac24-6f7958621aaf.diff
untracked file, adding: .zettel-notes/patches/17/4d57b3d0-fc2b-4afb-88b1-13bc633dbfee.diff
untracked file, adding: .zettel-notes/patches/19/746635a5-8ba3-4f06-8264-b129515eda1b.diff
untracked file, adding: fleeting-notes/20240220104508.md.gpg
untracked file, adding: .zettel-notes/patches/19/b23d3986-8c49-4692-b033-9fadb71a34fb.diff
==============
20240229190055
==============
untracked file, adding: .zettel-notes/patches/20/2c9e8440-6982-448a-9638-50da5816464a.diff
untracked file, adding: .zettel-notes/patches/20/28358f1a-8153-4839-86e2-05651b688df9.diff
untracked file, adding: .zettel-notes/patches/20/2a613fd9-d790-48d4-b7d0-8b975fc7c27e.diff
untracked file, adding: .zettel-notes/patches/20/3cd6b471-438a-4068-a95d-8540a8d10fd4.diff
untracked file, adding: fleeting-notes/20240229184600.md
untracked file, adding: .zettel-notes/patches/20/dbaebb4e-cb35-48f6-ba1d-c298539e5aad.diff
untracked file, adding: .zettel-notes/patches/20/1e429b60-5ff4-4ee4-9e8c-b5ddbad82220.diff
untracked file, adding: .zettel-notes/patches/20/4bf7240b-fcbd-48b7-b571-90f8718f0852.diff
untracked file, adding: .zettel-notes/patches/20/b8416944-ee60-4667-8578-99300762f563.diff
==============
20240229220325
==============
untracked file, adding: .zettel-notes/patches/20/23de719a-a358-4c0a-8293-d434c1ae5d61.diff
untracked file, adding: .zettel-notes/patches/20/a0dd6f19-887d-488b-93c5-0125951f5ec4.diff
untracked file, adding: .zettel-notes/patches/20/12500eb1-dac9-4fa4-8561-2102ec576487.diff

View File

@ -1,29 +0,0 @@
==============
20240301103440
==============
untracked file, adding: .zettel-notes/patches/20/d3c53fc7-e74a-481d-8387-554ff5c39ead.diff
untracked file, adding: .zettel-notes/patches/20/6221e9d2-3788-4241-ae35-4f3372d765e9.diff
untracked file, adding: .zettel-notes/patches/20/b7d8b746-daf5-4e4a-83b1-2d70ce3d4edd.diff
untracked file, adding: .zettel-notes/patches/20/2b84efe0-ea74-4e8f-abc1-09f61f4dfca7.diff
untracked file, adding: .zettel-notes/patches/20/410351ef-1332-4493-b209-ffca27b75f93.diff
untracked file, adding: .zettel-notes/patches/20/8eb4cdc2-1880-43b4-844e-b12c47b95204.diff
untracked file, adding: .zettel-notes/patches/20/f042b023-8482-4361-914a-368f7d7e1485.diff
untracked file, adding: .zettel-notes/patches/20/2dd19873-bfde-45e4-aa4c-01b42dd68994.diff
untracked file, adding: .zettel-notes/patches/20/f8b3ff9e-a17e-430b-a4a4-491cdd527515.diff
untracked file, adding: .zettel-notes/patches/20/d3ea6f28-ee96-490b-a65d-9dd97294a3a4.diff
untracked file, adding: .zettel-notes/patches/20/a5d21170-b917-44f2-9c64-b9fea57d88e0.diff
untracked file, adding: .zettel-notes/patches/20/4adbeaa0-0fcb-4829-8106-2594a5b45a7b.diff
untracked file, adding: .zettel-notes/patches/20/39fb41dc-19ee-4dba-adbf-5cce2f8723d9.diff
untracked file, adding: .zettel-notes/patches/20/b8564b68-f864-4a3e-ab6d-dce46616e06b.diff
untracked file, adding: .zettel-notes/patches/20/6263f06d-f42f-4cf1-977f-ecaafc4af9b2.diff
==============
20240301220539
==============
untracked file, adding: .zettel-notes/patches/20/3e489fc0-61f0-4b65-b399-43efdb0ec328.diff
untracked file, adding: .zettel-notes/logs/sync/2024-03-01.log
untracked file, adding: .zettel-notes/patches/20/4d29d22f-6463-4ade-b0cf-e36e20b895ef.diff
untracked file, adding: .zettel-notes/patches/20/a3419137-4425-46ec-96d3-8df0df17e242.diff

View File

@ -1,6 +0,0 @@
==============
20240302175157
==============
untracked file, adding: 20240302175146.md

View File

@ -1,16 +0,0 @@
==============
20240305134119
==============
untracked file, adding: 20240302175153.md
untracked file, adding: .zettel-notes/logs/sync/2024-03-02.log
untracked file, adding: .zettel-notes/patches/22/35afa2bc-4934-43cf-9db3-63baf38af1d6.diff
untracked file, adding: Audio-2024-03-02.m4a
untracked file, adding: .zettel-notes/patches/22/4d1c2782-e0a5-4c1f-81ef-2b8addc091bd.diff
==============
20240305134543
==============
untracked file, adding: .zettel-notes/logs/sync/2024-03-05.log

View File

@ -1,31 +0,0 @@
-----BEGIN PGP MESSAGE-----
wcFMAxNEltWy4DEcARAAwAkh3deKbj4JgFtBS7KLgiUfTNEU6DuDrLzcmXRbEuGI
1J7NEGnxFHtDDf242NEieQVc9hA/5P2QVQyIn2OEEzpAGg9xjlf0Vrtcyk43JkmI
9nC6BXxNiMFqIsBpGNTMkXPqBzzsvGr0+Gl1BEJI3T3gtLzuhfWiE4xDX6yD/S3s
aV51dKlavANNr1E5yK6diFWYy5VIZg1NlC11956E9vEZu0KQggPu+RZu5Bq+NnG9
FRHkUJGwzrtcjTd8XKKfqocqC6nSy4pp3tkaxV3qrsdMr9Jdqd+3gbFah2Q8d6Sv
M80op8SbbXipcIoBriloELedIR2cGF/XlbneQLG2Qpp5VLsedCElTUhE9wPzEMFL
Yu1abVmQdhICxXHHL2BXwskD7PzFmre9TYFQJCEEugekyHHO+mHEZFwD+t5lpB2u
I4zvPq8WNwMObW/aTTgojeOnXlVlGCZadMVea/u545+oYJHHHV6OttEZiQoLnfbP
zum3nHHuT77vdFniaxdtruQLRpOA4B7Em1lkufBMAixfHgEsPoHP3qPWqS7nYQ3v
YmMxRaueS5tnT7uVCoY9A/8fV85FzjI4+PkZl2FcpoR5Bgv6Q5Z2GxB2CosUZBXX
MhIF7/t7GP9RVAiTqhxtKsYHjKsDvwbIQ5vbzZJ+rtFn4fyNOsGHLlxKFHBd/CHS
wioBxn6af78cmb+TqPjDglRiOsQpeiKDKW1iBQJTH5aj0QF1/wzUjizEurlODEP/
N8P0te7Fs+BBOyQc9tWByC+T41KPw4I6hb0ReRJpyvOVn//oXTqpMH0Wg0bxWUpk
TUu+9L6+lXx46ljD2IbqP9tQIvgGmHVhejAG3Ri0XsMXsHM0DOnviEAv/k4wqst5
h4jKTeKO8qoizM6Ve4ZcvxrbK7p9t85wOWN6m8IOjAlOjatyuGLSA1KJMkT4/+Uo
xK2FIN8pFX0bBEi1uR2Boe5NKs7evvlhF9rKPuY6W3cM/Mf0vgOtCs8repzx2bfQ
P5NabAi5jXfhxbmRF7nuQBNUqluj6/ViMAY0OjOvsjSXCEx66wh9pP7fUHko3wNy
U27T/A4e6ckiS1ZizBJPaoxe2Z6hwdVkRt14A6GtoUhcntzm2rYVbx/o5M6RkxTi
2Bt/K6WZdV0IHJQqaehXuXqjK25ss+nuEHQeoKXpYt1i8ve7p/hXhXPOfBcjYyt4
4y4ewdVJg20C2UW0gEMARStXFoAR2dOdsVKuq2wUckvSr73tGCqrOAoNiSdk71/a
TGpAL5c7nX05gNn6N/fz6AVnNy+52IklEGtldMBhJJjQddv+DkBy5cln6KDzGW4s
/h4rgsMRbjMiD5p3isQE3V/NzQb9sRlphgRVt5B53e3I64vMjikl0IrQJ2rmtd6M
8KlBXY+40vsRu7sOH4rp8zwpDPLwtUi6kj20UfgZTNkytDUFrnBbs3Zr9PnMl/Zq
JvKZZMh90phWlq/bqxapLsYgGJeBue0fdODwQesrpDcXbefRkTQg6FiQ3vJQSDFK
U04uxoQb1wEWLnkTr6xvwCh/vciM5EA9dZTg4cNxZNZSpXV4gy8cNZyRJXfJMkv0
gj24/fZ6EUVR5BnmDFFkLB08zE23w6YshI/AkkgraNjaZl87hjNKyf7kR+ilWE/5
6YeOfooCN18qkRxSqmcgkyQOyljot70GdhvdcQ==
=0+0o
-----END PGP MESSAGE-----

View File

@ -1,34 +0,0 @@
-----BEGIN PGP MESSAGE-----
wcFMAxNEltWy4DEcAQ//UxHtdy0qKKvGncC65DpH1PL8l1Y929fNzKrJtV7uueQz
5E/H4mNXqUAcc3ACTqJsjvT0KPaaa0mEeYY9lk6BSPG4+8IoZcVZLszF1hB/Op2v
1wlll9hK26kWTGYUMZZkiQa6BICS8BJ4tlGMCe2YxpZAkzczJoGCRSI4t+r6i10p
gKSBx3KjJ7WD2R5ng6sGpfuZEhSbbh9HuYx46GrE2QcUMNtpR0QKX4fxXkGjWeUq
qWiSy4gor/N2L05XoxoPz8wYMQ5mQPapZu8wkzHWytL7SckN9NIb1WXSc0MYm+LE
f6MmNvt79XWDnUWa3lrFW+IaP/s3ZY7yP8tlEdCsXbVYkW6Vc2KuGNd0cdnnb4aU
FICnSXrXC2pgtZsLv81DRErYs2LR8yzNRZmE9Mj03WQFIf2yVVY/Iw9qg6wsI+Qh
U/cYQ2V3hMnwX0z3aeOKTjVE1F0KcC2pUM6CgblSTY8n7fxjCzYKaBpmObWoQcmL
XekObTABsMS556pDvMzfzYknvyRW+kryukeZG4IfPGio88vqV9+I3HRGNJ88rqm6
7JO3Iz61vt5V0OdMGQ9BrjOfmQbWpvXPQFR5kym1ppwJ2P4VzNVCas8494ETUFsE
Wc4FiZ58d8s9pQb0IeMaVPQsBdQ7yP3s15y6ZT8cbW6FYnDaH6z7Wl0Ol1luW3bS
wrkBzvW4bFJXkocYTsoAhnpkqDbUWioKDMaPfRQmXV27Sem12r9pbOO+a/X0bkY/
DXZhgzjeJRIsB6kwvQY0ZJZ1oJoBpEg6hKIbIbGSrI4d5X/WDLwN7c1H9Q0o8qTB
rkkNwmhhdhvltFdT1Yn04kvdZqvsgP+KjpjdjRjqBkqHs5uV27OQ3Mij9eLnNXkS
wUAOlqqLIS1M7t+Brp1T5oMR6W2J8PSwImsqkllRhPknRfCgNRue5HeR374c6TX3
3sX3c8IdSNKAiH/RftRyg2jszJxyqKBezOHO/2coZ75u9FCmdE2nDkTa2G24lP9F
o9JK0mG8/z+VOx6aqx9QiI4bo0gL9g1ANuRlil13dpbushfS6q95Nx3qlZzxyz29
sBnmrgSBXMczSvrIEIH9I4gHeAC+7YjDN3SpagrZ6XljbgwK58Uklp29+artDtr0
0BX6+qxEuexRC5+3vq5Kxeo8tkQrr9J6i3tNxlNqlhUT/IZldOxO12mvlJf0wCbN
MaVoHB7fo7wmW9Ia3b9cI626Tpi27W2IF9PP8uvYaEG9V4OSWXqDaSVk9yOuQWSj
DBJ3AYKQpBdsuBf41C+hWo1UoSeggI6ZlkI8VUGq0eFzZlXtVF1UaaDXMNalN81h
cpj4UD+kKMDZo0A93bFRdjpS8dxIrbnSytGMyj10/G6Jnz2W+DPxl5gcQxJiwG1k
TPtQ4yqdXfKXm0lQfF3E66JuaMWIVlOXZlx80l21NNRro12MoXCe3ANB4/nH87dD
NBfY09z5KoKfU1S/1TVT/UlvElwr5ISsjtIVutTIidQbrtvhngnJvDC21n9j0GwK
ejtAdj3C8Tt/yyKNLjxtBSc8SzgywiEFQFl7sslxLt0/wgKjcJ4JGRw3MjTEb5E7
JAOHs6Uif/DZQQsT2VhWKBxMjYzRrsLqivGT+vIxzmBSABAU2rBZdH0BKQ9QkaTa
4DpXqK+XTdbaYFlXfO/BCOkZnF5GwRo9gxZNax12/AgYIMT434tk0zdsMQZGXJ0W
kvlCKKSrKnPu89qHHUfr67BVeWAm0DzmysOZY2NIRsXTXFc9yKQk87IqECrytJ9D
3o3SRy0Tf/I4zsnE7m17s6xf4R3ASP2VZ3qviG7SqkBAYxvv89DakfFcVomEB1s+
VOv4djB/otLE6jpkK1uaoUF859OumSW8/O1f
=Wj3Q
-----END PGP MESSAGE-----

View File

@ -1,16 +0,0 @@
--- old
+++ new
@@ -4,1 +4,12 @@
-date: 2024-
+date: 2024-02-21
+id: 20240221192403
+taxonomies:
+ categories:
+ -
+ categories:
+ -
+ tags:
+ -
+license: CC0-1.0
+---
+Para ser inteligente se necesita tener conciencia

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -15,1 +15,1 @@
-
+Para ser inteligente se necesita tener conciencia

View File

@ -1,8 +0,0 @@
--- old
+++ new
@@ -2,1 +2,1 @@
-title: 20240252192403
+title: 20240221192403
@@ -5,1 +5,1 @@
-id: 20240252192403
+id: 20240221192403

View File

@ -1,10 +0,0 @@
--- old
+++ new
@@ -21,1 +21,1 @@
-> "[…] *ChatGPT* de OpenAI, *Bard* de Google y *Sydney* de Microsoft son maravillas del aprendizaje automático[^machine-learning]. En términos generales, toman enormes cantidades de datos, buscan patrones en ellos y se vuelven cada vez más competentes en generar resultados estadísticamente probables (autoaprendizaje, N del T.), tales como el lenguaje y el pensamiento aparentemente humanos. […]" — Noam Chomsky.
+> "[…] *ChatGPT* de OpenAI, *Bard* de Google y *Sydney* de Microsoft son maravillas del aprendizaje automático[^1]. En términos generales, toman enormes cantidades de datos, buscan patrones en ellos y se vuelven cada vez más competentes en generar resultados estadísticamente probables[^2], tales como el lenguaje y el pensamiento aparentemente humanos. […]" — Noam Chomsky.
@@ -53,2 +53,2 @@
-[^machine-learning]: También conocida como «machine learning», N del T.
-
+[^1]: También conocida como «machine learning», N del T.
+[^2]: Es decir, *autoaprendizaje*, N del T.

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -21,0 +21,2 @@
+
+

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -21,2 +21,0 @@
-
-

View File

@ -1,8 +0,0 @@
--- old
+++ new
@@ -27,0 +27,2 @@
+<! --
+
@@ -45,0 +47,2 @@
+-->
+

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -17,1 +17,1 @@
-> "[…] *ChatGPT* de OpenAI, *Bard* de Google y *Sydney* de Microsoft son maravillas del aprendizaje automático. En términos generales, toman enormes cantidades de datos, buscan patrones en ellos y se vuelven cada vez más competentes en generar resultados estadísticamente probables (autoaprendizaje, N del T), tales como el lenguaje y el pensamiento aparentemente humanos. Estos programas han sido aclamados como los primeros destellos en el horizonte de la inteligencia artificial general […]"
+> "[…] *ChatGPT* de OpenAI, *Bard* de Google y *Sydney* de Microsoft son maravillas del aprendizaje automático («machine learning», N del T.). En términos generales, toman enormes cantidades de datos, buscan patrones en ellos y se vuelven cada vez más competentes en generar resultados estadísticamente probables (autoaprendizaje, N del T.), tales como el lenguaje y el pensamiento aparentemente humanos. Estos programas han sido aclamados como los primeros destellos en el horizonte de la inteligencia artificial general […]"

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -29,0 +29,2 @@
+[Lo que Markus se refiere es a que los usuarios producen datos al utilizar los servicios de Facebook o Google, mismos que sirven para entrenar a sus motores de aprendizaje automático.]: #
+

View File

@ -1,4 +0,0 @@
--- old
+++ new
@@ -16,0 +16,1 @@
+ - OpenAI

View File

@ -1,47 +0,0 @@
--- old
+++ new
@@ -3,1 +3,43 @@
-description
+description:
+date: 2024-02-18
+id: 20240249200248
+taxonomies:
+ categories:
+ - IA
+ tags:
+ - ChatGPT
+license: CC0-1.0
+---
+[[20240251072400.md]]
+
+OpenAIs ChatGPT, Googles Bard and Microsofts Sydney are marvels of machine learning. Roughly speaking, they take huge amounts of data, search for patterns in it and become increasingly proficient at generating statistically probable outputs — such as seemingly humanlike language and thought. These programs have been hailed as the first glimmers on the horizon of artificial general intelligence — that long-prophesied moment when mechanical minds surpass human brains not only quantitatively in terms of processing speed and memory size but also qualitatively in terms of intellectual insight, artistic creativity and every other distinctively human faculty.
+
+> *ChatGPT* de OpenAI, *Bard* de Google y *Sydney* de Microsoft son maravillas del aprendizaje automático. En términos generales, toman enormes cantidades de datos, buscan patrones en ellos y se vuelven cada vez más competentes en generar resultados estadísticamente probables, tales como el lenguaje y el pensamiento aparentemente humanos. Estos programas han sido aclamados como los primeros destellos en el horizonte de la inteligencia artificial general: ese momento largamente profetizado en el que las mentes mecánicas superarán a los cerebros humanos no sólo cuantitativamente en términos de velocidad de procesamiento y tamaño de la memoria, sino también cualitativamente en términos de percepción intelectual y creatividad artística y cualquier otra facultad distintivamente humana.
+
+> "[…] La mente humana no es, como ChatGPT y similares, un pesado **motor estadístico** de comparación de patrones, que se «atiborra» de cientos de terabytes de datos y extrapola la respuesta conversacional más probable o la respuesta más probable a una pregunta científica. Por el contrario, la mente humana es un sistema sorprendentemente eficiente, e incluso elegante, que opera con mínimas cantidades de información; no busca inferir correlaciones forzosas entre puntos de datos, sino crear explicaciones. […]" — Noam Chomsky.
+
+https://web.archive.org/web/20240218164620/https://www.nytimes.com/2023/03/08/opinion/noam-chomsky-chatgpt-ai.html
+
+> "[…] La inteligencia artificial es una ilusión. No existe ni existirá. Lo que hay es «software de códigos»[^1] escritos por humanos para explotar a otros humanos. Todos trabajamos para Facebook o para Google. Cuando usas el buscador, generas un rastro, produces algo y eso es trabajo. Y luego sus algoritmos, producidos por humanos, se utilizan para anticipar tu comportamiento y el de los demás, para ganar dinero con tu trabajo. […]" — Markus Gabriel.
+
+https://wp.me/pbpeG9-6e?utm_source=pocket_mylist
+
+> "... Let's stop calling it "Artificial Intelligence" then and call it for what it is and makes "plagiarism software" because "It doesn't create anything, but copies existing works, of existing artists, modifying them enough to escape copyright laws...."
+~ Dr. Noam Chomsky, Dr. lan Roberts, Dr. Jeffrey Watumull
+New York Times, March 8 2023
+
+> "Dejemos entonces de llamarlo «Inteligencia Artificial» y llamémoslo por lo que es y hace «software de plagio» porque "No crea nada, sino que copia obras existentes, de artistas existentes, modificándolas lo suficiente como para escapar a las leyes de derechos de autor...' — Noam Chomsky sobre la inteligencia artificial.
+
+https://social.cologne/@IgorRock/111947371435780905
+
+Let's stop aggrandizing it by calling it "artificial intelligence," and begin calling it what it really is: plagiarism software.
+
+There is no artificial intelligence. It's not creating anything, just copying existing work by existing artists and changing it enough to skirt copyright laws: there's a reason why everything is all "in the style of Wes Anderson" or "in the style of Ernest Hemingway." So don't say "an artist generated these images using artificial intelligence," but rather "someone made this using plagiarism software."
+
+Don't say "a marketing company utilized artificial intelligence to make this ad," but rather "created by a marketing company using plagiarism software."
+
+By allowing the companies making the plagiarism software to call it "artificial intelligence" or "text algorithms," you're giving them newspeak to hide what they're making, and what their users are doing: it's just plagiarism. Nothing else.
+
+Now, it is also a large language model, and it can be used for good or bad, but its all stolen/borrowed. Creatives have a right to not want to be usurped and stolen.
+
+[^1]: *algoritmos* en realidad, N del E.

View File

@ -1,8 +0,0 @@
--- old
+++ new
@@ -21,1 +21,1 @@
-> "[…] *ChatGPT* de OpenAI, *Bard* de Google y *Sydney* de Microsoft son maravillas del aprendizaje automático[^1] (). En términos generales, toman enormes cantidades de datos, buscan patrones en ellos y se vuelven cada vez más competentes en generar resultados estadísticamente probables (autoaprendizaje, N del T.), tales como el lenguaje y el pensamiento aparentemente humanos. […]" — Noam Chomsky.
+> "[…] *ChatGPT* de OpenAI, *Bard* de Google y *Sydney* de Microsoft son maravillas del aprendizaje automático[^machine-learning]. En términos generales, toman enormes cantidades de datos, buscan patrones en ellos y se vuelven cada vez más competentes en generar resultados estadísticamente probables (autoaprendizaje, N del T.), tales como el lenguaje y el pensamiento aparentemente humanos. […]" — Noam Chomsky.
@@ -53,1 +53,1 @@
-[^1]: También conocida como «machine learning», N del T.
+[^machine-learning]: También conocida como «machine learning», N del T.

View File

@ -1,6 +0,0 @@
--- old
+++ new
@@ -27,0 +27,1 @@
+<!--
@@ -28,0 +29,1 @@
+-->

View File

@ -1,52 +0,0 @@
--- old
+++ new
@@ -2,1 +2,1 @@
-title: 20240253075239
+title: La falsa promesa de ChatGPT
@@ -4,2 +4,2 @@
-date: 2024-02-22
-id: 20240253075239
+date: 2024-02-18
+id: 20240249200248
@@ -8,3 +8,1 @@
- -
- categories:
- -
+ - IA
@@ -12,1 +10,1 @@
- -
+ - ChatGPT
@@ -15,0 +13,1 @@
+[[20240251072400.md]]
@@ -16,0 +15,31 @@
+OpenAIs ChatGPT, Googles Bard and Microsofts Sydney are marvels of machine learning. Roughly speaking, they take huge amounts of data, search for patterns in it and become increasingly proficient at generating statistically probable outputs — such as seemingly humanlike language and thought. These programs have been hailed as the first glimmers on the horizon of artificial general intelligence — that long-prophesied moment when mechanical minds surpass human brains not only quantitatively in terms of processing speed and memory size but also qualitatively in terms of intellectual insight, artistic creativity and every other distinctively human faculty.
+
+> *ChatGPT* de OpenAI, *Bard* de Google y *Sydney* de Microsoft son maravillas del aprendizaje automático. En términos generales, toman enormes cantidades de datos, buscan patrones en ellos y se vuelven cada vez más competentes en generar resultados estadísticamente probables, tales como el lenguaje y el pensamiento aparentemente humanos. Estos programas han sido aclamados como los primeros destellos en el horizonte de la inteligencia artificial general: ese momento largamente profetizado en el que las mentes mecánicas superarán a los cerebros humanos no sólo cuantitativamente en términos de velocidad de procesamiento y tamaño de la memoria, sino también cualitativamente en términos de percepción intelectual y creatividad artística y cualquier otra facultad distintivamente humana.
+
+> "[…] La mente humana no es, como ChatGPT y similares, un pesado **motor estadístico** de comparación de patrones, que se «atiborra» de cientos de terabytes de datos y extrapola la respuesta conversacional más probable o la respuesta más probable a una pregunta científica. Por el contrario, la mente humana es un sistema sorprendentemente eficiente, e incluso elegante, que opera con mínimas cantidades de información; no busca inferir correlaciones forzosas entre puntos de datos, sino crear explicaciones. […]" — Noam Chomsky.
+
+https://web.archive.org/web/20240218164620/https://www.nytimes.com/2023/03/08/opinion/noam-chomsky-chatgpt-ai.html
+
+> "[…] La inteligencia artificial es una ilusión. No existe ni existirá. Lo que hay es «software de códigos»[^1] escritos por humanos para explotar a otros humanos. Todos trabajamos para Facebook o para Google. Cuando usas el buscador, generas un rastro, produces algo y eso es trabajo. Y luego sus algoritmos, producidos por humanos, se utilizan para anticipar tu comportamiento y el de los demás, para ganar dinero con tu trabajo. […]" — Markus Gabriel.
+
+https://wp.me/pbpeG9-6e?utm_source=pocket_mylist
+
+> "... Let's stop calling it "Artificial Intelligence" then and call it for what it is and makes "plagiarism software" because "It doesn't create anything, but copies existing works, of existing artists, modifying them enough to escape copyright laws...."
+~ Dr. Noam Chomsky, Dr. lan Roberts, Dr. Jeffrey Watumull
+New York Times, March 8 2023
+
+> "Dejemos entonces de llamarlo «Inteligencia Artificial» y llamémoslo por lo que es y hace «software de plagio» porque "No crea nada, sino que copia obras existentes, de artistas existentes, modificándolas lo suficiente como para escapar a las leyes de derechos de autor...' — Noam Chomsky sobre la inteligencia artificial.
+
+https://social.cologne/@IgorRock/111947371435780905
+
+Let's stop aggrandizing it by calling it "artificial intelligence," and begin calling it what it really is: plagiarism software.
+
+There is no artificial intelligence. It's not creating anything, just copying existing work by existing artists and changing it enough to skirt copyright laws: there's a reason why everything is all "in the style of Wes Anderson" or "in the style of Ernest Hemingway." So don't say "an artist generated these images using artificial intelligence," but rather "someone made this using plagiarism software."
+
+Don't say "a marketing company utilized artificial intelligence to make this ad," but rather "created by a marketing company using plagiarism software."
+
+By allowing the companies making the plagiarism software to call it "artificial intelligence" or "text algorithms," you're giving them newspeak to hide what they're making, and what their users are doing: it's just plagiarism. Nothing else.
+
+Now, it is also a large language model, and it can be used for good or bad, but its all stolen/borrowed. Creatives have a right to not want to be usurped and stolen.
+
+[^1]: *algoritmos* en realidad, N del E.

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -5,1 +5,1 @@
-id: 20240249200248
+id: 20240218200248

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -15,2 +15,0 @@
-OpenAIs ChatGPT, Googles Bard and Microsofts Sydney are marvels of machine learning. Roughly speaking, they take huge amounts of data, search for patterns in it and become increasingly proficient at generating statistically probable outputs — such as seemingly humanlike language and thought. These programs have been hailed as the first glimmers on the horizon of artificial general intelligence — that long-prophesied moment when mechanical minds surpass human brains not only quantitatively in terms of processing speed and memory size but also qualitatively in terms of intellectual insight, artistic creativity and every other distinctively human faculty.
-

View File

@ -1,13 +0,0 @@
--- old
+++ new
@@ -21,1 +21,1 @@
-> "[…] *ChatGPT* de OpenAI, *Bard* de Google y *Sydney* de Microsoft son maravillas del aprendizaje automático («machine learning», N del T.). En términos generales, toman enormes cantidades de datos, buscan patrones en ellos y se vuelven cada vez más competentes en generar resultados estadísticamente probables (autoaprendizaje, N del T.), tales como el lenguaje y el pensamiento aparentemente humanos. […]" — Noam Chomsky.
+> "[…] *ChatGPT* de OpenAI, *Bard* de Google y *Sydney* de Microsoft son maravillas del aprendizaje automático[^1] (). En términos generales, toman enormes cantidades de datos, buscan patrones en ellos y se vuelven cada vez más competentes en generar resultados estadísticamente probables (autoaprendizaje, N del T.), tales como el lenguaje y el pensamiento aparentemente humanos. […]" — Noam Chomsky.
@@ -25,1 +25,1 @@
-> "[…] La inteligencia artificial es una ilusión. No existe ni existirá. Lo que hay es «software de códigos»[^1] escritos por humanos para explotar a otros humanos. […]" — Markus Gabriel.
+> "[…] La inteligencia artificial es una ilusión. No existe ni existirá. Lo que hay es «software de códigos»[^3] escritos por humanos para explotar a otros humanos. […]" — Markus Gabriel.
@@ -53,1 +53,3 @@
-[^1]: *algoritmos* en realidad, N del E.
+[^1]: También conocida como «machine learning», N del T.
+
+[^3]: *algoritmos* en realidad, N del E.

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -15,1 +15,1 @@
-> "[…] *ChatGPT* de OpenAI, *Bard* de Google y *Sydney* de Microsoft son maravillas del aprendizaje automático («machine learning», N del T.). En términos generales, toman enormes cantidades de datos, buscan patrones en ellos y se vuelven cada vez más competentes en generar resultados estadísticamente probables (autoaprendizaje, N del T.), tales como el lenguaje y el pensamiento aparentemente humanos. […]"
+> "[…] *ChatGPT* de OpenAI, *Bard* de Google y *Sydney* de Microsoft son maravillas del aprendizaje automático («machine learning», N del T.). En términos generales, toman enormes cantidades de datos, buscan patrones en ellos y se vuelven cada vez más competentes en generar resultados estadísticamente probables (autoaprendizaje, N del T.), tales como el lenguaje y el pensamiento aparentemente humanos. […]" — Noam Chomsky.

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -27,1 +27,1 @@
-<! --
+<!--

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -17,1 +17,1 @@
-> "[…] La mente humana no es, como ChatGPT y similares, un pesado **motor estadístico** de comparación de patrones, que se «atiborra» de cientos de terabytes de datos y extrapola la respuesta conversacional más probable o la respuesta más probable a una pregunta científica. Por el contrario, la mente humana es un sistema sorprendentemente eficiente, e incluso elegante, que opera con mínimas cantidades de información; no busca inferir correlaciones forzosas entre puntos de datos, sino crear explicaciones. […]" — Noam Chomsky.
+> "[…] La mente humana no es, como ChatGPT y similares, un pesado **motor estadístico** de comparación de patrones, que se «atiborra» de cientos de terabytes de datos y extrapola la respuesta conversacional más probable o la respuesta más probable a una pregunta científica. Por el contrario, la mente humana es un sistema sorprendentemente eficiente, e incluso elegante, que opera con mínimas cantidades de información; no busca inferir correlaciones forzadas entre puntos de datos, sino crear explicaciones. […]" — Noam Chomsky.

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -29,1 +29,1 @@
-Nuestros cerebros SON máquinas de plagio. Los humanos son transformadores regurgitadores que vomitan un nuevo guiso de información adquirida.
+> Nuestros cerebros SON máquinas de plagio. Los humanos son transformadores regurgitadores que vomitan un nuevo guiso de información adquirida.

View File

@ -1,7 +0,0 @@
--- old
+++ new
@@ -27,0 +27,4 @@
+
+
+Nuestros cerebros SON máquinas de plagio. Los humanos son transformadores regurgitadores que vomitan un nuevo guiso de información adquirida.
+

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -17,1 +17,1 @@
-> *ChatGPT* de OpenAI, *Bard* de Google y *Sydney* de Microsoft son maravillas del aprendizaje automático. En términos generales, toman enormes cantidades de datos, buscan patrones en ellos y se vuelven cada vez más competentes en generar resultados estadísticamente probables, tales como el lenguaje y el pensamiento aparentemente humanos. Estos programas han sido aclamados como los primeros destellos en el horizonte de la inteligencia artificial general: ese momento largamente profetizado en el que las mentes mecánicas superarán a los cerebros humanos no sólo cuantitativamente en términos de velocidad de procesamiento y tamaño de la memoria, sino también cualitativamente en términos de percepción intelectual y creatividad artística y cualquier otra facultad distintivamente humana.
+> "[…] *ChatGPT* de OpenAI, *Bard* de Google y *Sydney* de Microsoft son maravillas del aprendizaje automático. En términos generales, toman enormes cantidades de datos, buscan patrones en ellos y se vuelven cada vez más competentes en generar resultados estadísticamente probables, tales como el lenguaje y el pensamiento aparentemente humanos. Estos programas han sido aclamados como los primeros destellos en el horizonte de la inteligencia artificial general […]"

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -17,1 +17,1 @@
-> "[…] *ChatGPT* de OpenAI, *Bard* de Google y *Sydney* de Microsoft son maravillas del aprendizaje automático. En términos generales, toman enormes cantidades de datos, buscan patrones en ellos y se vuelven cada vez más competentes en generar resultados estadísticamente probables, tales como el lenguaje y el pensamiento aparentemente humanos. Estos programas han sido aclamados como los primeros destellos en el horizonte de la inteligencia artificial general […]"
+> "[…] *ChatGPT* de OpenAI, *Bard* de Google y *Sydney* de Microsoft son maravillas del aprendizaje automático. En términos generales, toman enormes cantidades de datos, buscan patrones en ellos y se vuelven cada vez más competentes en generar resultados estadísticamente probables (autoaprendizaje, N del T), tales como el lenguaje y el pensamiento aparentemente humanos. Estos programas han sido aclamados como los primeros destellos en el horizonte de la inteligencia artificial general […]"

View File

@ -1,8 +0,0 @@
--- old
+++ new
@@ -21,1 +21,1 @@
-> "[…] La inteligencia artificial es una ilusión. No existe ni existirá. Lo que hay es «software de códigos»[^1] escritos por humanos para explotar a otros humanos. Todos trabajamos para Facebook o para Google. Cuando usas el buscador, generas un rastro, produces algo y eso es trabajo. Y luego sus algoritmos, producidos por humanos, se utilizan para anticipar tu comportamiento y el de los demás, para ganar dinero con tu trabajo. […]" — Markus Gabriel.
+> "[…] La inteligencia artificial es una ilusión. No existe ni existirá. Lo que hay es «software de códigos»[^1] escritos por humanos para explotar a otros humanos. […]"
@@ -23,0 +23,2 @@
+> "[…] Todos trabajamos para Facebook o para Google. Cuando usas el buscador, generas un rastro, produces algo y eso es trabajo. Y luego sus algoritmos, producidos por humanos, se utilizan para anticipar tu comportamiento y el de los demás, para ganar dinero con tu trabajo. […]" — Markus Gabriel.
+

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -23,1 +23,1 @@
-> "[…] La mente humana no es, como ChatGPT y similares, un pesado **motor estadístico** de comparación de patrones, que se «atiborra» de cientos de terabytes de datos y extrapola la respuesta conversacional más probable o la respuesta más probable a una pregunta científica. Por el contrario, la mente humana es un sistema sorprendentemente eficiente, e incluso elegante, que opera con mínimas cantidades de información; no busca inferir correlaciones forzadas entre puntos de datos, sino crear explicaciones. […]" — Noam Chomsky.
+> "[…] La mente humana no es, como ChatGPT y similares, un pesado **motor estadístico** de comparación de patrones, que se colma de cientos de terabytes de datos y extrapola la respuesta conversacional más probable o la respuesta más probable a una pregunta científica. Por el contrario, la mente humana es un sistema sorprendentemente eficiente, e incluso elegante, que opera con mínimas cantidades de información; no busca inferir correlaciones forzadas entre puntos de datos, sino crear explicaciones. […]" — Noam Chomsky.

View File

@ -1,7 +0,0 @@
--- old
+++ new
@@ -27,3 +27,1 @@
-<!--
-> "[…] Todos trabajamos para Facebook o para Google. Cuando usas el buscador, generas un rastro, produces algo y eso es trabajo. Y luego sus algoritmos, producidos por humanos, se utilizan para anticipar tu comportamiento y el de los demás, para ganar dinero con tu trabajo. […]" — Markus Gabriel.
--->
+[> "[…] Todos trabajamos para Facebook o para Google. Cuando usas el buscador, generas un rastro, produces algo y eso es trabajo. Y luego sus algoritmos, producidos por humanos, se utilizan para anticipar tu comportamiento y el de los demás, para ganar dinero con tu trabajo. […]" — Markus Gabriel.]: #

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -15,1 +15,1 @@
-> "[…] *ChatGPT* de OpenAI, *Bard* de Google y *Sydney* de Microsoft son maravillas del aprendizaje automático («machine learning», N del T.). En términos generales, toman enormes cantidades de datos, buscan patrones en ellos y se vuelven cada vez más competentes en generar resultados estadísticamente probables (autoaprendizaje, N del T.), tales como el lenguaje y el pensamiento aparentemente humanos. Estos programas han sido aclamados como los primeros destellos en el horizonte de la inteligencia artificial general […]"
+> "[…] *ChatGPT* de OpenAI, *Bard* de Google y *Sydney* de Microsoft son maravillas del aprendizaje automático («machine learning», N del T.). En términos generales, toman enormes cantidades de datos, buscan patrones en ellos y se vuelven cada vez más competentes en generar resultados estadísticamente probables (autoaprendizaje, N del T.), tales como el lenguaje y el pensamiento aparentemente humanos. […]"

View File

@ -1,20 +0,0 @@
--- old
+++ new
@@ -6,0 +6,5 @@
+sources:
+ - https://web.archive.org/web/20240218164620/https://www.nytimes.com/2023/03/08/opinion/noam-chomsky-chatgpt-ai.html
+ - https://wp.me/pbpeG9-6e?utm_source=pocket_mylist
+ - https://www.linkedin.com/feed/update/urn:li:activity:7122322413014405120?commentUrn=urn%3Ali%3Acomment%3A%28activity%3A7122322413014405120%2C7126587043903635456%29&dashCommentUrn=urn%3Ali%3Afsd_comment%3A%287126587043903635456%2Curn%3Ali%3Aactivity%3A7122322413014405120%29
+ - https://social.cologne/@IgorRock/111947371435780905
@@ -19,2 +24,0 @@
-https://web.archive.org/web/20240218164620/https://www.nytimes.com/2023/03/08/opinion/noam-chomsky-chatgpt-ai.html
-
@@ -25,2 +28,0 @@
-https://wp.me/pbpeG9-6e?utm_source=pocket_mylist
-
@@ -31,2 +32,0 @@
-https://www.linkedin.com/feed/update/urn:li:activity:7122322413014405120?commentUrn=urn%3Ali%3Acomment%3A%28activity%3A7122322413014405120%2C7126587043903635456%29&dashCommentUrn=urn%3Ali%3Afsd_comment%3A%287126587043903635456%2Curn%3Ali%3Aactivity%3A7122322413014405120%29
-
@@ -41,2 +40,0 @@
-https://social.cologne/@IgorRock/111947371435780905
-

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -27,1 +27,1 @@
-Our brains ARE plagiarism machines. Humans are regurgitating transformers spewing out a new stew of acquired information.
+Our brains ARE plagiarism machines. Humans are regurgitating (repetir como loros) transformers spewing out a new stew of acquired information.

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -21,1 +21,1 @@
-> "[…] La inteligencia artificial es una ilusión. No existe ni existirá. Lo que hay es «software de códigos»[^1] escritos por humanos para explotar a otros humanos. […]"
+> "[…] La inteligencia artificial es una ilusión. No existe ni existirá. Lo que hay es «software de códigos»[^1] escritos por humanos para explotar a otros humanos. […]" — Markus Gabriel.

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -54,0 +54,2 @@
+
+https://www.linkedin.com/feed/update/urn:li:activity:7122322413014405120?commentUrn=urn%3Ali%3Acomment%3A%28activity%3A7122322413014405120%2C7126587043903635456%29&dashCommentUrn=urn%3Ali%3Afsd_comment%3A%287126587043903635456%2Curn%3Ali%3Aactivity%3A7122322413014405120%29

View File

@ -1,8 +0,0 @@
--- old
+++ new
@@ -31,0 +31,2 @@
+https://www.linkedin.com/feed/update/urn:li:activity:7122322413014405120?commentUrn=urn%3Ali%3Acomment%3A%28activity%3A7122322413014405120%2C7126587043903635456%29&dashCommentUrn=urn%3Ali%3Afsd_comment%3A%287126587043903635456%2Curn%3Ali%3Aactivity%3A7122322413014405120%29
+
@@ -54,2 +56,0 @@
-
-https://www.linkedin.com/feed/update/urn:li:activity:7122322413014405120?commentUrn=urn%3Ali%3Acomment%3A%28activity%3A7122322413014405120%2C7126587043903635456%29&dashCommentUrn=urn%3Ali%3Afsd_comment%3A%287126587043903635456%2Curn%3Ali%3Aactivity%3A7122322413014405120%29

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -21,1 +21,1 @@
-> "[…] *ChatGPT* de OpenAI, *Bard* de Google y *Sydney* de Microsoft son maravillas del aprendizaje automático[^1]. En términos generales, toman enormes cantidades de datos, buscan patrones en ellos y se vuelven cada vez más competentes en generar resultados estadísticamente probables[^2], tales como el lenguaje y el pensamiento aparentemente humanos. […]" — Noam Chomsky.
+> "[…] *ChatGPT* de OpenAI, *Bard* de Google y *Sydney* de Microsoft son maravillas del aprendizaje automático[^1]. En términos generales, toman enormes cantidades de datos, buscan patrones en ellos y se vuelven cada vez más eficientes en generar resultados estadísticamente probables[^2], tales como el lenguaje y el pensamiento aparentemente humanos. […]" — Noam Chomsky.

View File

@ -1,6 +0,0 @@
--- old
+++ new
@@ -27,0 +27,1 @@
+Our brains ARE plagiarism machines. Humans are regurgitating transformers spewing out a new stew of acquired information.
@@ -28,1 +29,0 @@
-

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -15,1 +15,1 @@
-La realidad es que si estas plataformas o servicios no lograran que usted aceptara vender o compartir sus datos, entonces no existirían. Usted toma una decisión sobre el valor de un servicio «gratuito» y el valor que le otorga a su privacidad y decide cuál vale más para usted. Este es un aspecto fundamental del libre mercado y del derecho contractual.
+La realidad es que si estas plataformas o servicios no lograran que usted aceptara vender o compartir sus datos, entonces no existirían. Usted toma la decisión sobre el valor que le provee un servicio «gratuito» y el valor que le otorga a su propia privacidad, decidiendo en consecuencia cuál tiene más valor para usted. Este es un aspecto fundamental del libre mercado y del derecho contractual.

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -16,0 +16,2 @@
+
+Su información personal es la información que usted personalmente conoce o posee; es privada sólo hasta que la comparte con otra persona. No es lo mismo que información sobre usted.

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -15,1 +15,1 @@
-La realidad es que si estas plataformas no lograran que usted aceptara vender sus datos, entonces no existirían. Usted toma una decisión sobre el valor de un servicio "gratuito" y el valor que le da a su privacidad y decide cuál vale más para usted. Este es un aspecto fundamental del libre mercado y del derecho contractual.
+La realidad es que si estas plataformas no lograran que usted aceptara vender sus datos, entonces no existirían. Usted toma una decisión sobre el valor de un servicio «gratuito» y el valor que le da a su privacidad y decide cuál vale más para usted. Este es un aspecto fundamental del libre mercado y del derecho contractual.

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -17,1 +17,1 @@
-Su información personal es la información que usted personalmente conoce o posee; es privada sólo hasta que la comparte con otra persona. No es lo mismo que información sobre usted.
+Su información personal es la información que usted personalmente conoce o posee; es privada únicamente hasta que la comparte, ya sea con otra persona o la hace pública. No es lo mismo que información sobre usted.

View File

@ -1,8 +0,0 @@
--- old
+++ new
@@ -15,1 +15,1 @@
-La realidad es que si estas plataformas no lograran que usted aceptara vender sus datos, entonces no existirían. Usted toma una decisión sobre el valor de un servicio «gratuito» y el valor que le da a su privacidad y decide cuál vale más para usted. Este es un aspecto fundamental del libre mercado y del derecho contractual.
+La realidad es que si estas plataformas o servicios no lograran que usted aceptara vender o compartir sus datos, entonces no existirían. Usted toma una decisión sobre el valor de un servicio «gratuito» y el valor que le otorga a su privacidad y decide cuál vale más para usted. Este es un aspecto fundamental del libre mercado y del derecho contractual.
@@ -17,1 +17,1 @@
-Información personal es la información que usted personalmente conoce o posee; es privada únicamente hasta que decide compartirla ya sea con otra persona u opta por hacerla pública. No es lo mismo que información sobre usted.
+Información personal es la información que usted personalmente conoce o posee; es privada únicamente hasta que decide compartirla, ya sea con otra persona u opta por hacerla pública. No es lo mismo que información sobre usted.

View File

@ -1,18 +0,0 @@
--- old
+++ new
@@ -4,1 +4,14 @@
-date: 2024-
+date: 2024-02-28
+id: 20240228093717
+taxonomies:
+ categories:
+ -
+ categories:
+ -
+ tags:
+ -
+license: CC0-1.0
+---
+La realidad es que si estas plataformas no lograran que usted aceptara vender sus datos, entonces no existirían. Usted toma una decisión sobre el valor de un servicio «gratuito» y el valor que le da a su privacidad y decide cuál vale más para usted. Este es un aspecto fundamental del libre mercado y del derecho contractual.
+
+Su información personal es la información que usted personalmente conoce o posee; es privada sólo hasta que la comparte con otra persona. No es lo mismo que información sobre usted.

View File

@ -1,8 +0,0 @@
--- old
+++ new
@@ -2,1 +2,1 @@
-title: 20240259093717
+title: 20240228093717
@@ -5,1 +5,1 @@
-id: 20240259093717
+id: 20240228093717

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -17,1 +17,1 @@
-Su información personal es la información que usted personalmente conoce o posee; es privada únicamente hasta que la comparte, ya sea con otra persona o la hace pública. No es lo mismo que información sobre usted.
+Información personal es la información que usted personalmente conoce o posee; es privada únicamente hasta que decide compartirla ya sea con otra persona u opta por hacerla pública. No es lo mismo que información sobre usted.

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -19,1 +19,1 @@
-Documentos internos obtenidos por 404 Media muestran que el personal de Tumblr compiló los datos de sus usuarios como parte de un acuerdo con Midjourney y OpenAI.
+Documentos internos obtenidos por 404 Media muestran que el personal de Tumblr recabó los datos de sus usuarios como parte de un acuerdo con Midjourney y OpenAI.

View File

@ -1,21 +0,0 @@
--- old
+++ new
@@ -28,1 +28,1 @@
-“the way the data was queried for the initial data dump to Midjourney/OpenAI means we compiled a list of all tumblrs public post content between 2014 and 2023, but also unfortunately it included, and should not have included:
+"the way the data was queried for the initial data dump to Midjourney/OpenAI means we compiled a list of all tumblrs public post content between 2014 and 2023, but also unfortunately it included, and should not have included:
@@ -30,6 +30,6 @@
-- private posts on public blogs
-- posts on deleted or suspended blogs
-- unanswered asks (normally these are not public until theyre answered)
-- private answers (these only show up to the receiver and are not public)
-- posts that are marked explicit / NSFW / mature by our more modern standards (this may not be a big deal, I dont know)
-- content from premium partner blogs (special brand blogs like Apples former music blog, for example, who spent money with us on an ad campaign) that may have creative that doesnt belong to us, and we dont have the rights to share with this-parties; this one is kinda unknown to me, what deals are in place historically and what they should prevent us from doing.”
+- private posts on public blogs
+- posts on deleted or suspended blogs
+- unanswered asks (normally these are not public until theyre answered)
+- private answers (these only show up to the receiver and are not public)
+- posts that are marked 'explicit' / NSFW / 'mature' by our more modern standards (this may not be a big deal, I don't know)
+- content from premium partner blogs (special brand blogs like Apples former music blog, for example, who spent money with us on an ad campaign) that may have creative that doesnt belong to us, and we dont have the rights to share with this-parties; this one is kinda unknown to me, what deals are in place historically and what they should prevent us from doing."
@@ -37,1 +37,1 @@
-Gages post makes clear that engineers are working on compiling a list of post IDs that should not have been included, and that password-protected posts, DMs, and media flagged as CSAM and other community guidelines violations were not included.
+Gage's post makes clear that engineers are working on compiling a list of post IDs that should not have been included, and that password-protected posts, DMs, and media flagged as CSAM and other community guidelines violations were not included.

View File

@ -1,10 +0,0 @@
--- old
+++ new
@@ -16,0 +16,1 @@
+ - Midjourney
@@ -21,1 +22,1 @@
-Tumblr and WordPress.com are preparing to sell user data to Midjourney and OpenAI, according to a source with internal knowledge about the deals and internal documentation referring to the deals. 
+Tumblr y WordPress.com se están preparando para vender datos de usuario a Midjourney y OpenAI, según con lo manifestado por una fuente interna sobre los tratados y la documentación interna que hacen referencia a dichos acuerdos.
@@ -23,1 +24,1 @@
-The exact types of data from each platform going to each company are not spelled out in documentation weve reviewed, but internal communications reviewed by 404 Media make clear that deals between Automattic, the platforms parent company, and OpenAI and Midjourney are imminent.
+The exact types of data from each platform going to each company are not spelled out in documentation weve reviewed, but internal communications reviewed by 404 Media make clear that deals between Automattic, the platforms' parent company, and OpenAI and Midjourney are imminent.

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -10,2 +10,0 @@
- -
- categories:

View File

@ -1,13 +0,0 @@
--- old
+++ new
@@ -57,10 +57,0 @@
-
-OpenAI and Midjourney did not respond to requests for comment. 
-
-_Updated 4:05 p.m. EST with a statement from Automattic and at 6:51 EST with additional information about JetPack._
-
-About the author
-
-Sam Cole is writing from the far reaches of the internet, about sexuality, the adult industry, online culture, and AI. She's the author of How Sex Changed the Internet and the Internet Changed Sex.
-
-![Samantha Cole](https://www.404media.co/content/images/2023/08/404-sam-10--1-.jpg)

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -41,1 +41,1 @@
-Automattic planea lanzar una nueva configuración el miércoles que permitirá a los usuarios optar por no compartir datos con terceros, incluidas empresas de inteligencia artificial, según la fuente, que habló bajo condición de anonimato y documentos internos. Una nueva sección de preguntas frecuentes que revisamos se titula "¿Qué sucede cuando opta por no participar?" establece que "Si opta por no participar desde el principio, bloquearemos el acceso de los rastreadores a su contenido agregando su sitio a una lista de no permitidos. Si cambia de opinión más adelante, también planeamos informar a los socios sobre las personas que recientemente optan por no participar y Pidamos que su contenido sea eliminado de fuentes pasadas y de formación futura".
+Automattic planea lanzar una nueva configuración el miércoles que permitirá a los usuarios optar por no compartir datos con terceros, incluidas empresas de inteligencia artificial, según la fuente, que habló bajo condición de anonimato y documentos internos. Una nueva sección de preguntas frecuentes que revisamos se titula "¿Qué sucede cuando opta por no participar?" establece que "Si opta por no participar desde el principio, bloquearemos el acceso de los rastreadores a su contenido agregando su sitio a una lista de no permitidos. Si cambia de opinión más adelante, también planeamos informar a los socios sobre las personas que recientemente optan por no participar y solocitaremos que su contenido sea eliminado de fuentes pasadas y de formación futura".

View File

@ -1,71 +0,0 @@
--- old
+++ new
@@ -2,1 +2,1 @@
-title: 20240229184600
+title: Tumblr and WordPress to Sell Users Data to Train AI Tools
@@ -6,0 +6,2 @@
+authors:
+ - Samantha Cole
@@ -13,1 +15,1 @@
-license: CC0-1.0
+license: ©Todos los derechos reservados
@@ -16,0 +18,59 @@
+
+Tumblr and WordPress to Sell Users Data to Train AI Tools
+Samantha Cole Samantha Cole
+Feb 27, 2024 at 1:21 PM
+
+Internal documents obtained by 404 Media show that Tumblr staff compiled users' data as part of a deal with Midjourney and OpenAI.
+
+Tumblr and WordPress.com are preparing to sell user data to Midjourney and OpenAI, according to a source with internal knowledge about the deals and internal documentation referring to the deals. 
+
+The exact types of data from each platform going to each company are not spelled out in documentation weve reviewed, but internal communications reviewed by 404 Media make clear that deals between Automattic, the platforms parent company, and OpenAI and Midjourney are imminent.
+
+The internal documentation details a messy and controversial process within Tumblr itself. One internal post made by Cyle Gage, a product manager at Tumblr, states that a query made to prepare data for OpenAI and Midjourney compiled a huge number of user posts that it wasnt supposed to. It is not clear from Gages post whether this data has already been sent to OpenAI and Midjourney, or whether Gage was detailing a process for scrubbing the data before it was to be sent. 
+
+_Subscribe to the 404 Media podcast on_ [_Apple Podcasts_](https://podcasts.apple.com/us/podcast/the-404-media-podcast/id1703615331?ref=404media.co)_,_ [_Google Podcasts_](https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5hY2FzdC5jb20vcHVibGljL3Nob3dzL3RoZS00MDQtbWVkaWEtcG9kY2FzdA?ref=404media.co)_, or your favorite podcast app._
+
+Gage wrote:
+
+“the way the data was queried for the initial data dump to Midjourney/OpenAI means we compiled a list of all tumblrs public post content between 2014 and 2023, but also unfortunately it included, and should not have included:
+
+- private posts on public blogs
+- posts on deleted or suspended blogs
+- unanswered asks (normally these are not public until theyre answered)
+- private answers (these only show up to the receiver and are not public)
+- posts that are marked explicit / NSFW / mature by our more modern standards (this may not be a big deal, I dont know)
+- content from premium partner blogs (special brand blogs like Apples former music blog, for example, who spent money with us on an ad campaign) that may have creative that doesnt belong to us, and we dont have the rights to share with this-parties; this one is kinda unknown to me, what deals are in place historically and what they should prevent us from doing.”
+
+Gages post makes clear that engineers are working on compiling a list of post IDs that should not have been included, and that password-protected posts, DMs, and media flagged as CSAM and other community guidelines violations were not included.
+
+Automattic plans to launch a new setting on Wednesday that will allow users to opt-out of data sharing with third parties, including AI companies, according to the source, who spoke on the condition of anonymity, and internal documents. A new FAQ section we reviewed is titled “What happens when you opt out?” states that “If you opt out from the start, we will block crawlers from accessing your content by adding your site on a disallowed list. If you change your mind later, we also plan to update any partners about people who newly opt-out and ask that their content be removed from past sources and future training.” 
+
+💡
+
+****Do you work at Tumblr or Wordpress and have information about this deal or data compiling effort? I would love to hear from you. Using a non-work device, you can message me securely on Signal at +1 646 926 1726. Otherwise, send me an email at sam@404media.co.****
+
+
+404 Media has asked Automattic how it accidentally compiled data that it shouldnt share, and whether any of that content was shared with OpenAI. 404 Media asked Automattic about an imminent deal with Midjourney last week but did not hear back then, either. Instead of answering direct questions about these deals and the compiling of user data, [Automattic sent a statement, which it posted publicly after this story was published](https://automattic.com/2024/02/27/protecting-user-choice/?ref=404media.co), titled "Protecting User Choice." In it, Automattic promises that it's blocked AI crawlers from scraping its sites. The statement says, "We are also working directly with select AI companies as long as their plans align with what our community cares about: attribution, opt-outs, and control. Our partnerships will respect all opt-out settings. We also plan to take that a step further and regularly update any partners about people who newly opt out and ask that their content be removed from past sources and future training."
+
+The statement published by Automattic after this article was published specifically mentions WordPress.com, which are blogs that Automattic hosts as a service. There is separately an open-source WordPress CMS (WordPress.org) that people and businesses use on self-hosted websites. What remains unclear is whether self-hosted WordPress blogs that use popular Automattic plugins like JetPack to connect those blogs with [Automattic's infrastructure](https://wordpress.com/tos/?ref=404media.co) are subject to the company's AI-scraping deals. Automattic did not immediately respond to a question about whether sites using JetPack are subject to its data sharing agreements.
+
+Another internal document shows that, on February 23, an employee asked in a staff-only thread, “Do we have assurances that if a user opts out of their data being shared with third parties that our existing data partners will be notified of such a change and remove their data?”
+
+Andrew Spittle, Automattics head of AI replied: “We **will** notify existing partners on a regular basis about anyone who's opted out since the last time we provided a list. I want this to be an ongoing process where we regularly advocate for past content to be excluded based on current preferences. We **will** ask that content be deleted and removed from any future training runs. I _believe_ partners will honor this based on our conversations with them to this point. I don't think they gain much overall by retaining it.” Automattic did not respond to a question from 404 Media about whether it could guarantee that people who opt out will have their data deleted retroactively.
+
+News about a deal between Tumblr and Midjourney has been rumored and [<u>speculated about on Tumblr</u>](https://tinystepsforward.tumblr.com/post/742824508024651776/matt-is-supposed-to-be-on-fucking-sabbatical-rn?ref=404media.co) for the last week. Someone claiming to be a former Tumblr employee announced in a Tumblr blog post that the platform was working on a deal with Midjourney, and the rumor made it onto Blind, an app for verified employees of companies to anonymously discuss their jobs. 404 Media has seen the Blind posts, in which what seems like an Automattic employee says, “I'm not sure why some of you are getting worked up or worried about this. It's totally legal, and sharing it publicly is perfectly fine since it's right there in the terms & conditions. So, go ahead and spread the word as much as you can with your friends and tech journalists, it's totally fine.”
+
+Separately, 404 Media viewed a public, now-deleted post by Gage, the product manager, where he said that he was deleting all of his images off of Tumblr, and would be putting them on his personal website. A [<u>still-live post</u>](https://www.tumblr.com/cyle/740896644859625500?ref=404media.co) says, “i've deleted my photography from tumblr and will be moving it slowly but surely over to [<u>cylegage.com</u>](https://cylegage.com/?ref=404media.co), which i'm building into a photography portfolio that i can control end-to-end.” At one point last week, his personal website had a specific note stating that he did not consent to AI scraping of his images. Gages original post has been deleted, and his website is now a blank page that just reads “Cyle.” Gage did not respond to a request for comment from 404 Media. 
+
+Several online platforms have made similar deals with AI companies recently, including Reddit, which entered into an [<u>AI content licensing deal with Google</u>](https://www.reuters.com/technology/reddit-ai-content-licensing-deal-with-google-sources-say-2024-02-22/?ref=404media.co) and [<u>said in its SEC filing last week</u>](https://www.404media.co/reddit-we-are-in-the-early-stages-of-monetizing-our-user-base-2/) that its “in the early stages of monetizing \[its\] user base” by training AI on users posts. Last year, [<u>Shutterstock signed a six year deal</u>](https://investor.shutterstock.com/news-releases/news-release-details/shutterstock-expands-partnership-openai-signs-new-six-year?ref=404media.co) with OpenAI to provide training data.
+
+OpenAI and Midjourney did not respond to requests for comment. 
+
+_Updated 4:05 p.m. EST with a statement from Automattic and at 6:51 EST with additional information about JetPack._
+
+About the author
+
+Sam Cole is writing from the far reaches of the internet, about sexuality, the adult industry, online culture, and AI. She's the author of How Sex Changed the Internet and the Internet Changed Sex.
+
+![Samantha Cole](https://www.404media.co/content/images/2023/08/404-sam-10--1-.jpg)

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -41,1 +41,1 @@
-Automattic plans to launch a new setting on Wednesday that will allow users to opt-out of data sharing with third parties, including AI companies, according to the source, who spoke on the condition of anonymity, and internal documents. A new FAQ section we reviewed is titled “What happens when you opt out?” states that "If you opt out from the start, we will block crawlers from accessing your content by adding your site on a disallowed list. If you change your mind later, we also plan to update any partners about people who newly opt-out and ask that their content be removed from past sources and future training."
+Automattic planea lanzar una nueva configuración el miércoles que permitirá a los usuarios optar por no compartir datos con terceros, incluidas empresas de inteligencia artificial, según la fuente, que habló bajo condición de anonimato y documentos internos. Una nueva sección de preguntas frecuentes que revisamos se titula "¿Qué sucede cuando opta por no participar?" establece que "Si opta por no participar desde el principio, bloquearemos el acceso de los rastreadores a su contenido agregando su sitio a una lista de no permitidos. Si cambia de opinión más adelante, también planeamos informar a los socios sobre las personas que recientemente optan por no participar y Pidamos que su contenido sea eliminado de fuentes pasadas y de formación futura".

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -39,1 +39,1 @@
-Gage's post makes clear that engineers are working on compiling a list of post IDs that should not have been included, and that password-protected posts, DMs, and media flagged as CSAM and other community guidelines violations were not included.
+La publicación de Gage deja en claro que los ingenieros están trabajando para compilar una lista de ID de publicaciones que no deberían haberse incluido, y que no se incluyeron publicaciones protegidas con contraseña, mensajes directos y medios marcados como CSAM y otras violaciones de las normativas de la comunidad.

View File

@ -1,12 +0,0 @@
--- old
+++ new
@@ -2,1 +2,1 @@
-title: Tumblr and WordPress to Sell Users Data to Train AI Tools
+title: Tumblr and WordPress to Sell Users' Data to Train AI Tools
@@ -18,6 +18,0 @@
-
-Tumblr and WordPress to Sell Users Data to Train AI Tools
-Samantha Cole Samantha Cole
-Feb 27, 2024 at 1:21 PM
-

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -43,1 +43,1 @@
-404 Media has asked Automattic how it accidentally compiled data that it shouldnt share, and whether any of that content was shared with OpenAI. 404 Media asked Automattic about an imminent deal with Midjourney last week but did not hear back then, either. Instead of answering direct questions about these deals and the compiling of user data, [Automattic sent a statement, which it posted publicly after this story was published](https://automattic.com/2024/02/27/protecting-user-choice/?ref=404media.co), titled "Protecting User Choice." In it, Automattic promises that it's blocked AI crawlers from scraping its sites. The statement says, "We are also working directly with select AI companies as long as their plans align with what our community cares about: attribution, opt-outs, and control. Our partnerships will respect all opt-out settings. We also plan to take that a step further and regularly update any partners about people who newly opt out and ask that their content be removed from past sources and future training."
+404 Media le preguntó a Automattic cómo compiló accidentalmente datos que no debería compartir y si parte de ese contenido se compartió con OpenAI. 404 Media preguntó a Automattic sobre un acuerdo inminente con Midjourney la semana pasada, pero tampoco recibió respuesta en ese momento. En lugar de responder preguntas directas sobre estas ofertas y la recopilación de datos de los usuarios, [Automattic sent a statement, which it posted publicly after this story was published](https://automattic.com/2024/02/27/protecting-user-choice/?ref=404media.co), titled "Protecting User Choice." In it, Automattic promises that it's blocked AI crawlers from scraping its sites. The statement says, "We are also working directly with select AI companies as long as their plans align with what our community cares about: attribution, opt-outs, and control. Our partnerships will respect all opt-out settings. We also plan to take that a step further and regularly update any partners about people who newly opt out and ask that their content be removed from past sources and future training."

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -36,1 +36,1 @@
-- posts that are marked 'explicit' / NSFW / 'mature' by our more modern standards (this may not be a big deal, I don't know)
+- publicaciones marcadas como "explícitas" / NSFW / "maduras" según nuestros estándares más modernos

View File

@ -1,11 +0,0 @@
--- old
+++ new
@@ -20,1 +20,1 @@
-Documentos internos obtenidos por 404 Media muestran que el personal de Tumblr recabó los datos de sus usuarios como parte de un acuerdo con Midjourney y OpenAI.
+Documentos internos obtenidos por 404 Media muestran que el personal de Tumblr recabó datos de sus usuarios como parte de un acuerdo con Midjourney y OpenAI.
@@ -22,1 +22,1 @@
-Tumblr y WordPress.com se están preparando para vender datos de usuario a Midjourney y OpenAI, según con lo manifestado por una fuente interna sobre los tratados y la documentación interna que hacen referencia a dichos acuerdos.
+Tumblr y WordPress.com se están preparando para vender los datos de usuario a Midjourney y OpenAI, según con lo manifestado por una fuente interna sobre los tratados y la documentación que hacen referencia a dichos acuerdos.
@@ -28,1 +28,1 @@
-Gage wrote:
+Gage escribió:

View File

@ -1,8 +0,0 @@
--- old
+++ new
@@ -24,1 +24,1 @@
-The internal documentation details a messy and controversial process within Tumblr itself. One internal post made by Cyle Gage, a product manager at Tumblr, states that a query made to prepare data for OpenAI and Midjourney compiled a huge number of user posts that it wasnt supposed to. It is not clear from Gages post whether this data has already been sent to OpenAI and Midjourney, or whether Gage was detailing a process for scrubbing the data before it was to be sent. 
+The internal documentation details a messy and controversial process within Tumblr itself. One internal post made by Cyle Gage, a product manager at Tumblr, states that a query made to prepare data for OpenAI and Midjourney compiled a huge number of user posts that it wasnt supposed to. It is not clear from Gages post whether this data has already been sent to OpenAI and Midjourney, or whether Gage was detailing a process for scrubbing the data before it was to be sent.
@@ -26,2 +26,0 @@
-_Subscribe to the 404 Media podcast on_ [_Apple Podcasts_](https://podcasts.apple.com/us/podcast/the-404-media-podcast/id1703615331?ref=404media.co)_,_ [_Google Podcasts_](https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5hY2FzdC5jb20vcHVibGljL3Nob3dzL3RoZS00MDQtbWVkaWEtcG9kY2FzdA?ref=404media.co)_, or your favorite podcast app._
-

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -43,1 +43,1 @@
-404 Media le preguntó a Automattic cómo compiló accidentalmente datos que no debería compartir y si parte de ese contenido se compartió con OpenAI. 404 Media preguntó a Automattic sobre un acuerdo inminente con Midjourney la semana pasada, pero tampoco recibió respuesta en ese momento. En lugar de responder preguntas directas sobre estas ofertas y la recopilación de datos de los usuarios, [Automattic sent a statement, which it posted publicly after this story was published](https://automattic.com/2024/02/27/protecting-user-choice/?ref=404media.co), titled "Protecting User Choice." In it, Automattic promises that it's blocked AI crawlers from scraping its sites. The statement says, "We are also working directly with select AI companies as long as their plans align with what our community cares about: attribution, opt-outs, and control. Our partnerships will respect all opt-out settings. We also plan to take that a step further and regularly update any partners about people who newly opt out and ask that their content be removed from past sources and future training."
+404 Media le preguntó a Automattic cómo compiló accidentalmente datos que no debería compartir y si parte de ese contenido se compartió con OpenAI. 404 Media preguntó a Automattic sobre un acuerdo inminente con Midjourney la semana pasada, pero tampoco recibió respuesta en ese momento. En lugar de responder preguntas directas sobre estas ofertas y la recopilación de datos de los usuarios, [Automattic envió un comunicado después de la publicación de esta historia.](https://automattic.com/2024/02/27/protecting-user-choice/?ref=404media.co), titled "Protecting User Choice." In it, Automattic promises that it's blocked AI crawlers from scraping its sites. The statement says, "We are also working directly with select AI companies as long as their plans align with what our community cares about: attribution, opt-outs, and control. Our partnerships will respect all opt-out settings. We also plan to take that a step further and regularly update any partners about people who newly opt out and ask that their content be removed from past sources and future training."

View File

@ -1,11 +0,0 @@
--- old
+++ new
@@ -20,1 +20,1 @@
-Documentos internos obtenidos por 404 Media muestran que el personal de Tumblr recabó los datos de sus usuarios como parte de un acuerdo con Midjourney y OpenAI.
+Documentos internos obtenidos por 404 Media muestran que el personal de Tumblr recabó datos de sus usuarios como parte de un acuerdo con Midjourney y OpenAI.
@@ -22,1 +22,1 @@
-Tumblr y WordPress.com se están preparando para vender datos de usuario a Midjourney y OpenAI, según con lo manifestado por una fuente interna sobre los tratados y la documentación interna que hacen referencia a dichos acuerdos.
+Tumblr y WordPress.com se están preparando para vender los datos de usuario a Midjourney y OpenAI, según con lo manifestado por una fuente interna sobre los tratados y la documentación que hacen referencia a dichos acuerdos.
@@ -28,1 +28,1 @@
-Gage wrote:
+Gage escribió:

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -37,1 +37,1 @@
-- content from premium partner blogs (special brand blogs like Apples former music blog, for example, who spent money with us on an ad campaign) that may have creative that doesnt belong to us, and we dont have the rights to share with this-parties; this one is kinda unknown to me, what deals are in place historically and what they should prevent us from doing."
+- contenido de blogs de socios premium (blogs de marcas especiales como el antiguo blog de música de Apple, por ejemplo, que gastó dinero con nosotros en una campaña publicitaria) que pueden tener creatividades que no nos pertenecen y no tenemos los derechos para compartir. con estas fiestas; Este es un poco desconocido para mí, qué acuerdos existen históricamente y qué deberían impedirnos hacer."

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -35,1 +35,1 @@
-- private answers (these only show up to the receiver and are not public)
+- preguntas sin respuesta (normalmente no son públicas hasta que se responden)

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -19,1 +19,1 @@
-Internal documents obtained by 404 Media show that Tumblr staff compiled users' data as part of a deal with Midjourney and OpenAI.
+Documentos internos obtenidos por 404 Media muestran que el personal de Tumblr compiló los datos de sus usuarios como parte de un acuerdo con Midjourney y OpenAI.

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -43,1 +43,1 @@
-404 Media le preguntó a Automattic cómo compiló accidentalmente datos que no debería compartir y si parte de ese contenido se compartió con OpenAI. 404 Media preguntó a Automattic sobre un acuerdo inminente con Midjourney la semana pasada, pero tampoco recibió respuesta en ese momento. En lugar de responder preguntas directas sobre estas ofertas y la recopilación de datos de los usuarios, [Automattic envió un comunicado después de la publicación de esta historia.](https://automattic.com/2024/02/27/protecting-user-choice/?ref=404media.co), titled "Protecting User Choice." In it, Automattic promises that it's blocked AI crawlers from scraping its sites. The statement says, "We are also working directly with select AI companies as long as their plans align with what our community cares about: attribution, opt-outs, and control. Our partnerships will respect all opt-out settings. We also plan to take that a step further and regularly update any partners about people who newly opt out and ask that their content be removed from past sources and future training."
+404 Media le preguntó a Automattic cómo compiló accidentalmente datos que no debería compartir y si parte de ese contenido se compartió con OpenAI. 404 Media preguntó a Automattic sobre un acuerdo inminente con Midjourney la semana pasada, pero tampoco recibió respuesta en ese momento. En lugar de responder preguntas directas sobre estas ofertas y la recopilación de datos de los usuarios, [Automattic envió un comunicado después de la publicación de esta historia.](https://automattic.com/2024/02/27/protecting-user-choice/?ref=404media.co), titulado "Protección de la elección del usuario". En él, Automattic promete que ha bloqueado a los rastreadores de IA para que no puedan rastrear sus sitios. La declaración dice: "También estamos trabajando directamente con empresas selectas de IA siempre que sus planes se alineen con lo que le importa a nuestra comunidad: atribución, exclusión voluntaria y control. Nuestras asociaciones respetarán todas las configuraciones de exclusión voluntaria. También planeamos vaya un paso más allá y actualice periódicamente a sus socios sobre las personas que recientemente optan por no participar y soliciten que su contenido se elimine de fuentes anteriores y de capacitaciones futuras".

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -41,1 +41,1 @@
-Automattic planea lanzar una nueva configuración el miércoles que permitirá a los usuarios optar por no compartir datos con terceros, incluidas empresas de inteligencia artificial, según la fuente, que habló bajo condición de anonimato y documentos internos. Una nueva sección de preguntas frecuentes que revisamos se titula "¿Qué sucede cuando opta por no participar?" establece que "Si opta por no participar desde el principio, bloquearemos el acceso de los rastreadores a su contenido agregando su sitio a una lista de no permitidos. Si cambia de opinión más adelante, también planeamos informar a los socios sobre las personas que recientemente optan por no participar y solocitaremos que su contenido sea eliminado de fuentes pasadas y de formación futura".
+Automattic planea lanzar una nueva configuración el miércoles que permitirá a los usuarios optar por no compartir datos con terceros, incluidas empresas de inteligencia artificial, según la fuente, que habló bajo condición de anonimato y documentos internos. Una nueva sección de preguntas frecuentes que revisamos se titula "¿Qué sucede cuando opta por no participar?" establece que "Si opta por no participar desde el principio, bloquearemos el acceso de los rastreadores a su contenido agregando su sitio a una lista de no permitidos. Si cambia de opinión más adelante, también planeamos informar a los socios sobre las personas que recientemente optan por no participar y solicitaremos que su contenido sea eliminado de fuentes pasadas y de tratamiento futuro".

View File

@ -1,7 +0,0 @@
--- old
+++ new
@@ -32,2 +32,2 @@
-- publicaciones privadas en blogs públicos
-- posts on deleted or suspended blogs
+- publicaciones privadas de blogs públicos
+- publicaciones de blogs eliminados o suspendidos

View File

@ -1,20 +0,0 @@
--- old
+++ new
@@ -12,1 +12,1 @@
- -
+ - Inteligencia Artificial
@@ -14,1 +14,4 @@
- -
+ - Automattic
+ - Tumblr
+ - WordPress.com
+ - OpenAI
@@ -39,1 +42,1 @@
-Automattic plans to launch a new setting on Wednesday that will allow users to opt-out of data sharing with third parties, including AI companies, according to the source, who spoke on the condition of anonymity, and internal documents. A new FAQ section we reviewed is titled “What happens when you opt out?” states that “If you opt out from the start, we will block crawlers from accessing your content by adding your site on a disallowed list. If you change your mind later, we also plan to update any partners about people who newly opt-out and ask that their content be removed from past sources and future training.” 
+Automattic plans to launch a new setting on Wednesday that will allow users to opt-out of data sharing with third parties, including AI companies, according to the source, who spoke on the condition of anonymity, and internal documents. A new FAQ section we reviewed is titled “What happens when you opt out?” states that "If you opt out from the start, we will block crawlers from accessing your content by adding your site on a disallowed list. If you change your mind later, we also plan to update any partners about people who newly opt-out and ask that their content be removed from past sources and future training."
@@ -41,5 +44,0 @@
-💡
-
-****Do you work at Tumblr or Wordpress and have information about this deal or data compiling effort? I would love to hear from you. Using a non-work device, you can message me securely on Signal at +1 646 926 1726. Otherwise, send me an email at sam@404media.co.****
-
-

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -32,1 +32,1 @@
-- private posts on public blogs
+- publicaciones privadas en blogs públicos

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -24,1 +24,1 @@
-The exact types of data from each platform going to each company are not spelled out in documentation weve reviewed, but internal communications reviewed by 404 Media make clear that deals between Automattic, the platforms' parent company, and OpenAI and Midjourney are imminent.
+Los tipos exactos de datos de cada plataforma que van a cada empresa no se detallan en la documentación que hemos revisado, pero las comunicaciones internas revisadas por 404 Media dejan en claro que los acuerdos entre Automattic, la empresa matriz de las plataformas, y OpenAI y Midjourney son inminentes.

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -26,1 +26,1 @@
-The internal documentation details a messy and controversial process within Tumblr itself. One internal post made by Cyle Gage, a product manager at Tumblr, states that a query made to prepare data for OpenAI and Midjourney compiled a huge number of user posts that it wasnt supposed to. It is not clear from Gages post whether this data has already been sent to OpenAI and Midjourney, or whether Gage was detailing a process for scrubbing the data before it was to be sent.
+La documentación interna detalla un proceso confuso y controvertido dentro del propio Tumblr. Una publicación interna realizada por Cyle Gage, gerente de producto de Tumblr, afirma que una consulta realizada para preparar datos para OpenAI y Midjourney recopiló una gran cantidad de publicaciones de usuarios que no se suponía que debía hacerlo. En la publicación de Gage no queda claro si estos datos ya se enviaron a OpenAI y Midjourney, o si Gage estaba detallando un proceso para borrar los datos antes de enviarlos.

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -57,0 +57,2 @@
+
+OpenAI and Midjourney did not respond to requests for comment.

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -37,1 +37,1 @@
-- contenido de blogs de socios premium (blogs de marcas especiales como el antiguo blog de música de Apple, por ejemplo, que gastó dinero con nosotros en una campaña publicitaria) que pueden tener creatividades que no nos pertenecen y no tenemos los derechos para compartir. con estas fiestas; Este es un poco desconocido para mí, qué acuerdos existen históricamente y qué deberían impedirnos hacer."
+- contenido de blogs de socios premium (blogs de marcas especiales como el antiguo blog de música de Apple, por ejemplo, que gastó dinero con nosotros en una campaña publicitaria) que pueden tener creaciones que no nos pertenecen y no tenemos los derechos para compartir con terceros"

View File

@ -1,5 +0,0 @@
--- old
+++ new
@@ -30,1 +30,1 @@
-"the way the data was queried for the initial data dump to Midjourney/OpenAI means we compiled a list of all tumblrs public post content between 2014 and 2023, but also unfortunately it included, and should not have included:
+"la forma en que se consultaron los datos para el volcado de datos inicial a Midjourney/OpenAI significa que compilamos una lista de todo el contenido de publicaciones públicas de tumblr entre 2014 y 2023, pero desafortunadamente también incluyó, y no debería haber incluido:

View File

@ -1,4 +0,0 @@
--- old
+++ new
@@ -14,0 +14,1 @@
+[Audio-2024-03-02](/Audio-2024-03-02.m4a)

View File

@ -1,4 +0,0 @@
--- old
+++ new
@@ -14,0 +14,1 @@
+[Audio-2024-03-02](/Audio-2024-03-02.m4a)

View File

@ -1,31 +0,0 @@
-----BEGIN PGP MESSAGE-----
wcFMAxNEltWy4DEcAQ//d/RfMRmYnhDFXvqr5P2BqoMgHFiKlODfFaQsFz4yCoXc
AmUAUr1OMOccsSZpNsyMxS7Q0FPH28HEkO1oan6aybwx8pT7U8e3HspZIrZ4auFV
sF0Sp6KcmJCa0EyF4OPOdd5noIweIXZJMZ6XcjHWtUJUoHdyvfPAr5zzcY14Lor2
Mf+ZK6ou287kAUF5fC711k+FTDaHH4hRraZyvcXKmpvVfCsO2/81zSWyc3Gaj/PX
fdmncBWd0BrHBXC+vTdQ0QN5tWTSgztiTV77PgieADv+Kgye9Lb9plHhfp/F7myq
iMTmofDL7Fe/JJCAE0GhPZfzY+AQhbMwSNxozB9zdmo3dqc0L4Z0BropSMl10QIl
8b0jUX6kqDpkPbVJMPRdWBb3GL51gjBC2x/LQQ2B8ft75GuuvxdzkI6dyTwO4l55
hYRIrdSzbpvGUnW+N1TDv6ydRleA+cvaauNEh1kXr6axwUM7ctDfWgqQI4xC/gkB
a3BSgBtL/Xfsx5G4YFvNL3fo8w76Ow+1V6ACSgiW7VKOj9LA4s5/be+nWQ9bC3L1
jiqIjQseJhi2Jizdm0dFVnX1UOchtnmvGMnIvOnQEvqbYl0SI3Ol/jAg7OWw53gr
FWqj0CAqtgyozKwdwSBeKOWGXQrGMGaQysC622sKR8njUZr3v/kCDIRgGhwAiL3S
wikBbmY9Fe9IJFaatDeNX1o15snH+l7kHk4otF2TNnkfC//KG6TeN7DpAMLNFs8k
7p/M/1Zn8NYi6XMJBWqFEKG8AlCOgAtyj2qN0cE89Sr9Q4hPDLi7Iw4ONw3CD32a
+JAqwRZURrRcDrVyakwqydhBHe2Hq20zDvSpoGLoSDr3vzyWXje7MnQ2HDv9+rhs
a6fLHsVqvkMdv48euD20WAl28rspD/cSdbXarV/d04FhXxMl7r+LFKGVQQIC0Fpi
rBQdMKmUKQqYatspH2NkPeb98ivhUO6JP+mEQ1hZzNH7K7ZWTHZr3e4myur8Htkx
n3oQBxRGLL1afb5i2SqXdLxIsi3LzR80Bb062ZJCyi/CZjgAZet+xgs7/abBSG3j
6ZiuQQ8CjTbZetQZKeuU/nWef50tf58RaCSNMQ6KH4Fmymo+RoGWU4sXBv9IaGyy
upDAdigVJMj5JlrlJhDVZEVIPxKE/m8/B0LBknBM5fZ3Nra3akowbRlp1MqSvuDD
X/rs14tepTpWljeoXyHC00DysYxmGG9xPk8E+nJRJl7zGZibZdCP6OCoxeVXP7ds
PwoCfFTkCIdKymiAu95gHkx/rbGyipMwXXlYg/2mX4obsRr29RDm6ftUSJnHyRTn
NR923ZwGGDqxpKD8Lj8SeRH8yd4uotEAB4LJRyaezvDS2NTZDt2Dzfks69xlDT77
r889VHVbtw1jNtizyIC1cPuNxQJNSviZS+2cbWBkT8zp1CQb0zlmd0gtDjixqoz7
fDfqDWRR5IvvK1KNPiiha474w/OZLN9+TQoDf6gjDqC+qnKwWHPsBQT+dkP0LoHy
Ec2xsfaPAbr9LemPn6kdI5C7FOd9UmFctoRYm2s9RQIPir2TpowSH6QUCrj67ulC
KwscbbsiyHV6rjdnrcoUAtLAmfYJvi9UCOC2VzuQ6yXuptoBoey1NUZ63SKqjjeX
mfAi0KQ7P5rUHhyqrvs29jX9GsAdemVDHu77
=CNIT
-----END PGP MESSAGE-----

View File

@ -1,37 +0,0 @@
-----BEGIN PGP MESSAGE-----
wcFMAxNEltWy4DEcARAAvl92CWgTFzr16jPCLYwiYYUXHYaxlcEgdW8dWDFR7s5H
l+XjpgIRg6NjrUKLHY9EQ6hMOV4rRbV76ijXSDKZG+nPi/kaVGCKiTzyMAfsdZmq
2Uc5NtMevqA77mLyipgEoo7gDp4US8XQzFjkNFH8vJ8xN7ITc9wIIBmD/P+y/PE2
RNADC4jSGe+v8oL6XAo2EspvNWWX0tTkUC+UbND5TaDi8QZ6CYT6reuMeqiCGk3I
0IhA6NYm5WgdsWAH16T1s8oHSRVTUI843RxMyDaOo2lDiQ5Y5ToTT0c1a7Zo7z/r
5DRjztaG8brgu1tU8QEsfVlImeXXMxbA4LDKYO4K+ndk4FNC8C3HPUrP69zbgn8/
U1EU0TVVjXv93RJR0NdmUVArgPcmPg+GfMQpVzD6IGfzLF0Uln3BdBXbrUnTUN63
IxRlnEtpmtONdZ08ydtbAgE4qfBi0TFvjWgylMSQEQadxfnV48OJD4G3AhS3UUGQ
wVAVkoeBV7ms6qXn9I3inHJ8vdgeB8dongUwQZzinJbA1cQAX1I5PzzXxvi4V9Lr
KadODFrlvGSgFYKWVSNzZKHqBAirf+pIDELNl02SBLRgD6SkA5LkydAM+ZYftppK
dn+GolOkdlh0NX1tdWImu3Dhdz5HXaX2aGoWD0VdcLP06GBhcxgOYjbqpu8Z3D7S
w1gB8MGKKzoF9/rOcMMnXM9rUWWG2Lj6GXOergeo+SEal2pQq91jaFCkQz1GLVab
WKhpqOF8069RAgqIUCg8RFdyr+dgbl+IegAIBgfZ3MjLYNhLxVNdUD4KaHHb4aDz
FEC5Hbg5pmUHCcyh8LL2SBi+vXLAQ2LOU5A16Bt57uDeh5qeIhd8w2ymAAIrJgKJ
ISRT99UpZsoF9XbgGt/J1HXTmMbuziRIXAuaYYQq1OhoQ7GNOSPlITZ2bjU5hsrp
vOq/mfifKjwHo7XSvmLDJYQB85HEvHCdnmYLkgGsJuhZVFwUqm4b6/KmHDwL1NEs
3W4YqVxvg266+laUTl0kUrxoOZD5rVNSficicVtr206aYbBsGvLlPInDNtaahB7h
oJWpnuiDSgbTThMWSAZAZ6jZtkliyI69FGmHjD5be0b3srBYS9GGoRwWqwWhH1AH
OQVyG8J8BVl59Z+UyPq72F5FM8V/3BYlHS803LKksMxLTGf6awJP5ucWqKwA8+Kv
zkEGU2/+nqVKW5ySeDC38+BA3SvQnyP7Xi3r90vfhYyW2l4ZIGvizlQk1FUvtULX
q08BLYdRjUBDxg3hKg7AuWM27Ha4qGml3RiZOS4HnoEFsnoLfcZwFV8S1AbTQvNv
7Q11IizYJkRGJXXYIAuFzXm13str+cwx0oJaIQIZLO13htiqaaZ35FTfvbbDH7RQ
/Otpyq64duB2bzMVIWeJHKymvdfgSxwtSyJJZAu9qTJW7YGKgfHGIUevnabaUxDH
LbOTRIDZQF2uogyX6mWooJCKo+ZQQjk2EpMHWeyXIWRatMk34aJMZdnXg0hKktOD
ssWdDcMrPl5El4cPWI09++FCOKlGqaCq1iK+bjkzR/m9rJSTRIPH3w8ygj/oUBdf
0fFK9sPB2wEP2+XFu38NKVBdom+j6HJaJpEDA6Ot/zW+2kdJqtbW9ClR69xrFA8x
921qKOqBrQvG7YaVu3cIRM4139HMP7iepEYnODPsTn7CgVpLRvjIt50g8Xbbg24i
GtkT43vKQB/eTZy0rJ4HkkYoEiWoiMX0cRJI5680OxM8H+DqAR+5mUdgJt/5x/FF
JgbmPdifN44kOUuzg4ITymmutD0BfTUEDk0b+hPEqkoyw5Ix5WYRyEOnMUOy3YNk
+TJi67zwV1uDzHjW7XyrGfx1xn7wILjeWwCh469j+1X92Zqtr1124gQca4yNBdfO
PaDAlcdE5ABc6my7HcVHpty7yOUuALgi2RhdW1dnhO6K/xpYeH6GsSOL/Fc3snTk
W7XJcLrCa/G6DUOAc3xgKvDBVKxkB9XNkmUXkKaKA+6UCGrYrs1CIKjulFv0mXFT
qvk57osTxo5pf0ZDUIaxswQBdyYPex+/z6SlOFOmFAsR1+H7iWXrPaLy
=5zvk
-----END PGP MESSAGE-----

View File

@ -1,5 +0,0 @@
[Trash Info]
Name="20240249200248.md.gpg"
Path=""
DeletionDate=1708438962192
Version=2

View File

@ -1,5 +0,0 @@
[Trash Info]
Name="20240249200248.md"
Path=""
DeletionDate=1708311626821
Version=2

View File

@ -1,5 +0,0 @@
[Trash Info]
Name="20240249200248.md.gpg"
Path="/fleeting-notes"
DeletionDate=1708446651036
Version=2

View File

@ -1,5 +0,0 @@
[Trash Info]
Name="20240249200248.md.gpg"
Path="/fleeting-notes"
DeletionDate=1708455816075
Version=2

View File

@ -1,5 +0,0 @@
[Trash Info]
Name="20240249200248.md.gpg"
Path="/fleeting-notes"
DeletionDate=1708609940808
Version=2

View File

@ -1,5 +0,0 @@
[Trash Info]
Name="20240249200248.md"
Path="/fleeting-notes"
DeletionDate=1708453912258
Version=2

View File

@ -1,5 +0,0 @@
[Trash Info]
Name="20240249200248.md"
Path="/fleeting-notes"
DeletionDate=1708455877818
Version=2

View File

@ -1,5 +0,0 @@
[Trash Info]
Name="20240251072400.md.gpg"
Path=""
DeletionDate=1708438948813
Version=2

View File

@ -1,5 +0,0 @@
[Trash Info]
Name="20240251072400.md"
Path=""
DeletionDate=1708436580011
Version=2

View File

@ -1,5 +0,0 @@
[Trash Info]
Name="20240251104508.md"
Path="/fleeting-notes"
DeletionDate=1708447517593
Version=2

View File

@ -1,5 +0,0 @@
[Trash Info]
Name="20240259093717.md"
Path=""
DeletionDate=1709134732191
Version=2

Some files were not shown because too many files have changed in this diff Show More