• 20 Posts
  • 962 Comments
Joined 1 year ago
cake
Cake day: August 15th, 2023

help-circle



  • PC is a computer based on IBM PC compatible standard, so usually x86 processor architecture with compatible with it components.

    The term is so common that in practical language people started to use it as a replacement of the “desktop PC” or overall anything that is not pocketable or Apple.

    But I guess with such question from OP it does not matter, as computers at the edge of the definition (like x86 Android tablets) are in a fraction of percent and won’t matter in “what’s the most popular”.








  • To be honest I do not like PDF readers being bundled in browser’s binaries, I see web rendering engines themselfs as a pile of legacy impossible to rewrite spaghetti.
    Qutebrowser for example has PDF.js as an optional, installable dependency. I guess Firefox can be recompiled without PDF support, if someone wants to save those… 3MB. But just that my Linux mind has slight aversion to bundling stuff in single binary, because on Linux installing 1 or 100 programs if they are packaged takes the same time.

    Ah. And some commands for PDFs are really useful :P.
    For example I used convert file.jpg file.pdf to upload couple of documents I had scanned as pictures but website required a PDF extension.






  • I have created a couple of small stores and being FOSS lover myself I can give some advice.

    First, your options are WooCommerce or PrestaShop and alike. Don’t fall into being idealist and JS-free now, because there is no software suite on the market that is going to give you that. Except payment provider, it can be done, but you would need to write e-commerce software from scratch yourself and I guess this is not in your capacity. Both of them have no trackers, just choose a lightweight theme because some third-party themes include fonts or scripts from Google-alike because of lazyness. You can use build-in ones and modify them. PrestaShop themes are much easier to modify, because those are Twig templates instead of full PHP scripts. WooCommerce is GPL so plugins must be free software too, but many of them are from shitty devs who provide only obfuscated scripts, so you must check each plugin by yourself. PrestaShop plugins are more often proprietary, but you need much less of them, as almost everything internal is out-of-the-box. With Presta you need payment provider plugin and basically that’s it, while on Woo every single thing like different tax for a region would require a web of plugins.

    After some time with both my scheme is: WooCommerce if you have a blog-style website and just want to sell something as a bonus. PrestaShop if you start a real small or big businesses and selling is the primary goal.

    As for VPN, what can I say other than this is not sustainable. You are literally selling stuff with your name so there is no privacy or freedom benefit with additional routing. Just get an ISP offering a public IP (not beind a NAT) and open a firewall port. Or if you cannot do that, rent a VPS. I don’t see a point in anonymity here, pure clearnet is more than enough for shopping for physical thighs.

    And I say this as a quite hard level FOSS person. My machines are all on Linux, being able to connect Yggdrasil, I2P, Tor at once, with seedbox running 24/7 and tracker blockers everywhere.
    In commerce, there is no point to fight here, just use the popular thing and not make it worse than vanilla, that’s it.