Python Trending (@pythontrending)

open-swe는 비동기 방식의 코딩 에이전트로 설계된 오픈소스 프로젝트입니다. 개발 워크플로에서 에이전트 기반 자동화와 병렬/비동기 작업 처리를 지원할 목적으로 보이며, 에이전트형 코딩 도구나 자동화 파이프라인에 응용될 수 있습니다.

https://x.com/pythontrending/status/2034231107256820133

#codingagent #asynchronous #aiagent #opensource

Python Trending 🇺🇦 (@pythontrending) on X

open-swe - An Open-Source Asynchronous Coding Agent https://t.co/Ul7kAkYbar

X (formerly Twitter)

@rustaceans

Tokio!

It's 'static + multithreaded-by-default requirement has created the myth that async #Rust is inherently difficult.

People should use `smol` more - here's why:

#Async Rust can be a pleasure to work with (without `Send + Sync + 'static`) - by Evan Schwartz:

https://emschwartz.me/async-rust-can-be-a-pleasure-to-work-with-without-send-sync-static/

https://floss.social/@janriemer/114681713674697800

#smol #RustLang #Asynchronous #AsyncRust

Me giraron esto, me pareció muy flashero. Todavía no lo probé.

https://archipelago.gg

> multiworld multi-game randomizer

> This is a cross-game modification system which randomizes different games, then uses the result to build a single unified multi-player game. Items from one game may be present in another, and you will need your fellow players to find items you need in their games to help you complete your own.

#multiworld #multigame #randomizer #gaming #archipielago #archipielagogg #game #multiplayer #asynchronous #retro #cooperative #cooperativo #multijugador #asíncrono #aleatorizador #multijuego #multimundo #videojuegos #juego #juegoEnLínea #OnlineGame #Castlevania #Celeste #Civilization #DarkSouls #DonkeyKong #DOOM #Factorio #FinalFantasy #Heretic #HollowKnight #KingdomHearts #Zelda #Mario #MegaMan #Noita #Runescape #Overcooked #Paint #Pokemon #RiskOfRain #Sonic #Starcraft #StardewValley #Sudoku #Metroid #Terraria #Undertale #VVVVVV #YuGiOh

Archipelago

