Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)RA
Posts
5
Comments
78
Joined
2 yr. ago

  • It's okay for enthusiasts, but when you take this to people who handle finance and accounting, the first thing that they ask is 'where is excel?' It would be a failure, if there is no Microsoft Excel, in the corporate world.

    Oracle couldn't force their employees to use open office, eventually moving to the Microsoft office.

    I know this comment will be down voted but that's the reality.

  • Morning: I drop my kid at school & return home. Travel distance: 9Km Time: 20 to 30 mins, depending on traffic.

    Evening: I pick my wife from her work, then pick my kid on the way home. Travel distance: 19km Time: 40 to 50 mins, again depending on traffic

    The average speed is 20+ kmph.

    I work from home.

  • I would say amazefit is the better option, check the compatibility with gardggetbride before buying.

    I bought an Amazefit bip 3 years ago and am using Master for Amazefit, sadly the developer stopped updating the app. The watch/band supports only step counter, heart rate measure, sleep tracking. So, whatever options the app provides work fine for me.

    I need to look for other app options when I upgrade.

  • I use Google sheets on my personal projects.

    • tracking expenses
    • tracking my ride logs from my ev

    Google app script pickup email received from banks and update the transaction automatically. I modify it using web based form of needed.

    The ev company has api. It will be called on periodic basis to get the ride details and update the sheets. I use telegram api to interact, by triggering the api webhook, getting charts, etc.,

    Initially I setup OCR to extract the ride information, so the process was like

    • send an image that has ride details to a telegram bot
    • the bot saves the image in Google drive
    • the image would be opened in docs
    • the text would get extracted and stored in Google sheets as data
    • edits can be done using telegram webapp
    • sheets provide charts for analysis
    • built a process using sheets to handle telegram bot for maintaining users, approvals, etc.,

    It would be hard if I have used any other services.. setting up OCR preparing charts etc.,