Live data from Hacker News

Maybe the default settings are too high

raptitude.com

161–170 of 332 posts

Re: Maybe the default settings are too high

#161

One of the pleasures of reading literature is noticing how compressed they are. This is true for Tolkien, Turgenev, Hemingway or Pound. The amount of information per page—per word!—is incredibly high, which permits the conveyance of ideas which simply do not land when spoken more plainly. You don’t need to go to high literature to find this density, by the way. Political speeches from Republican Rome and America’s Fo…

My experience has been the exact opposite. Yes, there's literally a lot of information, but so much of it is irrelevant fluff that could be eliminated or trimmed without losing much. I've seen multiple paragraphs of Tolkien, for example, that narratively boil down to "they walk across the field". To be clear, I don't see that as a flaw. The fluff serves to set the mood. But that's different from saying that the text is especially information-dense.

Re: Maybe the default settings are too high

#162
post #3

It’s impossible to know if the content itself is worth the extra time and effort. Opportunity Cost is especially high in fiction. I agree that LotR should be on that list though.

When you start thinking about books in terms of opportunity cost, you’re the kind who needs to slow down the most.

Re: Maybe the default settings are too high

#163

Earlier quoted context omitted.

It's a capability with which having children will make you intimately familiar

I initially thought this was just a function of reading the same thing multiple times, but I’ve since had it happen many times when reading something completely new. Somehow my mind wanders and when I tune back in, not only am I reading clearly, I’m still doing the voicing for different characters. It’s so weird.

I haven't had it happen while reading aloud (since I almost never read aloud), but I've definitely had it happen while reading something new that I hated. I'd end up having to read the same page (or more!) three or four times because I kept zoning out.

Re: Maybe the default settings are too high

#164
post #69
post #11

I find walking can be a similar experience. It really crystalized for me this summer while walking the Camino de Santiago because of the effect of exploring another country. When you walk, you see everything. The world is huge. Everything is slower, higher fidelity, and for me, richer. You can spend an entire day walking from one town to another. Think of everything you will see! Compare this to driving. Driving is l…

For the same reason I have decided I don't like fast travel in games. The whole thing becomes this strange distorted reality where the travel nodes and their immediate surroundings are over represented in your mental model but most of the rest of the map is blank. Now I don't think games should get rid of their fast travel systems But I find that enjoy the game world a lot more without them and think every one should…

The hardcore mode of Kingdom Come: Deliverance really made me appreciate the game (although that's the only way I played it). It became a very immersive experience.

Valheim without a map would be a bit too much for me. No way to quickly escape to some safe green pastures sounds too stressful :).

Re: Maybe the default settings are too high

#165
post #50

This can work with the way you think as well. Many years ago, I had a technical manager who never felt any pressure to be the first to come up with the answer to a question or the solution to some problem. If I was having a technical conversation with him, and we arrived at a particularly subtle or complex issue, he could go completely silent, just staring straight ahead with his fingers to his lips. I would find it…

> he might shrug and say "I don't know" I have far more trust for people willing to say this. > I would start blurting out half-baked ideas to fill the silence I find that I'm more likely to do this but try to make an effort to stop. There's times to spitball but we should also spend time thinking. And let's be real 30-60s is not that long > This manager also typed with one or two fingers, and pretty slowly too. But…

> I'll be honest, this is the big reason I don't get all the hype around coding agents. I do find them useful but typing isn't the bottleneck. Not even close. Plus, while typing is when I'm doing my best debugging and best simplifying.

As you sort of point out between the lines, it depends on what you work on. I had an AI agent rewrite some ancient (and terrible code) which had stopped working because the v1 of an api on v3 was sunset. It took around 5 minutes out of my day, and most of those were having two people explaining to me where the code was and what they thought had happened to make it break. It would've like taken me a full day to fix without AI because I would have needed to understand things first, and because it was quite a lot of code.

The result wasn't very good, but it was better than what was before, and since that had run for years without anyone tuching it, well... good enough. Heck, it might've taken me more than a day because I doubt I would have left it at "wasn't very good".

