Moi

56.6K posts

Moi banner
Moi

Moi

@Moises

Ingeniero

Katılım Şubat 2007
3.8K Takip Edilen3.5K Takipçiler
Sabitlenmiş Tweet
Moi
Moi@Moises·
“La creatividad requiere tener el valor de desprenderse de las certezas.” ~Erich Fromm
Moi tweet media
Guadalajara, Jalisco 🇲🇽 Español
3
1
18
0
Moi
Moi@Moises·
“Art washes away from the soul the dust of everyday life.” ~Pablo Picasso via @momentumdash
English
0
0
0
16
Moi retweetledi
Tuki
Tuki@TukiFromKL·
🚨 Do you understand what happened in the last 24 hours? > Zuckerberg killed the Metaverse after burning $80 billion on cartoon avatars nobody used > Sam Altman took $13 billion from Microsoft then sold OpenAI's cloud to Amazon for $50 billion.. Microsoft just found out they funded their own competition > Anthropic made an AI that takes orders from your phone and does your work while you sleep.. > X dropped a dislike button AND a mute-entire-countries button in the same week.. > YouTube asking you to flag AI slop is just Google getting 2 billion people to train their next model for free > 93% of US jobs can now be partly done by AI.. Same week companies started giving the weakest raises since 2008 > Apple started rejecting vibe-coded apps from the App Store > xAI is paying Wall Street bankers $100/hour to teach Grok how to replace Wall Street bankers.. They're taking the money.. > A mystery AI model appeared on benchmarks beating everything.. Developers think DeepSeek is quietly testing their next weapon > Bloomberg asked "Is the AI bubble about to burst" the same day Nvidia said the chip market will hit $1 trillion.. One of them is dead wrong.. > The UK government backed down on AI copyright after artists revolted.. First government to flinch > The Fed said rate hikes are back on the table and blamed AI data centers for making inflation worse And it's only Wednesday. See you tomorrow. It'll be worse. If you're not following me you're finding out about this stuff 48 hours late from someone who read my post
Tuki@TukiFromKL

🚨 Do you understand what happened in the last 24 hours? > A Chinese lab made AI 25% cheaper and gave it away for free. OpenAI charges you $200/month for worse. > A robot got arrested in China. Not shut down.. Arrested... Catching charges before GTA 6 dropped. > JPMorgan told Meta to fire 20% of staff.. Meta did it that night.. The stock went UP but 14,000 people lost their jobs and Wall Street clapped. > Elon poached the engineers who built Cursor and said SpaceX will "far exceed" everyone in AI.. > xAI is paying Wall Street bankers to teach AI how to replace Wall Street bankers... They're taking the money. 💀 > Jensen said Nvidia will hit $1 TRILLION in revenue by 2027.. Lost $600B in January and recovered in two weeks.. Then named his price. > OpenAI gave AI agents the power to spawn OTHER AI agents.. The AI now hires its own employees. > Manus put a full AI agent on your desktop.. Every $15/month SaaS tool just became obsolete. > An AI CMO launched that replaces your entire marketing team for $99/month. Your social media manager, SEO guy, content writer - all of them for $99. > Nvidia launched DLSS 5 - AI that upgrades your game graphics in real time to worse And it's only Monday. See you tomorrow. It'll be worse.

English
774
7.4K
48.7K
9M
Moi retweetledi
Abraham Levy
Abraham Levy@hombredeltiempo·
Esta es una barra de hierro de 1000 gramos. En su estado bruto, tiene un valor aproximado de 100 dólares. Si se transforma en herraduras, su valor aumenta a unos 250 dólares. Si se transforma en agujas de coser, su valor asciende a unos 70.000 dólares. Si se transforma en resortes y engranajes de reloj, puede valer alrededor de 6 millones de dólares. Y si se transforma en componentes láser de precisión, como los que se utilizan en litografía, su valor puede alcanzar los 15 millones de dólares. Tu valor no se define únicamente por lo que eres físicamente, sino por cómo transformas tu potencial en algo extraordinario.
Amazing Physics@amazing_physics

