Posts

Modified Guess Culture 2022-08-30T02:30:05.990Z
New York City, NY – ACX Meetups Everywhere 2022 2022-08-24T23:01:02.138Z
ACX Schelling Meetup NYC 2022-04-19T01:01:34.607Z
War Mode vs. Peace Mode 2022-03-16T03:36:30.826Z
An Apprentice Experiment in Python Programming, Part 4 2021-08-31T07:56:04.711Z
What are some good rationalist ice breaker questions? 2021-08-24T02:47:55.940Z
New York City, NY – ACX Meetups Everywhere 2021 2021-08-23T08:54:06.873Z
An Apprentice Experiment in Python Programming, Part 3 2021-08-16T04:42:31.948Z
An Apprentice Experiment in Python Programming, Part 2 2021-07-29T07:39:47.468Z
An Apprentice Experiment in Python Programming 2021-07-04T03:29:13.251Z
Petrov Day 2020 Virtual Celebration 2020-08-14T08:03:13.623Z

Comments

Comment by konstell (parsley) on Listen to top LessWrong posts with The Nonlinear Library · 2021-10-21T01:08:19.708Z · LW · GW

If you have the time for it, please do. I tried to listen to an episode (namely, Your Time Might Be More Valuable Than You Think) and found it more difficult to parse than a regular podcast or audiobook because of the lack of intonation. Subtle cues like tone and pauses seem to make a larger difference in my understanding than I have previously realized. That being said, I haven't experimented with the playback speed yet, maybe slowing down a bit would make the audio easier to parse.

Comment by konstell (parsley) on Zoe Curzi's Experience with Leverage Research · 2021-10-13T19:05:03.391Z · LW · GW

Epistemic status: I have not been involved with Leverage Research in any way, and have no knowledge of what actually happened beyond what's been discussed on LessWrong. This comment is an observation I have after reading the post.

I had just finished reading Pete Walker's Complex PTSD before coming across this post. In the book, the author describes a list of calm, grounded thoughts to respond to inner critic attacks. A large part of healing is for the survivor to internalize these thoughts so they can psychologically defend themselves.

I see a stark contrast between what the CPTSD book tries to instill and the ideas Leverage Research tried to instill, per Zoe's account. It's as if some of the programs at Leverage Research were trying to unravel almost all of one's sense of self.

A few examples:

Perfectionism

From the CPTSD book:

I do not have to be perfect to be safe or loved in the present. I am letting go of relationships that require perfection. I have a right to make mistakes. Mistakes do not make me a mistake.

From the post:

We might attain his level of self-efficacy, theoretical & logical precision, and strategic skill only once we were sufficiently transformed via the use of our debugging techniques. The overarching objective was to discover and “update” deep irrationalities and eventually become a sort of Musk-level super-person (“attain Mastery” of a world-saving-relevant domain).

All-or-None & Black-and-White Thinking

From the CPTSD book:

I reject extreme or overgeneralized descriptions, judgments or criticisms [...] Statements that describe me as “always” or “never” this or that, are typically grossly inaccurate.

From the post:

Another supervisor spoke wonderingly about Geoff’s presence in our lives, “It’s hard to make sense of the fact that this guy exists at all, and then on top of it, for some reason our lives have intersected with his, at this moment in history. It’s almost impossible to believe that we are the only people who have ever lived with access to the one actual theory of psychology.”

Micromanagement/Worrying/Obsessing/Looping/Over-Futurizing

From the CPTSD book:

I will not repetitively examine details over and over. I will not jump to negative conclusions. I will not endlessly second-guess myself. I cannot change the past. I forgive all my past mistakes. I cannot make the future perfectly safe. I will stop hunting for what could go wrong. I will not try to control the uncontrollable. I will not micromanage myself or others. I work in a way that is “good enough”, and I accept the existential fact that my efforts sometimes bring desired results and sometimes they do not.

From the post:

I sat in many meetings in which my progress as a “self-debugger” was analyzed or diagnosed, pictographs of my mental structure put on a whiteboard. What were my bottlenecks? Was I just not trying hard enough, did I need to be pushed out of the nest? Did I just need support in fixing that one psych issue? Or were there ten, and this wasn’t going to work out? If I was introspectively blocked for too long, I’d have to come up with something else I could do for the project, like operations or sociology, and quick. And if I wasn’t any good at those, I was out. I couldn’t be out, so I doubled down on trying to mold my mind in the “right” direction.”

Unfair/Devaluing Comparisons

From the CPTSD book:

I refuse to compare myself unfavorably to others. I will not compare “my insides to their outsides”. I will not judge myself for not being at peak performance all the time. In a society that pressure us into acting happy all the time, I will not get down on myself for feeling bad.

From the post:

No one else, with one exception being the head of sociology, was considered to have any theories that could possibly be good enough to significantly further the plan like Geoff’s could.

Overproductivity/Workaholism/Busyholism

From the CPTSD book:

I am a human being not a human doing. I will not choose to be perpetually productive. I am more productive in the long run, when I balance work with play and relaxation. I will not try to perform at 100% all the time. I subscribe to the normalcy of vacillating along a continuum of efficiency.

From the post:

I was regularly left with the feeling that I was low status, uncommitted, and kind of useless for wanting to socialize on the weekends or in the evenings. Geoff was known to sleep only about 5–6 hours. Multiple people in leadership had themselves booked from 7am until past midnight every single day of the week.

