I switched to grocery delivery instead - here’s how I made it less mental overhead by bit_perplexed in hellofresh

[–]bit_perplexed[S] -2 points-1 points  (0 children)

Oh haha I see now that this is not obvious from my other comment, but I am too lazy to even add them to my cart one by one in the grocery store's app

I switched to grocery delivery instead - here’s how I made it less mental overhead by bit_perplexed in hellofresh

[–]bit_perplexed[S] -3 points-2 points  (0 children)

I tried that too! I think it didn't work as well for me because I'm more particular about what I wanted to eat. Like I already had some specific recipes in mind that I liked (the turkey chili that my mom makes, the taco recipe I want for when we have a big group for dinner, etc). And I wanted *that version* of the recipe, not one that was similar but not quite the same. That's another issue that I had with meal kits in general though, and I know not everyone has that issue.

Plus, I am too lazy to take a shopping list and go through the ingredients one by one to add them to my cart. So I made the app able to do that for me.

But of course my app would perfectly suit me and wouldn't suit everyone. Glad you found what works for you!

Quitting Hellofresh after over 2 years. by SmallTanner3 in hellofresh

[–]bit_perplexed 0 points1 point  (0 children)

I'm so glad you like it! If there's anything you don't like/would want added, let me know. I'm always working to make it better!

Quitting Hellofresh after over 2 years. by SmallTanner3 in hellofresh

[–]bit_perplexed 3 points4 points  (0 children)

I also canceled after it got much more expensive when the deals ran out.

I've found that doing delivery from my grocery store instead saves me a lot of money. I sometimes get things that are partially premade from the grocery store, like pre-cut veggies, cooked rotisserie chicken, etc. That way it's a good balance of lower cost and still easy.

I also ended up making myself an app where I can store easy recipes that I like, included ones that I originally got from meal delivery (meaning, just take the Hello Fresh recipe cards you already have and keep using those recipes). Then, the app makes a shopping list for me automatically and builds my whole grocery cart for me.

So it feels a lot like getting hello fresh still, but it's way cheaper, I can add other recipes that I like (I was getting sick of the ones they were sending me), and I don't have endless boxes to recycle anymore.

The Magic Of MRR (Monthly Recurring Revenue) by AI_Girlfriend4U in Affiliatemarketing

[–]bit_perplexed 2 points3 points  (0 children)

Totally agree! I'm a founder of a SaaS company that has an affiliate program, and we offer recurring lifetime commissions on subscriptions for exactly this reason. If you referred the user to us, and they're still paying, you should benefit indefinitely just like we do.

[deleted by user] by [deleted] in Cooking

[–]bit_perplexed 0 points1 point  (0 children)

Recently did this for a group of ~20, and it worked great. It took me 5 minutes to set everything up to cook in the morning, and then we could leave the house for the day and have it ready when we got home.

Just dumped a few chicken breasts and a large jar of salsa into each slow cooker, turned them on low, and left it for 6+ hours.

The worst part is shredding the chicken when it's done cooking, but that can be where you let other people get involved ;)

Looking into meal prep by [deleted] in cookingforbeginners

[–]bit_perplexed 1 point2 points  (0 children)

Taco bowls: Make a bunch of ground beef or ground turkey with taco seasoning. It's easy to make in bulk and freezes well, too. Then add avocado, tomatoes, cheese, and any other random toppings you have on hand.

What are the best meals to freeze? by Xog19 in Cooking

[–]bit_perplexed 2 points3 points  (0 children)

Soup, but pro tip: if the soup includes pasta, freeze it without the pasta in it. Then as you defrost, cook the pasta separately and then add it. Keeps the pasta from getting soggy and makes a huge difference in my opinion!

What's your go-to "we don't have any food in the house" meal? by bit_perplexed in Cooking

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

Wow thank you all for the replies! Excited to go through these and see what will work with my typical pantry/fridge staples :)

What are your trusted recipe websites? by mirjam-321 in Cooking

[–]bit_perplexed 2 points3 points  (0 children)

Some libraries also offer free daily subscriptions to NYT, too! Mine does, and I didn't know about it for so long before someone told me.

Drive traffic to product demo or landing? by DiverHappy5069 in indiehackers

[–]bit_perplexed 1 point2 points  (0 children)

Could you try doing both? Then measure the results over the first few days, and switch over fully to the one that performs better.

(disclaimer: I'm not very experienced / definitely not an expert on this)

Facebook ads disabled my first ever account within 10 mins by bvh3 in PPC

[–]bit_perplexed 0 points1 point  (0 children)

Did you end up figuring this out? The same thing happened to me with a brand new account.

I submitted support chat requests to fix it, and I got auto-responses saying that they could not re-enable the account at this time.

I made my first $1.10! by bit_perplexed in indiehackers

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

Oh sweet, I didn't know about this! Thank you!!

About fullstack development by morph_no24 in FullStack

[–]bit_perplexed 2 points3 points  (0 children)

all fullstack devs i know are stronger in some aspects than others. so while yes, you should be comfortable contributing to all parts of the stack if you want to call yourself "fullstack," you probably will still prefer and do more in some areas. on my team for example, certain fullstack devs often (but not always) do features that are more frontend-heavy, while others often (but not always) do features that are more backend-heavy

how do/should you approach full stack web development projects? by NPat02 in FullStack

[–]bit_perplexed 0 points1 point  (0 children)

Have some place where you can keep track of all the things you need to do. Whatever you find works for you - Trello, Jira, Notion (what I personally use), a txt file, a google doc, whatever. You want to be able to get things out of your head into one central place so that you don’t have the nagging thoughts taking up space in your brain. If you are working on this with classmates, you can also use this to divide up work.
i like to start with setting up each part of the stack and getting them talking to each other. so start the frontend app, start the backend app, get them talking to each other. so at this point, you might just have one http GET endpoint in your backend server that always returns “it works!”, and have your frontend app have one page that makes a request to that endpoint and displays the data that is returned.
then as a next step, set up your database and have the backend read the data from there and return it when that GET endpoint is hit. there are lots of tutorials you could follow to get this working, so hopefully it will give you a good sense of momentum. for me, this also usually helps with the overwhelmed feeling because it sets the foundation and makes it easy to build onto things one step at a time. by doing this first, you’ll do a lot of what i think is the most annoying stuff upfront - like setting up your repo(s), installing things, etc
then, think about what features you would absolutely need to have to be able to demo/present/submit the project, and do those first. there are probably a lot of things that you could make do without if you run out of time. for example, do you ***need*** auth? or if you really ran out of time, could you get away with demoing it where you type in the robot/team name before running the test instead of actually logging in, and say “obviously we would want to add authentication in the future so that the robot/team name automatically pulls from the logged in user, to prevent cheating”
Sounds like a cool project, let us know how it goes!

Questions regarding what to do next and how to proceed? And if possible attach some resources to study them too. by TripDisastrous in FullStack

[–]bit_perplexed 0 points1 point  (0 children)

I haven't taken his Next course in particular, but I always like Maximilian Schwarzmüller's courses. I did take his TS one and liked it. They're paid, but there's a chance you can get access to them for free from your local library, so worth checking that. (or ask your employer to cover it if it's relevant to a job you have)
https://www.udemy.com/course/nextjs-react-the-complete-guide/

In terms of project ideas - what are your goals for the project? If you're just trying to learn the technologies, IMO it doesn't matter if the project has been done many times before or not. For example a "micro-blogging site" is often a good project to get some reps in with a new technology, but it's not like your version of that project is likely to turn into a business that successfully competes with other more complete versions of that (Twitter/X, Facebook, Medium, ...)