This is a 1000-gram iron bar. In its raw form, it’s worth around $100. If it’s turned into horseshoes, its value rises to about $250. If it’s made into sewing needles, its value jumps to roughly $70,000. If it’s crafted into watch springs and gears, it can be worth around $6 million. And if it’s transformed into precision laser components, like those used in lithography, its value can reach $15 million. Your value is not defined only by what you are made of, but by how well you shape your potential into something extraordinary.

Español
105
1.1K
4.4K
290.6K
Moi retweetledi
SoyITPro
SoyITPro@SoyITPro·
🌐 Guía de comandos fundamentales para la depuración de redes que todo #Sysadmin debe conocer. Comparando las herramientas utilizadas en sistemas #Linux/#MacOS frente a #Windows
SoyITPro tweet media
Español
0
80
353
8.6K
Moi retweetledi
Nikita Bier
Nikita Bier@nikitabier·
For the rest of the year, the word for everyone working at the frontier of AI will be: Prosumer
English
1.4K
267
4.5K
413.5K
Moi
Moi@Moises·
“No one saves us but ourselves. No one can and no one may. We ourselves must walk the path.” – Paul Carus, summarized from the Dhammapada, verse 165 via @momentumdash
English
0
0
0
21
Moi retweetledi
ESPN.com.mx
ESPN.com.mx@ESPNmx·
¡SUPERANDO SUS LÍMITES! 👏🔥 🇲🇽 Así fue el intenso cierre de carrera de Isaac Del Toro, que con ayuda de su equipo UAE Team Emirates XRG, logró llevarse la etapa reina del Tirreno-Adriático.
Español
5
137
897
24K
Moi retweetledi
sysxplore
sysxplore@sysxplore·
Linux filesystem and directory structure🐧 📁 / ├── 📁 bin │ ├── ⚙️ ls │ └── ⚙️ bash ├── 📁 boot │ ├── 💾 vmlinuz │ └── 💾 initrd.img ├── 📁 dev │ ├── 💿 sda1 │ └── 💿 sdb ├── 📁 etc │ ├── 🛠️ passwd │ └── 🛠️ fstab ├── 📁 home │ ├── 📁 james │ │ ├── 🛠️ .bashrc │ │ ├── 📁 documents │ │ └── 📁 .ssh │ │ ├── 🔐 id_rsa │ │ └── 🔑 authorized_keys │ └── 📁 traw │ ├── 🛠️ .profile │ ├── 📁 pictures │ └── 📁 .ssh │ ├── 🔐 id_rsa │ └── 🔑 authorized_keys ├── 📁 lib │ ├── ⚙️ libc.so │ └── ⚙️ libm.so ├── 📁 media │ ├── 📁 cdrom │ └── 📁 usb ├── 📁 mnt │ └── 📁 mymount ├── 📁 opt │ └── 📁 myapp ├── 📁 proc │ ├── 📄 cpuinfo │ └── 📄 meminfo ├── 📁 root │ ├── 🛠️ .bash_history │ └── 📁 .ssh │ ├── 🔐 id_rsa │ └── 🔑 authorized_keys ├── 📁 run │ ├── 📄 utmp │ └── 📄 systemd ├── 📁 sbin │ ├── ⚙️ init │ └── ⚙️ reboot ├── 📁 srv │ └── 📁 myservice ├── 📁 sys │ ├── 📄 devices │ └── 📄 firmware ├── 📁 tmp │ ├── 📄 temp1 │ └── 📄 temp2 ├── 📁 usr │ ├── 📁 bin │ │ ├── ⚙️ perl │ │ └── ⚙️ python │ ├── 📁 lib │ │ ├── ⚙️ libssl.so │ │ └── ⚙️ libcrypto.so │ └── 📁 local │ ├── 📁 bin │ ├── 📁 lib │ └── 📁 share └── 📁 var ├── 📁 log │ ├── 📄 syslog └── 📄 auth.log ├── 📁 mail ├── 📁 run ├── 📁 spool └── 📁 www
English
25
477
3.4K
174.6K
Moi
Moi@Moises·
“Centrémonos en el cómo, y eso nos dará el qué y el por qué.” ~ Young Sherlock -Holmes-
Español
0
0
0
48
Moi
Moi@Moises·
¿El aprendizaje es un imposible lógico? Platón indica que no se puede buscar lo que ya se sabe ni lo que se ignora. La #Anámnesis es la clave: el alma es inmortal y posee la verdad en su totalidad; aprender no es adquirir nuevo saber, sino recordar lo olvidado en el nacimiento.
Español
0
0
0
24
Moi retweetledi
Winston Ighodaro
Winston Ighodaro@Officialwhyte22·
Many people believe plugging in a USB drive leaves no trace once it’s removed. In reality, Windows treats removable devices like permanent guests. Every USB storage device ever connected is recorded in the registry, along with its manufacturer, product name, serial number, and the last time it was seen. This makes USB activity one of the easiest insider threats to investigate during forensic analysis. Even if files are deleted and the USB drive is long gone, the system still remembers it. Windows logs the device under USBSTOR, assigns it a drive letter, and records installation events in system logs. Investigators can correlate these artifacts to prove that a specific USB device was connected to a specific machine and often determine whether it was used for data transfer. In the terminal below, the investigator(me) queries the registry to list all USB storage devices that have ever been connected. A SanDisk USB device stands out, complete with a unique serial number. Mounted device records reveal it was assigned drive letter F:. Event logs confirm exactly when the USB driver was installed, and disk queries show how the device appeared to the system. Even without the USB present, the evidence remains. This is how forensic analysts catch data theft that insiders assume is invisible.
Winston Ighodaro tweet media
Security Trybe@SecurityTrybe

