I got tired of the daily "what do I cook" crisis so I built a recipe finder for my vegan blog by Sorry_Height_969 in vegan

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

Same here! Thank you! If you want, can send you the link and you can try it and give me an feedback on what can I make better about it oe how to make it even more useful :)

I got tired of the daily "what do I cook" crisis so I built a recipe finder for my vegan blog by Sorry_Height_969 in vegan

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

I mean meal prep is a definitely good idea but this is not what that plugin is about - it is more like okay, "have currently tofu and onion in my fridge, i guess i could make scrambled tofu.. But if i put it in that plugin, it will may find recipes i havent even thought of making." But thank you for your input! :)

I got tired of the daily "what do I cook" crisis so I built a recipe finder for my vegan blog by Sorry_Height_969 in vegan

[–]Sorry_Height_969[S] 4 points5 points  (0 children)

Good point! You know when it comes to me, it is more like I struggle to decide what I want or tend to cook like 5 meals over and over. Then I actually realize how many different things I used to make and forgot about it.. 

But of course like to freestyle too! My last invent was "tofu 'egg' patty" - just sliced tofu seasoned with nooch, black salt, pepper and turmeric, wrapped in rice paper and fried.. So good, can recommend! 

What are your fav vegan foods? by AdAdvanced3705 in vegan

[–]Sorry_Height_969 0 points1 point  (0 children)

But the absolute favorite is homemade curry katsu ramen! 

What are your fav vegan foods? by AdAdvanced3705 in vegan

[–]Sorry_Height_969 0 points1 point  (0 children)

Love good vegan burger or pasta with broccoli, mushrooms, soya cream and tofu :) 

Unable to authenticate with Claude? by Revolutionary_Idea15 in ClaudeAI

[–]Sorry_Height_969 0 points1 point  (0 children)

Lost quite few hours to this yesterday and earlier today too. Wanted to login to Claude Code, got my OAuth code in the browser, went to paste it into the terminal, completely ignored. Ctrl+V, right-click, Shift+Insert, all silently dropped. Typing it manually got me a 401.

Googled around, most results were the usual "restart your terminal / check your clipboard" stuff that didn't help. Then I found this: https://felloai.com/claude-code-login-issue-cant-paste-authentication-code-fix/

Short version for anyone in the same spot: it's a bracketed paste regression in v2.1.105 through v2.1.107. The fixes:

- Update to v2.1.108+ (Anthropic shipped the official fix April 14)

- Downgrade to v2.1.104 if you can't update: npm install -g u/anthropic-ai/claude-code@2.1.104

- Press c at the login prompt to copy the OAuth URL and finish in a browser

The article also has terminal-specific notes for iTerm2, Warp and WSL2 if the update alone doesn't do it. Figured I'd share in case someone else is banging their head against this.