• 0 Posts
  • 84 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle
  • I don’t think you understand how it works… An upload:download ratio must average (not simple mean, but that’s because ratios are nonlinear - I can’t recall the mean type but it’s the nth root of multiplying them all together) 1 in a system where all uploads and downloads are logged in the same tracker. It doesn’t matter who the uploader or downloader is or how recently they made their account. That’s what I meant by a closed system.

    An open system would be where you download parts or all of a given torrent via another tracker, and the same with upload. The private tracker only logs what you downloaded and uploaded though it, so your ratio from the perspective of that tracker is different to in reality.

    Even if you ignore the first 5 files or 15GB or whatever for new users, if you have those files then great but do you really want to turn it into a betting game of seeding supply and leeching demand?


  • I was referring to ones which explicitly require you to have a >1 ratio to download files, which do absolutely have leniency when you sign up, but the average ratio is 1 by definition assuming a closed system and so it’s infeasible for the majority to get >1. Often they have freeleach days but that requires you to be around on that day and also download stuff you don’t want to seed it, rather than just slightly reducing the required ratio (also IMO having a required ratio of any form is bad as it encourages people to turn off seeding after that point, generally I’ll seed stuff which has <5 seeders or low availability of parts I have, as seeding them to 100x is way more valuable than seeding 1000 files which have hundreds of seeders all with 100% availability to 1x)

    I accept they want to keep leaches out though, so if they required a ratio of 0.5-0.75 that’d be fine, but from my experience most “entry level” private ones don’t, and most non-entry level ones either have closed signups or a requirement to be signed up with an existing private tracker in which things are either ridiculously over or underseeded with no inbetween, so it’s hard to build up a ratio.


  • LLMs have a very predictable and consistent approach to grammar, punctuation, style and general cadence which is easily identifiable when compared to human written content. It’s kind of a watermark but it’s one the creators are aware of and are seeking to remove. That means if you want to use LLMs as a writing aid of any sort and want it to read somewhat naturally, you’ll have to either get it to generate bullet points and expand on them yourself, or get it to generate the content then rewrite it word for word in a style you’d write it in.





  • Are those the trackers which demand you have accounts with other private trackers before you join or the ones which demand everyone have a >1 ratio to download anything which is impossible by definition, so everyone either gets huge seedboxes, cheats the ratio or has to download niche but big files from other sites and switch out the tracker to artificially up the ratio?

    I’m sure there are actually good private trackers, but I’ve found there are open/effectively open (sign up only with no verification/requirements) trackers with better communities than any restricted one I’ve found



  • 1rre@discuss.tchncs.detoChat@beehaw.org*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    8
    ·
    3 months ago

    They’re just Auth-Lefties

    I’m not sure they’re even that, to me it seems like it’s people with so much hatred of their life that they then blame on western culture, which means they much criticise anything the west do and praise anything the enemies or alternatives to the west do, including praising authoritarians and terrorists as they’re against the west and so are fighting for the same cause


  • Same thing with seceding

    It depends on the situation though…

    There’s voting to secede (East Timor), seceding through civil war (South Sudan, Somaliland, Ireland), sededing through coup (collapse of the Soviet Union), wanting to secede but being oppressed by a regime (Catalonia to an extent, Cabinda, Xinjiang) and a foreign regime deciding part of your territory wants to secede because they want control over it (Abkhazia & South Ossetia being invaded by Russia, same with much of Ukraine, Armenia invading and genociding Artsakh in the 1990s and then Azerbaijan invading and genociding it back recently)

    How do you define “standing in their way” with all these and when you’ve even had places like Malta and Singapore being forced to secede against their will, it’s never as clean as “this is what the people want”

    That said, recognising Palestine while also very much not simple is clearly the desire of the majority of the people there, but still there are places with equal popular support and implementation of independence that aren’t recognised but you’re always going to piss someone off I guess


  • I just find the saving mechanism frustrating to use compared to vim’s as an entry level user, and now as a mid-skilled user I dislike how featureless nano is - when I was first learning how to use the terminal I hated having to edit anything as I was pretty much force-fed nano with no alternative provided, but on finding vim and remembering literally 3 things (:w, :q and i) everything became so much easier, but I definitely do have an extra bitter taste left about not being told about something much easier to use which irked me when I saw someone preaching how amazing nano is

    I also really don’t get the hate for vim when remembering 3 things gives you as much/more functionality as nano and is a starting point for so much more functionality - intuitive doesn’t mean featureless and don’t try and pretend nano’s shortcuts are the same as 99% of other editors (text or otherwise), in fact they’re totally different, making it less intuitive




  • The syntax is certainly easier than Java

    And VisualBasic’s syntax is easier than COBOL, but this isn’t a competition to make the least offensive heap of putrid garbage, so why does it matter?

    Python works just fine for basic scripts, frankly it’s amazing for it, but oop and functional programming is so incredibly obviously badly shoehorned in that huge swathes needs scrapping and version 4 releasing




  • Housing is a human right, so give everyone UBI and offer social housing for a fixed proportion of that UBI that leaves enough for a very basic life (as in “homemade bread and water and enough to replace the cheapest of furniture when it breaks” basic, not “can’t go on holiday to somewhere warm this year” basic)

    If you want something better and have the skills to get it then you can earn it and supplement your UBI, but nobody goes hungry or without a house. With free college tuition, you can even spend your days studying instead of working so you don’t starve, so it’s not like there’s an argument against it there.

    I can’t think of anything fairer… If you wanna own more than you need, go for it, but in doing so don’t make people literally homeless




  • Who’s suggesting that people are using if statements for arithmetic?

    The only time that you can feasibly replace an if statement with arithmetic is if it’s a boolean, but frankly that’s an edge case… Also if you’re not writing in rust or c or whatever then don’t worry as the interpreter will run a huge amount of branches for every line of code (which is what all your nested ifs, switches, gotos, returns etc. will compile down to anyway)