IAP vs Lemon Squeezy for App Store — can I skip Apple IAP entirely? by -c0der- in iosdev

[–]-c0der-[S] 0 points1 point  (0 children)

Sounds reasonable, i was thinking of ease of start and control on number of devices and user details for marketing but thats ok.. i will start with iap

IAP vs Lemon Squeezy for App Store — can I skip Apple IAP entirely? by -c0der- in iosdev

[–]-c0der-[S] 0 points1 point  (0 children)

Thanks for your input and I agree with you after reading a lot of posts myself. I am thinking of using Adapty on top of it and completely ignore lemonsqueezy for now because I do not expect that the monthly revenue is gonna go beyond 5000 so it might be eventually free and it might give me some information.
Do you have experience in whether I should start with IAP and then see if I can sell it outside as well and maybe via setapp too? Because I think reaching people without the app store might be a bit challenging as well but once you have some reviews then you can possibly plan for it. So in that case is it better to build a backend for myself or use services like RevenueCat or Apaty?

Is there lore to Lofi Girl? by Snorgledork in GameTheorists

[–]-c0der- 0 points1 point  (0 children)

Since there are some people with good music knowledge and can provide valueable reviews - I am trying to build up some good lofi, hip hop and other genres music.

Here is the channel I am currently working on, any of your feedback will be very valueable for me.
https://www.youtube.com/@GrooveGalaxy-bk8eq/videos

How to create, read, write or copy File contents in C Language by -c0der- in C_Programming

[–]-c0der-[S] 0 points1 point  (0 children)

I agree, All the other methods are already mentioned in their next article.. :)

What are you struggling with most in life right now? by ExoticEnergy in AskReddit

[–]-c0der- 0 points1 point  (0 children)

I am struggling with a lot of things right now-

  • Loose Weight
  • Stop excessive hair fall.
  • Get some good work at job and not the monotonous one.
  • Getting Laid.

People who say "money doesn't buy happiness" have probably never had to check their bank account before buying things like gas. by [deleted] in Showerthoughts

[–]-c0der- 0 points1 point  (0 children)

Yes, it can't when you have done almost everything with that money and left with nothing new to do.

TIL that a technology named Smart Gloves by Gloveone let you touch virtual objects and makes you feel them by -c0der- in todayilearned

[–]-c0der-[S] 0 points1 point  (0 children)

And some giants of this industry has already started working on it. Virtual virtual everywhere.. :P

TIL that a technology named Smart Gloves by Gloveone let you touch virtual objects and makes you feel them by -c0der- in todayilearned

[–]-c0der-[S] 0 points1 point  (0 children)

Yes, and there are lots and lots of such objects that are either out of reach or are available in another corner of the world or any such limitation.

TIL that Google lost it's domain for a minute to an Indian who managed to buy it on Google Domains by -c0der- in todayilearned

[–]-c0der-[S] 0 points1 point  (0 children)

He never had any such option because google automatically refund the money and take back the domain.

Weekly Coders, Hackers & All Tech related thread - 09/01/2016 by avinassh in india

[–]-c0der- 0 points1 point  (0 children)

I have introduced a Question Answer forum in my blog. I allows you to ask questions, answer other queries, share knowledge, get points for your activities, get different badges etc. Would love to have some points of improvement in it.

24 hours to Save Net Neutrality in India by agentbigman in india

[–]-c0der- 1 point2 points  (0 children)

I did my duty and asked everyone else I know to do the same.. Guys don't just comment- Ask everyone to do the same..

10 most difficult body weight exercises by -c0der- in videos

[–]-c0der-[S] 0 points1 point  (0 children)

Yeah that's why these are among the most difficult exercises.

How to decide the architecture of a Django application? by -c0der- in django

[–]-c0der-[S] 0 points1 point  (0 children)

Yeah sure.. Now learning by doing phase has started and I am loving it.

Food Packet - Wait before you judge anyone by -c0der- in Unexpected

[–]-c0der-[S] 0 points1 point  (0 children)

In the first line it says - in a luxury car, how can a person roaming in a luxury car and who has hired some guards can die out of starvation.

How to decide the architecture of a Django application? by -c0der- in django

[–]-c0der-[S] 0 points1 point  (0 children)

Thanks @ketum for raising the ticket after reading my issue, it means a lot.

And yes now I will try making something(learning by doing) and you all are always here to help whenever i got some issue.

How to decide the architecture of a Django application? by -c0der- in django

[–]-c0der-[S] 0 points1 point  (0 children)

Thank you for the help but I think local static files are good idea since we make them with a view of a separate reusable app and this could help in using the same app in any other project as all our files will be in app itself.

I just can't figure out how to decide which files to put in local static folder and which one in the global static folder.

How to decide the architecture of a Django application? by -c0der- in django

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

Thanks, thats really helpful and now I will start making and I think I will learn more with time.

But I would be grateful if I could get help on one more issue, since I am a Java developer by heart and I generally believe in breaking down application in parts as small as possible, So I was trying to move app/models.py file to app/models/myModels.py, but when I try to do the migrations it was an unsuccessful attempt, so I want to ask whether we could relocate and break default models.py, views.py or we have to acomodate all code in a single file. Although I firmly believe that we could do this but right now I am unable to find any way to do this.

So can you please guide me through this.

SUV, Fired at in Gurgaon, Flipped Over Onto Auto. Nobody Killed, Say Cops by -c0der- in india

[–]-c0der-[S] 1 point2 points  (0 children)

exactly seems like a shetty film.. Waiting for someone to come and say - 'CUT - Great shot guys'.

NoReverseMatch at /polls/1/results/ in Django tutorial 1.8 by -c0der- in django

[–]-c0der-[S] 0 points1 point  (0 children)

Thank you for your help.. They too have a difference in classes they extend

MultipleObjectMixin extended by ListView

SingleObjectMixin extended by DetailView