yoshi-taka sre's Avatar

yoshi-taka sre

@ask-yoshi-taka.bsky.social

🔗 https://ask-yoshi-taka.medium.com/ 気合と理論で⟹安全工学/Safety II/ICS/Cognitive System/成人教育/Enabling Team/Cloud Finance/言語哲学/因果性 SaaS Tech DD/PMIのお問い合わせ歓迎

41 Followers  |  110 Following  |  101 Posts  |  Joined: 08.12.2024  |  1.6475

Latest posts by ask-yoshi-taka.bsky.social on Bluesky

🙅 cd tab_completion_only_works_if_you_remember_the_prefix
🙆 cd *remember*

06.08.2025 12:42 — 👍 0    🔁 0    💬 0    📌 0
Post image

Zed now shows the publish date of a library version in package.json via tooltip.

02.08.2025 03:33 — 👍 0    🔁 0    💬 0    📌 0
How to Reduce AWS Lambda Cold Start Times by Shrinking Deployment Package Size AWS Lambda cold starts are a common pain point for engineers.

just published
"How to Reduce AWS Lambda Cold Start Times by Shrinking Deployment Package Size"
ask-yoshi-taka.medium.com/how-to-reduc...

23.07.2025 15:34 — 👍 0    🔁 0    💬 0    📌 0

