Advertisement · 728 × 90

Posts by Yuto Yoshino

serveより全然workerの方が複雑だぁ

3 months ago 1 0 0 0

i am the end of the year
i will implement web worker for andromeda💪

3 months ago 2 0 0 0
JSJP25|Aapo Alasuutari|Out the cave, off the cliff — data-oriented design in Nova JavaScript engine
JSJP25|Aapo Alasuutari|Out the cave, off the cliff — data-oriented design in Nova JavaScript engine YouTube video by jsconfjp

I gave a talk at JSConf Japan last month, talking about how #JavaScript objects are put together in mainstream engines and how Nova does something quite radically different, as well as the tradeoffs that implies.

Take a look if that sounds interesting!

youtu.be/QuJRKhySp-0?...

4 months ago 11 3 0 0
Preview
SAMARI - 最新の技術ニュースを要約してお届け SAMARI は様々な技術ニュースを日本語でわかりやすく要約してお届けするサービスです。

SAMARI の要約を読むのすらめんどくさくなってしまったので、ポッドキャスト作った

samari.news

まだ色々雑で品質も微妙だけど、とりあえず読み上げてくれればいいやの気持ち

4 months ago 15 3 1 0

denoのworkerは再起的に呼び出すことで孫workerも作れるようになってるんだな

4 months ago 0 0 0 0
スレッドを使用してコードを同時に走らせる - The Rust Programming Language 日本語版

👀
doc.rust-jp.rs/book-ja/ch16...

4 months ago 0 0 0 0
Trusted Types

これあんまりよくわかってないな
w3c.github.io/trusted-type...

4 months ago 0 0 0 0
Interlude: A data-oriented model · Nova A real-world example of using data-oriented design principles in TypeScript.

Oh by the way, I wrote a blog post last week on some #JavaScript #TypeScript work I did at work, where I cut memory usage of an acyclic directed graph 10x in aggregate, and more like 30x on a per node level.

Maybe that's interesting to you as well?

trynova.dev/blog/interlu...

4 months ago 9 1 1 0
Advertisement

👀
github.com/denoland/den...

4 months ago 0 0 0 0

これいるかな?
github.com/denoland/den...

4 months ago 0 0 0 0

worker.postMessageはすぐ理解できたけどself.onmessageに苦戦した。
最初のworkerスレッド起動時に受け取りを監視するメソッド呼び出してそれをループさせてんだな。
windowメソッドだからなかなかどこにあるかとメソッドの登録のせいで探すの難しかった

4 months ago 0 0 0 0

isolateって機構が素晴らしすぎる。

4 months ago 0 0 0 0
クロージャ:環境をキャプチャできる匿名関数 - The Rust Programming Language 日本語版

denoのworker読んでて全然わかんなかったけどあれがクロージャーだったのか
doc.rust-jp.rs/book-ja/ch13...

4 months ago 1 0 0 0

deno内のデバッグ方法完全に理解した。

4 months ago 2 0 0 0
Preview
JSConf JP 2025 #jsconfjp お疲れ様でした! |petamoriken / 森建|pixivFANBOX JSConf JP 2025 にセッション登壇しました! 当日の様子は YouTube チャンネルのアーカイブにあるので、興味があればぜひ御覧ください。 感想 普段福岡に引きこもっていて東京のカンファレンス参加自体初めてでした。オフラインでセッション登壇するのも初めてです。配信で自分の登壇を見返しましたが、結構言い間違えを...

pixivFANBOXでJSConf JP 2025 #jsconfjp お疲れ様でした! を公開しました!

4 months ago 3 1 0 0
Advertisement

so gooooood

4 months ago 1 0 0 0
Post image

Would like to thank jsconf.jp for giving me the opportunity to give my talk on tryandromeda.dev

4 months ago 2 2 0 0

i was joining jsconf.jp today.
i watched andromeda, nova, deno and wintertc session.

i am very enjoy time.

4 months ago 2 0 0 0
Post image

At JsConf.jp @loading.trynova.dev introduces Andromeda.

Andromeda is a TypeScript-native runtime that uses the Rust-based Nova JS engine together with Oxc.

It aims to be web interoperable and is part of WinterTC.

4 months ago 43 7 3 2

My talk is going to start in 8 minutes unless technical difficulties kill it :) Remote talks are tense.

4 months ago 3 1 0 0
Out the cave, off the cliff — data-oriented design in Nova JavaScript engine | JSConf JP 2025 In the world of JavaScript, it is easy to forget that our software runs on real hardware, made up of real bits and bytes instead of being intangible shadows of objects on a wall, flickers of code on a...

This Sunday, I'm giving a talk at JSConf! That's pretty exciting

jsconf.jp/2025/en/talk...

5 months ago 10 4 0 1

sqlの様々な書き方をググる人になってる

5 months ago 0 0 0 0
Post image

負けてない

5 months ago 0 0 0 0
Preview
JavaScript execution model - JavaScript | MDN This page introduces the basic infrastructure of the JavaScript runtime environment. The model is largely theoretical and abstract, without any platform-specific or implementation-specific details. Mo...

easy to understand
developer.mozilla.org/en-US/docs/W...

5 months ago 1 0 0 0
Preview
bun/src/bun.js/web_worker.zig at 946470dcd77b8fa447dfd8a2c4a64511210808a0 · oven-sh/bun Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one - oven-sh/bun

👀
github.com/oven-sh/bun/...

5 months ago 0 0 0 0
Advertisement
Preview
What is an Agent? · Issue #882 · tc39/ecma262 I'm trying to figure out how to embed the Agent concept into the HTML Standard. It's clear that a worker, shared worker, service worker, or worklet all represent a single agent. It's not clear for ...

i same the question
github.com/tc39/ecma262...

5 months ago 2 0 0 0

😐
chromium.googlesource.com/chromium/src...

5 months ago 0 0 0 0

umm, i do not know relation v8 isolate and ecma agent.
maybe same these...

5 months ago 0 0 0 0
Preview
ECMAScript® 2026 Language Specification Introduction This Ecma Standard defines the ECMAScript 2026 Language. It is the seventeenth edition of the ECMAScript Language Specification. Since publication of the first edition in 1997, ECMAScri...

web worker is difficult. i am reading deno source code but i have to understand ecmascript agent.
tc39.es/ecma262/#sec...

5 months ago 0 0 1 0

i work on fullstack develop, mobile, backend, frontend, gcp but,
i am thinking very enjoy now. it is hard😂

5 months ago 0 0 0 0