#warp — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #warp, aggregated by home.social.
-
Warp’s new system is an out-of-the-box software factory for AI development
On Tuesday, Warp introduced Warp Factories, a new infrastructure system designed to make building AI software factories as easy as possible.
https://justpaste.in/news/warps-new-system-is-an-out-of-the-box-software-factory-for-ai-development/
-
Sciencepost: On pensait que le #moteur à #distorsion ( #warp #drive ) resterait dans la #science-fiction : des #chercheurs# américains affirment pouvoir en construire un sans dépasser la #vitesse de la #lumière
-
CS-Lab has released a firmware update for its in-house 68060-based Warp accelerator boards. Version 2.027 provides the following changes:
-
@itsfoss Maybe this also would be a good addition #warp #Magicwormhole
https://www.omglinux.com/warp-free-file-transfer-app/
It is compatible to it's Android pendants
https://f-droid.org/en/packages/com.pavelsof.wormhole/
https://magic-wormhole.readthedocs.io/en/latest/ecosystem.html
-
Retrospect by Conceptual Machines 🎛️
Curve-driven time warp w/ freeform editor💻 macOS/Win/Linux (VST3/AU/CLAP/LV2)
🎁 FREE https://conceptualmachines.co.uk/retrospectMore freeware 👉 https://linktr.ee/legalvst
-
Just discovered that there's finally a Magic Wormhole app for iOS now, which means that I can finally use #Warp to transfer files from my computer to my phone 🤩
-
Another weekend, another itch, a new tool hacked together.
I use #Cloudflare #Warp tunnel for perf and bypassing ISP and #NextDNS for DNS resolution on macOS. But they were not playing nice together. #Lulu firewall in mix made it even worse. So I created a single tool based on `usque` and `dnsproxy` that does both job.
Meet `cfwarpd`.
https://github.com/surendrajat/cfwarpd
Had to add macOS support to `usque`. My fork: https://github.com/surendrajat/usque
Finally I control the whole thing: #tunnel + #dns + #firewall.
-
👨💻 In the latest saga of "I did it #without trying", our hero claims to have revamped PostHog's #SQL #parser, achieving #warp #speed 🚀 without even glancing at the code. Clearly, the next logical step is to solve #world #hunger with a casual scroll through Pinterest 🍕.
https://posthog.com/blog/sql-parser #PostHog #coding #effort #solution #HackerNews #ngated -
-
Recensie: Boards of Canada – Inferno (EN) ★★★★★
https://writteninmusic.com/albumrecensie/boards-of-canada-inferno-en/ -
Recensie: Boards of Canada – Inferno ★★★★★
https://writteninmusic.com/albumrecensie/boards-of-canada-inferno/ -
Four House Republicans join Democrats in vote to limit Trump’s war powers, CNN reports
📰 Original title: White House rattled as 4 House Republicans break ranks to rein in Trump: CNN
🤖 IA: It's clickbait ⚠️
👥 Users: It's clickbait ⚠️ -
CS-Lab has released a firmware update for its in-house 68060-based Warp accelerator boards. This is explicitly just a release candidate of version 2.025 for now; users are strongly advised to back up their operating system beforehand.
In addition to bug fixes, the new features include for example support for the Warp 7060, overheating protection and the ability to set the clock via P96 settings.
-
Production MTProto user-бот на FastAPI + Telethon: WARP для обхода DPI и 5 граблей с Telegram
В большинстве туториалов по Telegram-ботам всё начинается с одного куска кода: получили токен у @BotFather, поставили python-telegram-bot или aiogram , написали хендлер, deploy. Это Bot API. И в 90% задач этого хватает. А потом приходит задача которую Bot API не закрывает в принципе: программно создать супергруппу под конкретный проект и добавить туда нужных людей по @username , и сделать это десятки раз в день . Bot API такое не умеет даже теоретически - метода «создать группу» там нет, метода «добавить юзера в группу» тоже. Лезете в полную документацию Telegram API искать обход, упираетесь в раздел channels.createChannel / channels.inviteToChannel под MTProto, и начинается совсем другая история - не Bot API, а user-бот через telethon . В этой статье разбираю как мы сделали production MTProto user-бот на FastAPI + Telethon. Под капотом: Cloudflare WARP для обхода DPI (без него с российского VPS просто не подключиться), Singleton-клиент с keepalive, in-memory cache resolve-юзеров, и 5 ограничений Telegram которые знают только те кто лез туда ногами . Реальный production-сервис у клиента в нише строительства/монтажа, обслуживает связку Planfix → Telegram-группы под каждый проект. Сервис написан на Python 3.11. Стек: Telethon 1.43.2, FastAPI 0.136.1, Uvicorn 0.46.0, Pydantic 2.13.4. На VPS под systemd , наружу через Cloudflare Tunnel. Вызывается из n8n через HTTP-ноду.
https://habr.com/ru/articles/1034612/
#telethon #mtproto #telegram #python #fastapi #cloudflare #warp #n8n #socks5 #planfix
-
Planulix: как я собрал центр управления для Claude Code, Cursor, Codex и Kimi на своих проектах
Согласитесь неприятная ситуация - вам заблокировали доступ к среде разработки. Встали проекты и что то нужно с этим делать. Если сталкивались с такой ситуацией советую прочитать дальше. Решение проблемы вижу в подключении нескольких вендоров и переключения между ними.