https://www.europesays.com/de/4503/ Neue US-Zölle: Börsen brechen ein, Goldpreis auf Höchststand #AktuelleNachrichten #AktuelleNews #Amazon #Apple #DE #Deutschland #Germany #Headlines #Meta #Microsoft #Nachrichten #Nasdaq #Netflix #NeueUSZölle #News #Nvidia #Politik #S&P500 #Schlagzeilen #Shanghai #Tokio
I'm pairing with @meejah on #tokio https://tokio.rs/tokio/tutorial/shared-state#holding-a-mutexguard-across-an-await and we found a bug?
That "this does not work" section works fine on my #rust 1.87-nightly and meejah's 1.84
I checked on MutexGuard, it's explicitly !Send ( https://doc.rust-lang.org/std/sync/struct.MutexGuard.html#impl-Send-for-MutexGuard%3C'_,+T%3E )
So why does this compile when the tutorial says IT DOES NOT? https://github.com/magicinternetproject/echo_server/blob/main/src/main.rs#L63
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
https://www.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 #ファッション
■ Dice que una de las mejores paellas del mundo está en Tokio: muchos, al verla, le dan la razón ■ "Tiene buena pinta".
https://www.huffingtonpost.es/virales/dice-mejores-paellas-mundo-esta-tokio-verla-le-dan-razon.html?int=MASTODON_WORLD
Unraveling the Mysteries of Linux: How a Simple Flag Revolutionized AI Output Latency
In a captivating journey through the depths of the Linux kernel, a developer at Recall.ai uncovers the hidden intricacies behind process management that led to a staggering 83% reduction in AI output ...
Tokio and Prctl = Nasty Bug — https://kobzol.github.io/rust/2025/02/23/tokio-plus-prctl-equals-nasty-bug.html
#HackerNews #Tokio #Prctl #Bug #Rust #Programming #NastyBug
PSA: The executor will NOT magically poll your Future again after it went Pending unless you wake up the executor.
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.
http://developerlife.com/2024/01/13/write-simple-chat-server-in-rust/
Das Arbeitsleben in #Japan ist als familienunfreundlich bekannt. Inmitten niedriger Geburtenraten wagt die Metropolregion #Tokio nun einen Vorstoß: die Möglichkeit der Vier-Tage-Woche. https://www.nd-aktuell.de/artikel/1187882.oeffentlicher-dienst-in-tokio-willkommen-vier-tage-woche.html
@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!
■ Va a la fiesta de España en Tokio y prueba todas estas bebidas ■ Su vídeo está triunfando.
https://www.huffingtonpost.es/virales/va-fiesta-espana-tokio-prueba-todas-bebidas.html?int=MASTODON_WORLD
Scared of asynchronous I/O in #RustLang? Fear not, as @bensparks guides us through data streaming with low runtime overhead, safe buffer management, and robust error handling using the #Tokio library:
a #![no_std], #![no_main], no-[#tokio] runtime for AWS Lambda
https://github.com/refacktor-aws/aws-lambda-libc-runtime
Discussions: https://discu.eu/q/https://github.com/refacktor-aws/aws-lambda-libc-runtime
@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