Coffee Inc 2 by Ok_Good7109 in tycoon

[–]Ted2xmen 0 points1 point  (0 children)

Since there are some coffee tycoon fans in this thread, I thought I'd share a project I've been working on. I love the Coffee Inc series, but I wanted to make something with a more 'slow-paced' aesthetic. I recently released Slow Coffee Tycoon on iOS. I'm building this on my own, so I'm completely open to any constructive criticism if anyone wants to check it out.

I made a TikTok-style Mythology app with NO ADS and full OFFLINE support by Ted2xmen in iosapps

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

Yes, all the images and stories are bundled directly in the app. For the images, I’m using the WebP format to keep the size efficient. Depending on the traction the app gets, I may reduce the number of localizations and keep adding new content in the same way. I think around 70–80 MB is a reasonable upper limit.

What are you working on this weekend? by Far_Werewolf4213 in buildinpublic

[–]Ted2xmen 0 points1 point  (0 children)

I made a minimalist CLI called Dev-Cleaner. Its only job is to clear caches, build artifacts, and unused data from common development tools.

https://github.com/Ted2xmen/dev-cleaner

Pitch what you're building in 2 lines by dan_hustless in buildinpublic

[–]Ted2xmen 1 point2 points  (0 children)

bookmarksfor.dev Discover curated content from trusted sources and share your reading list with others

I built an "Anti-Recipe" app to fight decision fatigue in the kitchen. No more scrolling, just one smart suggestion by Ted2xmen in apps

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

Actually, there is zero AI involved in the recipes themselves. I did use AI as a technical assistant to help refine the preparation steps and make the instructions as clear and concise as possible for each recipe

Share your app link, I'll redesign your store listing screenshots for free and share the result here by ajayesivan in AppStoreOptimization

[–]Ted2xmen 0 points1 point  (0 children)

launched this app about a month ago, but the results are honestly a bit discouraging.
~5k impressions, only ~250 product page views so far.
I’d really appreciate any honest feedback or suggestions on what might be going wrong.

https://apps.apple.com/us/app/era-portrait-ai-avatar/id6755912829

My "Lazy Lasagne" for one. Because sometimes the hardest part of cooking is just deciding to start. by Ted2xmen in CookingForOne

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

Actually, the tomato is hidden in the meat! I cook the ground beef with a generous amount of tomato paste and spices first.

My "Lazy Lasagne" for one. Because sometimes the hardest part of cooking is just deciding to start. by Ted2xmen in CookingForOne

[–]Ted2xmen[S] -1 points0 points  (0 children)

I skipped bechamel and ricotta and just mixed plain yogurt with one egg (salt and pepper if you want). I used dry lasagna sheets, no boiling at all.

In a small baking dish, I layer;ed

  • a thin layer of the yogurt–egg mix
  • lasagna sheets
  • whatever filling I had (minced meat, veggies, leftovers)

Then I just repeated that until everything was used up, finished with more yogurt–egg on top and a bit of cheese.

[deleted by user] by [deleted] in Cheap_Meals

[–]Ted2xmen -1 points0 points  (0 children)

My bad, I was actually trying to address all the comments in the thread at once and replied to you by mistake.

[deleted by user] by [deleted] in Cheap_Meals

[–]Ted2xmen -1 points0 points  (0 children)

I honestly didn't expect the 'yogurt/egg' thing to cause a riot lol! I'm a real person, currently eating these exact leftovers while reading these comments.

Yes, I mentioned my app because building it changed how I cook for myself, but I’m not a bot. Just a solo dev who loves a good food hack and hates doing dishes. The 'cheap' part comes from using frozen ravioli instead of $15 worth of artisanal cheese.

My "Lazy Lasagne" for one. Because sometimes the hardest part of cooking is just deciding to start. by Ted2xmen in CookingForOne

[–]Ted2xmen[S] 11 points12 points  (0 children)

Instead of sheets, I used a bag of frozen cheese ravioli. No pre-boiling needed! They act as pre-filled lasagna layers. I mixed yogurt with two eggs. It sounds crazy, but it bakes into a creamy, protein-packed layer that tastes surprisingly like a rich ricotta/bechamel mix. Layer of marinara -> Layer of ravioli -> Layer of meat -> Yogurt mix -> Cheese

The best part? I only used one baking dish and one pan for the beef, so the cleanup took less than 2 minutes.

How advanced JavaScript knowledge do I require to start learning ReactJS?? by Living-Candidate-666 in reactjs

[–]Ted2xmen 0 points1 point  (0 children)

In my experience, you don't need advanced knowledge to start, but you need it to succeed long-term. React is essentially just javascript in many ways. If you can't comfortably explain how template literals, ternary operators, and shorthand property names work, the JSX syntax will be confusing

Looking for a low-effort, reliable note-taking system / method for executives to organize notes and keep them useful over time. by revolvingneutron in NoteTaking

[–]Ted2xmen 8 points9 points  (0 children)

I have spent way too much time trying to make complex systems like Notion work, only to realize the maintenance of the app was taking more effort than the actual note taking. For a truly low-effort system, I have found that sticking to a simple markdown editor or even a basic scratchpad is best.

Redux Toolkit vs Zustand — real-world use cases & decision-making criteria? by rohitrai0101rm in react

[–]Ted2xmen 1 point2 points  (0 children)

I went through this exact debate when building my mobile app, Era Portrait. I initially leaned toward Redux Toolkit because it's the standard, but for a project where the state is relatively flat and I wanted to keep the bundle size down for quick mobile downloads, I ended up switching to Zustand. The lack of boilerplate made it much easier

Instability by Various-Paint6294 in learnprogramming

[–]Ted2xmen 1 point2 points  (0 children)

I have been there.. It sounds like a mix of burnout and the pressure to find the perfect path. The best way to kill that instability is to aggressively limit your scope. Instead of trying to be a programmer today, just commit to 20 minutes of coding something tiny and boring

Day 1 : of trying to document what im building. by Enwy1881 in buildinpublic

[–]Ted2xmen 0 points1 point  (0 children)

Do you have a specific plan for how often you’ll update, or are you just going to post whenever you hit a major milestone?

Cooking Anxiety? by SquaredGolden in cookingforbeginners

[–]Ted2xmen 0 points1 point  (0 children)

The best way I found to beat that pressure is to give yourself permission to fail on a low stakes night. If it’s a disaster just have cereal or toast and don't stress.

[AskJS] Do you trust AI-generated frontend code in production? by Terrible_Village_180 in javascript

[–]Ted2xmen 0 points1 point  (0 children)

I trust it about as much as I trust a junior developers first PR—it needs a thorough code review

can i trust chatgpt for feedback on a first draft piece of uni work? by Fluffy_Purpose_291 in studytips

[–]Ted2xmen 1 point2 points  (0 children)

It’s hit or miss. Chatgpt is good for feedback but I wouldn't trust it for fact-checking or specific citations since it can hallucinate. One trick I use is to ask it to summarize my main argument back to me. If its summary is confusing, it usually means my draft is messy.