HN user

usagisushi

109 karma
Posts1
Comments56
View on HN

Agencies are helpful for the tech and business side, sure, but as the article mentions, the indie scene has exploded. Plenty of creators are putting out high-quality stuff entirely on their own [1].

So, nothing is stopping you from giving it a shot. People are already looking into using VTubing for education, too. [2]

Moreover, these days as more people experiment with real-world integration and interactive setups, the traditional constraints of being a VTuber are really starting to disappear.

[1] https://www.moguravr.com/pq-vtuber-live-review/ (ja) [2]: https://steam-library-gov.note.jp/n/nd0907ba91174 (ja)

Codex Resets 4 days ago

The API endpoints on this page accept an OAuth token from ~/.codex/auth.json. You can simply ask Codex to create a report skill with some curl examples.

Tip: You can see the token usage of MCPs/plugins/skills by using `/context`.

For example, the M$ 365 MCP occupies several thousands of tokens, and there's currently no way to disable it entirely in Claude Code...

Not the OP, but their setup must be faster than my 4060 16GB + 3060 12GB setup. Here are my numbers (typical values, N=1):

    Model                         pp (t/s)    tg (t/s)
    Qwen 3.6 27B            900           29
    Qwen 3.6 35B-A3B   2100          85
    Gemma 4 31B            750           28
    Gemma 4 26B-A4B   2500         90
- All models: UD-Q4 w/ MTP. Context size: ~100k (MoE) / ~70k (Dense).

- Layer splitting used. Tensor splitting is ~1.2x faster in TG, but power spikes from 150W to 380W.

I pretty much agree. While any semblance of a "horizontal" dynamic in Japanese software development was perhaps realized in embedded systems around 40 years ago (e.g., rice cookers with fuzzy logic, or, in a different sense of _lateral_, Gunpei Yokoi’s famous philosophy of "Lateral Thinking with Withered Technology"), software has traditionally been undervalued in Japan. This historical neglect has ultimately contributed to the decline of our consumer electronics industry. (Though personally, I still don’t see why a toaster or a fridge needs to be connected to the internet.)

IMO, the tight-knit division of labor between Toyota and its subcontractors is a slightly different story from the broad diversification within a single corporation. While the latter was historically bolstered by strong industry-academia ties (often driven by university cliques), we rarely see this kind of broad diversification happening in recent years. That said, Japan's traditional "membership-based" employment system, combined with a cultural reluctance to shut down unprofitable business units, is likely what has allowed this diversification to persist for so long.

In any case, Japanese companies are currently struggling with the friction between their traditional corporate culture and the superficial adoption of Western concepts like DX, Agile, meritocracy, job-based employment, and a startup-centric mindset. I suspect Korea might be facing similar structural clashes, though perhaps you are adapting at a much faster pace.

Practically, it's not limited to GitHub Pages, though.

By the way, even while a custom domain is still pending verification, the GitHub Pages LB will route the request based on the Host header, allowing for the following:

    dig +short github.io | head -1
    185.199.108.153

    curl -H "Host: 42.news.ycombinator.com" 185.199.109.153
    hello
Another fun trick: You can also use wildcard DNS services like nip.io/sslip.io for alias domains, such as `my-page.185.199.108.153.sslip.io`. (Not sure of any practical use cases, though.)

If the "loop" you mean is the infinite reasoning cycle ("Wait, actually... On second thought..."), you might want to try setting a reasoning budget. For llama.cpp, use `--reasoning-budget 1024 --reasoning-budget-message "Proceed to final answer."` to force the model to reach a conclusion.

I admit I sometimes get caught up in the tooling for its own sake, but I find local models useful for specific tasks like migrating configuration schemas, writing homelab scripts, or exploring financial data.

It might sound a bit paranoid, but privacy is another major driver for me. Keeping credentials and private information off cloud services is worth the extra friction.

A bit off-topic but I’m on the legacy Lite plan (now discontinued), and it’s more than enough for hobby projects. The main draw is the generous request-based quota (18k requests/month) rather than a token-based one.

This means a 100k token request counts the same as a 100-token one. I’ve made about 8000 requests in the last two weeks, averaging around 80k tokens per request. It feels like they’re subsidizing this just to gather data on agentic workflows.

On the downside, the speed is mediocre (15–30 tg/s for GLM-5), and I’ve seen the model glitch or produce broken output about 10 times out of those 8k requests.

Interesting benchmark. It is notable that Gemini-3-Flash outperforms 3.1 Pro. My experience using Flash via Opencode over the past month suggests it is quite underrated.

Needless to say, benchmarks are limited and impressions vary widely by problem domain, harness, written language, and personal preference (simplicity vs detail, tone, etc.). If personal experience is the only true measure, as with wine, solving this discovery gap is an interesting challenge (LLM sommelier!), even if model evolution eventually makes the choice trivial. (I prefer Gemini 3 for its wide knowledge, Sonnet 4.6 for balance, and GLM-5 for simplicity.)

Native here. I'd say only about 6 out of the 47 listed actually matter (Awasebashi, Urabashi, Kamibashi, Jikabashi, Tatebashi, and Neburibashi).

Most of these are only for formal settings. Honestly, I haven't even heard of some of them. Aside from Tatebashi (sticking chopsticks in rice), they’re mostly avoided for hygiene reasons. As for Nigiribashi (clutching them in a fist), it just looks a bit strange for an adult to do.

MacBook Air with M5 5 months ago

Same here. If the rumored A18 Pro MacBook stays under 1kg, it would be very compelling.

Regarding lightweight laptops, the Fujitsu FMV Note U series (14-inch) weighs only 634g-917g with Arrow Lake 255H and a replaceable battery.

Speaking of hardware, the RTL8159 (10Gbps) hit the market late last year and is said to consume only about 2–3W. It apparently runs very cool compared to older chips. (Though it would need to be bonded to reach 25Gbps ;-)