Hacker Newsnew | past | comments | ask | show | jobs | submit | laxisOp's commentslogin

A email is a notification,so how you are in the mood when it will come.can you elaborate clearly


Close the email client. No emails, no notifications.

In the mood for dealing with email, open client.


It's simple, there's this "Star" feature on Thunderbird, so if I'm not ready to handle the mail now, I'll just click the star to mark it as important, and undo the star after I've done handling it.

Or, just like what @atrus said, don't receive emails if you have other higher-priorities.


What is obtainium.


An android app that tracks releases to install the latest versions of apps directly from github.


Also it works with private repos too if you provide a personal access token (fine-grained) in the Obtainium app settings. Just make sure to "release" (on the Releases tab) the .apk file on the GitHub repo and tag it latest.

I use 'just' (command runner) and the 'gh' CLI to automate this:

    # Build and publish a GitHub release
    release: apk
        VERSION="v$(date +'%Y.%m.%d')-$(git rev-parse --short HEAD)"; \
        APK="build/app/outputs/flutter-apk/app-release.apk"; \
        REPO="$(git config --get remote.origin.url | sed -E 's#.*github.com[:/](.*)\.git#\1#')"; \
        echo "Releasing $VERSION to $REPO"; \
        git tag "$VERSION" 2>/dev/null || true; \
        git push origin "$VERSION"; \
        gh release create "$VERSION" "$APK" \
            --repo "$REPO" \
            --title "$VERSION" \
            --notes "Automated release for $VERSION" \
        || gh release upload "$VERSION" "$APK" --repo "$REPO" --clobber


How accurate is this . And where is our space station


In the search box, input "ISS" and filter by perigee (min: 380; max: 500). You should see the name of one of the modules of the ISS, such as "ISS (Zarya)" [0] or "ISS (Nauka)" [1]. If you can't find it on the visualisation at first, you can get its current location at https://isstracker.pl/en .

[0] https://en.wikipedia.org/wiki/Zarya_(ISS_module) [1] https://en.wikipedia.org/wiki/Nauka_(ISS_module)


We have a few [0]. Some others have pointed out ISS, but there's also Tiangong which you can filter for [1] by looking for 48274 (the NORAD ID).

[0]: https://en.wikipedia.org/wiki/List_of_space_stations#Operati...

[1]: https://platform.leolabs.space/visualizations/leo#search=482...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: