HN user

snikeris

1,226 karma
Posts16
Comments424
View on HN

I was a little surprised to find when I gave an LLM REPL access to the running program, it readily started using it during development and debugging.

Magnifica Humanitas 2 months ago

Yeah they probably wouldn't show up to a political rally because of this:

Separation from Evil

The community of Christians shall have no association with those who remain in disobedience and a spirit of rebellion against God. There can be no fellowship with the wickedness of this earthly world; therefore there can be no participation in the organizations, works, church services, meetings or civil affairs of those who live in contradiction to the commands of God (this may include Catholics and Protestants as well as other religions and pagans). All evil must be put away, including using weapons of force such as the sword and armor.

https://en.wikipedia.org/wiki/Schleitheim_Confession

Magnifica Humanitas 2 months ago

I think reading this helps me imagine a version of the future I'd actually like to live in. A version where technology is used well (rather than preaching for abstinence from technology)

I believe the Amish figured this out over a century ago.

This is my favorite alternative form of Magic:

https://articles.starcitygames.com/articles/the-danger-room/

"I have a feeling that roughly 25% of games are decided by a player drawing too few lands, 25% of games are decided by a player drawing too many lands, 25% of games are decided by a player having a legitimate bomb not get answered immediately, and the last 25% of games are the ones that everybody hopes for where there is a ton of back-and-forth on both sides. I wanted to create a format that eliminated those unpleasant 75% of games that are unfulfilling and foster a format where ALL of the games were as interactive as possible."

It’s not about the interest rate. It’s the availability of loans for unproductive purposes on a societal level. It raises the price even if you choose not to partake in said loans.

When the money being lended is digital and not backed by anything it’s even worse.

Houses got expensive because of usury (loans made for unproductive purposes). It destroys civilizations over time. That is why it was encoded into ancient religious traditions.

Housing, education, and cars, all typically financed via loans, all exorbitantly expensive.

This is a good point. Perhaps the poor attempt at grammar indicates a lack of empathy, which is a trait the Epstein-adjacent share.

If you planted an apple tree and it never produced apples, you might start to wonder what's wrong with the tree. Maybe there's something wrong with the soil?

How do you know if an organism is thriving in its environment? You count the offspring over generations.

I've found it crucial to have Control mapped to the keys immediately next to and on both sides of the spacebar. Thumbs are stronger than pinkies for modifying keypresses.

If you wish to not get stuck, seek to perceive what you have not yet perceived

This may seem like impractical advice. How does one increase the scope of perception? Personally, I’ve found that a meditation practice leads to this.

I think the idea is to reduce the set of memory that needs to be frequently collected. Long lived objects age to the old generation which can be large and infrequently collected. I've used this kind of collector in the past for applications which held a large and mostly static dataset in memory.

How good are LLMs at reducing code? For example, will they recognize a common problem and build an abstraction around it? I imagine that the solutions they produce tend to have a lot of repetition with small differences that could be improved by abstraction.

The point is also brought up a few times in SICP:

First, we want to establish the idea that a computer language is not just a way of getting a computer to perform operations, but rather that it is a novel formal medium for expressing ideas about methodology. Thus, programs must be written for people to read, and only incidentally for machines to execute.

A quote from SICP:

First, we want to establish the idea that a computer language is not just a way of getting a computer to perform operations, but rather that it is a novel formal medium for expressing ideas about methodology. Thus, programs must be written for people to read, and only incidentally for machines to execute.

From this perspective, the code base isn’t just an artifact left over from the struggle of getting the computer to understand the business’s problems. Instead, it is an evolving methodological documentation (for humans) of how the business operates.

Thought experiment: suppose that you could endlessly iterate with an LLM using natural language to build a complex system to run your business. However, there is no source code emitted. You just get a black box executable. However, the LLM will endlessly iterate on this black box for you as you desire to improve the system.

Would you run a business with a system like this?

For me, it depends on the business. For example, I wouldn’t start Google this way.