Looks like you can write code on Medium by typing triple backticks (```).

23.07.2025 14:44 — 👍 0    🔁 0    💬 0    📌 0
Post image

Aurora r8g is now supported across all AZs in Tokyo!

22.07.2025 03:15 — 👍 0    🔁 0    💬 0    📌 0

Rather than using an LLM to directly build features, you’re often better off building tools with an LLM.
Once the tool is built, it gives you better reproducibility and helps improve quality over time.

Debugging tools are a great use case for this approach.

21.07.2025 12:52 — 👍 0    🔁 0    💬 0    📌 0
Post image

Here’s a screenshot of the code:

08.07.2025 13:23 — 👍 0    🔁 0    💬 0    📌 0
Post image

Hi @quinnypig.com,

We’re running into issues with Aurora r8g in ap-northeast-1 (Tokyo). Some AZs aren’t available, and to make matters worse, it’s inconsistent.

08.07.2025 13:21 — 👍 1    🔁 0    💬 1    📌 1
Table-Driven Programming: An Underrated Superpower When you’re cranking out business logic, nothing beats a good lookup table. It’s simple, legible, and keeps the “ifs” from exploding all…

new post

Table-Driven Programming: An Underrated Superpower
ask-yoshi-taka.medium.com/table-driven...

06.07.2025 15:21 — 👍 0    🔁 0    💬 0    📌 0
Preview
Remove unused dependencies by yoshi-taka · Pull Request #33189 · zed-industries/zed I verified it after running cargo shear. https://crates.io/crates/cargo-shear Release Notes: N/A

I love zed and cargo shear (and knip + e18e).

github.com/zed-industri...

22.06.2025 08:01 — 👍 1    🔁 0    💬 0    📌 0
refactor(cli) remove unused dep by yoshi-taka · Pull Request #676 · yamadashy/repomix strip-json-commentsは下記PRで使われなくなった https://github.com/yamadashy/repomix/pull/366/files https://github.com/search?q=repo%3Ayamadashy%2Frepomix%20%20strip-json-comments&type=code Checklist Run n...

Knip + e18e = cleanup goldmine.
github.com/yamadashy/re...

21.06.2025 13:11 — 👍 1    🔁 0    💬 0    📌 0
Post image

Which one is legit?

c15t.com

12.06.2025 13:30 — 👍 0    🔁 0    💬 0    📌 0

Since the official approach didn’t send cleanly, I manually mapped the Vercel AI SDK’s experimental telemetry to Langfuse.

08.06.2025 15:11 — 👍 1    🔁 0    💬 0    📌 0

Adding AI agent logs to PRs is great for traceability,
but for now we’ll have to attach them as files due to the description size limit.

06.06.2025 15:06 — 👍 0    🔁 0    💬 0    📌 0

Hit a FRAME_SIZE_ERROR with Rust gRPC when sending to Honeycomb.io, but it worked fine using HTTP + protobuf under the same setup.

04.06.2025 13:24 — 👍 0    🔁 0    💬 0    📌 0

Question: Are language servers struggling to keep up with the speed of AI agents?

02.06.2025 15:39 — 👍 0    🔁 0    💬 0    📌 0

If you’re using the same account for both personal and organizational work, it’s no surprise you can’t separate GitHub Copilot Premium Requests.

29.05.2025 13:13 — 👍 0    🔁 0    💬 0    📌 0

It looks like AWS SDK for Rust doesn’t support setting TCP keepalive.

24.05.2025 14:51 — 👍 0    🔁 0    💬 0    📌 0

Using enableCompileCache could slightly improve performance for Node.js Lambdas as well.
#AWS

23.05.2025 15:34 — 👍 0    🔁 0    💬 0    📌 0
Post image

The slowest step is compiling the Rust datadog-api-client.
#datadog #rust

19.05.2025 17:13 — 👍 1    🔁 0    💬 0    📌 0

Running multiple AI agents at once lets you push your brain and soul to the absolute limit. (Just kidding)

19.05.2025 13:03 — 👍 0    🔁 0    💬 0    📌 0
Preview
Agent Panel: click-to-update fails to preserve agent panel history · Issue #28735 · zed-industries/zed Summary Updating Zed via the lower left 'Click to update' option fails to preserve Agent Panel recent chat history Description When using the 'Click to update' option (lower left) during a coding s...

This is a small but annoying issue.
github.com/zed-industri...

17.05.2025 17:17 — 👍 1    🔁 0    💬 0    📌 0
Preview
aws-smithy-checksums transistive dependency fails cargo lambda build --release · Issue #993 · awslabs/aws-lambda-rust-runtime I'm not sure if this repo can do anything to fix it, but just today the latest aws-smithy-checksums dependency started using crc-fast and the release script for aws lambda rust runtime fails with t...

github.com/awslabs/aws-...

17.05.2025 12:30 — 👍 1    🔁 0    💬 0    📌 0
Preview
Use 'crc-fast' crate for better CRC performance by onethumb · Pull Request #4111 · smithy-lang/smithy-rs Motivation and Context The crc-fast crate provides better performance (>100GiB/s for CRC32 and CRC32C) and a unified solution for calculating CRC32, CRC32C, and CRC64NVME, the three supported CR...

This PR caused build errors for Rust Lambda:
github.com/smithy-lang/...

17.05.2025 12:26 — 👍 1    🔁 0    💬 1    📌 0

I love how this book explains table-driven programming.

09.05.2025 06:57 — 👍 0    🔁 0    💬 0    📌 0

The Performance Mode option has been removed from Amplify Console.
Honestly, it’s a good change.

28.04.2025 14:37 — 👍 0    🔁 0    💬 0    📌 0
Preview
trick2025/13-yoshi-taka at main · tric/trick2025 Contribute to tric/trick2025 development by creating an account on GitHub.

Totally forgot to mention, but I placed in the “Trick 2025” mystery code competition at RubyKaigi.
It’s my third time now!
Even when writing weird programs, I always try to keep the code as readable as possible.

Hope you enjoy the early-2000s vibe!
github.com/tric/trick20...

27.04.2025 16:53 — 👍 0    🔁 0    💬 0    📌 0
Preview
About premium requests - GitHub Docs Learn about premium requests and how they impact your usage and billing.

Is the premium request multiplier for o4-mini-high 0.33? There’s not been any documentation on it yet.
docs.github.com/en/copilot/m...

17.04.2025 12:41 — 👍 0    🔁 0    💬 0    📌 0

I’m having tests generated through vibe coding, and the coverage is high.
But since I have no idea what’s actually being tested, it’s unclear whether the tests are meaningful at all.

07.04.2025 13:58 — 👍 0    🔁 0    💬 0    📌 0

Vibe coding feels like human experimentation.
I’m just following instructions without learning anything, like a test subject.
It really makes me feel like an order-taker.

01.04.2025 13:57 — 👍 0    🔁 0    💬 0    📌 0

@ask-yoshi-taka is following 20 prominent accounts