yue's Avatar

yue

@yue.cat

Welcome to the bright side of yue. https://yue.cat/

14
Followers
52
Following
40
Posts
26.02.2024
Joined
Posts Following

Latest posts by yue @yue.cat

Preview
【梶浦由記】Yuki Kajiura LIVE vol.#22 〜precious pieces〜 出演者及び、公演詳細決定!! - HIGHWAY STAR Yuki Kajiura LIVE vol.#22 〜precious pieces〜 公演の出演者及び、公演

今気づいたけどYUUKA本人だ!! https://highwaystar.co.jp/news/202512215388/

06.01.2026 12:09 👍 0 🔁 0 💬 0 📌 0
Preview
eslint/.gitignore at fca421f6a4eecd52f2a7ae5765bd9008f62f9994 · eslint/eslint Find and fix problems in your JavaScript code. Contribute to eslint/eslint development by creating an account on GitHub.

Just find out eslint has all of yarn.lock, package-lock.json and pnpm-lock.yaml gitignored. interesting https://github.com/eslint/eslint/blob/fca421f6a4eecd52f2a7ae5765bd9008f62f9994/.gitignore#L29-L31

04.01.2026 09:09 👍 1 🔁 0 💬 0 📌 0
Faster Rust builds on Mac Did you know that macOS has a secret setting that can make Rust builds faster? It can also make Rust tests faster (sometimes massively so). It probably even has similar effects for other compiled languages such as C, C++, Go, and Swift. It sounds crazy, but read on…

TIL https://nnethercote.github.io/2025/09/04/faster-rust-builds-on-mac.html

04.01.2026 07:08 👍 0 🔁 0 💬 0 📌 0

trying out kustomization but feels prefixing with app label is not easy to get right

02.01.2026 00:30 👍 0 🔁 0 💬 0 📌 0

Been migrating everything from my VPS to self-hosted k8s cluster and it works out fine for now

01.01.2026 06:34 👍 1 🔁 0 💬 0 📌 0
Preview
cephのpool dump (rados export) をparseする

Previous work. Hope this article will help someone in the future.
zenn.dev/pixiv/articl...

01.01.2026 05:22 👍 0 🔁 0 💬 0 📌 0

新年快乐~

01.01.2026 04:37 👍 1 🔁 0 💬 1 📌 0
Preview
una.im | Follow-the-leader pattern with CSS anchor positioning Learn how to create a dynamically re-anchored pointer element.

I've been using a "follow-the-leader" pattern with CSS anchor positioning lately so I decided to write about it!

You set up a "follower" element and dynamically update the anchor on an event/state. Surprisingly simple and effective.

Read more with demos!:

👀➡️ una.im/follow-the-a...

11.09.2025 18:14 👍 106 🔁 22 💬 2 📌 1
Preview
GitHub - tc39/proposal-seeded-random: Proposal for a new SeededPRNG class that yields reproducible sequences of random numbers. Proposal for a new SeededPRNG class that yields reproducible sequences of random numbers. - tc39/proposal-seeded-random

ECMAScript excitement 😉

Congrats to @tabatkins.com on advancing the Seeded Pseudo-Random Numbers proposal to Stage 2 at TC39 today 🎉

It produces a series of pseudo-random numbers in a way that can be reproduced across program runs and different JS realms 👍

github.com/tc39/proposa...

29.05.2025 13:51 👍 82 🔁 11 💬 5 📌 4

Checked out tsgo (TypeScript navite preview) on several repos. By far it's 1~2x slower compared to v5 due to the lack of incremental compiling support and 4~5x faster if both version has incremental turned off.
Somehow skipLibCheck and js file related resolutions are not working as expected.

22.05.2025 17:17 👍 2 🔁 0 💬 0 📌 0
Post image

あっ
www.panasonic.com/jp/company/l...

21.05.2025 16:04 👍 0 🔁 0 💬 0 📌 0
Post image

Original post: fosstodon.org/@orhun/11448...

11.05.2025 16:04 👍 0 🔁 0 💬 0 📌 0
Post image

I made this diagram for a talk on encrypted messaging I recently gave, and I didn’t get to use it in the talk. I figured I’d share it here because I think it tells a story.

10.05.2025 12:45 👍 94 🔁 30 💬 11 📌 4
Preview
機械彫刻用標準書体フォント 機械彫刻用標準書体をデジタルフォント化しています(ベータ版)

font.kim

10.05.2025 12:09 👍 0 🔁 0 💬 0 📌 0

Happy to announce @nodejs v24.0.0 💚!

