• 0 Posts
  • 30 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.




  • 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



  • 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




  • It’s milk chocolate (coated at least)… I’ve tried alternatives and frankly white, dark and flavoured vegan chocolates are good enough but there’s nothing close to or as good as milk chocolate so at this point it’s like saying “boycott steak because it’s not vegan”… It’s a fact, sure, but not a reason against it for people who aren’t already vegan, and vegans are already boycotting it away, so it’s a reason for nobody?

    That said the fair cocoa point is very valid.



  • It’s not scrolling though - using the arrow keys on a keyboard or d-pad on a controller you’d use up to go up and down to go down when navigating documents, menus etc. As far as I’m aware unlike when you’re moving a viewport either by scrolling or in games there’s no debate when it comes to moving a caret.

    And as you said, “having grown up in the tape era”. Just because it was logical for that application and so is logical to you doesn’t mean it’s still logical - people who grew up with record players could just as easily argue for two spinning knobs as you’re moving a potentiometer to increase/decrease the volume, and spinning the record forward/back; having grown up in the CD era I had both of them being up/down or left/right as the buttons were either beneath or either side of the slot/hatch most of the time, same with tv remotes having both as up/down, and given there was no standard then I don’t think either one “just makes sense”


  • Down is next because it’s a list of songs with the first song at the top and the last at the bottom.

    Frankly it’s the orientation that makes the most sense when you consider it given most people will be listening from a streaming service, but back when CDs were a thing the songs weren’t considered a list but tracks numbered from 1 to n. The up button incremented the track number and so it made sense for up to be next.

    Going even further to tapes, fast forward and rewind literally moved the tape left to right/right to left, and so it made sense for them to be right and left respectively, however now it makes less sense other than being what older people are used to



  • 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)