Papillon

Results 10 comments of Papillon

Hi, Thank you for your reply. I see the interval button, but seems it can only capture few pictures. To capture timelapse, the total pictures number may be as many...

If Android does not support capturing still images and videos at the same time, maybe a wroundaround could be: Capture JPG files and encode them into a video file using...

I find an interesting workaround: - Use any camera App, e.g., Android built-in Camera App, even pro mode to get RAW images. - Install an Auto Clicker to fire the...

Sure, here are some use cases: - I see an article on my phone. I want to send its URL to my PC. - I received an SMS text on...

Yes, the use cases mentioned tends to be used personally. Syncing between iOS/Android/Windows often involves a 3rd party App that transfers the traffic through Internet. I want to keep the...

Just noticed that sometimes it sends the probe: ```console root@localhost:~# dhcpcd eth0.168 dhcpcd-10.0.5 starting duid_get: cannot write duid: Read-only file system DUID 00:03:00:01:ba:cd:d7:65:ae:14 eth0.168: IAID ff:00:00:a8 eth0.168: soliciting an IPv6...

After studying dhcpcd code, seems if the interface already has an IP address before the DHCP offer, dhcpcd will skip probing. The problem is that, even I use the following...

I think skipping ARP probing is reasonable when the interface already has an IP address. But since I have removed all IP addresses with `ip a flush dev eth0.168`, dhcpcd...

Same issue on Bash, Debian 12, KDE. x64 notebook. Copy the text and paste into another text editor, the text shows normally.

AI geneated this for me. It worked. ```Makefile ARIA2_VERSION = 1.37.0 ARIA2_SOURCE = aria2-$(ARIA2_VERSION).tar.xz # https://github.com/aria2/aria2/releases/download/release-1.37.0/aria2-1.37.0.tar.xz ARIA2_SITE = https://github.com/aria2/aria2/releases/download/release-$(ARIA2_VERSION)/ ARIA2_LICENSE = GPL-2.0+ ARIA2_LICENSE_FILES = COPYING ARIA2_DEPENDENCIES = openssl zlib libxml2...