@ryanmouquegolf One of your best peices of content, and youโve got a lot of good content. You should take a few of us bums and create a series called make them scratch :P
@LouStagner A course that hosted a Canadian open in the past. Green side bunker last week and as I hit the shot a pebble hit the bone around my eye. Missed my eye ball by less than an inch. Was almost a pirate for rest of my life.
@RBCCanadianOpen folks you need to put more signs everywhere. Very hard to get to anywhere without stopping and asking. Every area where you can go multiple ways needs a sign. And no signs to know which pickup location to go to for shuttle bus and they arenโt close. Seriously. ๐
Running Claude Code agents is like running makefiles in the 90s and 2000s. Cryptic failures. Hours of debugging. When it finally works you're not sure why.
@Housemoney16 Not sure why we treat this different from other occupations. If someone left a job at company (a) and went to work for competitor (b), in what world is it a generally accepted that their reputations is ruined. Seems crazy to me.
FTP is a bit more involved. FTP port 21 is the command port. If you are using active mode then port 20 is used for data, but passive mode is far more popular and the data port uses an ephemeral port (ie the higher port range). Active is less popular because the server initiates the connection for data on port 20 not the client. In passive the server tells the client what ephemeral port to connect to and the client initiates the data connection to that port. So FTP always involves 2 ports.