Cuando Ctrl+Alt+Supr no funciona aparezco yo. Soy tecno amante y estoy aquí para compartir con vosotros mi entusiasmo sobre ordenadores, gaming y fricadas...
Un desarrollador español ha rescatado PC Fútbol y otros juegos de Dinamic para jugarlos gratis desde el navegador
Los ha dejado alojados en la web https://t.co/Gd91eyucEP, dominio que recuperó “para compartir toda mi colección física de Dinamic para que todo el mundo pudiera tener acceso a ella”, como él mismo nos ha contado. “Lo que buscaba (y busco) es preservar el legado digital de Dinamic Multimedia”.
Vulneran la seguridad de Claude Fable 5 en menos de 48 horas para extraer manuales de ciberataques y procesos químicos via @europapress https://t.co/B1eDSYS6jx
Notepad++ lands on macOS as a native app
Notepad++ for Mac is an independent effort, still open source, but not an official release from the original devs
https://t.co/EH7e8hwTEF
🔥DeepSeek-V4-Pro API is 75% OFF until May 5th, 2026, 15:59 (UTC Time)! Don't miss out on this massive discount.
🛠️Integration Updates:
🔹Claude Code: Set model to deepseek-v4-pro[1m] to unlock 1M context!
🔹OpenCode: Update to v1.14.24+
🔹OpenClaw: Update to v2026.4.24+
Check the latest official API docs for full details: https://t.co/9J9ZedDpyU
Presentan la “GPU más rápida de la historia”, promete humillar a Nvidia y ya supera una fase clave de fabricación via @meristation https://t.co/XloMBRTWAk
La sorpresa con el nuevo GPT 5.5 de OpenAI no es que sea bueno: es que Claude parece GPT y GPT parece Claude https://t.co/tJx3fsqzIX a través de @xataka
DeepSeek acaba de lanzar un modelo que compite con Opus 4.6. Cuesta siete veces menos y funciona en chips chinos https://t.co/jG7A4jNTvV a través de @xataka
DeepSeek-V4-Pro
🔹 Enhanced Agentic Capabilities: Open-source SOTA in Agentic Coding benchmarks.
🔹 Rich World Knowledge: Leads all current open models, trailing only Gemini-3.1-Pro.
🔹 World-Class Reasoning: Beats all current open models in Math/STEM/Coding, rivaling top closed-source models.
2/n
الصين ترمي قنبلة مفتوحة المصدر وتدمر أسعار سوق الذكاء الاصطناعي!
إطلاق نموذج (DeepSeek-V4) رسمياً وبشكل مجاني للجميع.
اللي صار اليوم مو مجرد تحديث هذا زلزال بيغير قواعد اللعبة في وادي السيليكون:
1️⃣ الأداء المرعب: نسخة (V4-Pro) تناطح وتتفوق على أقوى النماذج المغلقة والمدفوعة في العالم (مثل GPT-5.4 و Claude Opus 4.6) في البرمجة والرياضيات والمنطق
2️⃣ الاستيعاب الخارق: النموذج صار يدعم نافذة سياق عملاقة توصل لـ مليون توكن (1M Context) كمعيار أساسي وبكفاءة عالية جداً في استهلاك الذاكرة
3️⃣ السعر الصادم: واجهة برمجة التطبيقات (API) أرخص بـ 10 إلى 50 مرة من المنافسين! نسخة (Flash) الجديدة حرفياً تعتبر كنز للمطورين المستقلين اللي يبون سرعة وتكلفة شبه معدومة لتشغيل وكلاء الذكاء الاصطناعي (Agents)
4️⃣ مفتوح المصدر: أوزان النموذج متاحة للتحميل والتعديل للكل على HuggingFace
الشركات الأمريكية تصرف مليارات عشان تحتكر النماذج وتلزمك باشتراكات وقيود استخدام.. وتجي الصين تنزل لك نموذج أقوى وأخف وتفتحه للمبرمجين ببلاش
المستقبل للمنظومة المفتوحة
Hacking the #EU#AgeVerification app in under 2 minutes.
During setup, the app asks you to create a PIN. After entry, the app *encrypts* it and saves it in the shared_prefs directory.
1. It shouldn't be encrypted at all - that's a really poor design.
2. It's not cryptographically tied to the vault which contains the identity data.
So, an attacker can simply remove the PinEnc/PinIV values from the shared_prefs file and restart the app.
After choosing a different PIN, the app presents credentials created under the old profile and let's the attacker present them as valid.
Other issues:
1. Rate limiting is an incrementing number in the same config file. Just reset it to 0 and keep trying.
2. "UseBiometricAuth" is a boolean, also in the same file. Set it to false and it just skips that step.
Seriously @vonderleyen - this product will be the catalyst for an enormous breach at some point. It's just a matter of time.
Microsoft is removing 32GB size limit for FAT32 volumes, this time for real
FAT: a decades-old file system that stood the test of time
https://t.co/YHWo3Gl4wQ
how to run claude code with gemma 4 completely free (beginner's guide):
this guide shows you how to use claude code completely free with gemma 4, no subscriptions &no api keys.
just your laptop + 15 mins setup.
this lets you run open-source models (like google’s gemma) locally, meaning:
— no costs
— full privacy
what you need before starting, make sure you have:
vs code installed
— node.js (version 18+)
— stable internet (for one-time model download)
_____________
step 1: install ollama (the engine)
ollama is what runs ai models locally on your machine.
→ mac:
go to https://t.co/vbZUmD9sfj
click download for mac, open the file and install like any normal app. no terminal needed.
→ windows:
go to https://t.co/vbZUmD9sfj, click download and install
→ linux:
curl -fsSL https://t.co/KMqYYHJnZ0 | sh
check it worked:
ollama --version
_____________
step 2: download gemma 4
this is the ai model you’ll run locally, pick based on your system:
→ low-end (8gb ram):
ollama pull gemma4:e2b
→ recommended (16gb ram):
ollama pull gemma4:e4b
→ high-end (32gb ram):
ollama pull gemma4:26b
⚠️ it’s a big download (7gb–18gb), so give it time.
after download is completed, verify with the command:
ollama list
_____________
step 3: install claude code in VS code or any other IDE
this is your interface.
— open vs code
— press ctrl + shift + x
— search claude code
install the one by anthropic
after install → you’ll see a ⚡ icon in sidebar
_____________
step 4: connect claude code to ollama
by default, claude connects to the cloud. we’re redirecting it to your local machine.
so do this:
— press ctrl + shift + p
— search: open user settings (json)
— then paste this inside:
"claude-code.env": {
"ANTHROPIC_BASE_URL": "http://localhost:11434",
"ANTHROPIC_API_KEY": "",
"ANTHROPIC_AUTH_TOKEN": "ollama"
}
what this does:
— it routes everything to your local ollama server.
— nothing leaves your device.
_____________
step 5: run everything
1. start ollama with this command:
ollama serve
leave this running.
2. open claude code in vs code
click ⚡ icon
3. select your model
type:
gemma4:e4b
(or whichever you downloaded)
you’re done
_____________
you now have:
— claude code running
— powered by gemma 4
— fully local
completely free
try:
“explain this file”
“write a function”
“refactor this code”
_____________
common issues (quick fixes)
“unable to connect”
run:
ollama serve
asked to sign in
your json config is wrong
check for missing commas/brackets
very slow responses
your model is too big
switch to:
gemma4:e2b
model not found
run:
ollama list
copy exact name
quick recap
you just built:
a free claude setup
powered by local ai
no api costs
Follow for more AI contents like this!!!
Jamás imaginamos que si algún día un presidente de EEUU volvía a amenazar con un ataque nuclear lo anunciaría acompañado de una scort de lujo y un tío disfrazado de conejo de Pascua...
🔴 ¡NUEVO GLM 5.1 OPEN SOURCE!
Zai acaba de lanzar una nueva versión de su modelo GLM, open source, 754B params. y que se sitúa en el top-3 de modelos más competente para programar, según benchmarks.
Es uno de esos modelos ENORMES que para organizaciones puede ser muy útil!
¿Sigues gastando una fortuna en tokens con Claude? jajaja
EdgeClaw 2.2 hace EXACTAMENTE lo mismo… pero con solo un 15 % del consumo.
Open-source, edge-cloud, memoria perfecta.
Los que lo ignoren se van a arrepentir mucho.
Pruébalo ahora: https://t.co/xcrqIBfiVE