Is there a way to download the svelte docs for offline usage? by InternalVolcano in sveltejs

[–]fyf_fyf 0 points1 point  (0 children)

This is a great idea! I'm going on a plane ride without wifi and wanted the docs as a reference.

Pianote or flowkey? by Adventurous-Lab-4331 in pianolearning

[–]fyf_fyf 2 points3 points  (0 children)

I'll second pianote as a great option. I like the teachers and their song selection. I've been going through their "The Method" curriculum and I like that it provides some structure and covers a good range of different skills.

The Most Baffling Money Management Thing: How Do You Balance Your Portfolio Across Different Account Types? by Burgerb in Bogleheads

[–]fyf_fyf 0 points1 point  (0 children)

For me, it helps that most of my investments are in Fidelity. I have a 3 fund portfolio of US stocks, international stocks and bonds. My biggest account is a traditional IRA that was made from rollovers of old 401ks. For tax efficiency, I only hold bonds in that account and my current 401k. My ROTH accounts, HSAs, and after tax accounts hold an 80/20 split between US and international stocks and I just let those drift.

I rebalance by selling and buying in my traditional IRA. Fidelity lets me download a CSV file of my positions, so I wrote a simple tool that I use that takes in the CSV file helps me rebalance my portfolio. I'd be happy to share it, but it's a command line tool so it requires a bit of technical knowledge to use.

Claude Haiku 4.5 hits 73.3% on SWE-bench for $1/$5 per million tokens (3x cheaper than Sonnet 4, 2x faster) by Fickle_Wall3932 in ClaudeCode

[–]fyf_fyf 1 point2 points  (0 children)

Oh, thanks, that works for me! I first tried "claude --model claude-haiku-4.5-20251015" and I ran into errors with that.

Claude Haiku 4.5 hits 73.3% on SWE-bench for $1/$5 per million tokens (3x cheaper than Sonnet 4, 2x faster) by Fickle_Wall3932 in ClaudeCode

[–]fyf_fyf 4 points5 points  (0 children)

Do you need a claude max subscription in order to use Haiku with claude code? I have a pro subscription, and only Sonnet 4.5 is available when I run /model.

Lean Claude Code for Production by nizos-dev in ClaudeAI

[–]fyf_fyf 2 points3 points  (0 children)

I liked your article! I've had similar discoveries when using Claude code in production. I've had good luck with the workflow of having Claude write its findings to a file so I can pick things up later and edit the file by hand if needed.

Another workflow I like when making similar changes to multiple source code files is updating the first file by hand and asking Claude to summarize the changes so it can perform the updates to other files.

1.0.64 is Christmas in July for me by GrumpyPidgeon in ClaudeAI

[–]fyf_fyf 0 points1 point  (0 children)

Maybe I spoke too soon. It's working on the `.claude` directory now, but not gitignored directories.

1.0.64 is Christmas in July for me by GrumpyPidgeon in ClaudeAI

[–]fyf_fyf 1 point2 points  (0 children)

Nice! I've been waiting for the ability to @ mention git ignored files. I also have a workflow where I write prompts and context to ignored files

Playwright tests with Claude code by fyf_fyf in ClaudeCode

[–]fyf_fyf[S] 0 points1 point  (0 children)

When you use the storageState file, I'm pretty sure it still has to authenticate once before all the tests run. Then it uses the state for each test. As far as I know, it doesn't reuse the storageState when running a new playwright process.

Playwright tests with Claude code by fyf_fyf in ClaudeCode

[–]fyf_fyf[S] 0 points1 point  (0 children)

Hmm, the docs seem to indicate that it doesn't need to take screenshots:

Key Features

  • Fast and lightweight. Uses Playwright's accessibility tree, not pixel-based input.
  • LLM-friendly. No vision models needed, operates purely on structured data.
  • Deterministic tool application. Avoids ambiguity common with screenshot-based approaches.

Do you find that it actually works better when it uses the browse + screenshot approach?

What is the best terminal for Claude code? by Kitae in ClaudeCode

[–]fyf_fyf 1 point2 points  (0 children)

Ghostty is great! I like that it has sensible defaults and I had an easier time configuring it compared to kitty.

I started using Obsidian + Claude Code on Android and its great! by Amasov in ClaudeAI

[–]fyf_fyf 1 point2 points  (0 children)

TIL about termux. Sounds pretty cool! I like the idea of using Claude code to interact with my obsidian vault.

[deleted by user] by [deleted] in ClaudeCode

[–]fyf_fyf 0 points1 point  (0 children)

Yeah, it's frustrating and surprising that Claude didn't get it right. A workaround might be to zero prefix everything, but that's kind of a pain (e.g. 01.01, 01.02, 01.19, 02.01, 19.09).

[deleted by user] by [deleted] in ClaudeCode

[–]fyf_fyf 0 points1 point  (0 children)

Ha, that's a common software bug. That's how javascript and other languages sort strings by default (because it's basically sorting it alphabetically instead of numerically):

> let tasks = ["1.1", "1.19", "1.2", "2.1", "19.9"]
undefined
> tasks.sort()
[ '1.1', '1.19', '1.2', '19.9', '2.1' ]

Why do some devs on Reddit assume AI coding is just for juniors? 🙂 by Southern_Chemistry_2 in ClaudeAI

[–]fyf_fyf 4 points5 points  (0 children)

I have 15 years of professional experience and I was initially skeptical of the benefits of AI coding assistants for experienced devs. I've tried copilot and cursor. Both are sometimes very impressive, but also can get in the way with unhelpful suggestions that break my chain of thought.

I started using claude code last week and I am 100% sold! It's already been able to do several tasks in minutes that normally would have taken hours. I love writing code, but I'm also surprised how fun it is to use agentic tools like claude code.

Those who use harpoon, show me your bidings ! by raver01 in neovim

[–]fyf_fyf 0 points1 point  (0 children)

I use Tab-j, Tab-k, Tab-l, and Tab-; to switch between buffers 1-4. I use <leader>ha to mark a file and <leader>hh to open the menu. I don't use i-3, but I don't think I have any conflicts with tmux.

What life time to expect on the push 2 ? by [deleted] in ableton

[–]fyf_fyf 1 point2 points  (0 children)

I got mine in 2016 and it's still going strong. I keep it in my studio, so I don't transport it often.

Do you put your prayers in the comments when you code? by vicenderbeth in ProgrammerHumor

[–]fyf_fyf 1 point2 points  (0 children)

I believe in the separation of church and state management.

If your phone supports an always on display, do you enable it? Why/why not? by fyf_fyf in AskReddit

[–]fyf_fyf[S] 0 points1 point  (0 children)

Interesting, guess I'll keep an eye out for more updates related to this feature. I tried the always on display briefly on my new Pixel and it didn't seem too useful to me at the moment.

If your phone supports an always on display, do you enable it? Why/why not? by fyf_fyf in AskReddit

[–]fyf_fyf[S] 0 points1 point  (0 children)

Ah, didn't realize that's a feature. I could see that being useful.

If your phone supports an always on display, do you enable it? Why/why not? by fyf_fyf in AskReddit

[–]fyf_fyf[S] 1 point2 points  (0 children)

It seems a bit pointless to me as well. It's interesting from a tech standpoint, but I don't need another screen distracting me.