Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)GH
Posts
3
Comments
419
Joined
2 yr. ago

  • No, the drive needs a boot partition for the bios to know there is something to be booted on the drive.

    Most Linux ISO's do properly include the partitions in the ISO, so you can clone the iso to a drive and that should work, using dd for example. But just copying the files won't work.

    iirc windows iso's did use to support just creating a fat32 partition and moving all the files over, not sure how they managed that. But now the international ISO for win 11 has a file that's more than the max 4Gb allowed by fat32, so you can't do that anymore either.

  • I was curious if mistral is actually smart enough to complete that, but it keeps giving me blkid even though I told it, and it repeated back to me, that blk is the suffix, not the prefix.

    Edit: now it thinks it's an abbreviation for blockdev, which is closer, but also wrong got there eventually by asking it all unix commands that end with blk.

  • I haven't used them, but wouldn't those be way heavier than PBT keycaps? I'd imagine they would actually affect the actuation force, but I wonder if it's enough to be noticeable.

    They look pretty nice, but looks like they don't include a split spacebar, so not for me unfortunately.

  • I'm actually using Photoprism on the same truenas system to view my photos, I just already had nextcloud for the rest of my files, so I'm using that to upload. They point to the same datasets, so they share the image data. I believe photoprism is pretty similar to immich, but i haven't used immich myself.

  • So what's the best android tv box nowadays? Still the Shield TV?

    I have the latest chromecast with android tv (i think, who knows with these garbage model names), and it's always been quite sluggish to use, and I can't replace the home screen on it to one without ads since they locked down the bootloader.

    So I'm looking for one that's a bit snappier, and preferably with an unlockable bootloader, or at least the ability to replace the default launcher.

  • hmm that's weird.

    i was wondering what's up with that, so i took a look at the source code of aurora, and it seems they don't even call the requireUserAction thing that's supposed to disable the prompt. As far as I can tell it should just always require the prompt the way the app is built now. Wonder why it doesn't do it for me then.

  • thank you

    Jump
  • Pixel has this feature, it's called night mode iirc, but you can also set it to disable when your next alarm goes off.

    Unfortunately grapheneos doesn't have this. I kinda miss it, it also turned the always on feature off and back on which i now have to do manually with a hacky workaround to give a 3rd party quick setting access to settings.

  • Permanently Deleted

    Jump
  • Oh absolutely. I kinda feel like preventing the default action on a tag like that should just not be allowed, or browsers should not display the target link thing if it has an event listener attached or something.

  • Permanently Deleted

    Jump
  • That's actually pretty simple to do. I don't know if this is how they did it, but one way is just creating an

    <a>

    tag with the href to google.com. that'll show the destination if you hover over it. Then you just add an event listener to the click event, prevent the default event from executing, and manually redirect somewhere else.

    Made a quick example: https://codepen.io/Ghoelian/pen/poXeOyo

  • If you mean unattended, they already do since Android 12.

    Apps do need to implement the functionality manually, but it seems pretty simple.

    Looks like Aurora already has, it just updated Discord for me while my phone was off.

  • Sure changing something you own might create a derivative work, but isn't that totally fine if you don't try to commercialise that output? Like I can "improve" a painting I own all I want, creating derivative works, but that's allowed unless I try to sell them afaik.