Perhaps I misunderstood - what I read from your initial comment was that “nobody not made of straw” would deny that it was a baby. But that they supported abortion anyways. If I am misunderstanding, my apologies.
A lot of pro choicers also call it a “clump of cells,” not a baby.
If you want to bite the bullet and say that abortion is ending the life of a baby, go ahead, otherwise this is false on the face of it.
Perhaps "You can't sell yourself into slavery" would be a better example here.
There are no pure assertions of "negative" restrictions on rights -- there are only positive assertions of rights. "You should not have the right to do X" can be rewritten as "I should have the right to punish you for doing X". Or, more explicitly: "I want the right to punish you for doing X".
I think this is a bit confusingly written. There are three possible states here:
- You have the right to do X.
- Everyone else has the right to be free from you doing X.
- You may do X, but you do not necessarily have the right to do so.
The way you phrased the above implies that 3 and 2 are equivalent, while I don't think they are.
Free speech (in America) falls under 1, murder falls under 2, while something like "paint your house vibrant pink" falls under 3. In theory, you are not allowed to enter into an arrangement where your right to free speech is abridged(1), you are forbidden from entering into an arrangement where you are allowed to murder someone(2), and you are free to enter into an arrangement where your ability to paint your house is denied (HOA).
(1) The reality on the ground may differ from the ideal.
(2) Soldiers and police officers aside.
You need to know that you’re missing the experience to know you have to look it up on Wikipedia. If you only worked part time as a teenager, you just assume all jobs work like that; if you assume that everyone anti-trans is just a Christian bigot, you don’t have to look up their views, you just write a religious idiot.
I very much disagree that college students know that they are sheltered and don’t have life experiences.
I would disagree entirely - I think it’s an “Al Capone was arrested for tax evasion” type thing.
If someone lies about intending the downfall of America, you have a much better excuse to kick them out than if you have to find an example of them stepping outside the bounds of free speech.
Yes, but do a sufficiently bad enough job at the bridge that they tell you to stop. Sometimes the only way out of an impossible situation is to act so incompetent that people stop forcing you to do it (after all, if you hadn’t saved the guy the first time, you wouldn’t be asked back).
So we don’t actually know that they reduce overdoses either. There is a plausible mechanism for them to do so, but there are also a few mechanisms in which they could not.
- It is possible that fatal overdoses are reduced, which would allow the individual in question to overdose in the future again.
- It is possible that SIS increases the number of people who get addicted to drugs (in BC in particular, there is an ongoing controversy where safe supply drugs are sold to get funds for fentanyl, which leads to more people having drugs than would otherwise; although I realize this is not quite the same thing as SIS, the SIS are responsible for the distribution of the safe supply, so I think the consequences apply here too).
I would also caution in believing that the three items in your list can exist simultaneously - although there is no physical reason that they cannot, there are political reasons they will not, and that is much harder to change.
I'd rather be talking to my agent than looking at code.
What type of developer are you if you'd rather be talking than coding? /s
More seriously, the situations I find AI is really useful is when I need some information, but have enough knowledge to fine tune it after the fact. I've tried to use it to write code, and it always produces code that is kind of messy and bad. I asked it to produce some builder interfaces from a set of DTO interfaces, and it would do weird things like put in defaults that I didn't intend, or return the wrong field occasionally*. What worried me about it is that the junior developer I was working with at the time was copy-pasting them into the codebase as is, and didn't have any comprehension about why they wouldn't work.
*For reference, the type of implementation I was talking about would be something like:
interface IAddress { function line1() : string; function line2() : ?string; function city() : string; function province() : ?IProvince; function country() : ICountry; function zipCode() : IZipCode; }
interface IAddressBuilder { function setLine1( string $line1 ) : static; function setLine2( ?string $line2 ) : static; // you get the picture }
It would give me something like:
interface IAddressBuilder { function setLine1( string $line1 ) : static; function setLine2( string $line2 = '' ) : static; function setLCountry( ICountry $country ) : static; function setProvince( string $province ) : static; }
Which was just not very useful.
I really wish I could see in AI what other people do; I recently tried to use Cursor at the recommendation of a senior developer, and I found that it was actively trying to force me down the wrong path when I was coding (I had to write a one-off web page that was compatible with some very ancient technology, and it kept trying to suggest CSS rules and autofilling text that made no sense for the use case). This has been a very consistent experience for me whenever I try to use AI for literally anything.
It's possible that I'm just not very good at prompting it, but I find that every time I start relying on it for anything, it is subtly wrong in ways that are frustrating to track down and repair.
I think you could honestly do it much more easily then that; for example, you could keep all of your existing assignments, but simply tell people that you will be asking some number of random students a question about their essay/assignment/whatever at the start of the class in which you return their assignments. There's been a recent study which shows a lot of people do not retain a lot of information when they use AI to write essays for them. This would catch a good chunk of AI submitted assignments with very minimal work.
If they "cheat" and use AI anyways, but memorize enough of their assignment to answer a question? Mission accomplished; the nominal goal is to teach students the information, so we shouldn't actually care about how they learn it.
I believe that most people don’t actually think of Trump as a god emperor, but do be wary - every insane position on the left also started with “no one taking it seriously” (usually through being “just on tumblr” or “just some kids on campus”). Some people are definitely taking it too seriously, even accounting for the lizard man principle.
The benefit of fortune telling is that it lets you understand yourself if you are too clever by half.
There’s a strategy you can use to make a decision where you flip a coin, and (while it is midair) think about what you want it to land on. Tarot is the same thing, but is complicated enough that you can’t outsmart yourself in the way you could with a coin toss.
To take a very simple example: if you draw the fool as your “problem” card, and have the upright 4 of swords as your “obstacle”, it can represent quite a few things.
The fool represents the start of a new journey, or it can represent naïveté, or it can represent letting go of problems. The 4 of swords can represent interpersonal conflict, intellectual conflict, or someone who limits your potential. So valid readings of the two cards are that you should forgive someone as they don’t understand what you are trying to do, or that you should avoid someone who is making your life more challenging, or that someone has your best interests at heart and you should reconsider a decision.
A good fortune teller will present the card meanings so that someone listening can make their own choices based on what they actually feel.
Also, if you are a dude - I mentioned once that I knew tarot to one of my female coworkers, then spent the next 3 months doing readings for a huge number of women my age, so…
Sex used to create the expectation of romantic exclusivity, but we kind of bulldozed those expectations. If you want that, make it a condition of having sex with the guy (and if he doesn’t want that, move on).
With a mental illness you can’t.
This should really be “With a mental illness, it is much more challenging not to.” I don’t give a lot of sympathy to people who use excuses like BPD or autism or whatever else to be a jerk.
Some people are dramatically helped by medication (see using Ritalin to make it easier to have executive function with AHDH) - the consequences of not having executive function should not be inflicted on others. If you struggle to remember to (for example) bring both children to school, then put a note on the doorknob, or the coffee machine, or wherever else you will definitely look. Too often, I see people who claim (for example) that they have to make a mess for their partner to clean up, but somehow the negative consequences of their actions never seem to land on themselves.
For what it’s worth, I work in industry, and until you mentioned which industry you were in, I was wondering if one of my coworkers had found this site.
Timesheets are the worst.
If it would help, I do code reviews as part of my job, and I have a very similar tech stack to what you do. If it would be something you’d be interested in, I’d be willing to take a look at some code you’ve written and give you my assessment of where you’re at and where you can improve at.
As far as I can tell, he barely spoke with her - it is possible he heavily flirted with her when I excused myself to the washroom, but it seems unlikely with his partner there.
Okay, just because everyone is focusing on this part - I have a girlfriend now, who I love very much. At the time I knew this person (we’ve fallen out of contact), I did not.
I’m not disagreeing - I’m saying it seems unfair.
No, no, no.
Ehh, I disagree - he has a much higher success rate with women (I can say earnestly that I have never had a woman give me her number unsolicited, while I’ve seen him get a number from a waitress while out with his girlfriend).
Mild spoilers (I believe it is mentioned in the first or second book, and confirmed in 3): There are locations where the spren won’t show up, even if people are feeling the emotions.
I really appreciated you writing this - it feels like it matches up well to my own experience.
There are two things I’d add on to this. First, I think one major problem that we are seeing with a lot of…everything… is that the ability for people to extract more “value” out of the average individual. You touched on this with your point about the housing crisis, but I think it applies to more than just that; landlords take a higher percentage of your income, taxes eat away at more, income inequality leads to your boss making more off of your back, and working harder is not really something that gets you promoted anymore.
Which leads me to my second point - I think the unfairness of, well, everything is one of the major drivers towards people being unhappy with buying into the system. I’ve mentioned this in my past comments, but I recently bought into the property market. I am the owner of a two bed two bath condo, which cost me $500k CAD. My parents, at my age, bought a 5 bed 3 bath house for (inflation adjusted) $350k CAD. My boss works about 20 hours a week, and makes around $200k a year - I work overtime in a leadership position for $85k a year. I spent a very long time unable to get a girlfriend, while I know a guy who’s primary profession seems to be beating his girlfriends have both a steady long term partner and several affairs going on at a time (see Radicalizing the Romanceless and Untitled). Edit: People seem to be focusing on this part, so I’ll say that this was intended past tense - I have a girlfriend now, and I am very happy with her. You do not need to provide me with advice on this front.
I don’t know that I have a solution - all I can say is thank you for putting into words something that has been frustrating me for a long time.

I know at least two people in real life who (were they to use that handle) it would be kind of an “obviously it was them.”
It only seems obvious in retrospect. If true, that is (I’m inclined to believe it’s at least plausible).
More options
Context Copy link