[-] Wistful@discuss.tchncs.de 6 points 8 hours ago

I can find it on Droidify no problem and after reading your comment, I also tried on F-droid app and I can see it there as well. Maybe you don't have it configured properly.

104

You can't remove things from it, you cannot rearrange it... Useless things and suggestions get stuck at the top.

I'm on Android 13. Have they made any improvements in the newer versions of Android?

422
272
Cute Porcupinefish (i.imgur.com)
[-] Wistful@discuss.tchncs.de 46 points 2 weeks ago* (last edited 2 weeks ago)

On Android, it's probably a little utility software called Quick Cursor (it's not FOSS). It's incredibly convenient being able to spawn a cursor on your phone from thin air that you can use to reach the "unreachable" portions of your screen, especially if you are holding your phone with one hand. Besides being a "phone touchpad" it has a bunch of ways of triggering actions/shortcuts, for example: volume or brightness control, launching an app (I use it for launching a floating calculator, notes...), opening notification shade, copying text (it can copy any text that is under the cursor, even if it's not selectable)...

It's not that I couldn't go without it, but it changed the way I use my phone and it would feel really weird without it. It feels like it should be a part of the OS.

[-] Wistful@discuss.tchncs.de 38 points 3 weeks ago

Settings shortcut: Comment options > Display navigation bar


Click on that 👆, it will take you to the setting that you need to turn off.

380
Tippy taps (i.imgur.com)
31

Hurdy-gurdy

The hurdy-gurdy is a string instrument that produces sound by a hand-crank-turned, rosined wheel rubbing against the strings. The wheel functions much like a violin (or nyckelharpa) bow, and single notes played on the instrument sound similar to those of a violin. Melodies are played on a keyboard that presses tangents—small wedges, typically made of wood or metal—against one or more of the strings to change their pitch. Like most other acoustic stringed instruments, it has a sound board and hollow cavity to make the vibration of the strings audible.

[-] Wistful@discuss.tchncs.de 30 points 3 weeks ago

A few nights ago I was trying to read a book, and there was a dog across the road who wouldn't stop barking. I was reading a single page for 15 minutes until I was finally able to tune him out.

175
361
Plop (i.imgur.com)
321

Picture taken from > PizzaTravel (more pics there)


Salina Turda (Wikipedia page)

Salina Turda is a salt mine in the Durgău-Valea Sărată area of Turda, the second largest city in Cluj County, northwest Transylvania. Opened for tourists in 1992, the Salina Turda mine was visited by about 618,000 Romanian and foreign tourists in 2017.

140
311
Unamused cat (i.imgur.com)
submitted 1 month ago* (last edited 1 month ago) by Wistful@discuss.tchncs.de to c/cat@lemmy.world
990
Essay (discuss.tchncs.de)
submitted 1 month ago* (last edited 1 month ago) by Wistful@discuss.tchncs.de to c/comicstrips@lemmy.world
[-] Wistful@discuss.tchncs.de 57 points 1 month ago

Keepass XC on PC, Keepass DX on Android, Syncthing to sync database

Works flawlessly!

107
Smooth Jet Ski Ride (i.imgur.com)
[-] Wistful@discuss.tchncs.de 32 points 5 months ago* (last edited 5 months ago)

Yes, butt:


I also saw a video of a monkey peeling it from the stem side and then proceeding to clean it of all those stringy bits before finally eating it.

Here it is: https://www.youtube.com/watch?v=FIc5kTth1lE

[-] Wistful@discuss.tchncs.de 30 points 7 months ago

I just learned about it yesterday. Seems like Vivaldi but on gecko, which I always wanted to see.
Unfortunately it seems like it's maintained by only one overworked dev. It needs more funding and more devs.

[-] Wistful@discuss.tchncs.de 59 points 8 months ago* (last edited 8 months ago)
[-] Wistful@discuss.tchncs.de 78 points 8 months ago* (last edited 8 months ago)

Oh shit!

This post actually made me look for a solution and I found one!
Solution to opening tiktoks without using tiktok app or site, not how to stop ur friends sending u garbage.

It made me think... mpv player can play basically any link you throw at it (thanks to yt-dlp), and we also have mpv on Android, so why can't we do it there as well. And sure enough, I found this https://github.com/mpv-android/mpv-android/pull/58, someone baked yt-dlp in mpv for Android, making it possible to open link in mpv (share >> play in mpv)

It works for instagram and all other shit.

[-] Wistful@discuss.tchncs.de 83 points 1 year ago

Imagine if everyone who made this kind of post, made a post on their fav niche sub instead.

[-] Wistful@discuss.tchncs.de 61 points 1 year ago* (last edited 1 year ago)

Quote from some old guide:

The Importance of Being Connectable:

When it comes to torrents, being connectable can go a long way in helping your ratio. Connectivity is directly related to port forwarding, your router, and incoming torrent connections. Here's how it works:

You upload a new torrent. After going through the upload page and adding the torrent to your client, the client connects to the tracker to do the following:

  1. Tell the tracker it is going to begin seeding a torrent.
  2. Ask the tracker if there are any peers it doesn't know about.

Normally, no one has downloaded the torrent from the site between the time that you upload the torrent and when you add it to your client. So your client will now wait, for 45 minutes (or however long it's been told to wait by the tracker), until it will connect back and ask for more peers.

Now suppose someone downloads your torrent from the site after you added the torrent to your client. Normally, the person's client will ask the tracker for peers, to which the tracker will return your IP address to connect to. That client will then connect to your client, using the IP address and port number it got from the tracker pertaining to your client and the port it accepts incoming connections on. This is where being connectable comes into play. We'll assume your IP address is 139.129.43.5 and your port number used for torrenting is 3058.

When the peer attempts to connect to you on that designated port, your router has to know what to do with the incoming connection. It receives an incoming connection from the peer, on port 3058. If you have your port forwarded to your client correctly, that is, you've told the router what to do with incoming data on a specific port, the router knows to send anything coming in on port 3058 to the computer your client is running on. Now, if you are not connectable, the router doesn't know what to do with items coming in on port 3058, so they are discarded, and the other peer isn't able to connect to you.

If your port isn't forwarded correctly, the peer who just added your torrent to their client will have to wait for 45 minutes, until your client updates with the tracker, and gets the new peer's IP address and port to connect to. If the peer is connectable, you will then make an outbound connection to them, and it will connect successfully. Outbound connections aren't normally blocked by a router, unlike incoming ones, this is why a client doesn't need a port forward for outgoing connections. This scenario is also why you can still seed even if you aren't connectable. This can have very negative consequences for your ratio though as I will now explain.

Here's how not being connectable will hurt you. When you are seeding a torrent in a large swarm and a new peer comes online, his client will attempt to make connections to the other peers. If you aren't connectable, you will have to wait (at max) 45 minutes until your client learns of their existence, before you can start uploading data to them. During this time the peer is getting data from other peers, but not you. By the time your client finally learns of the new peer's existence, the client will already be done downloading! You won't get nearly as much upload than if you were connectable. Depending on the size of the torrent, your client may not get any upload for that peer, because he will have completed the torrent before your client even knew he was present.

The absolute worst case scenario is when both peers aren't connectable. Neither peer will be able to connect to the other, and both will sit without connection indefinitely.

view more: next ›

Wistful

joined 1 year ago
MODERATOR OF