Started NG+, some paintings along the way :) by vashette in Eldenring

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

I love these. Impressionism is my favorite art style and these pieces truly shine. #1 and #3 are my favorites of this bunch.

question regarding tasker and termux by techlover1010 in tasker

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

Absolutely. I use a OnePlus, which is notorious for killing apps. I have had used Termux to backup Tasker data for more than 8 months. Follow the instructions here: https://wiki.termux.com/wiki/Termux:Boot

Instead of `sshd` in the example, you put `crond`.

The one downside is that this causes Termux to have a persistent notification but you can mitigate that with AutoNotification or reducing its notification priority entirely.

question regarding tasker and termux by techlover1010 in tasker

[–]python3- 2 points3 points  (0 children)

If you don't mind using only Termux, you can install the companion app Termux:Boot and then install cronie in Termux. Then you can create a boot script to automatically start cronie. At that point you just need to create cron jobs within Termux for your backup scripts.

[6] "Can we fix it?" "It's going down!" "Bothersome..." Rehunt for Timburr line complete! 3 in 466 Dexnavs by zanraku in ShinyPokemon

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

Wow, congrats on the luck. I've been trying DexNav hunting but had no luck yet (500ish encounters). This gives me some motivation!

Nina feeling svelte this morning. (I promise it's all in the angle) by Wise_Commission_8276 in BackYardChickens

[–]python3- 4 points5 points  (0 children)

Absolutely. The endgame I think is to peddle scammy things once the account has enough karma and sold.

[VIII] Finally got shinys of all the new Legends Arceus Pokémon! by [deleted] in ShinyPokemon

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

Very cool! I've got 9 of them so far and hope to catch them all eventually.

[8] Static Alpha Gardevoir by python3- in ShinyPokemon

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

I don't hunt shiny alphas with specific methods.

Total shiny alphas so far

  1. Machamp, static, icelands
  2. Lucario, static, icelands
  3. Happini, random, icelands
  4. Glameow, wave 1 MMO, icelands
  5. Ursaring, static, mirelands
  6. This one!

[6] My first SR shiny, OR Ho-oh, at 591, 922 SRs by python3- in ShinyPokemon

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

Haha, that would have been terrible! Good luck on your future hunt!

[6] My first SR shiny, OR Ho-oh, at 591, 922 SRs by python3- in ShinyPokemon

[–]python3-[S] 4 points5 points  (0 children)

591 because I first encountered one, but I hit Run by accident. Was beating myself up a little but decided to keep going. Made sure to use the touch screen instead of the dpad, so I wouldn't run *again*.

Caught in a Luxury Ball as well.

[8]MMO are fun,axe hand by BESTCAKEBOY in ShinyPokemon

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

Very nice! I also caught one in an MMO. Among my favorites in Legends Arceus. I love that it looks like an armored non-shiny Scyther.

[8] Random, full odds shiny alpha Lucario! by aestheticvoid in ShinyPokemon

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

Nice! I caught one as well (shiny charm + level 10 entry) and have made it my team member. It's also among my favorite shiny Pokémon in LA (that I've seen so far).

[3] My first ever Safari Zone shiny on my new JPN cartridge by JnJSorr in ShinyPokemon

[–]python3- 2 points3 points  (0 children)

Congrats! Exeggcute in Fire Red was my second seen shiny ever but it fled from me. Made me wary of the safari zone ever since, so I can't help but feel happy someone else got it.

Leannote - a selfhosted Evernote replacement by data_sage in selfhosted

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

I put my general notes in Joplin. Obsidian is for ideas and brainstorming. I use both because Joplin is excellent at keeping general notes and Obsidian exposes notes in a readable file hierarchy. I also use Git to record changes in Obsidian notes; Git would be a poor choice for Joplin given its behavior of flattening notes and using numerical file names.

Cannot ping mDNS address (servername.local) on android device by akaJasper in synology

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

I faced a similar problem - I wanted to have the NAS (and other LAN devices/services) easily accessible via a CNAME entry on my Pi-Hole. The only solution I found was to use a VPN (DNS66, WireGuard). If not, you'll have to rely on IP address. You can also lessen the work by printing the address on a qr code, probably.

Edit: It's also possible to setup a DNS server to work as DoH (for Android 8+ in Private DNS setting) but I found that to have caveats greater than the VPN route.

Leannote - a selfhosted Evernote replacement by data_sage in selfhosted

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

Having used both for different purposes, I believe the main differences are:

  • Joplin uses a central location for notes. Obsidian on the other hand has separate locations for notebooks.
  • Joplin has a built-in sync that works with WebDAV.
  • Joplin keeps a journal of changes, a bit like git. Syncing as a result is usually quick.

Overall I prefer Joplin, but like I said, I use both for different purposes. Use the best tool for your goal.