Fede

2.4K posts

Fede banner
Fede

Fede

@P3luKa33

Encom / Web3Crew / Fluxyn c3RhcnRlZCBmcm9tIHRoZSBib3R0b20= Host Solidity Devs & Web3 Startups

Worldwide Katılım Mart 2013
5.2K Takip Edilen1.1K Takipçiler
Fede
Fede@P3luKa33·
@abogadoaboitiz estamos organizando un evento de AI y tenemos un panel de legal tech nos gustaría conversar con vos
Español
1
0
1
27
Fede retweetledi
Miguel Ángel Durán
Miguel Ángel Durán@midudev·
Si estás usando npm install, estás en peligro. ¡Así de crudo te lo cuento para que reacciones! Ayer se comprometieron paquetes de TanStack en npm. De las bibliotecas más usadas en el mundo JavaScript. Y de ahí saltó a Mistral, OpenSearch, UiPath, PyPI... Porque muchos ataques no necesitan que importes nada. Basta con una instalación para infectarte. ¿Cómo? Colando scripts como preinstall o postinstall que se ejecutan durante la instalación. Lo importante es que tiene solución: ① Usa pnpm 11 Viene con defensas por defecto contra este tipo de ataques. ② Si sigues usando pnpm 10, npm, yarn o bun Activa minimumReleaseAge y ponle 1440. Evita instalar versiones publicadas el mismo día. ③ Bloquea scripts de instalación por defecto pnpm evita que cualquier dependencia ejecute código en tu máquina solo por instalarla. Por favor, comparte esto para que le llegue al máximo número de personas y paremos la cadena de ataques.
Miguel Ángel Durán tweet media
Español
65
706
3.5K
302.7K
Fede retweetledi
Miguel Ángel Durán
Miguel Ángel Durán@midudev·
Yo usando Claude Code con Opus 4.7 para mover el margen de un div 2px.
Español
49
235
3.1K
119.6K
Fede retweetledi
santi
santi@santtiagom_·
El incidente no empezó en Vercel. Lo que pasó fue: → Un empleado usaba Context(.)ai → Context(.)ai fue comprometida → El atacante obtiene acceso a su Google Workspace A partir de ahí: → entra al Workspace de Vercel → se mueve internamente + escala permisos → llega a entornos de Vercel Cuando llega a los entornos pasa esto: Las env vars están cifradas. Pero algunas pueden marcarse como “sensitive”, lo que agrega más restricciones. El atacante no rompió el cifrado, pero aprovechó variables que no estaban marcadas como sensibles para avanzar dentro del sistema. Accedieron a ciertos entornos. Igualmente, ya contactaron a los potencialmente afectados. La IA permite ejecutar estos ataques de forma mucho más rápida y simple: actuar como un usuario válido, entender el sistema y escalar accesos.
Guillermo Rauch@rauchg

Here's my update to the broader community about the ongoing incident investigation. I want to give you the rundown of the situation directly. A Vercel employee got compromised via the breach of an AI platform customer called Context.ai that he was using. The details are being fully investigated. Through a series of maneuvers that escalated from our colleague’s compromised Vercel Google Workspace account, the attacker got further access to Vercel environments. Vercel stores all customer environment variables fully encrypted at rest. We have numerous defense-in-depth mechanisms to protect core systems and customer data. We do have a capability however to designate environment variables as “non-sensitive”. Unfortunately, the attacker got further access through their enumeration. We believe the attacking group to be highly sophisticated and, I strongly suspect, significantly accelerated by AI. They moved with surprising velocity and in-depth understanding of Vercel. At the moment, we believe the number of customers with security impact to be quite limited. We’ve reached out with utmost priority to the ones we have concerns about. All of our focus right now is on investigation, communication to customers, enhancement of security measures, and sanitization of our environments. We’ve deployed extensive protection measures and monitoring. We’ve analyzed our supply chain, ensuring Next.js, Turbopack, and our many open source projects remain safe for our community. The recommendation for all Vercel customers is to follow the Security Bulletin closely (vercel.com/kb/bulletin/ve…). My advice to everyone is to follow the best practices of security response: secret rotation, monitoring access to your Vercel environments and linked services, and ensuring the proper use of the sensitive env variables feature. In response to this, and to aid in the improvement of all of our customers’ security postures, we’ve already rolled out new capabilities in the dashboard, including an overview page of environment variables, and a better user interface for sensitive env var creation and management. As always, I’m totally open to your feedback. We’re working with elite cybersecurity firms, industry peers, and law enforcement. We’ve reached out to Context to assist in understanding the full scale of the incident, in an effort to protect other organizations and the broader internet. I also want to thank the Google Mandiant team for their active engagement and assistance. It’s my mission to turn this attack into the most formidable security response imaginable. It’s always been a top priority for me. Vercel employs some of the most dedicated security researchers and security-minded engineers in the world. I commit to keeping you updated and rolling out extensive improvements and defenses so you, our customers and community, can have the peace of mind that Vercel always has your back.

