I kept being distracted by the "why would anyone allow themselves to get so invested in a walled garden, especially one where the garden owner is so obviously hostile and non-responsive?" I understand that literally millions get invested in various walled Microsoft, Apple, Google, and even Facebook gardens, not to mention McDonalds, Nintendo, etc. But that doesn't make the answer any clearer.
It’s a Unix system I know this
51–60 of 64 posts
Re: It’s a Unix system I know this
#52The level of pressure and requirements are so similar to coding interview challenges (if not more grueling - 14 hours?!) that not only should Elaine be certified as a level 3 judge, but she should also get a pass on the technical round of any future coding interview!
Re: It’s a Unix system I know this
#53I kept being distracted by the "why would anyone allow themselves to get so invested in a walled garden, especially one where the garden owner is so obviously hostile and non-responsive?" I understand that literally millions get invested in various walled Microsoft, Apple, Google, and even Facebook gardens, not to mention McDonalds, Nintendo, etc. But that doesn't make the answer any clearer.
The short answer is that Wizards Of The Coast has an extremely tight grip on all Magic The Gathering events. To organize an mtg event, you must use their shitty app, otherwise you cannot be an official tournament, and AFAIK are actually forbidden from calling it an MTG event alltogether. Supposedly this is the nintendo way of doing things where under cover of "quality assurance" and under threat of trademark litigati…
Its not even that WotC has no incentive to improve their program; its more that the people in charge there have actively made the decision to not have certain features because they've decided that the nebulous possibility of abuse is more harmful than the concrete need to have certain features in place in order to fix things. Though the last project manager quit (got fired, if the rumours I've heard are true) and I've had a very long meeting with some of the current guys and they seem very open to change.
There are definitely tournament organizers who do not care about this and will simply run on a different platform, but F2F is not one of them.
Re: It’s a Unix system I know this
#54Earlier quoted context omitted.
Yes, I remember that it became available after the movie.. and I tried it and found it completely useless in practice. I don't think a single programmer at our company liked it and it was soon forgotten. Did anyone here get some use out of it? I seem to remember that part of the problem was that it didn't seem to work as well or efficiently as the movie showed it.
I did exactly the same thing and had a similar experience. I think this is broadly applicable to most, probably all stylized movie user interfaces. Minority Report, Tron and Star Trek come to mind. They look really cool on the big screen and are inspiring but once you get home and try to actually use something like it in real life for something productive and it's an impediment more than an inspiration.
Pity that Paramount says not to do so and pulls DMCAs right and left.
Re: It’s a Unix system I know this
#55Earlier quoted context omitted.
I watch MrPete222 on YouTube. He's certainly capable of whipping things up on the lathe on occasion without drawings, and he's no novice, but it's common for him to spend days or a week making a part that you could design in CAD in fifteen minutes. Same with Abom79, Stefan Gotteswinter, Joe Pieczynski, and Tom Lipton. Dan Gelbart is still using the spot welder he made in his youth 30 or 40 years ago. Some of these gu…
> So machinists are generally methodical, patient, and careful. Some machinists do shots of vodka while operating a lathe.
Re: It’s a Unix system I know this
#56Earlier quoted context omitted.
I watch MrPete222 on YouTube. He's certainly capable of whipping things up on the lathe on occasion without drawings, and he's no novice, but it's common for him to spend days or a week making a part that you could design in CAD in fifteen minutes. Same with Abom79, Stefan Gotteswinter, Joe Pieczynski, and Tom Lipton. Dan Gelbart is still using the spot welder he made in his youth 30 or 40 years ago. Some of these gu…
> Abom79 What in particular are you referring to that could have been designed on CAD in 15 minutes here? Normally, whenever I have seen an Abom79 video doing something, it was some big-ass part that they were doing manually because either: A) they were refurbishing something so they had to kind of cope with any non-idealities that arose B) the part was very simple but was just a really big-ass part that really didn'…
Re: It’s a Unix system I know this
#57The standard way to pair Swiss tournaments in chess used to be index cards. One card per player. Each round, you write their opponent and their cumulative score, then you keep them sorted by score bucket and put them in pairs by trial and error trying to alternate colours and avoid successive upfloats. Some arbiters, particularly in the UK, still did this at least as of ten years ago. Either they don't want to learn…
More players did make the mechanics of manipulating the index cards harder: splitting into score groups, sorting each score group by rating, splitting each group in half and matching to make the preliminary pairings all would be more work the more players you had but those steps are all routine steps.
It was the next part, where you adjust the preliminary pairings to ensure things like not having anyone playing someone they already played (a requirement you must meet), having people play someone in their score group, alternating colors, not playing the same color three times in a row if you cannot give them alternating colors, and whatever other ones I've forgotten about where having a lot of players made it easier.
When you've got lots of players you'll have bigger score groups. If you have to shuffle some players in the pairings to get things to work out you've got a lot more room with a big score group to do such shuffles while still keeping the players involved playing in the right score group and close to the same position in their respective halves of the rating-sorted score group.
When the score groups are small you've got a lot less room to move within the score group to shuffle people.
The net result was that a larger tournament made the easy parts of pairings harder but made the hard parts easier so was a net win.
Re: It’s a Unix system I know this
#58I had to jump in here, not to argue with the substance of the article[1] but to pull out this one quote that I just can't get behind: > In popular media, a genius hacker codes some solution from scratch in the space of an hour or two, solving a problem that would otherwise doom the other protagonists. But in reality, programming is slow. I mean, sure, it's not like The Movies. But hacking is fast ! In no other profes…
Re: It’s a Unix system I know this
#59I kept being distracted by the "why would anyone allow themselves to get so invested in a walled garden, especially one where the garden owner is so obviously hostile and non-responsive?" I understand that literally millions get invested in various walled Microsoft, Apple, Google, and even Facebook gardens, not to mention McDonalds, Nintendo, etc. But that doesn't make the answer any clearer.
Re: It’s a Unix system I know this
#60There are some good swiss pairing systems on GitHub, I had to use recently. Written in C, but it works as nice as the system she wrote. Would have saved her some sweat. There's also one in typescript with very nice UI, but not completely Swiss, just some random swiss with extended constraints (girls prefering to play against girls, and such).