I’m confused. Is this for the youtube app or the android mobile site?
I’m confused. Is this for the youtube app or the android mobile site?
As long as you don’t have to implement it yourself.
You say that, then use a language that allows you to do this (it’s not lisp)
if (foo);
{
bar();
}
Operator overloads, descriptor protocol, decorators
That doesn’t seem right. I remember responding to a few mastodon threads from lemmy and I was able to see my reply on the other end.
Do you think it’s a reaction to Twitter (X) making likes private?
They’re fixing the exploit The Spiffing Brit and others use.
Anything on https://iconify.design/?
So basically r/lounge?
core-js is exactly that, but it focuses on implementing baseline features that can be polyfilled.
O(n!). I like it.
Lua tables are secretly hashmaps
Didn’t they do this starting with the galaxy s20?
If you can load it on a linux vm, you can use fsck -v /dev/mmc0
to try to repair it.
And it targets the BOSS environment, which is used by Indian officials.
The post is only 20 minutes old and has 5 upvotes. I can access it, so I doubt lemmy did this.
Arch is anti-consumer because it doesn’t come with anything.
You can even customize it with userChrome.css
First, use lsblk
to list your block devices. Note the path containing your usb device. e.g. /dev/sdb1
Next mount the device to an existing folder or create a new one.
mkdir -p /mnt/thumbstick
mount /dev/sdb1 /mnt/thumbstick
Now you can pipe the dpkg output to the usb device.
dpkg -l > /mnt/thumbstick/packages.txt
Finally, you can unmount the stick to ensure everything is flushed. (optional)
umount /mnt/thumbstick
Ok, because my Youtube App on my Z Flip4 doesn’t look like any of those images.Edit: Those screenshots are for full-screen videos, not the mini-player.