Español
14
141
1.7K
277.5K
Fede retweetledi
crypto.news
crypto.news@cryptodotnews·
JUST IN: Spain’s $800B+ banking giant BBVA is rolling out Ripple Custody into its core banking system
crypto.news tweet mediacrypto.news tweet media
English
40
444
1.9K
153.9K
Fede retweetledi
Juan
Juan@7uanF·
Para el que quiera buscar vuelos baratos acá les dejo esta API para Google Flights sin tener que scrappear: (pronto me toca usarla) Link: 🔗 github.com/punitarani/fli
Juan tweet media
Español
8
97
1.3K
75.1K
Fede retweetledi
George Pu
George Pu@TheGeorgePu·
Mistral just open-sourced a text-to-speech model that beats ElevenLabs. 3 GB of RAM. Runs locally. Free. The thing people were paying per-word for last year runs on your laptop now.
George Pu tweet media
English
132
848
8.6K
435.1K
Fede retweetledi
Guillermo Rauch
Guillermo Rauch@rauchg·
Almost every SaaS app inside Vercel has now been replaced with a generated app or agent interface, deployed on Vercel. Support, sales, marketing, PM, HR, dataviz, even design and video workflows. It’s shocking. The SaaSpocalypse is both understated and overstated. Over because the key systems of record and storage are still there (Salesforce, Snowflake, etc.) Understated because the software we are generating is more beautiful, personalized, and crucially, fits our business problems better. We struggled for years to represent the health of a Vercel customer properly inside Salesforce. Too much data (trillions of consumption data points), the ontology of Vercel was a mismatch to the built-in assumptions, and the resulting UI was bizarre. We generated what we needed instead. When you don’t need a UI, you just ask an agent with natural language. We’ve also been moving off legacy systems with poor, slow, outdated, and inconsistent APIs, as well as just dropping abstraction down to more traditional databases. UI is a function 𝑓 of data (always has been), and that 𝑓 is increasingly becoming the LLM.
English
261
135
2K
847.7K
Fede retweetledi
Viktor Oddy
Viktor Oddy@viktoroddy·
Access ALL prompts for stunning animated websites in one click: motionsites.ai 🎯 FULL RECREATION PROMPT Build a single-page landing page for an AI-powered web design agency using React + Vite + TypeScript + Tailwind CSS + shadcn/ui. The aesthetic is dark, premium, Apple-inspired with a custom "liquid glass" morphism effect. Pure black background throughout. FONTS & DESIGN SYSTEM Google Fonts import: Instrument Serif (italic) — headings Barlow (300, 400, 500, 600) — body text Tailwind config — extend fontFamily: heading: ["'Instrument Serif'", "serif"] body: ["'Barlow'", "sans-serif"] CSS Variables (:root in index.css): --background: 213 45% 67%; --foreground: 0 0% 100%; --primary: 0 0% 100%; --primary-foreground: 213 45% 67%; --border: 0 0% 100% / 0.2; --radius: 9999px; --font-heading: 'Instrument Serif', serif; --font-body: 'Barlow', sans-serif; All headings use: font-heading italic text-white tracking-tight leading-[0.9] All body text uses: font-body font-light text-white/60 text-sm All buttons use: font-body with rounded-full LIQUID GLASS CSS (in @layer components) Two variants — .liquid-glass (subtle) and .liquid-glass-strong (more visible): .liquid-glass: background: rgba(255, 255, 255, 0.01); background-blend-mode: luminosity; backdrop-filter: blur(4px); border: none; box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1); position: relative; overflow: hidden; ::before pseudo-element — a gradient border mask: content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1.4px; background: linear-gradient(180deg, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0.15) 20%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 60%, rgba(255,255,255,0.15) 80%, rgba(255,255,255,0.45) 100%); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; .liquid-glass-strong: Same but backdrop-filter: blur(50px), stronger box-shadow: 4px 4px 4px rgba(0,0,0,0.05), inset 0 1px 1px rgba(255,255,255,0.15), and slightly higher gradient opacity (0.5 / 0.2). SECTION 1 — NAVBAR (fixed) Fixed at top-4, full-width, z-50. Left: logo image (48×48). Center: a liquid-glass rounded-full pill containing nav links ("Home", "Services", "Work", "Process", "Pricing") as text-sm font-medium text-foreground/90 + a solid white bg-white text-black rounded-full "Get Started" button with ArrowUpRight icon. SECTION 2 — HERO (1000px height) Container: relative overflow-visible, height 1000px, black background. Background video: src: d8j0ntlcm91z4.cloudfront.net/user_38xzZboKV… Position: absolute, top: 20%, w-full h-auto object-contain z-0 Autoplay, loop, muted, playsInline Poster fallback image at /images/hero_bg.jpeg Overlays: absolute inset-0 bg-black/5 z-0 (light darkening) Bottom gradient: absolute bottom-0 left-0 right-0 z-[1], height 300px, linear-gradient(to bottom, transparent, black) Content (z-10, centered, paddingTop 150px): Badge pill: liquid-glass rounded-full containing a white bg-white text-black rounded-full "New" tag + "Introducing AI‑powered web design." text Heading: Use a BlurText animation component — text: "The Website Your Brand Deserves" — text-6xl md:text-7xl lg:text-[5.5rem] font-heading italic text-foreground leading-[0.8] tracking-[-4px] — animates word-by-word from bottom with blur-to-clear effect (delay 100ms per word) Subtext (motion.p): "Stunning design. Blazing performance. Built by AI, refined by experts. This is web design, wildly reimagined." — fades in with blur at 0.8s delay CTA buttons (motion.div, 1.1s delay): liquid-glass-strong rounded-full "Get Started" + ArrowUpRight icon, and a text-only "Watch the Film" + Play icon Partners bar at bottom (mt-auto pb-8 pt-16) BlurText component: Uses motion/react (framer-motion). Splits text by words, each word animates via IntersectionObserver with filter: blur(10px) → blur(5px) → blur(0px), opacity: 0 → 0.5 → 1, y: 50 → -5 → 0. Step duration 0.35s. SECTION 3 — PARTNERS BAR Centered column. Top: liquid-glass rounded-full badge "Trusted by the teams behind". Below: horizontal row of partner names ("Stripe", "Vercel", "Linear", "Notion", "Figma") rendered as text-2xl md:text-3xl font-heading italic text-white, gap-12. SECTION 4 — START SECTION ("How It Works") Full-width section, min-height: 700px, py-32 px-6 md:px-16 lg:px-24. Background HLS video: src: stream.mux.com/9JXDljEVWYwWu0… Use hls.js library. Absolute, full cover, z-0. Top + bottom fade gradients (200px each, black ↔ transparent). Content (z-10, centered, min-height 500px): Badge: liquid-glass rounded-full — "How It Works" Heading: "You dream it. We ship it." — text-4xl md:text-5xl lg:text-6xl font-heading italic Subtext: "Share your vision. Our AI handles the rest—wireframes, design, code, launch. All in days, not quarters." Button: liquid-glass-strong rounded-full "Get Started" + ArrowUpRight SECTION 5 — FEATURES CHESS (alternating rows) py-24 px-6 md:px-16 lg:px-24. Header: badge "Capabilities", heading "Pro features. Zero complexity." Row 1 (text left, image right): H3: "Designed to convert. Built to perform." P: "Every pixel is intentional. Our AI studies what works across thousands of top sites—then builds yours to outperform them all." Button: liquid-glass-strong rounded-full "Learn more" Image: GIF in liquid-glass rounded-2xl overflow-hidden container Row 2 (image left, text right — using lg:flex-row-reverse): H3: "It gets smarter. Automatically." P: "Your site evolves on its own. AI monitors every click, scroll, and conversion—then optimizes in real time. No manual updates. Ever." Button: "See how it works" SECTION 6 — FEATURES GRID (4 columns) Badge "Why Us", heading "The difference is everything." 4 cards in grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6. Each card: liquid-glass rounded-2xl p-6. Contains: Icon in liquid-glass-strong rounded-full w-10 h-10 circle Title: text-lg font-heading italic text-white Description: text-white/60 font-body font-light text-sm Cards: ⚡ Zap — "Days, Not Months" — "Concept to launch at a pace that redefines fast." 🎨 Palette — "Obsessively Crafted" — "Every detail considered. Every element refined." 📊 BarChart3 — "Built to Convert" — "Layouts informed by data. Decisions backed by performance." 🛡️ Shield — "Secure by Default" — "Enterprise-grade protection comes standard." SECTION 7 — STATS Background HLS video: src: stream.mux.com/NcU3HlHeF7CUL8… Desaturated: style={{ filter: 'saturate(0)' }}. Top + bottom black fades (200px). Content (z-10): liquid-glass rounded-3xl p-12 md:p-16, grid grid-cols-2 lg:grid-cols-4 gap-8 text-center: "200+" — "Sites launched" "98%" — "Client satisfaction" "3.2x" — "More conversions" "5 days" — "Average delivery" Values: text-4xl md:text-5xl lg:text-6xl font-heading italic text-white Labels: text-white/60 font-body font-light text-sm SECTION 8 — TESTIMONIALS Badge "What They Say", heading "Don't take our word for it." 3-column grid. Each: liquid-glass rounded-2xl p-8. Quote in text-white/80 font-body font-light text-sm italic. Name: text-white font-body font-medium text-sm. Role: text-white/50 font-body font-light text-xs. Testimonials: Sarah Chen, CEO Luminary — "A complete rebuild in five days..." Marcus Webb, Head of Growth Arcline — "Conversions up 4x..." Elena Voss, Brand Director Helix — "They didn't just design our site..." SECTION 9 — CTA FOOTER Background HLS video: src: stream.mux.com/8wrHPCX2dC3msy… Top + bottom black fades (200px). Content (z-10, centered): Heading: "Your next website starts here." — text-5xl md:text-6xl lg:text-7xl Subtext: "Book a free strategy call. See what AI‑powered design can do." Two buttons: liquid-glass-strong "Book a Call" + solid bg-white text-black "View Pricing" Footer: mt-32 pt-8 border-t border-white/10, copyright "© 2026 Studio" + links (Privacy, Terms, Contact) in text-white/40 text-xs DEPENDENCIES hls.js, motion (framer-motion), lucide-react, tailwindcss-animate KEY PATTERNS All section badges use: liquid-glass rounded-full px-3.5 py-1 text-xs font-medium text-white font-body inline-block mb-4 All section headings use: text-4xl md:text-5xl lg:text-6xl font-heading italic text-white tracking-tight leading-[0.9] All video sections use HLS via hls.js with Safari fallback (canPlayType) All video fades: 200px height, linear-gradient(to bottom/top, black, transparent) Outer page wrapper: bg-black overflow-visible Here's the complete, detailed prompt to recreate this landing page: PROMPT TO RECREATE LANDING PAGE Build a single-page landing page for an AI-powered web design agency using React + Vite + TypeScript + Tailwind CSS + shadcn/ui. The aesthetic is dark, premium, Apple-inspired with a custom "liquid glass" morphism effect. Pure black background throughout. FONTS & DESIGN SYSTEM Google Fonts import: Instrument Serif (italic) — headings Barlow (300, 400, 500, 600) — body text Tailwind config — extend fontFamily: heading: ["'Instrument Serif'", "serif"] body: ["'Barlow'", "sans-serif"] CSS Variables (:root in index.css): --background: 213 45% 67%; --foreground: 0 0% 100%; --primary: 0 0% 100%; --primary-foreground: 213 45% 67%; --border: 0 0% 100% / 0.2; --radius: 9999px; --font-heading: 'Instrument Serif', serif; --font-body: 'Barlow', sans-serif; All headings use: font-heading italic text-white tracking-tight leading-[0.9] All body text uses: font-body font-light text-white/60 text-sm All buttons use: font-body with rounded-full LIQUID GLASS CSS (in @layer components) Two variants — .liquid-glass (subtle) and .liquid-glass-strong (more visible): .liquid-glass: background: rgba(255, 255, 255, 0.01); background-blend-mode: luminosity; backdrop-filter: blur(4px); border: none; box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1); position: relative; overflow: hidden; ::before pseudo-element — a gradient border mask: content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1.4px; background: linear-gradient(180deg, rgba(255,255,255,0.45) 0%, rgba(255,255,255,0.15) 20%, rgba(255,255,255,0) 40%, rgba(255,255,255,0) 60%, rgba(255,255,255,0.15) 80%, rgba(255,255,255,0.45) 100%); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; .liquid-glass-strong: Same but backdrop-filter: blur(50px), stronger box-shadow: 4px 4px 4px rgba(0,0,0,0.05), inset 0 1px 1px rgba(255,255,255,0.15), and slightly higher gradient opacity (0.5 / 0.2). SECTION 1 — NAVBAR (fixed) Fixed at top-4, full-width, z-50. Left: logo image (48×48). Center: a liquid-glass rounded-full pill containing nav links ("Home", "Services", "Work", "Process", "Pricing") as text-sm font-medium text-foreground/90 + a solid white bg-white text-black rounded-full "Get Started" button with ArrowUpRight icon. SECTION 2 — HERO (1000px height) Container: relative overflow-visible, height 1000px, black background. Background video: src: d8j0ntlcm91z4.cloudfront.net/user_38xzZboKV… Position: absolute, top: 20%, w-full h-auto object-contain z-0 Autoplay, loop, muted, playsInline Poster fallback image at /images/hero_bg.jpeg Overlays: absolute inset-0 bg-black/5 z-0 (light darkening) Bottom gradient: absolute bottom-0 left-0 right-0 z-[1], height 300px, linear-gradient(to bottom, transparent, black) Content (z-10, centered, paddingTop 150px): Badge pill: liquid-glass rounded-full containing a white bg-white text-black rounded-full "New" tag + "Introducing AI‑powered web design." text Heading: Use a BlurText animation component — text: "The Website Your Brand Deserves" — text-6xl md:text-7xl lg:text-[5.5rem] font-heading italic text-foreground leading-[0.8] tracking-[-4px] — animates word-by-word from bottom with blur-to-clear effect (delay 100ms per word) Subtext (motion.p): "Stunning design. Blazing performance. Built by AI, refined by experts. This is web design, wildly reimagined." — fades in with blur at 0.8s delay CTA buttons (motion.div, 1.1s delay): liquid-glass-strong rounded-full "Get Started" + ArrowUpRight icon, and a text-only "Watch the Film" + Play icon Partners bar at bottom (mt-auto pb-8 pt-16) BlurText component: Uses motion/react (framer-motion). Splits text by words, each word animates via IntersectionObserver with filter: blur(10px) → blur(5px) → blur(0px), opacity: 0 → 0.5 → 1, y: 50 → -5 → 0. Step duration 0.35s. SECTION 3 — PARTNERS BAR Centered column. Top: liquid-glass rounded-full badge "Trusted by the teams behind". Below: horizontal row of partner names ("Stripe", "Vercel", "Linear", "Notion", "Figma") rendered as text-2xl md:text-3xl font-heading italic text-white, gap-12. SECTION 4 — START SECTION ("How It Works") Full-width section, min-height: 700px, py-32 px-6 md:px-16 lg:px-24. Background HLS video: src: stream.mux.com/9JXDljEVWYwWu0… Use hls.js library. Absolute, full cover, z-0. Top + bottom fade gradients (200px each, black ↔ transparent). Content (z-10, centered, min-height 500px): Badge: liquid-glass rounded-full — "How It Works" Heading: "You dream it. We ship it." — text-4xl md:text-5xl lg:text-6xl font-heading italic Subtext: "Share your vision. Our AI handles the rest—wireframes, design, code, launch. All in days, not quarters." Button: liquid-glass-strong rounded-full "Get Started" + ArrowUpRight SECTION 5 — FEATURES CHESS (alternating rows) py-24 px-6 md:px-16 lg:px-24. Header: badge "Capabilities", heading "Pro features. Zero complexity." Row 1 (text left, image right): H3: "Designed to convert. Built to perform." P: "Every pixel is intentional. Our AI studies what works across thousands of top sites—then builds yours to outperform them all." Button: liquid-glass-strong rounded-full "Learn more" Image: GIF in liquid-glass rounded-2xl overflow-hidden container Row 2 (image left, text right — using lg:flex-row-reverse): H3: "It gets smarter. Automatically." P: "Your site evolves on its own. AI monitors every click, scroll, and conversion—then optimizes in real time. No manual updates. Ever." Button: "See how it works" SECTION 6 — FEATURES GRID (4 columns) Badge "Why Us", heading "The difference is everything." 4 cards in grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6. Each card: liquid-glass rounded-2xl p-6. Contains: Icon in liquid-glass-strong rounded-full w-10 h-10 circle Title: text-lg font-heading italic text-white Description: text-white/60 font-body font-light text-sm Cards: ⚡ Zap — "Days, Not Months" — "Concept to launch at a pace that redefines fast." 🎨 Palette — "Obsessively Crafted" — "Every detail considered. Every element refined." 📊 BarChart3 — "Built to Convert" — "Layouts informed by data. Decisions backed by performance." 🛡️ Shield — "Secure by Default" — "Enterprise-grade protection comes standard." SECTION 7 — STATS Background HLS video: src: stream.mux.com/NcU3HlHeF7CUL8… Desaturated: style={{ filter: 'saturate(0)' }}. Top + bottom black fades (200px). Content (z-10): liquid-glass rounded-3xl p-12 md:p-16, grid grid-cols-2 lg:grid-cols-4 gap-8 text-center: "200+" — "Sites launched" "98%" — "Client satisfaction" "3.2x" — "More conversions" "5 days" — "Average delivery" Values: text-4xl md:text-5xl lg:text-6xl font-heading italic text-white Labels: text-white/60 font-body font-light text-sm SECTION 8 — TESTIMONIALS Badge "What They Say", heading "Don't take our word for it." 3-column grid. Each: liquid-glass rounded-2xl p-8. Quote in text-white/80 font-body font-light text-sm italic. Name: text-white font-body font-medium text-sm. Role: text-white/50 font-body font-light text-xs. Testimonials: Sarah Chen, CEO Luminary — "A complete rebuild in five days..." Marcus Webb, Head of Growth Arcline — "Conversions up 4x..." Elena Voss, Brand Director Helix — "They didn't just design our site..." SECTION 9 — CTA FOOTER Background HLS video: src: stream.mux.com/8wrHPCX2dC3msy… Top + bottom black fades (200px). Content (z-10, centered): Heading: "Your next website starts here." — text-5xl md:text-6xl lg:text-7xl Subtext: "Book a free strategy call. See what AI‑powered design can do." Two buttons: liquid-glass-strong "Book a Call" + solid bg-white text-black "View Pricing" Footer: mt-32 pt-8 border-t border-white/10, copyright "© 2026 Studio" + links (Privacy, Terms, Contact) in text-white/40 text-xs DEPENDENCIES hls.js, motion (framer-motion), lucide-react, tailwindcss-animate KEY PATTERNS All section badges use: liquid-glass rounded-full px-3.5 py-1 text-xs font-medium text-white font-body inline-block mb-4 All section headings use: text-4xl md:text-5xl lg:text-6xl font-heading italic text-white tracking-tight leading-[0.9] All video sections use HLS via hls.js with Safari fallback (canPlayType) All video fades: 200px height, linear-gradient(to bottom/top, black, transparent) Outer page wrapper: bg-black overflow-visible
English
28
142
1.1K
108.5K
Fede retweetledi
Vet
Vet@Vet_X0·
yea its a huge bot net on the XRP Ledger, they all submit empty account set transactions, they do nothing. Out of 50k transactions they send only 10 had anything meaningful payload. with the rise of AI and ease of use to create scripts, you get lots of these things now. I have a few other weak non spectacular theories why, but no proof yet.
English
6
5
88
6K
Fede retweetledi
Pablo Wende
Pablo Wende@PabloWende·
Primicia: la ciudad de Buenos Aires tendrá su distrito de IA. Las empresas que se instalen allí no pagarán Ingresos Brutos y podrán realizar pruebas (por ejemplo autos autónomos). Se suma al distrito tecnológico y al audiovisual. Se anuncia en breve
Español
65
90
961
72.6K
Fede retweetledi
Ripple
Ripple@Ripple·
Ripple is going all-in on Brazil 🇧🇷: on.ripple.com/4uDf4pW 💸 Ripple Payments: $100B+ processed, 60+ markets, live with Banco Genial, Braza Bank, Nomad, Azify & more 🔐 Ripple Custody: Recently launched in Brazil with CRX 💰 Ripple Treasury: Decades of corporate treasury management expertise 💵 RLUSD: $1.5B+ market cap, live with Mercado Bitcoin, Foxbit, Ripio & more One provider. The complete financial stack.
English
195
1.2K
4.7K
371.5K
Fede retweetledi
CoinDesk
CoinDesk@CoinDesk·
NEW: @Ripple announces full institutional expansion across Brazil covering payments, custody, prime brokerage, and treasury, in addition to filing for a VASP license with the country's Central Bank.
CoinDesk tweet mediaCoinDesk tweet media
English
106
681
3.3K
218.8K
Fede retweetledi
Viktor Oddy
Viktor Oddy@viktoroddy·
❤️‍🔥Claude Opus 4.6 + Nano Banana You can literally get this EXACT design and build almost anything these days Prompt ↓
English
19
79
1.3K
187.6K
Fede retweetledi
Juan Luis Hortelano
Juan Luis Hortelano@jlhortelano·
Muy interesante el proyecto startups.rip que recoge más de 1.700 startups de YC que han muerto. Con post mortem superdetallados y quién resolvió después el mismo problema con éxito. Además también ofrece un playbook para revivir esos proyectos (con una parte de pago), pero aun así, mucha valiosa información libre. Posterous murió. Substack llegó después. Webvan no sobrevivió. Instacart sí. Y como estas, un montón. Las ideas no mueren, evolucionan. El timing y la ejecución sí importan, y mucho. Hay más recursos parecidos: killedbygoogle.com (todo lo que Google lanzó y abandonó), failory.com (400+ startups fallidas filtradas por industria y causa), o ideabrowser.com (de pago, de Greg Isenberg, convierte tendencias de Reddit en ideas con demanda real). Lo que me parece interesante de todo esto con el potencial que hoy nos ofrecen las herramientas de IA es que el coste de explorar esas ideas se ha desplomado. Muchas fallaron por timing, no porque la idea fuese mala. La infraestructura no estaba lista, el usuario no había madurado, el coste de construcción era inasumible para un equipo pequeño. Esas tres barreras han bajado mucho. Me da que en los próximos años vamos a ver bastantes relanzamientos de ideas que murieron entre 2010 y 2020. No copias. Adaptaciones con equipos de 2-3 personas como mucho donde antes hacían falta 20. Estos "cementerios" son en realidad bancos de ideas con autopsias incluidas.
Juan Luis Hortelano tweet media
Español
25
638
3.8K
385K
Fede retweetledi
Lydia Hallie ✨
Lydia Hallie ✨@lydiahallie·
Want to host Claude meetups in your city? We'll cover the funding, send swag, and give you monthly API credits for your demos. You also get access to pre-release features and a private slack with the team! Go apply 💛
Claude@claudeai

