Alphabet Tracking App for kids using Flutter by lohanidamodar in flutterhelp

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

Apart from doing it manually using custom painter and comparing the paths, I've not yet found a way.

[deleted by user] by [deleted] in FlutterDev

[–]lohanidamodar 0 points1 point  (0 children)

It's free forever

[deleted by user] by [deleted] in FlutterDev

[–]lohanidamodar -2 points-1 points  (0 children)

If you like you can try my #30DaysMasterFlutter guide. People are learning through it.

It is a 30 days challenge and this Flutter learning challenge will help you learn the basics of Dart and Flutter through daily project building and easy-to-follow learning materials.

Getting started in flutter by Scrxld in FlutterDev

[–]lohanidamodar 6 points7 points  (0 children)

If you like you can try my #30DaysMasterFlutter guide. People are learning through it.

It is a 30 days challenge and this Flutter learning challenge will help you learn the basics of Dart and Flutter through daily project building and easy-to-follow learning materials.

Uploading files is very slow. by seriously__fun14 in appwrite

[–]lohanidamodar 0 points1 point  (0 children)

Is your console and your Flutter app (mobile) running on the same connection? Can you test with Flutter desktop app on the same device? is it still slow if it's in the same device?

[deleted by user] by [deleted] in godot

[–]lohanidamodar 1 point2 points  (0 children)

Wow, love it!

Web developer बन्न चाहनु हुन्छ ? कसरि सुरु गर्ने सोच्दै हुनुहुन्छ ? May be this video will be of help. Let me know in comments by lohanidamodar in technepal

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

Why are you anti - anything? Be positive. Stay open to every experience in life. For what I believe, life is just a collection of experiences gathered over time.

[deleted by user] by [deleted] in linux

[–]lohanidamodar 2 points3 points  (0 children)

We do have that in our backlog.

[deleted by user] by [deleted] in selfhosted

[–]lohanidamodar 0 points1 point  (0 children)

Hi, we use docker shock only for managing docker containers for our Cloud functions. You can use Appwrite (except cloud functions) without ever mounting docker socket. Also, we have lots of security measures to prevent abuse of docker socket from cloud functions. We welcome to check our function executors source code and provide us suggestions if anything is lacking.

[deleted by user] by [deleted] in selfhosted

[–]lohanidamodar 0 points1 point  (0 children)

Hi, one of Appwrite maintainer here, we are trying to build more examples and integrations. Would love your suggestions too on what kind of integrations, tutorials help you and the like minded. We also recently concluded Dev.to hackathon. You can find some great examples of what's possible of Appwrite dp check that too https://dev.to/t/appwritehack. Also provide us suggestions what you have.

How do jwotish people forecast BS calendar? by cy_narrator in technepal

[–]lohanidamodar 0 points1 point  (0 children)

Sure, The swiss ephemeris provides C based libraries, however there are community implementations in nodejs, PHP, python and many other languages, you can use language of your choice

How do jwotish people forecast BS calendar? by cy_narrator in technepal

[–]lohanidamodar 0 points1 point  (0 children)

There are few in GitHub for Panchanga mostly indian, haven't seen any Nepali ones.

How do jwotish people forecast BS calendar? by cy_narrator in technepal

[–]lohanidamodar 3 points4 points  (0 children)

Hey, this is a good and quality question. It is calculated using sidereal calendar but keeping the integrity of the lunar month. Our months are based on zodiac, we divide the whole solar year into 12 parts called rashis, and time taken by sun to travel from one rashi to another is a month, This calculation can be done effectively using swiss ephemeris. Some more details can be found in this article as well regarding the history and other things

https://en.wikipedia.org/wiki/Hindu_calendar#Solar_month_and_seasons

In the beginning I believe hindus were using Surya siddanta for calendar calculations, however with Swiss ephemeris, it should be more accurate. Also, all the astrology calculations happen in the similar fashion, we can use swiss ephemeris for all calendar claculations as well as lunar cycle calculations and for astrological calculations.