Viewing profile — ayuhito
ayuhito
HN member- Joined
- Mon, Oct 16, 2023, 9:23 AM UTC
- HN karma
- 157
- Public activity
- 55 items
- HN profile
- View on Hacker News ↗
About ayuhito
hello@ayuhito.com
Recent public activity
-
comment
Comment #48965798
I have an inkling of a feeling that this generosity is a stunt only to help juice the growth and “story” specifically for the IPO… Best use the AI subsidies while you can!
- story
- story
-
comment
Comment #48717698
That’s exactly it for large scale hiring with finite resources. It’s all probabilities in the end. And if an LLM gives you more a more relevant pool vs random distribution, that’s …
-
comment
Comment #48057362
I think there’s already a big market of supply chain security companies that are proactively scanning dependencies for this sort of thing. They’re always racing to be the first one…
-
comment
Comment #48057297
At least with our Renovate config, all dependencies have a 7 day cooldown, but marked security updates are immediate. Attackers can’t push a security update without going through t…
-
comment
Comment #47829170
Welcome to becoming a project manager.
-
comment
Comment #47083224
> Just do the cutoff when everyone is asleep. In this age, many smaller companies serve customers across the globe. There is no common “asleep”.
-
comment
Comment #46850745
DuckDB has one of my favourite articles on this topic if you want something a little more high level: https://duckdb.org/2022/10/28/lightweight-compression
-
comment
Comment #46462233
> My experience with GHA default caches is that it’s absolutely dog slow. For reference, oven-sh/setup-bun opted to install dependencies from scratch over using GHA caching since t…
-
comment
Comment #46400442
I strongly relate to this in many ways. Because of OSS, I’ve never actually applied for a job or done a Leetcode interview. I’ve gotten multiple direct offers through Twitter DMs (…
-
comment
Comment #46400343
I feel it’s an evolution of the term “Devrel” which still feels tacky. Nor would you want someone who built most of their career as an actual engineer to suddenly drop that term an…
-
comment
Comment #46075081
Also worth checking out libxev[1] by Mitchell Hashimoto. It’s a Zig based event loop (similar to libuv) inspired by Tigerbeetle’s implementation. [1] https://github.com/mitchellh/l…
- story
-
comment
Comment #45535397
> I'd love to know how much LLM was used to write this if any, and how much effort went into it as well (if it was LLM-assisted.) Are people supposed to be obligated to post such a…
- story
- story
-
comment
Comment #44886773
In fact, v1 code usually uses v2 code under the hood, but with different options to maintain backwards compatibility. You still get performance improvements even if you don’t switc…
-
comment
Comment #44623865
“Chemicals” are overused as a term for sure, but there is a huge difference between what’s legal in America and Europe that brings a shred of truth to the previous statements. For …
-
comment
Comment #44546653
Go also suffers from this form of “subtle coloring”. If you’re working with goroutines, you would always pass in a context parameter to handle cancellation. Many library functions …
-
comment
Comment #44164085
Good thing most of my tasks don’t require novelty, just working code.
-
comment
Comment #43740374
I think it depends. Where I used to live in the Middle East, the culture was very tea (more specifically karak) centric for sure. But it wasn’t a hobby you get so deep into that yo…
-
comment
Comment #43451009
I don’t think the modern web was designed for you.
-
comment
Comment #43349158
To me, Motherduck have so far been excellent stewards for DuckDB. I want them to find a sustainable business model. I doubt they’ll ever enshittify DuckDB core. It’s clear they’re …
-
comment
Comment #43315607
> routing, middleware net/http (even middlewares are just http.HandleFunc) > database connections We were using database/sql for the longest of times before switching to pgx since …