Comment by konstell (parsley) on An Apprentice Experiment in Python Programming, Part 3 · 2021-08-31T08:32:32.920Z · LW · GW

https://www.lesswrong.com/posts/uqP4bHPFQReHD2uGn/an-apprentice-experiment-in-python-programming-part-4#Python_Objects_in_Memory__from_comments_

Comment by konstell (parsley) on New York City, NY – ACX Meetups Everywhere 2021 · 2021-08-23T22:45:40.690Z · LW · GW

I have disabled the RSVP function for now, because I realized that the LW RSVP system lists out people's full names in public, without warning users that would be the case. Feel free to show up regardless of whether you've RSVP'd! We'll have some other ways of tracking attendance, like sign-in sheets or counting the # of name tags given out :)

Comment by konstell (parsley) on An Apprentice Experiment in Python Programming, Part 3 · 2021-08-16T16:53:19.502Z · LW · GW

what kind of thing do you want to do with Python?

Out of the things you listed, scientific computing & OSS libraries are things I want to explore more. I also don't just want to learn Python - although I have chosen Python to be the language to try to get pretty good at - my goal is to get myself a proper CS education. I think it would be difficult to truly get good at a language without understanding how things work underneath.

Also, what gjm said.

Comment by konstell (parsley) on An Apprentice Experiment in Python Programming, Part 3 · 2021-08-16T07:26:52.990Z · LW · GW

I'm also a little confused about what you're aiming to learn!

There are lots of gaps in my Python knowledge (this applies to my CS knowledge in general as well) and I'm trying to close those gaps. I asked gilch about decorators because I encountered them in pytest and was very confused about how they worked.

I didn't have a project in mind, when I signed up for this apprenticeship, I just saw gilch offering to teach Python and thought I wanted to get better and learning from a mentor could be great.

I have attempted to contribute to open source in the past but have failed (ran into issues building things locally and didn't know how to get help), would love to try again.

Comment by konstell (parsley) on An Apprentice Experiment in Python Programming, Part 2 · 2021-08-10T04:52:25.991Z · LW · GW

Sorry, this is what happens when I don't keep a good trace of changes and try to reconstruct code snippets. When I was writing this post, the version of the function in my file was

 def preprint(greetings): # factory
    def greet_by_name(function): # decorator
        @wraps(function)
        def wrapper(): # replaces the function being decorated
            print(greetings)
            return function()
        return wrapper
    return greet_by_name

In order to reproduce the effect on docstring of bob without using wraps(function), I simply commented that line out, so the function definition became

def preprint(greetings): # factory
    def greet_by_name(function): # decorator
        # @wraps(function)
        def wrapper(): # replaces the function being decorated
            print(greetings)
            return function()
        return wrapper
    return greet_by_name

And # @wraps(function) became the docstring...

I have fixed this in the post.

Comment by konstell (parsley) on What are some good pieces on civilizational decay / civilizational collapse / weakening of societal fabric? · 2021-08-07T05:10:48.146Z · LW · GW

Why Civilizations Collapse by Samo Burja

Comment by konstell (parsley) on An Apprentice Experiment in Python Programming, Part 2 · 2021-08-04T19:07:02.683Z · LW · GW

At the moment, users can message LW admins to add more authors, so I asked to add you as an author too. However, "only the first author gets karma, regrettably."

Comment by konstell (parsley) on An Apprentice Experiment in Python Programming, Part 2 · 2021-07-29T18:33:33.117Z · LW · GW

Ah, I missed a section on @wraps. Added it here.

Also renamed "Branching without if" to "Making Branching Statements without Using if"

Also added some command line outputs for a couple examples at the end.

Comment by konstell (parsley) on An Apprentice Experiment in Python Programming · 2021-07-06T19:18:02.696Z · LW · GW

Thanks for pointing this out, you're right. Even when I have your half of the transcript available to me, I still found it sometimes hard to recall what exactly I tried when I was confused about a concept.

Comment by konstell (parsley) on Conspicuous saving · 2021-03-21T18:09:45.785Z · LW · GW

Yes, it's the [crab mentality](https://en.wikipedia.org/wiki/Crab_mentality).

Comment by konstell (parsley) on Conspicuous saving · 2021-03-21T03:53:20.605Z · LW · GW

There's already a community of people who do conspicuous saving: https://www.reddit.com/r/financialindependence/
In this subreddit people celebrate each other's saving milestones, share saving/investment strategies, share screenshots of their account balances, etc. Outside of Reddit, searching for "financial independence early retirement" would yield a variety of blogs of people in this community.

However, most people do this anonymously. A common topic in the community is friends and family getting envious when you tell them how much you've saved. Here are some examples:

Another concern I have is that, what you're proposing could make net worth the most salient feature of an individual--this information is out there in a database, rather than something one needs to spend time and effort to get to know the person to find out. This could lead to a hyper-competitive environment where individuals' worth is reduced to a number, and social status is done through rankings. That usually doesn't end well. In addition, much of the concerns about wealth inequality in today's world still apply here.

Comment by konstell (parsley) on Petrov Day 2020 Virtual Celebration · 2020-09-28T13:00:33.017Z · LW · GW

Thank you so much for your kind words, I'm glad that you enjoyed it!

icebreaker.video allows users to use their own questions. I didn't have the time to come up with my own, so I just resorted to the boilerplate ones provided by the website. I wonder if there's a "rationalist ice breaker" list somewhere.