Aside from this anecdote I think AI writes a good 80% of my code these days. I'm not sure I buy the whole "bottleneck or not" discussion around typing. I think for a lot of people, myself included, AI does 10x part of the process of writing software. Where it doesn't help is when you need to do computer science, and as you point out, those parts AI don't speed up. I sometimes still use AI for computer science parts, but in those situations the AI will be a rubber duck because I tend to think by talking out my own ideas, and at least the AI duck pretends to answer. Even if the answer is more useless than what the actual rubber duck comes up with, which it usually is, it's more immersive for me.

Re: Maybe the default settings are too high

#166
post #2

If you’re a fan of LOTR but don’t fancy reading it aloud yourself, I’d really recommend the new audio versions read by Andy Serkis. While I don’t vibe with every facet of his performance, overall it’s a tour-de-force, and really makes the prose come to life. Especially in those descriptive sections that it’s possible to glaze over when reading the text. Having an actor of the calibre of Serkis reading them to you bri…

I guess he gets the Gollum parts just perfectly.

Re: Maybe the default settings are too high

#167

Earlier quoted context omitted.

> typing isn't the bottleneck. Not even close. I find it absolutely is much of the time - I'll determine the architecture/overall solution, know exactly what needs to go in a multitude of files, and now actualizing all that isn't really thinking anymore, just donkey work. Getting AI to do this has been incredible now that it's finally good enough. I've had Copilot make flawless 500+LOC C++ classes in the first pass,…

How often are you actually doing this though? I think I probably work in something greenfield about once a decade. The hard part is always going down a rabbit hole in established code bases. I can do the boilerplate in a few days. It saves time, but not really even one hairy issue a year.

> The hard part is always going down a rabbit hole in established code bases.

Actually, I found that this is exactly where they shine (I wouldn't trust them with greenfield implementation myself). Exploring existing code is so much easier when you can ask them how something works. You can even ask them to find problems - you can't trust them to be correct, of course, but at least you get some good brainstorming going. And, incredibly, they often do find actual problems in the code. Pretty impressive for language models.

Re: Maybe the default settings are too high

#168

> When you slow down your eating speed, say to half or a third your default speed, you get much more enjoyment out of a smaller amount of food. The extra attention given to each bite allows more of the “good stuff,” whatever that is exactly, to reach you. I wonder if this contributes to a good chunk of the experience of fine dining. When you get served expensive food in micro-portions that are accompanied by long exp…

For a while I've thought so many of us are afraid to slow down because we might feel sad, as sadness is often one of the slowest emotions.

Yet this quote has me thinking that maybe we fear slowing down because of the consciousness overload. That we get so overwhelmed by our senses. Maybe even that can lead to the tears of being so alive.

Re: Maybe the default settings are too high

#169
I feel like this advice could also somewhat apply to your manner of speaking. I'm a pretty fast speaker, and I've noticed that when I try my best to go slower, I understand what I'm trying to say better, I figure out gaps in logic and errors in the sentence while speaking, instead of after, and I get the message across better. And when I'm giving an impromptu speech of some sort, if I slow down and think about every sentence I say, the sentences stitch themselves together in a better-flowing way, and I enjoy speaking because it sounds better.

Re: Maybe the default settings are too high

#170
post #69
post #11

I find walking can be a similar experience. It really crystalized for me this summer while walking the Camino de Santiago because of the effect of exploring another country. When you walk, you see everything. The world is huge. Everything is slower, higher fidelity, and for me, richer. You can spend an entire day walking from one town to another. Think of everything you will see! Compare this to driving. Driving is l…

For the same reason I have decided I don't like fast travel in games. The whole thing becomes this strange distorted reality where the travel nodes and their immediate surroundings are over represented in your mental model but most of the rest of the map is blank. Now I don't think games should get rid of their fast travel systems But I find that enjoy the game world a lot more without them and think every one should…

Valheim does that so well. The feeling of walking through an unfamiliar forest and stumbling across a faint trail that you made weeks ago, knowing that it will eventually lead you back to your old base and thus back to where you were trying to get to before you got lost…

Reading the Reddit for the game, filled with people complaining that the portal system is too restrictive and forces them to make upwards of three long boat trips over the course of the game is a bit sad. It’s as though they expect the fun to happen when they finish everything, but the fun all happens while you’re actually playing the game.

Post reply on HN