Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
yokuze
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
yokuze
9d ago
Cheers! There's also a command you can run to convert your Claude config to what Codex expects: `aix sync claude-code --to codex --dry-run` (just drop the --dry-run flag if the result looks good to you). More here: https://
2.
▲
by
yokuze
9d ago
It's a bit of a shameless plug, but I do hope it is helpful to you: I've been using this heavily the past 6 months to solve exactly this problem: https://github.com/a1st-dev/aix It doesn't support Grok
3.
▲
by
yokuze
9d ago
Yes! See my comment here: https://news.ycombinator.com/item?id=49601053 Though it does not support ChatGPT (just the Codex part inside of the ChatGPT app), or Grok web (yet). But it does encourage you to keep versioned conf
4.
▲
by
yokuze
9d ago
I commit my standard set of agent configuration (including Skills) to this repo, similar to how many people have a "dotfiles" repo: https://github.com/yokuze/aix-config Then, I use this tool: https:/&#x
5.
▲
by
yokuze
5mo ago
Do you have Settings > Apps > App Store > (Automatic Downloads) App Downloads turned on? I noticed apps appearing on my Home Screen I’d never heard of before. Turns out with that setting and Family Purchase sharing turned on, every
6.
▲
by
yokuze
5mo ago
aix - Like the npm CLI and package.json, but for AI config. Allows standardizing your AI config to share with others, and defining it all in one spot but installing to Claude, Codex, Cursor, etc.: https://aix.a1st.dev/ A Ta
7.
▲
by
yokuze
5mo ago
I see what you did there XD
8.
▲
by
yokuze
5mo ago
My question exactly.
9.
▲
by
yokuze
6mo ago
> The technical fix was embarrassingly simple: stop pushing to main every ten minutes. Wait, you push straight to main? > We added a rule — batch related changes, avoid rapid-fire pushes. It's in our CLAUDE.md (the governance fil
10.
▲
by
yokuze
7mo ago
I found that having a rule like this helped some too: > * ABSOLUTELY DO NOT use `@deprecated` on anything unless you are explicitly asked to. Always fully refactor and delete old code as-needed instead of deprecating it https:/
11.
▲
by
yokuze
7mo ago
Absolutely not the same thing, but I’m going to shamelessly plug my Tauri MCP in case you find it helpful: https://github.com/hypothesi/mcp-server-tauri With the debugging capabilities it gives agents, I find I don’t m
12.
▲
by
yokuze
7mo ago
I had the same question. There are older and more established component libraries, so why’d this one win? It seems like a scientific answer would be worth a lot.
13.
▲
by
yokuze
7mo ago
Same, minus the contractors part
14.
▲
by
yokuze
7mo ago
I don't follow. Assuming that the caniuse data is also representative of your users (a big assumption), then it's 10-20% of either group. Adjusting the % for the subset that is "your users" can result in either a higher
15.
▲
by
yokuze
7mo ago
Alternate title: "How to break your website's styling for 10-20% of your users" This is a nice reference, and some properties like `scrollbar-gutter` can be used for progressive enhancement. However, many options listed will
16.
▲
Ask HN: How do you deal with fragmented attention?
3 points
by
yokuze
7mo ago
|
2 comments
17.
▲
by
yokuze
8mo ago
Fixed. Thank you!
18.
▲
by
yokuze
8mo ago
I made, and use this: https://github.com/libragen/libragen It’s a CLI tool and MCP server for creating discrete, versioned “libraries” of RAG-able content. Under the hood, it uses an embedding model locally. It chunks
19.
▲
by
yokuze
8mo ago
https://hypothesi.dev/
20.
▲
by
yokuze
11mo ago
From the article: > “Apparently only one layer of the windshield was damaged, and there was no depressurization.” And from the photos, it looks like it was the outer layer. So, where would the glass have come from?
21.
▲
by
yokuze
1y ago
It’s worth making this very clear for learners: A Computer Science education is **not** the thing that will prepare you to work and make money in many real-world _jobs_. Some? Yes. Many? No. This blurb from one of the course pages (unintent
22.
▲
by
yokuze
2y ago
Here’s a project that does HMR and more: https://wxt.dev/
23.
▲
by
yokuze
2y ago
A protein that has a critical role in embryonic cell morphogenesis was named after the video game character. The origin, and the issues the name caused are interesting.
24.
▲
by
yokuze
4y ago
Critical thinking, as it applies to the practice of software development. Reading/watch list: - Thought and Knowledge: An Introduction to Critical Thinking, by Diane F. Halpern - Understanding Arguments: An Introduction to Informal Log
25.
▲
by
yokuze
4y ago
I second the "Simple and Direct" recommendation. I stumbled upon it in a book store over a decade ago and I've never seen anyone recommend it before. Years after reading it, I still hear the author's recommendations in m
26.
▲
Ask HN: Alexa Developer Rewards – has anyone made money?
1 points
by
yokuze
9y ago
|
0 comments
27.
▲
by
yokuze
12y ago
This is a lot like asking: "Could there be one tool that supports every function and task in the field of carpentry?" Maybe? But who would want to use something like that? Good programming languages, like most useful tools, are sp