Ustice

Posts

Sorted by New

Wikitag Contributions

Comments

Sorted by

I agree. 

I’m not a twin, but I am a parent, and I have a a nephew, and my son has a stepsister who has called me Uncle Jason since she could talk. 

I don’t feel closer to my nephew than I am with my “niece.” I normally wouldn’t make a distinction based on genetics, except that it is relevant here. I’m not closer with my sister’s kids than I am with the other two. 

Also, I’m not sure closeness is really even a good distinction. I’m not generally responsible for my niece or nephew, but if they or my son needed me to travel across the country to rescue them from some bad situation, I’d do it. I love those kids. 

Being responsible for a child may present as being closer to them, So does spending a lot of time with a child. One could argue that these are two aspects of closeness. Neither of those things have anything to do with genetics. 

Personality can be a huge factor in closeness too, and there is a huge variation in personality, even amongst identical twins. 

Genetics seems only tangentially related to closeness, and mostly because the vast majority of children are genetically related to their parents. Family is complex, and often has more to do with shared history than anything else. 

I describe myself as a techno-hippy. I was reading Cory Doctorow while waiting for the next chapter of HPMoR. I’ve often wanted a good leftrat community. I feel ya. I have an intuition that Consequentialism is a dangerous philosophy to adopt for optimizers, especially when they get scared. It’s not a huge hop from “saving the world” to “saving people from themselves.”

When I was in my twenties, I’d spend hours a day in forums and on Reddit. I’ve moderated and participated. Now, I’m 47 I just don’t have it in me. Planting a banner works, but it’s a lot of work. 

This is about as close as I get to social media nowadays. It’s too easy to get people angry online, and to use that anger as a weapon. Right now I’m hoping I can guide my son through his teen-age years without him being weaponized. Hopefully kindness and the virtues of Stoicism stand stronger against inversion than Consequentialism. 

 

It seemed like part of the problem is that Claude can’t think and speak separately. When I’ve been instructed in meditation, they guided me by focusing on my breath, or on some sound or set of syllables: something repetitive, without words.

When using inference time compute, I wonder if it would be possible for the system to use a mantra, and maybe try to reply with a random response, unrelated to the prompt. I’m going to experiment, but I’m a novice myself.

Yeah. I also note down ideas. Most of the time it’s just a part of my habitual writing. Since Notability allows me to search, it’s usually not too hard to find.

Recently, a friend asked me a difficult question, which I needed to consider and process before answering. My journal entry for that day included my musings.

I also realize that use it professionally too, when I’m working out a problem, or when I need to make lists. I’m a software engineer, so that’s not uncommon. For a while I was keeping a work journal, but now that’s sort of been subsumed.

I do make dedicated entries on topics too. I have a whole section for a game I run. I often reference those when we play.

Notability isn’t great for linking between notes. If you need that, I’d find another app for sure. If you’re writing out notes that you want to be able to search for later, I’d recommend it. That’s especially true for handwritten notes.

I’m curious to know what you land on.

Have you tried this in ChatGPT o1? With the chain of thought reasoning built-in, it might be interesting to see how it compares. You can also look at the chain of thought summary too.

It started with RPG notes because I was using them to help me keep track of the details. Hand writing kept me engaged. I generally didn’t have to do much pausing.

Later, as I was reading some of my notes it got me that I had a better record of what my fiction al characters did in than my own life. I realized how useful it would be to have a journal.

My level of detail varies. I tend to be more detailed when there are interesting bits than not. It also depends on how tired I am when writing, and when I’ve done it. Most of the time, I write about my day at the end of the day, but sometimes it’s the next day. When I do that, it rarely has the same level of detail.

I think that I reference my notes about every other month or so. I’m not really sure. Usually I’m looking up what I did on a particular day.

I’m use Notability, but mostly because I prefer to use hand-written notes. What I like is that I can hand write my notes, and then be able to do a text search on them later.

It started with me taking notes while playing RPGs, but turned into a daily journal.

If you don’t care about handwriting, my only real suggestion is go with something that saves files in Markdown format. If the company goes poof some years down the road you want to be able to still access your notes.

Answer by Ustice10

My understanding is that IQ tests measure some dimensions of intelligence, but not others. That matches my experience.

Back when I was a kid I was administered an IQ test. I scored in the upper percentile, I’ve always been pretty good at reasoning, pattern recognition, and creativity. Those were qualities that the test I took measured, but I struggled (at least relatively speaking) with social, situational, and spatial awareness.

I think determination would be another trait wasn’t being tested for, but that’s important for hitting targets in a large search space. It’s quite likely that things have changed. It’s been 40 years now.

I totally got carried away. 😅

[Here's what I did](https://github.com/jeffkaufman/comments-selenium/pull/1). I don't even know if it is a real suggestion anymore. Maybe you'll find inspiration from some of it. Maybe not.

I don’t know about better, but there are some ways to DRY up your code a bit with some higher-order functions and, eliminate nested if statements that I tend to have more trouble following. Your approach is pretty straightforward, and mostly my suggestions will be minor refactors at best.

I’ll go through it tonight, and post it as a pull request, that way it will be easier to discuss any particular line.

One general suggestion I have is to write some test code that can notify you when something breaks. Since you are forced to rely on a brittle solution, knowing when it eventually breaks will helpful for the future.

Load More