🙅 cd tab_completion_only_works_if_you_remember_the_prefix
🙆 cd *remember*
@ask-yoshi-taka.bsky.social
🔗 https://ask-yoshi-taka.medium.com/ 気合と理論で⟹安全工学/Safety II/ICS/Cognitive System/成人教育/Enabling Team/Cloud Finance/言語哲学/因果性 SaaS Tech DD/PMIのお問い合わせ歓迎
🙅 cd tab_completion_only_works_if_you_remember_the_prefix
🙆 cd *remember*
Zed now shows the publish date of a library version in package.json via tooltip.
02.08.2025 03:33 — 👍 0 🔁 0 💬 0 📌 0just published
"How to Reduce AWS Lambda Cold Start Times by Shrinking Deployment Package Size"
ask-yoshi-taka.medium.com/how-to-reduc...
Looks like you can write code on Medium by typing triple backticks (```).
23.07.2025 14:44 — 👍 0 🔁 0 💬 0 📌 0Aurora r8g is now supported across all AZs in Tokyo!
22.07.2025 03:15 — 👍 0 🔁 0 💬 0 📌 0Rather 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.
Here’s a screenshot of the code:
08.07.2025 13:23 — 👍 0 🔁 0 💬 0 📌 0Hi @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.
new post
Table-Driven Programming: An Underrated Superpower
ask-yoshi-taka.medium.com/table-driven...
I love zed and cargo shear (and knip + e18e).
github.com/zed-industri...
Knip + e18e = cleanup goldmine.
github.com/yamadashy/re...
Which one is legit?
c15t.com
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 📌 0Adding 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.
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 📌 0Question: Are language servers struggling to keep up with the speed of AI agents?
02.06.2025 15:39 — 👍 0 🔁 0 💬 0 📌 0If 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 📌 0It looks like AWS SDK for Rust doesn’t support setting TCP keepalive.
24.05.2025 14:51 — 👍 0 🔁 0 💬 0 📌 0Using enableCompileCache could slightly improve performance for Node.js Lambdas as well.
#AWS
The slowest step is compiling the Rust datadog-api-client.
#datadog #rust
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 📌 0This is a small but annoying issue.
github.com/zed-industri...
This PR caused build errors for Rust Lambda:
github.com/smithy-lang/...
I love how this book explains table-driven programming.
09.05.2025 06:57 — 👍 0 🔁 0 💬 0 📌 0The Performance Mode option has been removed from Amplify Console.
Honestly, it’s a good change.
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...
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...
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.
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.