@lackthereof no, it's not because unlike #Phones and #PhoneNumbers, #eMail is not necessarily traceable by circumstances.

  • Because a Phone "Line" (regardless of whether it's POTS, ISDN, VoIP, GSM, VoLTE, …) and #telephony in general are designed for realtime communication, they inherently necessitate an active, ongoing connection.
    • Even if it's just some App/PBX/… to connect to the provider and constantly state "I am on the network and able to recieve calls!" (with PSTN networks, there a physical line that gets assumed to have a phone connected)…

Whereas with eMail (and any #asynchronous #communication) you don't have that requirement.

  • So unless the provider is being taken over or otherwise "cooperative" there's no means for a sender to know where, when and how a message was retrieved unless the recipient wants the sender to know of it!

Or to put it simple:

  • You can ring up someone and thus circumstantially verify the chain of #PhoneNumber -> #IMSI -> #ICCID -> #SIM -> #IMEI -> Device -> Location -> Owner quite quickly.
    • Whereas you can't positively verify whether an eMail address and/or #XMPP+#OMEMO account belongs to me unless I want you to know that it does!

So either way a phone number is just a horrible means of doing that.

  • And don't even get me started on the fact that legally speaking noone truly owns their number.
    • Because even if you got some spechal case number (like UPT was) you still depend on neither regulators nor telcos to not block or otherwise interfere with it. Which is in contrast to say an OnionService which can only be shutdown effectively by sabotage aka. (more or less figurately) "unplugging" it.

I mean, it's not as if I didn't gave @signalapp a fair chance.

  • I wanted #Signal to be good - honestly...
    • But I'm old enough that things rarely are that simple as #TechPopulism & #Propaganda claim it to be.
    • Just like 5th grade #SexEd is not a substitute for Endocrinology, Gynecology and Andrology and actually licensed, medical professionals.

So any #Messenger service that requires a #Phone Number for signup and/or useage is truly not a real replacement and inherently makes PROVEN WRONG assumptions [i.e. that it is legal and possible to obtain a phone number anonymously at someone's juristiction] about it's customers' ability to shield their privacy

THIS is why I am going fucking ballistic on #TechPopulism aiming at #TechIlliterates because it's spreading a "false sense of #security" whilst completely disregarding absolute fundamentals when it comes to the underlying systems.

ProtonMail Sends User IP and Device Info to Swiss Authorities.

YouTube
Zig's new plan for asynchronous programs

The designers of the Zig programming language have been working to find a suitable design for [...]

LWN.net

#ITByte: #Reactive #Programming is a #Paradigm focused on #Asynchronous data streams and the propagation of change.

It uses the #Observable pattern to push data (events, messages, values) to subscribers, allowing systems to react to changes over time efficiently and non-blockingly.

https://knowledgezone.co.in/trends/explorer?topic=Reactive-Programming

За кулисами асинхронности: корутины, горутины и правда между ними

Асинхронность — слово, от которого у разработчиков дергается глаз и теплеет сердце. Корутины, горутины, event loop, трэдпулы — за этими терминами скрывается целая философия, меняющая взгляд на то, как писать высоконагруженные системы. Привет, Хабр! Меня зовут Дмитрий Буров и я Golang-разработчик, а также лидер Go-сообщества в Lamoda Tech. В IT свитчнулся из военного дирижера. В коммерческой разработке — более 10 лет, начинал как фуллстек-разработчик на стеке JS, PHP, CSS, а последние шесть пишу только на Go. В этой статье по мотивам моего доклада для GolangConf расскажу про асинхронность и её роль в современных высоконагруженных системах. Разберём исторический аспект, концепцию и реализацию корутин в разных языках, эволюцию асинхронных подходов, сравним корутины и горутины, выясним, зачем Go добавил в рантайм пакет coro и чем это может обернуться.

https://habr.com/ru/companies/oleg-bunin/articles/958566/

#go #golang #coroutine #goroutine #asynchronous #программирование #разработка #golangconf

За кулисами асинхронности: корутины, горутины и правда между ними

Асинхронность — слово, от которого у разработчиков дергается глаз и теплеет сердце. Корутины, горутины, event loop, трэдпулы — за этими терминами скрывается целая философия, меняющая взгляд на то, как...

Хабр
Return-to-office rates have steadied, yet flexibility still ranks in the top three reasons people switch jobs. https://hackernoon.com/5-ways-async-work-builds-a-more-flexible-and-inclusive-workplace #asynchronous
5 Ways Async Work Builds a More Flexible and Inclusive Workplace | HackerNoon

Return-to-office rates have steadied, yet flexibility still ranks in the top three reasons people switch jobs.

Асинхронный Python: руководство для начинающих с практическим заданием

Ваш Python-скрипт работает медленно. Вы запускаете его и смотрите, как он "висит", ожидая загрузки файла, ответа от API или завершения запроса к базе данных. Проблема почти всегда одна — ожидание. В программировании такие задачи называются I/O-bound (ограниченные вводом-выводом), и именно они "съедают" драгоценное время. Асинхронный подход меняет правила игры. Вместо того чтобы "зависать" в ожидании, программа говорит: "Окей, эта задача пока ждет ответа от сети, а я пока займусь другой". Она эффективно использует время простоя, переключаясь между задачами и выполняя ту, которая готова к работе. В итоге общая производительность приложения, интенсивно работающего с сетью или файлами, может вырасти в разы.

https://habr.com/ru/articles/958956/

#асинхронный_пайтон #пайтон #async #asyncio #asynchronous

Асинхронный Python: руководство для начинающих с практическим заданием

Введение: Зачем вообще нужна асинхронность? Ваш Python-скрипт работает медленно. Вы запускаете его и смотрите, как он "висит", ожидая загрузки файла, ответа от API или завершения запроса к базе...

Хабр