• 1 Post
  • 474 Comments
Joined 3 years ago
cake
Cake day: June 11th, 2023

help-circle


  • dustyData@lemmy.worldtolinuxmemes@lemmy.worldFacts
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    7 days ago

    Just want to remind everyone that the point of this scene is that Draper is an unstable and insecure man that is actually obsessed about how everyone around him are perceiving him, all the time. So this line is just stupid bravado, because he thinks the phrase projects the image he wants others to have of himself. He is lying because he actually thinks about what others think of him constantly. He works in advertising ffs.


  • Yeah, I don’t think you understand Calibre at all, because you are somehow annoyed by it. I get it. But there’s no e-reader on the market that supports Calibre. Quite the contrary, there’s a titanic effort from the Calibre team (it’s been several people since 2009) to reverse engineer support with every single e-reader and tablet in the market that should not be minimized. You’re also painting a picture as if somehow Calibre is the Windows of e-book and everyone hates it but is forced to use it, when in reality that is not at all the case. Yes, it has quirks and people have constructive criticisms, but calling a guy’s name “rough” is not positive criticism. Overall, most people appreciate and like Calibre for what it has achieved and enabled for readers all around the world.

    Again, it’s fine if you don’t like it, don’t understand it, and don’t want to understand it. But that doesn’t excuse insulting a person who actively is making your petty life a bit easier and free from corporate control. It takes a very weird person to feel like commenting negatively on someone’s name is somehow appropriate, it’s bully attitude. If that is all the criticism you can bring to a discussion of software, save it for yourself and stop replying. You’re all over this thread complaining, completely unprovoked like a little wuss. No one is forcing you to use Calibre, it just so happen that no one has done anything better, as you yourself admitted in another comment.


  • dustyData@lemmy.worldtoSelfhosted@lemmy.worldWhat else should I selfhost?
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    25 days ago

    Good, so if you know what needs to be fixed it should be easy for you to make a new alternative, with modern web UX, self-hosting in mind and NO quirks whatsoever.

    Really, it’s so easy to insult those who are making solutions when you have never contributed at all. There’s constructive criticisms, but calling people who are fronting free labor for your benefit as nerd aliens is not it.


  • dustyData@lemmy.worldtoSelfhosted@lemmy.worldWhat else should I selfhost?
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    edit-2
    25 days ago

    Calibre is so old that it’s use case and architecture precedes the current popularity of self-hosting. It is as old as the premiere of the very first e-ink reader in 2006. It’s not obtuse or weird, it was just the way things were done 20 years ago. The problem is that adapting it to work as a self hosted app or even multi user sync requires rewritting all of its backend from scratch with fundamentally different principles and use cases in mind. And guess what? Everyone is way too lazy to face that massive undertaking. Thus the hobbled together solutions.

    Fortunately, one way backup to a NAS works perfectly fine to keep libraries secure. It’s not this way out of caprice, and the Dev is definitely not an nerd alien.

    There have been attempts to create modernized replacements for calibre. But they all fall through because, Calibre already does 99% of what they want to achieve. That one percent is covered by addons and shoddy workarounds? Yes. But that’s an effort to reward analysis any Dev is faced with. Calibre does much more than what the average user need, and they keep adding features. Because they’re not catering to one particular user but a community of a complex mix of users. Developing software is hard, rebuilding 20 years of features is daunting.





  • Still xenophobic. And your source is very open that it has selection bias and aggregation methodological issues. Essentially, it describes how migration as an aggregate, all across the world seems to function, disregarding individual peculiarities, within the people they managed to access. Migration from India to the UK doesn’t function the same as migration from Lybia to France, or Mexico to the USA and most definitely not from Venezuela to the myriad of counties the diaspora has found themselves in.

    Poor immigrants do not account in this data, as they weren’t interviewed, are the most likely to be undocumented, and thus avoid attention and refuse interviews the most. It also most definitely ignores the peculiarities of Venezuelan migration. It might inform some political decision makers on a very broad and vague way. But it is an extraordinarily narrow, incomplete and impractical understanding of the issue.



  • There’s a technical difference. On a single drive, GRUB (or any other modern bootloader) can handle multiple OSs that coexist on the same boot chain. Windows doesn’t like this of course. On different drives it is the UEFI that chooses which drive boot sector to boot from, regardless of which bootloader it has. Here, Windows doesn’t get a say, and it is less likely to break.

    Historically, the first case was called dual booting but the second is not called that. If the same result is achieved, maybe the distinction doesn’t matter anymore. However, in the olden days, there was only one disk allowed to have a master boot partition, the Device 0 in an IDE bus. Consumer PCs were limited to two IDE busses, with a device 0 and device 1 each, only one hard drive could have an MBR on the primary IDE. Now a days it is much easier to have multi-disk boot capabilities in hardware thanks to EFI system partitions (since mid 2000s), but it used to be necessary to fiddle with an MBR even if the OSs were on different disks.

    It is an important distinction because dual booting, as a concept, almost always exists in relation with Windows. If you have two, three or more Linux OSs running on the same disk drive, it is not called dual booting, it is just booting and choosing your distro, as bootloaders like GRUB are multi-booting by default.

    So, yeah, maybe it is dual-booting as well, but it is not what the original term used to mean. It is just Windows wasting space in a quarantined disk, which I still prefer.