HN user

lachlan_gray

498 karma

https://lachlan-gray.com/Lachlan+Gray

Posts16
Comments108
View on HN

Robotics/control systems is exactly what came to mind when I saw this release! What struck me is the possibility of look ahead search in real time, a bit like alphazero's mcts.

Neovim 0.12.0 4 months ago

Mentioned elsewhere, but

:term claude

In a split goes a long way for me!

Neovim 0.12.0 4 months ago

Ymmv, but I have been very happy using classic vim’s “native claude support”

:term claude

It will also expand special characters so you can do something like

:term claude “refactor %”

And Claude starts work on your current file right away. Also your buffers will update with Claude’s edits!

According to this, notifications are possible if you add the app to the home screen, which I didn't know.

A feature more devs should use- I've been surprised how much websites behave like native apps if you just "add to homescreen" instead of downloading an official app, e.g. twitter, instagram.

When you open the shortcut, it doesn't launch as a tab in safari, but appears independently in the app switcher. They are often indistinguishable from official apps!

Seems like a great way for devs to avoid app store pains

What I meant is, assuming that they do find solutions. If they're not doing anything of course that's different.

In the article, "speed" is about reaching specific answers in a specific window of time, the bane of ADHD.

I think part of the message is that speed isn't a free lunch. If an intelligence can solve "legible" problems quickly, it's symptomatic of a specific adaption for identifying short paths.

So when you factor speed into tests, you're systematically filtering for intelligences that are biased to avoid novelty. Then if someone is slow to solve the same problems, it's actually a signal that they have the opposite bias, to consider more paths.

IMO the thing being measured by intelligence tests is something closer to "power" or "competitive advantage".

I think what you're describing is a form of conflict aversion, where the (tiny) conflict is what would clear up your read, or the group's attitude on something, for going forward. Short sighted kindness is a nice way to put it

They have helped me a lot with chunking tasks, and guiding me through tasks that I can't hold in focus.

There's a prompt I used while moving out, where I had claude ask me questions, what is in each room. And then once we had this item list, organizing it.

Reminds me a lot of thermodynamics. Microstates and transition probabilities are a more “fundamental” description, but when you hit the metal, temperature and pressure are more useful in practice to human engineers

I was super obsessed with this for a while! When you have a string instrument tuned in 4ths, there are 2D patterns that emerge which you can use to "derive" or "extrapolate" what a scale shape/pattern will look like across the whole neck

Using a 6-string bass as an example: https://bradleyfish.com/the-notes-on-the-6-string-bass-guita...

You can find a 2D pattern in the white notes (green notes in the pic) that you can use to understand how the pattern will extend from a given point. For example notice EF+BC always appear in the same 2x2 box shape. Also how those boxes repeat in a diagonal line, and how boxes are connected vertically by a "strip" of 3 notes ADG

The only difference for guitar is that you have to correct for the G/B strings which are separated by a 3rd instead of a 4th, by scooting the pattern on the B+E strings up by one fret

Hey hn! I wanted to share my blog post. It's about the historical relationship between engineering and science, and an interpretation of the current AI movement. I would love perspectives.

What Is Entropy? 2 years ago

IMO they do exist, but the popular attitude that it's not possible anymore is the issue, not a lack of genius. If everyone has a built in assumption that it can't happen anymore, then we will naturally prune away social pathways that enable it.

Darwin Machines 2 years ago

Oh dude this is so cool. I think you’re dead right.

If you’ll pardon some woo, another argument I see in favour of message passing/consensus, is that it “fits” the self similar nature of life patterns.

Valid behaviours that replicate and persist, for only the reason that they do.

Culture, religion, politics, pop songs, memes… “Egregore” comes to mind. In some ways “recombination” could be seen as “cooperation”, even at the level of minicolumns.

(Edit: what I mean to say is that it kinda makes sense that the group dynamics between constituent units of one brain would be similar in some way to the group dynamics you get from a bunch of brains)

You might enjoy parts of this interview with Stephen Wolfram

https://m.youtube.com/watch?v=PdE-waSx-d8

He’s very much on this kind of beat. In general I have a feeling that there are orders of magnitude to gain by successfully applying computer science to “language algorithms”.

Feels like we are exploring very narrow paths of computations that can be performed with language. Like we have an x86 cpu and we are building pocket calculators. So much untapped

Re prolog I had a similar intuition at some point and tried to make a stack based programming language that uses a language model as a kind of control/logic unit

https://github.com/LachlanGray/silas

I was missing a bunch of cs background at the time so I didn’t get very far, but I feel like there’s a lot to be done for this kind of thing