All of konstell's Comments + Replies

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.

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 contras... (read more)

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

2Chris Merck
Ok. For what it’s worth, it was clear to me from the site UX where I could see the others’ names. But I did find it a bit surprising. Looking forward to meeting y’all.

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.

1Zac Hatfield-Dodds
The skills of 'working on an existing project' I mentioned above are not usually covered as part of a CS education, but complementary skills for most things you might want to do once you have one. I also agree entirely with gjm; you'll learn a lot any time you get hands-on practice with close feedback from a mentor. For OSS libraries, those pytest issues would be a great start. Scientific computing varies substantially by domain - largely with the associated data structures, being some combination of large arrays, sequences, or graphs. Tools like Numpy, Scipy, Dask, Pandas, or Xarray are close to universal though, and their developers are also very friendly.

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... (read more)

1Zac Hatfield-Dodds
Leaning in to current confusions on e.g. decorators makes sense :-) To ask a slightly different question - what kind of thing do you want to do with Python? It's a large and flexible language, and you'd be best served focussing on somewhat different topics depending on whether you want to use Python for {scientific computing, executable psudeocode, web dev, async stuff, OSS libraries, ML research, desktop apps, etc}. I'll also make the usual LW suggestion of learning from a good textbook - Fluent Python is the usual intermediate-to-advanced suggestion. After than I learned mostly by following, and contributing to, various open source projects - the open logs and design documents are an amazing resource, as is feedback from library maintainers. For open-source contributions, you should expect most of the learning curve for your first few patches to be about the contribution process, culture, and tools, and just navigating a large and unfamilar codebase. These are very useful skills though! If you need someone to help get you unstuck, I'm on the Pytest core team and would be happy to help you (or another LWer) with #3426 or #8820 if you're interested.

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 t... (read more)

2gilch
Looks like help() will fall back to reading a comment above a definition if it can't find a docstring, but only if it's in an accessible source file. Functions do know their line numbers for debugging purposes. If you try this with a definition in the REPL, or in an exec'd string or .pyc file (without corresponding source), this won't work, because there is no file to read the comments from, unlike a docstring which would be available at runtime when read from any of these sources. Also, if you modify the source file after importing the object, then the line numbers won't match up and it might find the wrong comment (when it reads the modified source file to look for comments). This can't happen with docstrings either, since they're saved when the object is created. See also inspect.getcomments().

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."

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.

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.

6Viliam
Uh... I see some relation, but connotationally... The Wikipedia page describes it as "if I can't have it, neither can you", which is quite uncharitable for humans... and I suspect even for the actual crabs. For the Romani village, the feeling from inside is "we have an obligation to help each other". Which, in abstract, is a good thing. Most people would say it is a central example of morality. Indeed, from certain perspective, those Romani villages are more moral than the civilization that surrounds them! Taking the food away from those who saved the money to make them also starve is not the intended goal; the goal is to alleviate the starving of the others, at least for a day. The horrible thing is the Nash equilibrium of "having a huge party on the payday" in the community without strong norms for private property, and without competent leadership -- because a strong competent leader could e.g. tax everyone, and ration the money for food during the month; and keeping the village non-starving would give legitimacy to their rule. The Romani here have lost their old cultural norms, and didn't acquire the cultural norms of the majority, leaving them in the worst of both worlds. Culture can solve problems individuals can't on their own; especially things about coordination. With early retirement for middle class, the pressure that I see is twofold. First, it's something like "don't trade good things you could enjoy now for uncertain hypothetical benefits decades later". Less charitably, short-term thinking. But in some sense, yeah, rationally you should discount the future a bit. You may die before reaching the date of your early retirement; or a revolution in your country may take your savings away. Also, doing some things will probably bring less enjoyment in old age. -- Here, my response is that I actually don't enjoy some of those things I give up too much, and that I passionately hate spending 8 hours a day in a job. So, maybe other people just have different

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 ... (read more)

1Matthew Barnett
It seems like most social environments are already like this to some extent. People are ranked according to the school/job they are at, and the grades they got. The first thing is public information, and the second thing can generally be inferred by the first. I agree that we shouldn't try to make people feel like their social status is reducible to a single number. But if people already think that their social status is reducible to a single number, we might as well think about what number it ought to be, rather than just pretending that the number doesn't already exist. I also don't know why it's better that social status be reducible to a set of numbers rather than just one number. I actually think my proposal should be enthusiastically supported by those concerned with wealth inequality. For one, it makes people's wealth much more salient, which will probably make people more willing to redistribute wealth once they viscerally understand just how well some people are doing.
Viliam130

A common topic in the community is friends and family getting envious when you tell them how much you've saved.

This reminds me of Romani communities in my country. Imagine villages full of poor people, most of them unemployed. Once in a month they get social benefits -- then they organize a huge party with lots of food and alcohol, spend all their money during two or three days, and starve for the rest of the month.

Obvious idea: "why doesn't someone skip the party, save the money instead, and buy some food later?"

But the problem is, this strategy doesn't w... (read more)

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.

1Mati_Roy
I just asked ^_^ : What are good ice breaker questions for meeting people in this community?