This release brings several updates, including the V8 13.6 and npm to version 11.

As a reminder, Node.js 24 will enter long-term support (LTS) in October, but until then, it will be the "Current" release

Check it nodejs.org/en/blog/rele...

06.05.2025 14:44 👍 98 🔁 21 💬 2 📌 1

Late to the party, but my daughter asked me to play Minecraft with her and now I’m obsessed.

Proud parent moment: she was showing me how to make a water elevator, and says

“Ok let’s make a small test case” 🤩🤩🤩

04.05.2025 19:47 👍 262 🔁 4 💬 13 📌 0
Post image Post image Post image Post image

Tried to walk to Enoshima from Yoyogi today but gave up at Yokohama after 34kms. Fortunately been able to visit the aquarium and enjoy the subset. Had a good day!

04.05.2025 15:23 👍 1 🔁 0 💬 0 📌 0
Video thumbnail

Giving anchor-tool.com a much-needed little facelift.

29.04.2025 01:06 👍 138 🔁 13 💬 7 📌 0
Preview
#女の子 雨 - fzttのイラスト - pixiv
28.04.2025 17:54 👍 0 🔁 0 💬 0 📌 0
Preview
feat: rolldown-vite by yue4u · Pull Request #19 · yue4u/lab Before ✓ built in 13.07s pnpm build 20.47s user 0.83s system 150% cpu 14.145 total After ✓ built in 3.34s pnpm build 7.36s user 0.94s system 202% cpu 4.090 total hyperfine hyperfine -w 1 -n &#3...

Trying out rolldown-vite and everything seems promising! It's so easy to migrate and even boring. https://github.com/yue4u/lab/pull/19

27.04.2025 15:23 👍 0 🔁 0 💬 0 📌 0

hello we released RC RC

22.04.2025 21:39 👍 88 🔁 7 💬 3 📌 0
Preview
GitHub - rolldown/tsdown: An even faster bundler powered by Rolldown. An even faster bundler powered by Rolldown. Contribute to rolldown/tsdown development by creating an account on GitHub.

Big news! tsdown has officially been adopted by @rolldown.rs as part of their core ecosystem and will become the foundation for Rolldown Vite’s Lib Mode!

🎉 Excited to see it evolve as part of the official ecosystem. Stay tuned for more updates!

github.com/rolldown/tsd...

15.04.2025 11:06 👍 92 🔁 19 💬 6 📌 2
Preview
LLMs can't stop making up software dependencies and sabotaging everything : Hallucinated package names fuel 'slopsquatting'

LLMs hallucinating nonexistent software packages with plausible names leads to a new malware vulnerability: "slopsquatting."

12.04.2025 22:31 👍 1340 🔁 387 💬 33 📌 143
G̶o̶o̶g̶l̶e̶r̶… ex-Googler. · April 10, 2025 My role at Google was eliminated.

G̶o̶o̶g̶l̶e̶r̶… ex-Googler.

nerdy.dev/ex-googler

11.04.2025 18:05 👍 1642 🔁 181 💬 493 📌 82
Post image

🍕

05.04.2025 04:23 👍 0 🔁 0 💬 0 📌 0
image.png

image.png

lol

02.04.2025 14:09 👍 0 🔁 0 💬 0 📌 0
image.png

image.png

Very interesting to see this phrase as a language example. (Facing south is also a common consideration when choosing rooms in China and Japan)

02.04.2025 13:59 👍 0 🔁 0 💬 0 📌 0
Preview
CVE-2025-29927 Next.js version 15.2.3 has been released to address a security vulnerability CVE-2025-29927.

Next.js 15.2.3 includes a security vulnerability patch.

We recommend updating to 15.2.3 or backported patches. If you cannot update, we have included guidance for how to protect your application.

Apps on Vercel, Netlify, and Cloudflare are not affected.

nextjs.org/blog/cve-202...

22.03.2025 19:02 👍 61 🔁 16 💬 1 📌 4
draw(tokyo); #2 draw(Tokyo); は、VRChatで行われた"draw();"をリアル会場で開催するイベントです。draw();とは、オーディオビジュアルを楽しむイベントであり、ライブコーディングやマシンライブ、ジェネ系VJ、DJなどのライブパフォーマンスを見ることができます。

Attending draw(tokyo); today!
https://function-draw.com/tokyo2

22.03.2025 05:17 👍 0 🔁 0 💬 0 📌 0
Post image

Nice weather outside

20.03.2025 06:43 👍 0 🔁 0 💬 0 📌 0