We're launching Claude Community Ambassadors. Lead local meetups, bring builders together, and partner with our team. Open to any background, anywhere in the world. Apply: claude.com/community/amba…

English
791
812
11.2K
2M
Fede retweetledi
Frida Ruh
Frida Ruh@FridaRuh·
Para los que no somos diseñadores este skill me parece indispensable: impeccable.style
Español
3
24
521
30.8K
Fede retweetledi
Fazt
Fazt@FaztTech·
Muchos están programando con IA ahora, usando quizás Claude Code, Cursor, Copilot, GPT-Codex, etc. Pero hay algo que casi nadie menciona… Si tu proyecto está desordenado, la IA tampoco lo va a entender bien. Una forma simple de organizar un proyecto cuando trabajas con IA: 📁 src/ → código de tu aplicación 📄 CLAUDE.md (contexto del módulo) 📁 docs/ → documentación técnica 📄 architecture.md 📁 decisions/ 📁 runbooks/ 📄 CLAUDE.md → contexto global del proyecto 📁 .claude/ → configuración del agente 📄 settings.json 📁 hooks/ 📁 skills/ 📁 code-review/ 📁 refactor/ 📁 release/ 📁 tools/ → utilidades del proyecto 📁 scripts/ 📁 prompts/ La idea es simple: Separar código, documentación, contexto de IA y automatizaciones. Cuando el proyecto está bien organizado: • la IA entiende mejor tu código • reutilizas instrucciones • automatizas tareas • desarrollas mucho más rápido Programar con IA no solo es usar prompts. También es organizar bien tu proyecto.
Fazt tweet media
Español
18
247
2.6K
88K
Fede retweetledi
Carlos Santana
Carlos Santana@DotCSV·
🔴 ¡NUEVO LTX 2.3 OPEN SOURCE! El mejor modelo opensource de vídeo se actualiza con la nueva versión 2.3 que trae mejora de gráficos, de control, mejor generación multimodal de audio, soporte para vídeo vertical... FUAH!
Español
27
179
1.4K
63.1K
Fede retweetledi
Warbird 💵
Warbird 💵@warbirddotcom·
El nuevo informe de Anthropic sobre los trabajos que la AI va a sacar. Prepárense..
Warbird 💵 tweet media
Español
102
365
2K
193.4K