Windows keeps a permanent record of every USB device you’ve ever plugged in even after it’s removed.

English
18
200
1K
126.1K
Moi
Moi@Moises·
Pues... vámonos.
Español
0
0
0
17
Moi retweetledi
Juan Ortiz 🗳️👁‍🗨
Juan Ortiz 🗳️👁‍🗨@Juan_OrtizMX·
🗳️📌 QUIÉN ES QUIÉN EN LA VOTACIÓN DE LA REFORMA ELECTORAL Total de votos: 494 ✅ 259 votos a favor ❌ 234 votos en contra 🟨 1 voto en abstención Así votaron: 🟫Morena voto a favor en su mayoría. Pero 3 votaron en contra: - Giselle Arellano Ábila - Alejandra Chedraui Peralta - Santy Montemayo Y se ausentaron: - Manuel Espino (tiene un tema de salud) - Jesus Jiménez - Iván Peña - Olga Sánchez 🟩 PVEM votó en contra en su mayoría Pero 12 votaron a favor: - Anabel Costas - Cabrera Lagunas - José Brana - Carlos Canturosas - Manuel Cota - Denisse Guzmán - Blanca Hernández - Hilda Licerio - Mario López Hernández - Iván Marín - Alejandro Pérez Cuéllar - Maricela Silva Se abstuvo Raúl Bolaños Cacho 🟥 PT votó en contra en su mayoría Pero 1 votó a favor: Jesús Corral Ordoñez Y 1 ausencia de José Alejandro Aguilar 🔴 PRI votó en contra, pero tuvo una ausencia de Marcela Guerra 🟦PAN votó en contra al 100% 🟧MC votó en contra al 100% 🟡 La diputada del Movimiento del Sombrero, Guadalupe Mendoza Arias, votó en contra
Juan Ortiz 🗳️👁‍🗨 tweet mediaJuan Ortiz 🗳️👁‍🗨 tweet media
Español
85
750
2.4K
134.7K
Moi retweetledi
Miguel Ángel Durán
Miguel Ángel Durán@midudev·
Este repositorio es una joya. Te da todos los pasos e instrucciones para proteger y asegurar tu servidor Linux. Perfecto por si tienes un servidor propio o VPS: github.com/imthenachoman/…
Miguel Ángel Durán tweet media
Español
15
556
4.3K
131.4K
Moi retweetledi
Héctor Ayala
Héctor Ayala@hector_ayalaMX·
Que gran video, explica la importancia de Irán en el mundo, como su marco histórico. Créditos a quien corresponda.
Español
207
7.8K
27.8K
830.2K
Moi retweetledi
Tips Excel
Tips Excel@gudanglifehack·
Layers of AI
Tips Excel tweet media
English
17
448
2.5K
67.6K