social.coop is one of the many independent Mastodon servers you can use to participate in the fediverse.
A Fediverse instance for people interested in cooperative and collective projects. If you are interested in joining our community, please apply at https://join.social.coop/registration-form.html.

Administered by:

Server stats:

490
active users

#tokio

3 posts3 participants2 posts today

Anyone working with rdkafka and Tokio on Rust? I took a dive into the deep end without any water wings and need to get a firm grasp of spawn, await, etc.. The problem is limiting the resources my application absorbs so it won’t clobber everything else running when the rate of incoming telemetry suddenly spikes due to a short period of activity on the network.

My current solution is to contain things using systemd, but it is kludge. If you’ve seen a video series, book, or blog where these topics are discussed, I would be grateful if you shared.
#rust #cybersecurity #kafka #tokio #programming

moezine.com/1774228/ tokio 2025年秋冬コレクション | 東京 | 画像72枚  デザイナーの木村登喜夫による「トキオ(tokio)」が、ブランド初のショーを「Rakuten Fashion Week TOKYO 2025 A/W」で発表した。木村は文化服装学院を卒業後、数々のアパレル製産メーカーやレザークラフトメーカーに加え、アイドルの衣装制作や映画のスタイリングなど多様なジャンルを経験し、2021年に自身の名前を冠した同ブランドを始動。「デザイナーの中のPUNK精神に基づき、自身の手でまだ見たことのないものへ興味を探求し続ける。憧れのclassicを表現するために100%の力注ぐ」をモットーに全て手作りによるアイテムを揃え、クラウドファウンディングなどで資金を集めながらインディペンデントなブランド運営を続け、着実にファンを増やしてきた。2024年9月には、「TOKYO FASHION AWARD」で馬場賢吾の「カネマサフィル(… #2025AW #fashion #TOKIO #ファッション

Rust’s Tokio library/crate seems pretty powerful. Followed a tutorial to create a basic chat server with it and it was quite easy in the end. Couldn’t have done it without a tutorial, of course, but the amount of code is minimal. Now trying to modify it a bit and introduce a binary packet format instead of a text line based one. Slow work, have to google everything.

developerlife.com/2024/01/13/w

developerlife.com · Write a simple TCP chat server in RustA guide on how to create write a simple TCP chat server in Rust using Tokio
Replied in thread

@fasnix @billiglarper @juengling @energisch_ @franckraisch @lostgen @asltf wäre #ÖPNV & #ÖPFV so gut in #Deutschland wie in #Japan, die einzigen Leute die sich nen #Auto in Städten geben würden wäre #Sammler & #Tuner!

Wir sollten mal das #Managment der #DB nach Tokio fürn Jahr zum Praktikum schicken, damit die #Servicekultur & #Pünktlichkeit lernen und deren Positionen mit japanischen Kolleg*innen besetzen einfach damit #Modernisierung und #Zuverlässigkeit stramm nach oben gehen!

federation.network/notes/a22xc

Federation NetworkChristoph Jüngling (@juengling)@fasnix@dresden.network @lostgen@det.social @asltf@berlin.social @energisch_@troet.cafe @franckraisch@ruhr.social Das mit dem "gut ausgebaut" ist der entscheidende Knackpunkt. Wo es das gibt, brauchte es vermutlich gar keine weiteren Erziehungsmaßnahmen seitens grün-angehauchter Politiker, denn dann würden die Leute schon aus Bequemlichkeit lieber mit den Öffis fahren. RE: @lostgen@det.social Gehbehinderte brauchen nicht unbedingt ein eigenes Auto, sondern nutzen sehr häufig Taxis. 100% autofrei wird also niemals funktionieren, weil immer zB Taxis fahren können müssen, Rettungsdienste, Müllabfuhr, usw. ja auch. Aber autofrei in dem Sinne, dass Privatleute kein Auto benötigen (zumindst aktuell nicht in Städten mit guten und eng ausgebautem ÖPNV-Netz), das sollte sich schon durchsetzen. @asltf@berlin.social @energisch_@troet.cafe @franckraisch@ruhr.social RE: ...
Replied in thread

@horusiath
Please can you elaborate? I'm about to use Actix as a localhost server which talks to an async linked API.

I asked both #Actix and #Axum Discords (the web framework from #tokio) if this was a good idea and both said yes, no problem which you use with #async - they both rely on tokio which is also what the #Rust API that I will be talking to uses.

I chose Actix for a basic test because it looks easier for a newbie to use.
#RustLang